Class ShareBuslogicCaller
- java.lang.Object
-
- de.uplanet.lucy.server.auxiliaries.share.composer.ShareBuslogicCaller
-
@VelocityCallable("singleton") public final class ShareBuslogicCaller extends Object
-
-
Constructor Summary
Constructors Constructor Description ShareBuslogicCaller()
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
processShareFeedContainer(de.uplanet.lucy.server.IProcessingContext p_ctx, String p_strDataRangeGuid)
Processes the given Share data range and gets its feed container.Object
processShareFeedContainer(de.uplanet.lucy.server.IProcessingContext p_ctx, String p_strDataRangeGuid, String p_strFeedTableActAsMode, String p_strObjectId, String p_strPagingDirection, String p_strPagingId, List<String> p_feedIdsToExclude)
-
-
-
Method Detail
-
processShareFeedContainer
public Object processShareFeedContainer(de.uplanet.lucy.server.IProcessingContext p_ctx, String p_strDataRangeGuid) throws Exception
Processes the given Share data range and gets its feed container.- Parameters:
p_ctx
- The processing context of the business logic.p_strDataRangeGuid
- The GUID of the data range.- Returns:
- Object containing the feeds of the given data range.
- Throws:
Exception
- Thrown on error.
-
processShareFeedContainer
public Object processShareFeedContainer(de.uplanet.lucy.server.IProcessingContext p_ctx, String p_strDataRangeGuid, String p_strFeedTableActAsMode, String p_strObjectId, String p_strPagingDirection, String p_strPagingId, List<String> p_feedIdsToExclude) throws Exception
- Throws:
Exception
-
-