Klasse GroovyPostRetrievalParams

java.lang.Object
de.uplanet.lucy.server.tags.groovy.GroovyPostRetrievalParams
Alle implementierten Schnittstellen:
de.uplanet.lucy.server.tags.businesslogic.IRetrievalParams

@Scriptable public final class GroovyPostRetrievalParams extends Object implements de.uplanet.lucy.server.tags.businesslogic.IRetrievalParams
  • Methodendetails

    • getInstance

      public static GroovyPostRetrievalParams getInstance()
    • setTagNames

      public GroovyPostRetrievalParams setTagNames(String p_strTagNames)
      Retrieve only posts with the specified referenced tag names (must be specified as a JSON-array).
      Parameter:
      p_strTagNames - The tag names.
      Gibt zurück:
      This instance.
    • setTagRecID

      public GroovyPostRetrievalParams setTagRecID(String p_strTagRecID)
      Retrieve only posts with the specified referenced tag record-ID.
      Parameter:
      p_strTagRecID - The tag record-ID.
      Gibt zurück:
      This instance.
    • setTagRecIDs

      public GroovyPostRetrievalParams setTagRecIDs(String p_strTagRecIDs)
      Retrieve only posts with the specified referenced tag record-IDs (must be specified as a JSON-array).
      Parameter:
      p_strTagRecIDs - The tag record-IDs.
      Gibt zurück:
      This instance.
    • setTagRecIDs

      public GroovyPostRetrievalParams setTagRecIDs(List<String> p_strTagRecIDs)
      Retrieve only posts with the specified referenced tag record-IDs.
      Parameter:
      p_strTagRecIDs - The tag record-IDs.
      Gibt zurück:
      This instance.
    • setUserProfileGuid

      public GroovyPostRetrievalParams setUserProfileGuid(String p_strUserProfileGuid)
      Retrieve only posts with the specified user profile GUID.
      Parameter:
      p_strUserProfileGuid - The user profile-GUID.
      Gibt zurück:
      This instance.
    • setDataGroupGuid

      public GroovyPostRetrievalParams setDataGroupGuid(String p_strDgGuid)
      Retrieve only posts with the specified datagroup-GUID.
      Parameter:
      p_strDgGuid - The datagroup-GUID.
      Gibt zurück:
      This instance.
    • setAppGuid

      public GroovyPostRetrievalParams setAppGuid(String p_strAppGuid)
      Retrieve only posts with the specified application-GUID.
      Parameter:
      p_strAppGuid - The application-GUID.
      Gibt zurück:
      This instance.
    • getAppGuid

      public String getAppGuid()
      Angegeben von:
      getAppGuid in Schnittstelle de.uplanet.lucy.server.tags.businesslogic.IRetrievalParams
    • getDataGroupGuid

      public String getDataGroupGuid()
      Angegeben von:
      getDataGroupGuid in Schnittstelle de.uplanet.lucy.server.tags.businesslogic.IRetrievalParams
    • getUserProfileGuid

      public String getUserProfileGuid()
      Angegeben von:
      getUserProfileGuid in Schnittstelle de.uplanet.lucy.server.tags.businesslogic.IRetrievalParams
    • getTagRecordIDs

      public List<String> getTagRecordIDs()
    • getTagNames

      public List<String> getTagNames()
    • getMaxTagsThreshold

      public int getMaxTagsThreshold()
      Angegeben von:
      getMaxTagsThreshold in Schnittstelle de.uplanet.lucy.server.tags.businesslogic.IRetrievalParams
    • getMaxPostsThreshold

      public int getMaxPostsThreshold()
      Angegeben von:
      getMaxPostsThreshold in Schnittstelle de.uplanet.lucy.server.tags.businesslogic.IRetrievalParams