Class GroovyPostRetrievalParams
java.lang.Object
de.uplanet.lucy.server.tags.groovy.GroovyPostRetrievalParams
- All Implemented Interfaces:
de.uplanet.lucy.server.tags.businesslogic.IRetrievalParams
@Scriptable
public final class GroovyPostRetrievalParams
extends Object
implements de.uplanet.lucy.server.tags.businesslogic.IRetrievalParams
-
Method Summary
Modifier and TypeMethodDescriptionstatic GroovyPostRetrievalParamsintintsetAppGuid(String p_strAppGuid) Retrieve only posts with the specified application-GUID.setDataGroupGuid(String p_strDgGuid) Retrieve only posts with the specified datagroup-GUID.setTagNames(String p_strTagNames) Retrieve only posts with the specified referenced tag names (must be specified as a JSON-array).setTagRecID(String p_strTagRecID) Retrieve only posts with the specified referenced tag record-ID.setTagRecIDs(String p_strTagRecIDs) Retrieve only posts with the specified referenced tag record-IDs (must be specified as a JSON-array).setTagRecIDs(List<String> p_strTagRecIDs) Retrieve only posts with the specified referenced tag record-IDs.setUserProfileGuid(String p_strUserProfileGuid) Retrieve only posts with the specified user profile GUID.
-
Method Details
-
getInstance
-
setTagNames
Retrieve only posts with the specified referenced tag names (must be specified as a JSON-array).- Parameters:
p_strTagNames- The tag names.- Returns:
- This instance.
-
setTagRecID
Retrieve only posts with the specified referenced tag record-ID.- Parameters:
p_strTagRecID- The tag record-ID.- Returns:
- This instance.
-
setTagRecIDs
Retrieve only posts with the specified referenced tag record-IDs (must be specified as a JSON-array).- Parameters:
p_strTagRecIDs- The tag record-IDs.- Returns:
- This instance.
-
setTagRecIDs
Retrieve only posts with the specified referenced tag record-IDs.- Parameters:
p_strTagRecIDs- The tag record-IDs.- Returns:
- This instance.
-
setUserProfileGuid
Retrieve only posts with the specified user profile GUID.- Parameters:
p_strUserProfileGuid- The user profile-GUID.- Returns:
- This instance.
-
setDataGroupGuid
Retrieve only posts with the specified datagroup-GUID.- Parameters:
p_strDgGuid- The datagroup-GUID.- Returns:
- This instance.
-
setAppGuid
Retrieve only posts with the specified application-GUID.- Parameters:
p_strAppGuid- The application-GUID.- Returns:
- This instance.
-
getAppGuid
- Specified by:
getAppGuidin interfacede.uplanet.lucy.server.tags.businesslogic.IRetrievalParams
-
getDataGroupGuid
- Specified by:
getDataGroupGuidin interfacede.uplanet.lucy.server.tags.businesslogic.IRetrievalParams
-
getUserProfileGuid
- Specified by:
getUserProfileGuidin interfacede.uplanet.lucy.server.tags.businesslogic.IRetrievalParams
-
getTagRecordIDs
-
getTagNames
-
getMaxTagsThreshold
public int getMaxTagsThreshold()- Specified by:
getMaxTagsThresholdin interfacede.uplanet.lucy.server.tags.businesslogic.IRetrievalParams
-
getMaxPostsThreshold
public int getMaxPostsThreshold()- Specified by:
getMaxPostsThresholdin interfacede.uplanet.lucy.server.tags.businesslogic.IRetrievalParams
-