Interface CometFrameInfoPluginLocal


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

  • Method Details

    • insertUpdateFrameInfos

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

      @Deprecated List<CometFrameInfo> getFrameInfos(String document, String path, String publication, String publicationPlannerId, String publicationType, int page, String entityIdentifier, String recordIdentifier, String recordGroupId, String entityClass, String parentEntityIdentifier, String parentRecordIdentifier, String parentRecordGroupId, String parentEntityClass, String recordStringId, Context context, int templateId, String layerList, 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 List<CometFrameInfo> getFrameInfos(String document, String path, String publication, String publicationPlannerId, String publicationType, List<Integer> pages, List<String> entityIdentifiers, List<String> recordIdentifiers, List<String> recordGroupIds, List<String> entityClasses, List<String> parentEntityIdentifiers, List<String> parentRecordIdentifiers, List<String> parentRecordGroupIds, List<String> parentEntityClasses, List<String> recordStringIds, List<String> builtByEntityIdentifiers, List<String> builtByRecordIdentifiers, List<String> builtByRecordGroupIds, List<String> builtByEntityClasses, List<String> builtByParentEntityIdentifiers, List<String> builtByParentRecordIdentifiers, List<String> builtByParentRecordGroupIds, List<String> builtByParentEntityClasses, List<String> builtByRecordStringIds, List<String> frameInfoIds, Context context, List<Integer> templateIds, List<String> layerList, List<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
    • getFrameInfos

      List<CometFrameInfo> getFrameInfos(FileRequestParameters parameters) throws CometException
      Gets frame infos.
      Parameters:
      parameters - the parameters
      Returns:
      the frame infos
      Throws:
      CometException - the comet exception
    • insertUpdateFrameInfos

      void insertUpdateFrameInfos(List<CometFrameInfo> frameInfos, FileRequestParameters parameters) throws CometException
      Insert update frame infos.
      Parameters:
      frameInfos - the frame infos
      parameters - the parameters
      Throws:
      CometException - the comet exception
    • deleteFrameInfos

      void deleteFrameInfos(FileRequestParameters parameters) throws CometException
      Delete frame infos.
      Parameters:
      parameters - the parameters
      Throws:
      CometException - the comet exception