Class ShareBuslogicCaller


  • @VelocityCallable("singleton")
    public final class ShareBuslogicCaller
    extends Object
    • Constructor Detail

      • ShareBuslogicCaller

        public ShareBuslogicCaller()
        Constructor.
    • 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