Interface CometFrameInfoPluginLocal


  • public interface CometFrameInfoPluginLocal
    The interface Comet frame info plugin local.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String JNDINAME
      The constant JNDINAME.
      static java.lang.String MAPPED_NAME
      The constant MAPPED_NAME.
    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      void deleteFrameInfos​(FileRequestParameters parameters)
      Delete frame infos.
      java.util.List<CometFrameInfo> getFrameInfos​(FileRequestParameters parameters)
      Gets frame infos.
      java.util.List<CometFrameInfo> getFrameInfos​(java.lang.String document, java.lang.String path, java.lang.String publication, java.lang.String publicationPlannerId, java.lang.String publicationType, int page, java.lang.String entityIdentifier, java.lang.String recordIdentifier, java.lang.String recordGroupId, java.lang.String entityClass, java.lang.String parentEntityIdentifier, java.lang.String parentRecordIdentifier, java.lang.String parentRecordGroupId, java.lang.String parentEntityClass, java.lang.String recordStringId, Context context, int templateId, java.lang.String layerList, java.lang.String placeholderList)
      Deprecated.
      java.util.List<CometFrameInfo> getFrameInfos​(java.lang.String document, java.lang.String path, java.lang.String publication, java.lang.String publicationPlannerId, java.lang.String publicationType, java.util.List<java.lang.Integer> pages, java.util.List<java.lang.String> entityIdentifiers, java.util.List<java.lang.String> recordIdentifiers, java.util.List<java.lang.String> recordGroupIds, java.util.List<java.lang.String> entityClasses, java.util.List<java.lang.String> parentEntityIdentifiers, java.util.List<java.lang.String> parentRecordIdentifiers, java.util.List<java.lang.String> parentRecordGroupIds, java.util.List<java.lang.String> parentEntityClasses, java.util.List<java.lang.String> recordStringIds, java.util.List<java.lang.String> builtByEntityIdentifiers, java.util.List<java.lang.String> builtByRecordIdentifiers, java.util.List<java.lang.String> builtByRecordGroupIds, java.util.List<java.lang.String> builtByEntityClasses, java.util.List<java.lang.String> builtByParentEntityIdentifiers, java.util.List<java.lang.String> builtByParentRecordIdentifiers, java.util.List<java.lang.String> builtByParentRecordGroupIds, java.util.List<java.lang.String> builtByParentEntityClasses, java.util.List<java.lang.String> builtByRecordStringIds, java.util.List<java.lang.String> frameInfoIds, Context context, java.util.List<java.lang.Integer> templateIds, java.util.List<java.lang.String> layerList, java.util.List<java.lang.Integer> placeholderList)
      Deprecated.
      void insertUpdateFrameInfos​(java.util.List<CometFrameInfo> frameInfos)
      Insert update frame infos.
      void insertUpdateFrameInfos​(java.util.List<CometFrameInfo> frameInfos, FileRequestParameters parameters)
      Insert update frame infos.
    • Field Detail

      • JNDINAME

        static final java.lang.String JNDINAME
        The constant JNDINAME.
        See Also:
        Constant Field Values
      • MAPPED_NAME

        static final java.lang.String MAPPED_NAME
        The constant MAPPED_NAME.
        See Also:
        Constant Field Values
    • Method Detail

      • insertUpdateFrameInfos

        void insertUpdateFrameInfos​(java.util.List<CometFrameInfo> frameInfos)
                             throws CometException
        Insert update frame infos.
        Parameters:
        frameInfos - the frame infos
        Throws:
        CometException - the comet exception
      • getFrameInfos

        @Deprecated
        java.util.List<CometFrameInfo> getFrameInfos​(java.lang.String document,
                                                     java.lang.String path,
                                                     java.lang.String publication,
                                                     java.lang.String publicationPlannerId,
                                                     java.lang.String publicationType,
                                                     int page,
                                                     java.lang.String entityIdentifier,
                                                     java.lang.String recordIdentifier,
                                                     java.lang.String recordGroupId,
                                                     java.lang.String entityClass,
                                                     java.lang.String parentEntityIdentifier,
                                                     java.lang.String parentRecordIdentifier,
                                                     java.lang.String parentRecordGroupId,
                                                     java.lang.String parentEntityClass,
                                                     java.lang.String recordStringId,
                                                     Context context,
                                                     int templateId,
                                                     java.lang.String layerList,
                                                     java.lang.String placeholderList)
                                              throws PubServerException
        Deprecated.
        Gets frame infos.
        Parameters:
        document - the document
        path - the path
        publication - the publication
        publicationPlannerId - the publication planner id
        publicationType - the publication type
        page - the page
        entityIdentifier - the entity identifier
        recordIdentifier - the record identifier
        recordGroupId - the record group id
        entityClass - the entity class
        parentEntityIdentifier - the parent entity identifier
        parentRecordIdentifier - the parent record identifier
        parentRecordGroupId - the parent record group id
        parentEntityClass - the parent entity class
        recordStringId - the record string id
        context - the context
        templateId - the template id
        layerList - the layer list
        placeholderList - the placeholder list
        Returns:
        frame infos
        Throws:
        PubServerException - the pub server exception
      • getFrameInfos

        @Deprecated
        java.util.List<CometFrameInfo> getFrameInfos​(java.lang.String document,
                                                     java.lang.String path,
                                                     java.lang.String publication,
                                                     java.lang.String publicationPlannerId,
                                                     java.lang.String publicationType,
                                                     java.util.List<java.lang.Integer> pages,
                                                     java.util.List<java.lang.String> entityIdentifiers,
                                                     java.util.List<java.lang.String> recordIdentifiers,
                                                     java.util.List<java.lang.String> recordGroupIds,
                                                     java.util.List<java.lang.String> entityClasses,
                                                     java.util.List<java.lang.String> parentEntityIdentifiers,
                                                     java.util.List<java.lang.String> parentRecordIdentifiers,
                                                     java.util.List<java.lang.String> parentRecordGroupIds,
                                                     java.util.List<java.lang.String> parentEntityClasses,
                                                     java.util.List<java.lang.String> recordStringIds,
                                                     java.util.List<java.lang.String> builtByEntityIdentifiers,
                                                     java.util.List<java.lang.String> builtByRecordIdentifiers,
                                                     java.util.List<java.lang.String> builtByRecordGroupIds,
                                                     java.util.List<java.lang.String> builtByEntityClasses,
                                                     java.util.List<java.lang.String> builtByParentEntityIdentifiers,
                                                     java.util.List<java.lang.String> builtByParentRecordIdentifiers,
                                                     java.util.List<java.lang.String> builtByParentRecordGroupIds,
                                                     java.util.List<java.lang.String> builtByParentEntityClasses,
                                                     java.util.List<java.lang.String> builtByRecordStringIds,
                                                     java.util.List<java.lang.String> frameInfoIds,
                                                     Context context,
                                                     java.util.List<java.lang.Integer> templateIds,
                                                     java.util.List<java.lang.String> layerList,
                                                     java.util.List<java.lang.Integer> placeholderList)
                                              throws CometException
        Deprecated.
        Gets frame infos.
        Parameters:
        document - the document
        path - the path
        publication - the publication
        publicationPlannerId - the publication planner id
        publicationType - the publication type
        pages - the pages
        entityIdentifiers - the entity identifiers
        recordIdentifiers - the record identifiers
        recordGroupIds - the record group ids
        entityClasses - the entity classes
        parentEntityIdentifiers - the parent entity identifiers
        parentRecordIdentifiers - the parent record identifiers
        parentRecordGroupIds - the parent record group ids
        parentEntityClasses - the parent entity classes
        recordStringIds - the record string ids
        builtByEntityIdentifiers - the built by entity identifiers
        builtByRecordIdentifiers - the built by record identifiers
        builtByRecordGroupIds - the built by record group ids
        builtByEntityClasses - the built by entity classes
        builtByParentEntityIdentifiers - the built by parent entity identifiers
        builtByParentRecordIdentifiers - the built by parent record identifiers
        builtByParentRecordGroupIds - the built by parent record group ids
        builtByParentEntityClasses - the built by parent entity classes
        builtByRecordStringIds - the built by record string ids
        frameInfoIds - the frame info ids
        context - the context
        templateIds - the template ids
        layerList - the layer list
        placeholderList - the placeholder list
        Returns:
        frame infos
        Throws:
        CometException - the comet exception