Class EntityManager

  • All Implemented Interfaces:
    com.priint.pubserver.plugin.interfaces.EntityManagerLocal, com.priint.pubserver.plugin.interfaces.EntityManagerRemote, com.priint.pubserver.plugin.interfaces.PluginControl

    public class EntityManager
    extends com.priint.pubserver.plugin.PluginControlDefault
    implements com.priint.pubserver.plugin.interfaces.EntityManagerLocal, com.priint.pubserver.plugin.interfaces.EntityManagerRemote

    Introduction

    Methods, which are used in the entity manager, are primary implemented as standard in the entity manager.
    In addition library plug-in methods could be implemented in the entity manager.
    Fundamentally, methods could be provided also from other plug-ins according to the annotation.

    The following types of methods are distinguished:
    • 1.1 Publishing Hub Interface
      Methods which are used in the publishing hub interface. This methods are again distinguished in get, set, create and workflow methods.
    • 1.2 Collector (outsourced to AssemblingUtil)
      Methods to collect instances of entities and provide them in lists.
    • 1.3 Matching
      Matching methods are used to map two objects. These matching methods could be called up in 2 directions. As an example are methods, which obtain the mapping between an entity and the connector entity.
    • 1.4 Assembling (outsourced to AssemblingUtil)
      Methods to assemble lists of instances of entities.
    • 1.5 Create
      Methods to create instances of entities by calling up assembling methods.

    Since:
    4.0.0
    • Constructor Summary

      Constructors 
      Constructor Description
      EntityManager()  
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      void addRootPlannings​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.util.List<com.priint.pubserver.plugin.entitydata.Planning> planningList)  
      void afterCreateConfigurations​(java.lang.String sessionId, com.priint.pubserver.config.PluginConfigCollection updatedConfigs)  
      void afterDeleteConfigurations​(java.lang.String sessionId, com.priint.pubserver.config.PluginConfigCollection updatedConfigs)  
      void afterUpdateConfigurations​(java.lang.String sessionId, com.priint.pubserver.config.PluginConfigCollection updatedConfigs)  
      java.util.List<com.priint.pubserver.plugin.entitydata.EntityItem> bulkInsert​(java.lang.String entityModelIdentifier, java.util.List<com.priint.pubserver.plugin.entitydata.EntityItem> items)  
      java.util.List<com.priint.pubserver.plugin.entitydata.EntityItem> bulkUpsert​(java.lang.String entityModelIdentifier, java.util.List<com.priint.pubserver.plugin.entitydata.EntityItem> items)  
      boolean canDeleteContentMetaData​(java.lang.String entityModelIdentifier, java.lang.String entityContentMetaDataId)  
      void changeParentRealGridElementForPlannedBuckets​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.util.List<com.priint.pubserver.plugin.entitydata.Planning> plannings, com.priint.pubserver.plugin.entitydata.Planning parentPlanning)  
      java.util.List<java.lang.String> clonePlanning​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.lang.String searchStr, java.util.List<com.priint.pubserver.plugin.entitydata.Planning> plannings, boolean asTemporary)  
      void clonePlanningOfDocument​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.lang.String searchStr, java.lang.String sourceDocID, java.lang.String targetDocID)  
      java.util.List<com.priint.pubserver.plugin.entitydata.EntityItem> commitItems​(java.lang.String entityModelIdentifier, java.util.List<com.priint.pubserver.plugin.entitydata.EntityItem> items)  
      void copyPlanningMetaData​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.lang.String searchStr, com.priint.pubserver.plugin.entitydata.Planning source, java.util.List<com.priint.pubserver.plugin.entitydata.Planning> destination, java.util.List<java.lang.String> filter)  
      java.lang.String createConfiguration​(java.lang.String sessionId, java.lang.String customTypeName, java.util.Map<java.lang.String,​java.lang.Object> initialValues)
      Create new Entity Model by one simple bean call
      java.util.List<com.priint.pubserver.entity.DeleteEntityStatus> deleteEntityBuckets​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.util.List<com.priint.pubserver.plugin.entitydata.Bucket> buckets)  
      java.util.List<com.priint.pubserver.entity.DeleteEntityStatus> deleteEntityContentMetaData​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.util.List<com.priint.pubserver.plugin.entitydata.ContentMetaData> contentMetaDatalist)  
      java.util.List<com.priint.pubserver.entity.DeleteEntityStatus> deleteEntityCords​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.util.List<com.priint.pubserver.plugin.entitydata.Cord> cords)  
      java.util.List<com.priint.pubserver.entity.DeleteEntityStatus> deleteEntityKeyValues​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.util.List<com.priint.pubserver.plugin.entitydata.KeyValue> keyValues)  
      java.util.List<com.priint.pubserver.entity.DeleteEntityStatus> deleteEntityMediaAssets​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.util.List<com.priint.pubserver.plugin.entitydata.MediaAsset> mediaAssets)  
      java.util.List<com.priint.pubserver.entity.DeleteEntityStatus> deleteEntityPrices​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.util.List<com.priint.pubserver.plugin.entitydata.Price> prices)  
      java.util.List<com.priint.pubserver.entity.DeleteEntityStatus> deleteEntityTableDataCells​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.util.List<com.priint.pubserver.plugin.entitydata.TableDataCell> tableDataCells)  
      java.util.List<com.priint.pubserver.entity.DeleteEntityStatus> deleteEntityTableDataRows​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.util.List<com.priint.pubserver.plugin.entitydata.TableDataRow> tableDataRows)  
      java.util.List<com.priint.pubserver.entity.DeleteEntityStatus> deleteEntityTableDatas​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.util.List<com.priint.pubserver.plugin.entitydata.TableData> tableDatas)  
      java.util.List<com.priint.pubserver.entity.DeleteEntityStatus> deleteEntityTexts​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.util.List<com.priint.pubserver.plugin.entitydata.Text> texts)  
      void deletePlanning​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.util.List<com.priint.pubserver.plugin.entitydata.Planning> planning)  
      void deletePlannings​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.util.List<com.priint.pubserver.plugin.entitydata.Planning> planningList)  
      void duplicateModel​(java.lang.String oldModelId, java.lang.String newModelId, java.util.Map<java.lang.String,​java.lang.Object> additionalValues)  
      java.lang.String exportModelToXML​(com.priint.pubserver.entity.EntityModel model)  
      java.util.List<com.priint.pubserver.plugin.entitydata.Bucket> getBuckets​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.lang.String entityIdentifier, java.lang.String searchStr)  
      java.util.List<java.lang.Object> getChildEntities​(java.lang.String sessionId, java.lang.String model, java.lang.String entityId, java.lang.String parentBucketId, com.priint.pubserver.plugin.entitydata.Context context)  
      java.util.List<com.priint.pubserver.plugin.entitydata.Cord> getCords​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.lang.String entityIdentifier, java.lang.String searchString)  
      java.lang.Long getCountOfCordRefsOfPlanning​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.lang.String parentPlanningId, com.priint.pubserver.plugin.entitydata.Context context)  
      java.lang.Long getCountOfKeyValueRefsOfPlanning​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.lang.String parentPlanningId, com.priint.pubserver.plugin.entitydata.Context context)  
      java.lang.Long getCountOfMediaAssetRefsOfPlanning​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.lang.String parentPlanningId, com.priint.pubserver.plugin.entitydata.Context context)  
      java.lang.Long getCountOfPriceRefsOfPlanning​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.lang.String parentPlanningId, com.priint.pubserver.plugin.entitydata.Context context)  
      java.lang.Long getCountOfSubBucketRefsOfPlanning​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.lang.String parentPlanningId, com.priint.pubserver.plugin.entitydata.Context context)  
      java.lang.Long getCountOfTextRefsOfPlanning​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.lang.String parentPlanningId, com.priint.pubserver.plugin.entitydata.Context context)  
      <T extends com.priint.pubserver.entity.Entity>
      T
      getEntity​(com.priint.pubserver.entity.EntityModel entityModel, java.lang.String entityName, java.lang.Class<T> clazz)  
      java.util.List<com.priint.pubserver.plugin.entitydata.Bucket> getEntityBucketsByIdentifier​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.lang.String identifier, java.lang.String entityIdentifier, com.priint.pubserver.plugin.entitydata.Context context, java.lang.String searchStr)  
      java.util.List<com.priint.pubserver.plugin.entitydata.Bucket> getEntityBucketsOfPlanning​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.lang.String entityId, java.lang.String parentPlanningId, java.lang.String resultEntityId, com.priint.pubserver.plugin.entitydata.Context context, java.lang.String searchStr)  
      <T extends com.priint.pubserver.entity.Entity>
      T
      getEntityByConnectorEntity​(java.lang.String entityModel, java.lang.String connectorEntity, java.lang.Class<T> clazz)  
      java.util.List<com.priint.pubserver.plugin.entitydata.Bucket> getEntityChildBuckets​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.lang.String entityId, java.lang.String parentBucketId, java.lang.String resultEntityId, com.priint.pubserver.plugin.entitydata.Context context, java.lang.String searchStr)  
      java.util.List<com.priint.pubserver.plugin.entitydata.Bucket> getEntityChildBucketsOfPlanning​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.lang.String entityId, java.lang.String parentPlanningId, java.lang.String resultEntityId, com.priint.pubserver.plugin.entitydata.Context context, java.lang.String records, java.lang.String searchStr)  
      java.util.List<com.priint.pubserver.plugin.entitydata.ContentMetaData> getEntityContentMetaDataByIdentifier​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.lang.String identifier, java.lang.String entityIdentifier, com.priint.pubserver.plugin.entitydata.Context context, java.lang.String searchStr)  
      java.util.List<com.priint.pubserver.plugin.entitydata.Bucket> getEntityCordedBuckets​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.lang.String entityId, java.lang.String parentBucketId, java.lang.String cordEntityId, com.priint.pubserver.plugin.entitydata.Context context, java.lang.String searchStr)  
      java.util.List<com.priint.pubserver.plugin.entitydata.Bucket> getEntityCordedBucketsOfPlanning​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.lang.String entityId, java.lang.String parentPlanningId, java.lang.String resultEntityId, com.priint.pubserver.plugin.entitydata.Context context, java.lang.String records, java.lang.String searchStr)  
      java.util.List<com.priint.pubserver.plugin.entitydata.Cord> getEntityCordsByIdentifier​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.lang.String cordId, java.lang.String entityId, com.priint.pubserver.plugin.entitydata.Context context, java.lang.String searchStr)  
      java.util.List<com.priint.pubserver.plugin.entitydata.Cord> getEntityCordsOfBuckets​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.lang.String parentBucketEntityId, java.lang.String parentBucketId, java.lang.String resultEntityId, com.priint.pubserver.plugin.entitydata.Context context, java.lang.String searchStr)  
      java.util.List<com.priint.pubserver.plugin.entitydata.Cord> getEntityCordsOfPlannedBucket​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.lang.String identifier, java.lang.String entityIdentifier, com.priint.pubserver.plugin.entitydata.Context context, java.lang.String searchStr)  
      java.util.List<com.priint.pubserver.plugin.entitydata.KeyValue> getEntityKeyValuesByIdentifier​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.lang.String identifier, java.lang.String entityIdentifier, com.priint.pubserver.plugin.entitydata.Context context, java.lang.String searchStr)  
      java.util.List<com.priint.pubserver.plugin.entitydata.KeyValue> getEntityKeyValuesOfBucket​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.lang.String entityId, java.lang.String parentBucketId, java.lang.String resultEntityId, com.priint.pubserver.plugin.entitydata.Context context, java.lang.String searchStr)  
      java.util.List<com.priint.pubserver.plugin.entitydata.KeyValue> getEntityKeyValuesOfPlannedBucket​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.lang.String identifier, java.lang.String entityIdentifier, com.priint.pubserver.plugin.entitydata.Context context, java.lang.String searchStr)  
      java.util.List<com.priint.pubserver.plugin.entitydata.KeyValue> getEntityKeyValuesOfPlanning​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.lang.String entityId, java.lang.String parentPlanningId, java.lang.String resultEntityId, com.priint.pubserver.plugin.entitydata.Context context, java.lang.String records, java.lang.String searchStr)  
      java.util.List<com.priint.pubserver.plugin.entitydata.MediaAsset> getEntityMediaAssetsByIdentifier​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.lang.String identifier, java.lang.String entityIdentifier, com.priint.pubserver.plugin.entitydata.Context context, java.lang.String searchStr)  
      java.util.List<com.priint.pubserver.plugin.entitydata.MediaAsset> getEntityMediaAssetsOfBucket​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.lang.String entityId, java.lang.String parentBucketId, java.lang.String resultEntityId, com.priint.pubserver.plugin.entitydata.Context context, java.lang.String searchStr)  
      java.util.List<com.priint.pubserver.plugin.entitydata.MediaAsset> getEntityMediaAssetsOfPlannedBucket​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.lang.String identifier, java.lang.String entityIdentifier, com.priint.pubserver.plugin.entitydata.Context context, java.lang.String searchStr)  
      java.util.List<com.priint.pubserver.plugin.entitydata.MediaAsset> getEntityMediaAssetsOfPlanning​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.lang.String entityId, java.lang.String parentPlanningId, java.lang.String resultEntityId, com.priint.pubserver.plugin.entitydata.Context context, java.lang.String records, java.lang.String searchStr)  
      java.util.List<com.priint.pubserver.plugin.entitydata.ContentMetaData> getEntityMetadataOfBucket​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.lang.String entityId, java.lang.String parentBucketId, java.lang.String resultEntityId, com.priint.pubserver.plugin.entitydata.Context context, java.lang.String searchStr)  
      java.util.List<com.priint.pubserver.plugin.entitydata.ContentMetaData> getEntityMetadataOfCord​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.lang.String entityId, java.lang.String parentCordId, java.lang.String resultEntityId, com.priint.pubserver.plugin.entitydata.Context context, java.lang.String searchStr)  
      java.util.List<com.priint.pubserver.plugin.entitydata.ContentMetaData> getEntityMetadataOfKeyValue​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.lang.String entityId, java.lang.String parentKeyValueId, java.lang.String resultEntityId, com.priint.pubserver.plugin.entitydata.Context context, java.lang.String searchStr)  
      java.util.List<com.priint.pubserver.plugin.entitydata.ContentMetaData> getEntityMetadataOfMediaAsset​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.lang.String entityId, java.lang.String parentMediaAssetId, java.lang.String resultEntityId, com.priint.pubserver.plugin.entitydata.Context context, java.lang.String searchStr)  
      java.util.List<com.priint.pubserver.plugin.entitydata.ContentMetaData> getEntityMetadataOfPlanning​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.lang.String entityId, java.lang.String parentPlanningId, java.lang.String resultEntityId, com.priint.pubserver.plugin.entitydata.Context context, java.lang.String searchStr)  
      java.util.List<com.priint.pubserver.plugin.entitydata.ContentMetaData> getEntityMetadataOfPrice​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.lang.String entityId, java.lang.String parentPriceId, java.lang.String resultEntityId, com.priint.pubserver.plugin.entitydata.Context context, java.lang.String searchStr)  
      java.util.List<com.priint.pubserver.plugin.entitydata.ContentMetaData> getEntityMetadataOfTableData​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.lang.String entityId, java.lang.String parentTableDataId, java.lang.String resultEntityId, com.priint.pubserver.plugin.entitydata.Context context, java.lang.String searchStr)  
      java.util.List<com.priint.pubserver.plugin.entitydata.ContentMetaData> getEntityMetadataOfText​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.lang.String entityId, java.lang.String parentTextId, java.lang.String resultEntityId, com.priint.pubserver.plugin.entitydata.Context context, java.lang.String searchStr)  
      com.priint.pubserver.entity.EntityModel getEntityModel​(java.lang.String entityModelIdentifier)  
      java.util.Collection<java.lang.String> getEntityModelIdentifiers()  
      java.util.List<com.priint.pubserver.plugin.entitydata.Planning> getEntityPlanningsByIdentifier​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.lang.String identifier, java.lang.String entityId, com.priint.pubserver.plugin.entitydata.Context context, java.lang.String searchStr)  
      java.util.List<com.priint.pubserver.plugin.entitydata.Planning> getEntityPlanningsBySnippetId​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.lang.String identifier, java.lang.String resultEntityId, com.priint.pubserver.plugin.entitydata.Context context, java.lang.String searchStr)  
      java.util.List<com.priint.pubserver.plugin.entitydata.Planning> getEntityPlanningsBySnippetOrigin​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.lang.String snippetSourceId, java.lang.String resultEntityId, com.priint.pubserver.plugin.entitydata.Context context, java.lang.String searchStr)  
      java.util.List<com.priint.pubserver.plugin.entitydata.Planning> getEntityPlanningsBySourcePlanningId​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.lang.String sourcePlanningId, java.lang.String resultEntityId, com.priint.pubserver.plugin.entitydata.Context context, java.lang.String searchStr)  
      java.util.List<com.priint.pubserver.plugin.entitydata.Planning> getEntityPlanningsOfDocument​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.lang.String entityId, java.lang.String resultEntityId, com.priint.pubserver.plugin.entitydata.Context context, java.lang.String searchStr)  
      java.util.List<com.priint.pubserver.plugin.entitydata.Planning> getEntityPlanningsOfDocumentAndPage​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.lang.String entityId, java.lang.String resultEntityId, java.lang.String documentId, int pageIndex, com.priint.pubserver.plugin.entitydata.Context context, java.lang.String searchStr)  
      java.util.List<com.priint.pubserver.plugin.entitydata.Planning> getEntityPlanningsOfPage​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.lang.String entityId, java.lang.String resultEntityId, int pageIndex, com.priint.pubserver.plugin.entitydata.Context context, java.lang.String searchStr)  
      java.util.List<com.priint.pubserver.plugin.entitydata.Planning> getEntityPlanningsOfPageBySnippetOrigin​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.lang.String snippetSourceId, java.lang.String resultEntityId, int pageIndex, com.priint.pubserver.plugin.entitydata.Context context, java.lang.String searchStr)  
      java.util.List<com.priint.pubserver.plugin.entitydata.Planning> getEntityPlanningsOfPageBySourcePlanningId​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.lang.String sourcePlanningId, java.lang.String resultEntityId, int pageIndex, com.priint.pubserver.plugin.entitydata.Context context, java.lang.String searchStr)  
      java.util.List<com.priint.pubserver.plugin.entitydata.Price> getEntityPricesByIdentifier​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.lang.String identifier, java.lang.String entityIdentifier, com.priint.pubserver.plugin.entitydata.Context context, java.lang.String searchStr)  
      java.util.List<com.priint.pubserver.plugin.entitydata.Price> getEntityPricesOfBucket​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.lang.String entityId, java.lang.String parentBucketId, java.lang.String resultEntityId, com.priint.pubserver.plugin.entitydata.Context context, java.lang.String searchStr)  
      java.util.List<com.priint.pubserver.plugin.entitydata.Price> getEntityPricesOfPlannedBucket​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.lang.String identifier, java.lang.String entityIdentifier, com.priint.pubserver.plugin.entitydata.Context context, java.lang.String searchStr)  
      java.util.List<com.priint.pubserver.plugin.entitydata.Price> getEntityPricesOfPlanning​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.lang.String entityId, java.lang.String parentPlanningId, java.lang.String resultEntityId, com.priint.pubserver.plugin.entitydata.Context context, java.lang.String records, java.lang.String searchStr)  
      java.util.List<com.priint.pubserver.plugin.entitydata.Bucket> getEntityRootBuckets​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.lang.String resultEntityId, com.priint.pubserver.plugin.entitydata.Context context, java.lang.String searchStr)  
      java.util.List<com.priint.pubserver.plugin.entitydata.ContentMetaData> getEntityRootMetadataOfPlanning​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.lang.String entityId, java.lang.String parentPlanningId, java.lang.String resultEntityId, com.priint.pubserver.plugin.entitydata.Context context, java.lang.String searchStr)  
      java.util.List<com.priint.pubserver.plugin.entitydata.Planning> getEntitySubPlanningsOfPlanning​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.lang.String entityId, java.lang.String parentPlanningId, java.lang.String resultEntityId, com.priint.pubserver.plugin.entitydata.Context context, java.lang.String records, java.lang.String searchStr)  
      java.util.List<com.priint.pubserver.plugin.entitydata.TableData> getEntityTableDataByIdentifier​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.lang.String identifier, java.lang.String entityIdentifier, com.priint.pubserver.plugin.entitydata.Context context, java.lang.String searchStr)  
      java.util.List<com.priint.pubserver.plugin.entitydata.TableData> getEntityTableDataOfBucket​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.lang.String entityId, java.lang.String parentBucketId, java.lang.String resultEntityId, com.priint.pubserver.plugin.entitydata.Context context, java.lang.String searchStr)  
      java.util.List<com.priint.pubserver.plugin.entitydata.TableData> getEntityTableDataOfPlannedBucket​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.lang.String identifier, java.lang.String entityIdentifier, com.priint.pubserver.plugin.entitydata.Context context, java.lang.String searchStr)  
      java.util.List<com.priint.pubserver.plugin.entitydata.TableData> getEntityTableDataOfPlanning​(java.lang.String sessionId, java.lang.String entityModelIdentifier, com.priint.pubserver.plugin.entitydata.Context context, java.lang.String identifier, java.lang.String entityId, java.lang.String resultEntityId, java.lang.String records, java.lang.String searchString)
      Deprecated.
      java.util.List<com.priint.pubserver.plugin.entitydata.TableData> getEntityTableDataOfPlanning​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.lang.String entityId, java.lang.String parentPlanningId, java.lang.String resultEntityId, com.priint.pubserver.plugin.entitydata.Context context, java.lang.String records, java.lang.String searchStr)  
      java.util.List<com.priint.pubserver.plugin.entitydata.Text> getEntityTextsByIdentifier​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.lang.String identifier, java.lang.String entityIdentifier, com.priint.pubserver.plugin.entitydata.Context context, java.lang.String searchStr)  
      java.util.List<com.priint.pubserver.plugin.entitydata.Text> getEntityTextsOfBucket​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.lang.String entityId, java.lang.String parentBucketId, java.lang.String resultEntityId, com.priint.pubserver.plugin.entitydata.Context context, java.lang.String searchStr)  
      java.util.List<com.priint.pubserver.plugin.entitydata.Text> getEntityTextsOfPlannedBucket​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.lang.String identifier, java.lang.String entityIdentifier, com.priint.pubserver.plugin.entitydata.Context context, java.lang.String searchStr)  
      java.util.List<com.priint.pubserver.plugin.entitydata.Text> getEntityTextsOfPlanning​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.lang.String entityId, java.lang.String parentPlanningId, java.lang.String resultEntityId, com.priint.pubserver.plugin.entitydata.Context context, java.lang.String records, java.lang.String searchStr)  
      java.util.List<com.priint.pubserver.plugin.entitydata.KeyValue> getKeyValues​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.lang.String entityIdentifier, java.lang.String searchString)  
      java.util.List<com.priint.pubserver.plugin.entitydata.MediaAsset> getMediaAssets​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.lang.String entityIdentifier, java.lang.String searchString)  
      java.util.List<com.priint.pubserver.plugin.entitydata.Planning> getPlanningByIdentifier​(java.lang.String sessionId, java.lang.String identifier, java.lang.String searchStr)  
      java.util.List<com.priint.pubserver.plugin.entitydata.Price> getPrices​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.lang.String entityIdentifier, java.lang.String searchString)  
      java.util.List<com.priint.pubserver.plugin.entitydata.Text> getTexts​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.lang.String entityIdentifier, java.lang.String searchText)  
      com.priint.pubserver.entity.EntityModel importModelfromXML​(java.lang.String xml)  
      protected void init()  
      void initInstance​(java.lang.String mappedName, java.lang.String instanceName)  
      void loadServerConfig()  
      void mergePlanningMetaData​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.lang.String searchStr, com.priint.pubserver.plugin.entitydata.Planning source, java.util.List<com.priint.pubserver.plugin.entitydata.Planning> destination, java.util.List<java.lang.String> filter)  
      void replaceConnector​(java.lang.String id, java.lang.String oldConnectorSpec, java.lang.String newConnectorSpec)  
      java.util.List<com.priint.pubserver.plugin.entitydata.Bucket> setEntityBuckets​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.lang.String searchStr, java.util.List<com.priint.pubserver.plugin.entitydata.Bucket> buckets)  
      java.util.List<com.priint.pubserver.plugin.entitydata.ContentMetaData> setEntityContentMetaData​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.lang.String searchStr, java.util.List<com.priint.pubserver.plugin.entitydata.ContentMetaData> contentMetaDataList)  
      java.util.List<com.priint.pubserver.plugin.entitydata.Cord> setEntityCords​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.lang.String searchStr, java.util.List<com.priint.pubserver.plugin.entitydata.Cord> cords)  
      java.util.List<com.priint.pubserver.plugin.entitydata.KeyValue> setEntityKeyValues​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.lang.String searchStr, java.util.List<com.priint.pubserver.plugin.entitydata.KeyValue> keyValues)  
      java.util.List<com.priint.pubserver.plugin.entitydata.MediaAsset> setEntityMediaAssets​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.lang.String searchStr, java.util.List<com.priint.pubserver.plugin.entitydata.MediaAsset> mediaAssets)  
      java.util.List<com.priint.pubserver.plugin.entitydata.Price> setEntityPrices​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.lang.String searchStr, java.util.List<com.priint.pubserver.plugin.entitydata.Price> prices)  
      java.util.List<com.priint.pubserver.plugin.entitydata.TableDataCell> setEntityTableDataCells​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.lang.String searchStr, java.util.List<com.priint.pubserver.plugin.entitydata.TableDataCell> tableDataCells)  
      java.util.List<com.priint.pubserver.plugin.entitydata.TableDataRow> setEntityTableDataRows​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.lang.String searchStr, java.util.List<com.priint.pubserver.plugin.entitydata.TableDataRow> tableDataRows)  
      java.util.List<com.priint.pubserver.plugin.entitydata.TableData> setEntityTableDatas​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.lang.String searchStr, java.util.List<com.priint.pubserver.plugin.entitydata.TableData> tableDatas)  
      java.util.List<com.priint.pubserver.plugin.entitydata.Text> setEntityTexts​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.lang.String searchStr, java.util.List<com.priint.pubserver.plugin.entitydata.Text> texts)  
      void setPlanning​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.lang.String searchStr, java.util.List<com.priint.pubserver.plugin.entitydata.Planning> planningList)  
      void setPlanningTableCmdChanged​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.lang.String searchStr, com.priint.pubserver.plugin.entitydata.Planning source, java.util.List<com.priint.pubserver.plugin.entitydata.Planning> destination)  
      com.priint.pubserver.config.PluginConfigCollection updateConfigurations​(java.lang.String sessionId, com.priint.pubserver.config.PluginConfigCollection updatedConfigs)  
      void updatePlanning​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.util.List<com.priint.pubserver.plugin.entitydata.Planning> planningList)  
      void updateSequenceOfRootPlanning​(java.lang.String sessionId, java.lang.String entityModelIdentifier, java.util.List<com.priint.pubserver.plugin.entitydata.Planning> planningList)  
      • Methods inherited from class com.priint.pubserver.plugin.PluginControlDefault

        deleteConfigurations, getSession, getSessionId, ping, readSessionAttribute, writeSessionAttribute
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.priint.pubserver.plugin.interfaces.PluginControl

        deleteConfigurations, ping, validateConfigurations
    • Constructor Detail

      • EntityManager

        public EntityManager()
    • Method Detail

      • init

        @PostConstruct
        protected void init()
      • initInstance

        public void initInstance​(java.lang.String mappedName,
                                 java.lang.String instanceName)
        Specified by:
        initInstance in interface com.priint.pubserver.plugin.interfaces.PluginControl
        Overrides:
        initInstance in class com.priint.pubserver.plugin.PluginControlDefault
      • exportModelToXML

        public java.lang.String exportModelToXML​(com.priint.pubserver.entity.EntityModel model)
        Specified by:
        exportModelToXML in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
      • importModelfromXML

        public com.priint.pubserver.entity.EntityModel importModelfromXML​(java.lang.String xml)
        Specified by:
        importModelfromXML in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
      • getEntityModel

        public com.priint.pubserver.entity.EntityModel getEntityModel​(java.lang.String entityModelIdentifier)
        Specified by:
        getEntityModel in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
      • getEntityModelIdentifiers

        public java.util.Collection<java.lang.String> getEntityModelIdentifiers()
        Specified by:
        getEntityModelIdentifiers in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
      • getEntity

        public <T extends com.priint.pubserver.entity.Entity> T getEntity​(com.priint.pubserver.entity.EntityModel entityModel,
                                                                          java.lang.String entityName,
                                                                          java.lang.Class<T> clazz)
        Specified by:
        getEntity in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
      • getEntityRootBuckets

        public java.util.List<com.priint.pubserver.plugin.entitydata.Bucket> getEntityRootBuckets​(java.lang.String sessionId,
                                                                                                  java.lang.String entityModelIdentifier,
                                                                                                  java.lang.String resultEntityId,
                                                                                                  com.priint.pubserver.plugin.entitydata.Context context,
                                                                                                  java.lang.String searchStr)
                                                                                           throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        getEntityRootBuckets in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • getEntityChildBuckets

        public java.util.List<com.priint.pubserver.plugin.entitydata.Bucket> getEntityChildBuckets​(java.lang.String sessionId,
                                                                                                   java.lang.String entityModelIdentifier,
                                                                                                   java.lang.String entityId,
                                                                                                   java.lang.String parentBucketId,
                                                                                                   java.lang.String resultEntityId,
                                                                                                   com.priint.pubserver.plugin.entitydata.Context context,
                                                                                                   java.lang.String searchStr)
                                                                                            throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        getEntityChildBuckets in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • getEntityBucketsByIdentifier

        public java.util.List<com.priint.pubserver.plugin.entitydata.Bucket> getEntityBucketsByIdentifier​(java.lang.String sessionId,
                                                                                                          java.lang.String entityModelIdentifier,
                                                                                                          java.lang.String identifier,
                                                                                                          java.lang.String entityIdentifier,
                                                                                                          com.priint.pubserver.plugin.entitydata.Context context,
                                                                                                          java.lang.String searchStr)
                                                                                                   throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        getEntityBucketsByIdentifier in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • getChildEntities

        public java.util.List<java.lang.Object> getChildEntities​(java.lang.String sessionId,
                                                                 java.lang.String model,
                                                                 java.lang.String entityId,
                                                                 java.lang.String parentBucketId,
                                                                 com.priint.pubserver.plugin.entitydata.Context context)
                                                          throws com.priint.pubserver.plugin.exception.EntityManagerException
        Parameters:
        sessionId - id of the user session
        model - name of the entity model
        entityId - name of the entity
        parentBucketId - id of the bucket in the content system
        context - context of entity
        Returns:
        list of entities
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • getEntityKeyValuesOfBucket

        public java.util.List<com.priint.pubserver.plugin.entitydata.KeyValue> getEntityKeyValuesOfBucket​(java.lang.String sessionId,
                                                                                                          java.lang.String entityModelIdentifier,
                                                                                                          java.lang.String entityId,
                                                                                                          java.lang.String parentBucketId,
                                                                                                          java.lang.String resultEntityId,
                                                                                                          com.priint.pubserver.plugin.entitydata.Context context,
                                                                                                          java.lang.String searchStr)
                                                                                                   throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        getEntityKeyValuesOfBucket in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • getEntityKeyValuesByIdentifier

        public java.util.List<com.priint.pubserver.plugin.entitydata.KeyValue> getEntityKeyValuesByIdentifier​(java.lang.String sessionId,
                                                                                                              java.lang.String entityModelIdentifier,
                                                                                                              java.lang.String identifier,
                                                                                                              java.lang.String entityIdentifier,
                                                                                                              com.priint.pubserver.plugin.entitydata.Context context,
                                                                                                              java.lang.String searchStr)
                                                                                                       throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        getEntityKeyValuesByIdentifier in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • getEntityPricesOfBucket

        public java.util.List<com.priint.pubserver.plugin.entitydata.Price> getEntityPricesOfBucket​(java.lang.String sessionId,
                                                                                                    java.lang.String entityModelIdentifier,
                                                                                                    java.lang.String entityId,
                                                                                                    java.lang.String parentBucketId,
                                                                                                    java.lang.String resultEntityId,
                                                                                                    com.priint.pubserver.plugin.entitydata.Context context,
                                                                                                    java.lang.String searchStr)
                                                                                             throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        getEntityPricesOfBucket in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • getEntityPricesByIdentifier

        public java.util.List<com.priint.pubserver.plugin.entitydata.Price> getEntityPricesByIdentifier​(java.lang.String sessionId,
                                                                                                        java.lang.String entityModelIdentifier,
                                                                                                        java.lang.String identifier,
                                                                                                        java.lang.String entityIdentifier,
                                                                                                        com.priint.pubserver.plugin.entitydata.Context context,
                                                                                                        java.lang.String searchStr)
                                                                                                 throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        getEntityPricesByIdentifier in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
        Since:
        4.0.0
        See Also:
        EntityManagerRemote.getEntityPricesByIdentifier(java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.priint.pubserver.plugin.entitydata.Context, java.lang.String)
      • getEntityTextsOfBucket

        public java.util.List<com.priint.pubserver.plugin.entitydata.Text> getEntityTextsOfBucket​(java.lang.String sessionId,
                                                                                                  java.lang.String entityModelIdentifier,
                                                                                                  java.lang.String entityId,
                                                                                                  java.lang.String parentBucketId,
                                                                                                  java.lang.String resultEntityId,
                                                                                                  com.priint.pubserver.plugin.entitydata.Context context,
                                                                                                  java.lang.String searchStr)
                                                                                           throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        getEntityTextsOfBucket in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • getEntityTextsByIdentifier

        public java.util.List<com.priint.pubserver.plugin.entitydata.Text> getEntityTextsByIdentifier​(java.lang.String sessionId,
                                                                                                      java.lang.String entityModelIdentifier,
                                                                                                      java.lang.String identifier,
                                                                                                      java.lang.String entityIdentifier,
                                                                                                      com.priint.pubserver.plugin.entitydata.Context context,
                                                                                                      java.lang.String searchStr)
                                                                                               throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        getEntityTextsByIdentifier in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • getEntityMediaAssetsOfBucket

        public java.util.List<com.priint.pubserver.plugin.entitydata.MediaAsset> getEntityMediaAssetsOfBucket​(java.lang.String sessionId,
                                                                                                              java.lang.String entityModelIdentifier,
                                                                                                              java.lang.String entityId,
                                                                                                              java.lang.String parentBucketId,
                                                                                                              java.lang.String resultEntityId,
                                                                                                              com.priint.pubserver.plugin.entitydata.Context context,
                                                                                                              java.lang.String searchStr)
                                                                                                       throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        getEntityMediaAssetsOfBucket in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • getEntityMediaAssetsByIdentifier

        public java.util.List<com.priint.pubserver.plugin.entitydata.MediaAsset> getEntityMediaAssetsByIdentifier​(java.lang.String sessionId,
                                                                                                                  java.lang.String entityModelIdentifier,
                                                                                                                  java.lang.String identifier,
                                                                                                                  java.lang.String entityIdentifier,
                                                                                                                  com.priint.pubserver.plugin.entitydata.Context context,
                                                                                                                  java.lang.String searchStr)
                                                                                                           throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        getEntityMediaAssetsByIdentifier in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • getEntityCordsOfBuckets

        public java.util.List<com.priint.pubserver.plugin.entitydata.Cord> getEntityCordsOfBuckets​(java.lang.String sessionId,
                                                                                                   java.lang.String entityModelIdentifier,
                                                                                                   java.lang.String parentBucketEntityId,
                                                                                                   java.lang.String parentBucketId,
                                                                                                   java.lang.String resultEntityId,
                                                                                                   com.priint.pubserver.plugin.entitydata.Context context,
                                                                                                   java.lang.String searchStr)
                                                                                            throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        getEntityCordsOfBuckets in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • getEntityCordedBuckets

        public java.util.List<com.priint.pubserver.plugin.entitydata.Bucket> getEntityCordedBuckets​(java.lang.String sessionId,
                                                                                                    java.lang.String entityModelIdentifier,
                                                                                                    java.lang.String entityId,
                                                                                                    java.lang.String parentBucketId,
                                                                                                    java.lang.String cordEntityId,
                                                                                                    com.priint.pubserver.plugin.entitydata.Context context,
                                                                                                    java.lang.String searchStr)
                                                                                             throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        getEntityCordedBuckets in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • getEntityByConnectorEntity

        public <T extends com.priint.pubserver.entity.Entity> T getEntityByConnectorEntity​(java.lang.String entityModel,
                                                                                           java.lang.String connectorEntity,
                                                                                           java.lang.Class<T> clazz)
        Specified by:
        getEntityByConnectorEntity in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
      • loadServerConfig

        public void loadServerConfig()
                              throws com.priint.pubserver.plugin.exception.PluginException
        Specified by:
        loadServerConfig in interface com.priint.pubserver.plugin.interfaces.PluginControl
        Overrides:
        loadServerConfig in class com.priint.pubserver.plugin.PluginControlDefault
        Throws:
        com.priint.pubserver.plugin.exception.PluginException
        Since:
        4.0.0
        See Also:
        PluginControl.loadServerConfig()
      • getEntityTableDataOfBucket

        public java.util.List<com.priint.pubserver.plugin.entitydata.TableData> getEntityTableDataOfBucket​(java.lang.String sessionId,
                                                                                                           java.lang.String entityModelIdentifier,
                                                                                                           java.lang.String entityId,
                                                                                                           java.lang.String parentBucketId,
                                                                                                           java.lang.String resultEntityId,
                                                                                                           com.priint.pubserver.plugin.entitydata.Context context,
                                                                                                           java.lang.String searchStr)
                                                                                                    throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        getEntityTableDataOfBucket in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • getEntityTableDataByIdentifier

        public java.util.List<com.priint.pubserver.plugin.entitydata.TableData> getEntityTableDataByIdentifier​(java.lang.String sessionId,
                                                                                                               java.lang.String entityModelIdentifier,
                                                                                                               java.lang.String identifier,
                                                                                                               java.lang.String entityIdentifier,
                                                                                                               com.priint.pubserver.plugin.entitydata.Context context,
                                                                                                               java.lang.String searchStr)
                                                                                                        throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        getEntityTableDataByIdentifier in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • setEntityBuckets

        public java.util.List<com.priint.pubserver.plugin.entitydata.Bucket> setEntityBuckets​(java.lang.String sessionId,
                                                                                              java.lang.String entityModelIdentifier,
                                                                                              java.lang.String searchStr,
                                                                                              java.util.List<com.priint.pubserver.plugin.entitydata.Bucket> buckets)
                                                                                       throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        setEntityBuckets in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • setEntityKeyValues

        public java.util.List<com.priint.pubserver.plugin.entitydata.KeyValue> setEntityKeyValues​(java.lang.String sessionId,
                                                                                                  java.lang.String entityModelIdentifier,
                                                                                                  java.lang.String searchStr,
                                                                                                  java.util.List<com.priint.pubserver.plugin.entitydata.KeyValue> keyValues)
                                                                                           throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        setEntityKeyValues in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • setEntityTexts

        public java.util.List<com.priint.pubserver.plugin.entitydata.Text> setEntityTexts​(java.lang.String sessionId,
                                                                                          java.lang.String entityModelIdentifier,
                                                                                          java.lang.String searchStr,
                                                                                          java.util.List<com.priint.pubserver.plugin.entitydata.Text> texts)
                                                                                   throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        setEntityTexts in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • setEntityMediaAssets

        public java.util.List<com.priint.pubserver.plugin.entitydata.MediaAsset> setEntityMediaAssets​(java.lang.String sessionId,
                                                                                                      java.lang.String entityModelIdentifier,
                                                                                                      java.lang.String searchStr,
                                                                                                      java.util.List<com.priint.pubserver.plugin.entitydata.MediaAsset> mediaAssets)
                                                                                               throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        setEntityMediaAssets in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • setEntityPrices

        public java.util.List<com.priint.pubserver.plugin.entitydata.Price> setEntityPrices​(java.lang.String sessionId,
                                                                                            java.lang.String entityModelIdentifier,
                                                                                            java.lang.String searchStr,
                                                                                            java.util.List<com.priint.pubserver.plugin.entitydata.Price> prices)
                                                                                     throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        setEntityPrices in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • setEntityCords

        public java.util.List<com.priint.pubserver.plugin.entitydata.Cord> setEntityCords​(java.lang.String sessionId,
                                                                                          java.lang.String entityModelIdentifier,
                                                                                          java.lang.String searchStr,
                                                                                          java.util.List<com.priint.pubserver.plugin.entitydata.Cord> cords)
                                                                                   throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        setEntityCords in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • setEntityTableDatas

        public java.util.List<com.priint.pubserver.plugin.entitydata.TableData> setEntityTableDatas​(java.lang.String sessionId,
                                                                                                    java.lang.String entityModelIdentifier,
                                                                                                    java.lang.String searchStr,
                                                                                                    java.util.List<com.priint.pubserver.plugin.entitydata.TableData> tableDatas)
                                                                                             throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        setEntityTableDatas in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • setEntityTableDataRows

        public java.util.List<com.priint.pubserver.plugin.entitydata.TableDataRow> setEntityTableDataRows​(java.lang.String sessionId,
                                                                                                          java.lang.String entityModelIdentifier,
                                                                                                          java.lang.String searchStr,
                                                                                                          java.util.List<com.priint.pubserver.plugin.entitydata.TableDataRow> tableDataRows)
                                                                                                   throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        setEntityTableDataRows in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • setEntityTableDataCells

        public java.util.List<com.priint.pubserver.plugin.entitydata.TableDataCell> setEntityTableDataCells​(java.lang.String sessionId,
                                                                                                            java.lang.String entityModelIdentifier,
                                                                                                            java.lang.String searchStr,
                                                                                                            java.util.List<com.priint.pubserver.plugin.entitydata.TableDataCell> tableDataCells)
                                                                                                     throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        setEntityTableDataCells in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • getEntitySubPlanningsOfPlanning

        public java.util.List<com.priint.pubserver.plugin.entitydata.Planning> getEntitySubPlanningsOfPlanning​(java.lang.String sessionId,
                                                                                                               java.lang.String entityModelIdentifier,
                                                                                                               java.lang.String entityId,
                                                                                                               java.lang.String parentPlanningId,
                                                                                                               java.lang.String resultEntityId,
                                                                                                               com.priint.pubserver.plugin.entitydata.Context context,
                                                                                                               java.lang.String records,
                                                                                                               java.lang.String searchStr)
                                                                                                        throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        getEntitySubPlanningsOfPlanning in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • getEntityPlanningsOfDocument

        public java.util.List<com.priint.pubserver.plugin.entitydata.Planning> getEntityPlanningsOfDocument​(java.lang.String sessionId,
                                                                                                            java.lang.String entityModelIdentifier,
                                                                                                            java.lang.String entityId,
                                                                                                            java.lang.String resultEntityId,
                                                                                                            com.priint.pubserver.plugin.entitydata.Context context,
                                                                                                            java.lang.String searchStr)
                                                                                                     throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        getEntityPlanningsOfDocument in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • getEntityPlanningsByIdentifier

        public java.util.List<com.priint.pubserver.plugin.entitydata.Planning> getEntityPlanningsByIdentifier​(java.lang.String sessionId,
                                                                                                              java.lang.String entityModelIdentifier,
                                                                                                              java.lang.String identifier,
                                                                                                              java.lang.String entityId,
                                                                                                              com.priint.pubserver.plugin.entitydata.Context context,
                                                                                                              java.lang.String searchStr)
                                                                                                       throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        getEntityPlanningsByIdentifier in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • getPlanningByIdentifier

        public java.util.List<com.priint.pubserver.plugin.entitydata.Planning> getPlanningByIdentifier​(java.lang.String sessionId,
                                                                                                       java.lang.String identifier,
                                                                                                       java.lang.String searchStr)
        Specified by:
        getPlanningByIdentifier in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
      • getEntityPlanningsOfPage

        public java.util.List<com.priint.pubserver.plugin.entitydata.Planning> getEntityPlanningsOfPage​(java.lang.String sessionId,
                                                                                                        java.lang.String entityModelIdentifier,
                                                                                                        java.lang.String entityId,
                                                                                                        java.lang.String resultEntityId,
                                                                                                        int pageIndex,
                                                                                                        com.priint.pubserver.plugin.entitydata.Context context,
                                                                                                        java.lang.String searchStr)
                                                                                                 throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        getEntityPlanningsOfPage in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • getEntityPlanningsOfDocumentAndPage

        public java.util.List<com.priint.pubserver.plugin.entitydata.Planning> getEntityPlanningsOfDocumentAndPage​(java.lang.String sessionId,
                                                                                                                   java.lang.String entityModelIdentifier,
                                                                                                                   java.lang.String entityId,
                                                                                                                   java.lang.String resultEntityId,
                                                                                                                   java.lang.String documentId,
                                                                                                                   int pageIndex,
                                                                                                                   com.priint.pubserver.plugin.entitydata.Context context,
                                                                                                                   java.lang.String searchStr)
                                                                                                            throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        getEntityPlanningsOfDocumentAndPage in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • setPlanning

        public void setPlanning​(java.lang.String sessionId,
                                java.lang.String entityModelIdentifier,
                                java.lang.String searchStr,
                                java.util.List<com.priint.pubserver.plugin.entitydata.Planning> planningList)
                         throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        setPlanning in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • clonePlanningOfDocument

        public void clonePlanningOfDocument​(java.lang.String sessionId,
                                            java.lang.String entityModelIdentifier,
                                            java.lang.String searchStr,
                                            java.lang.String sourceDocID,
                                            java.lang.String targetDocID)
                                     throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        clonePlanningOfDocument in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • clonePlanning

        public java.util.List<java.lang.String> clonePlanning​(java.lang.String sessionId,
                                                              java.lang.String entityModelIdentifier,
                                                              java.lang.String searchStr,
                                                              java.util.List<com.priint.pubserver.plugin.entitydata.Planning> plannings,
                                                              boolean asTemporary)
                                                       throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        clonePlanning in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • copyPlanningMetaData

        public void copyPlanningMetaData​(java.lang.String sessionId,
                                         java.lang.String entityModelIdentifier,
                                         java.lang.String searchStr,
                                         com.priint.pubserver.plugin.entitydata.Planning source,
                                         java.util.List<com.priint.pubserver.plugin.entitydata.Planning> destination,
                                         java.util.List<java.lang.String> filter)
                                  throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        copyPlanningMetaData in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • mergePlanningMetaData

        public void mergePlanningMetaData​(java.lang.String sessionId,
                                          java.lang.String entityModelIdentifier,
                                          java.lang.String searchStr,
                                          com.priint.pubserver.plugin.entitydata.Planning source,
                                          java.util.List<com.priint.pubserver.plugin.entitydata.Planning> destination,
                                          java.util.List<java.lang.String> filter)
                                   throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        mergePlanningMetaData in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • canDeleteContentMetaData

        public boolean canDeleteContentMetaData​(java.lang.String entityModelIdentifier,
                                                java.lang.String entityContentMetaDataId)
        Specified by:
        canDeleteContentMetaData in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
      • setPlanningTableCmdChanged

        public void setPlanningTableCmdChanged​(java.lang.String sessionId,
                                               java.lang.String entityModelIdentifier,
                                               java.lang.String searchStr,
                                               com.priint.pubserver.plugin.entitydata.Planning source,
                                               java.util.List<com.priint.pubserver.plugin.entitydata.Planning> destination)
                                        throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        setPlanningTableCmdChanged in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • createConfiguration

        public java.lang.String createConfiguration​(java.lang.String sessionId,
                                                    java.lang.String customTypeName,
                                                    java.util.Map<java.lang.String,​java.lang.Object> initialValues)
                                             throws com.priint.pubserver.plugin.exception.PluginException
        Create new Entity Model by one simple bean call

        Example:

         map = new HashMap<String, String>)
         map.put("client", "WerkII");
         map.put("identifier", "MyEntityModel");
         map.put("label", "My Entity Model");
         map.put("description", "");
         map.put("public", "true");
         map.put("connector", "com.priint.pubserver.connectors.DemoConnector");
         map.put("instance", "XmlFile1");
        
         createConfiguration("34afe4222", "EntityModel", map);
         
        (non-Javadoc)
        Specified by:
        createConfiguration in interface com.priint.pubserver.plugin.interfaces.PluginControl
        Overrides:
        createConfiguration in class com.priint.pubserver.plugin.PluginControlDefault
        Throws:
        com.priint.pubserver.plugin.exception.PluginException
        See Also:
        PluginControlDefault.createConfiguration(java.lang.String, java.lang.String, java.util.Map)
      • getTexts

        public java.util.List<com.priint.pubserver.plugin.entitydata.Text> getTexts​(java.lang.String sessionId,
                                                                                    java.lang.String entityModelIdentifier,
                                                                                    java.lang.String entityIdentifier,
                                                                                    java.lang.String searchText)
                                                                             throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        getTexts in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • getMediaAssets

        public java.util.List<com.priint.pubserver.plugin.entitydata.MediaAsset> getMediaAssets​(java.lang.String sessionId,
                                                                                                java.lang.String entityModelIdentifier,
                                                                                                java.lang.String entityIdentifier,
                                                                                                java.lang.String searchString)
                                                                                         throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        getMediaAssets in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • getPrices

        public java.util.List<com.priint.pubserver.plugin.entitydata.Price> getPrices​(java.lang.String sessionId,
                                                                                      java.lang.String entityModelIdentifier,
                                                                                      java.lang.String entityIdentifier,
                                                                                      java.lang.String searchString)
                                                                               throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        getPrices in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • getCords

        public java.util.List<com.priint.pubserver.plugin.entitydata.Cord> getCords​(java.lang.String sessionId,
                                                                                    java.lang.String entityModelIdentifier,
                                                                                    java.lang.String entityIdentifier,
                                                                                    java.lang.String searchString)
                                                                             throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        getCords in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • getKeyValues

        public java.util.List<com.priint.pubserver.plugin.entitydata.KeyValue> getKeyValues​(java.lang.String sessionId,
                                                                                            java.lang.String entityModelIdentifier,
                                                                                            java.lang.String entityIdentifier,
                                                                                            java.lang.String searchString)
                                                                                     throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        getKeyValues in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • getEntityChildBucketsOfPlanning

        public java.util.List<com.priint.pubserver.plugin.entitydata.Bucket> getEntityChildBucketsOfPlanning​(java.lang.String sessionId,
                                                                                                             java.lang.String entityModelIdentifier,
                                                                                                             java.lang.String entityId,
                                                                                                             java.lang.String parentPlanningId,
                                                                                                             java.lang.String resultEntityId,
                                                                                                             com.priint.pubserver.plugin.entitydata.Context context,
                                                                                                             java.lang.String records,
                                                                                                             java.lang.String searchStr)
                                                                                                      throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        getEntityChildBucketsOfPlanning in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • getEntityBucketsOfPlanning

        public java.util.List<com.priint.pubserver.plugin.entitydata.Bucket> getEntityBucketsOfPlanning​(java.lang.String sessionId,
                                                                                                        java.lang.String entityModelIdentifier,
                                                                                                        java.lang.String entityId,
                                                                                                        java.lang.String parentPlanningId,
                                                                                                        java.lang.String resultEntityId,
                                                                                                        com.priint.pubserver.plugin.entitydata.Context context,
                                                                                                        java.lang.String searchStr)
                                                                                                 throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        getEntityBucketsOfPlanning in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • getEntityCordedBucketsOfPlanning

        public java.util.List<com.priint.pubserver.plugin.entitydata.Bucket> getEntityCordedBucketsOfPlanning​(java.lang.String sessionId,
                                                                                                              java.lang.String entityModelIdentifier,
                                                                                                              java.lang.String entityId,
                                                                                                              java.lang.String parentPlanningId,
                                                                                                              java.lang.String resultEntityId,
                                                                                                              com.priint.pubserver.plugin.entitydata.Context context,
                                                                                                              java.lang.String records,
                                                                                                              java.lang.String searchStr)
                                                                                                       throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        getEntityCordedBucketsOfPlanning in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • getEntityKeyValuesOfPlanning

        public java.util.List<com.priint.pubserver.plugin.entitydata.KeyValue> getEntityKeyValuesOfPlanning​(java.lang.String sessionId,
                                                                                                            java.lang.String entityModelIdentifier,
                                                                                                            java.lang.String entityId,
                                                                                                            java.lang.String parentPlanningId,
                                                                                                            java.lang.String resultEntityId,
                                                                                                            com.priint.pubserver.plugin.entitydata.Context context,
                                                                                                            java.lang.String records,
                                                                                                            java.lang.String searchStr)
                                                                                                     throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        getEntityKeyValuesOfPlanning in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • getEntityMediaAssetsOfPlanning

        public java.util.List<com.priint.pubserver.plugin.entitydata.MediaAsset> getEntityMediaAssetsOfPlanning​(java.lang.String sessionId,
                                                                                                                java.lang.String entityModelIdentifier,
                                                                                                                java.lang.String entityId,
                                                                                                                java.lang.String parentPlanningId,
                                                                                                                java.lang.String resultEntityId,
                                                                                                                com.priint.pubserver.plugin.entitydata.Context context,
                                                                                                                java.lang.String records,
                                                                                                                java.lang.String searchStr)
                                                                                                         throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        getEntityMediaAssetsOfPlanning in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • getCountOfMediaAssetRefsOfPlanning

        public java.lang.Long getCountOfMediaAssetRefsOfPlanning​(java.lang.String sessionId,
                                                                 java.lang.String entityModelIdentifier,
                                                                 java.lang.String parentPlanningId,
                                                                 com.priint.pubserver.plugin.entitydata.Context context)
                                                          throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        getCountOfMediaAssetRefsOfPlanning in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • getCountOfTextRefsOfPlanning

        public java.lang.Long getCountOfTextRefsOfPlanning​(java.lang.String sessionId,
                                                           java.lang.String entityModelIdentifier,
                                                           java.lang.String parentPlanningId,
                                                           com.priint.pubserver.plugin.entitydata.Context context)
                                                    throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        getCountOfTextRefsOfPlanning in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • getCountOfKeyValueRefsOfPlanning

        public java.lang.Long getCountOfKeyValueRefsOfPlanning​(java.lang.String sessionId,
                                                               java.lang.String entityModelIdentifier,
                                                               java.lang.String parentPlanningId,
                                                               com.priint.pubserver.plugin.entitydata.Context context)
                                                        throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        getCountOfKeyValueRefsOfPlanning in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • getCountOfPriceRefsOfPlanning

        public java.lang.Long getCountOfPriceRefsOfPlanning​(java.lang.String sessionId,
                                                            java.lang.String entityModelIdentifier,
                                                            java.lang.String parentPlanningId,
                                                            com.priint.pubserver.plugin.entitydata.Context context)
                                                     throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        getCountOfPriceRefsOfPlanning in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • getCountOfCordRefsOfPlanning

        public java.lang.Long getCountOfCordRefsOfPlanning​(java.lang.String sessionId,
                                                           java.lang.String entityModelIdentifier,
                                                           java.lang.String parentPlanningId,
                                                           com.priint.pubserver.plugin.entitydata.Context context)
                                                    throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        getCountOfCordRefsOfPlanning in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • getCountOfSubBucketRefsOfPlanning

        public java.lang.Long getCountOfSubBucketRefsOfPlanning​(java.lang.String sessionId,
                                                                java.lang.String entityModelIdentifier,
                                                                java.lang.String parentPlanningId,
                                                                com.priint.pubserver.plugin.entitydata.Context context)
                                                         throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        getCountOfSubBucketRefsOfPlanning in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • getEntityPricesOfPlanning

        public java.util.List<com.priint.pubserver.plugin.entitydata.Price> getEntityPricesOfPlanning​(java.lang.String sessionId,
                                                                                                      java.lang.String entityModelIdentifier,
                                                                                                      java.lang.String entityId,
                                                                                                      java.lang.String parentPlanningId,
                                                                                                      java.lang.String resultEntityId,
                                                                                                      com.priint.pubserver.plugin.entitydata.Context context,
                                                                                                      java.lang.String records,
                                                                                                      java.lang.String searchStr)
                                                                                               throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        getEntityPricesOfPlanning in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • getEntityTableDataOfPlanning

        @Deprecated
        public java.util.List<com.priint.pubserver.plugin.entitydata.TableData> getEntityTableDataOfPlanning​(java.lang.String sessionId,
                                                                                                             java.lang.String entityModelIdentifier,
                                                                                                             com.priint.pubserver.plugin.entitydata.Context context,
                                                                                                             java.lang.String identifier,
                                                                                                             java.lang.String entityId,
                                                                                                             java.lang.String resultEntityId,
                                                                                                             java.lang.String records,
                                                                                                             java.lang.String searchString)
                                                                                                      throws com.priint.pubserver.plugin.exception.EntityManagerException
        Deprecated.
        Specified by:
        getEntityTableDataOfPlanning in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • getEntityTableDataOfPlanning

        public java.util.List<com.priint.pubserver.plugin.entitydata.TableData> getEntityTableDataOfPlanning​(java.lang.String sessionId,
                                                                                                             java.lang.String entityModelIdentifier,
                                                                                                             java.lang.String entityId,
                                                                                                             java.lang.String parentPlanningId,
                                                                                                             java.lang.String resultEntityId,
                                                                                                             com.priint.pubserver.plugin.entitydata.Context context,
                                                                                                             java.lang.String records,
                                                                                                             java.lang.String searchStr)
                                                                                                      throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        getEntityTableDataOfPlanning in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • getEntityTextsOfPlanning

        public java.util.List<com.priint.pubserver.plugin.entitydata.Text> getEntityTextsOfPlanning​(java.lang.String sessionId,
                                                                                                    java.lang.String entityModelIdentifier,
                                                                                                    java.lang.String entityId,
                                                                                                    java.lang.String parentPlanningId,
                                                                                                    java.lang.String resultEntityId,
                                                                                                    com.priint.pubserver.plugin.entitydata.Context context,
                                                                                                    java.lang.String records,
                                                                                                    java.lang.String searchStr)
                                                                                             throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        getEntityTextsOfPlanning in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • deletePlanning

        public void deletePlanning​(java.lang.String sessionId,
                                   java.lang.String entityModelIdentifier,
                                   java.util.List<com.priint.pubserver.plugin.entitydata.Planning> planning)
                            throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        deletePlanning in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • deleteEntityBuckets

        public java.util.List<com.priint.pubserver.entity.DeleteEntityStatus> deleteEntityBuckets​(java.lang.String sessionId,
                                                                                                  java.lang.String entityModelIdentifier,
                                                                                                  java.util.List<com.priint.pubserver.plugin.entitydata.Bucket> buckets)
                                                                                           throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        deleteEntityBuckets in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • deleteEntityKeyValues

        public java.util.List<com.priint.pubserver.entity.DeleteEntityStatus> deleteEntityKeyValues​(java.lang.String sessionId,
                                                                                                    java.lang.String entityModelIdentifier,
                                                                                                    java.util.List<com.priint.pubserver.plugin.entitydata.KeyValue> keyValues)
                                                                                             throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        deleteEntityKeyValues in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • deleteEntityTexts

        public java.util.List<com.priint.pubserver.entity.DeleteEntityStatus> deleteEntityTexts​(java.lang.String sessionId,
                                                                                                java.lang.String entityModelIdentifier,
                                                                                                java.util.List<com.priint.pubserver.plugin.entitydata.Text> texts)
                                                                                         throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        deleteEntityTexts in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • deleteEntityMediaAssets

        public java.util.List<com.priint.pubserver.entity.DeleteEntityStatus> deleteEntityMediaAssets​(java.lang.String sessionId,
                                                                                                      java.lang.String entityModelIdentifier,
                                                                                                      java.util.List<com.priint.pubserver.plugin.entitydata.MediaAsset> mediaAssets)
                                                                                               throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        deleteEntityMediaAssets in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • deleteEntityPrices

        public java.util.List<com.priint.pubserver.entity.DeleteEntityStatus> deleteEntityPrices​(java.lang.String sessionId,
                                                                                                 java.lang.String entityModelIdentifier,
                                                                                                 java.util.List<com.priint.pubserver.plugin.entitydata.Price> prices)
                                                                                          throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        deleteEntityPrices in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • deleteEntityCords

        public java.util.List<com.priint.pubserver.entity.DeleteEntityStatus> deleteEntityCords​(java.lang.String sessionId,
                                                                                                java.lang.String entityModelIdentifier,
                                                                                                java.util.List<com.priint.pubserver.plugin.entitydata.Cord> cords)
                                                                                         throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        deleteEntityCords in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • deleteEntityTableDatas

        public java.util.List<com.priint.pubserver.entity.DeleteEntityStatus> deleteEntityTableDatas​(java.lang.String sessionId,
                                                                                                     java.lang.String entityModelIdentifier,
                                                                                                     java.util.List<com.priint.pubserver.plugin.entitydata.TableData> tableDatas)
                                                                                              throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        deleteEntityTableDatas in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • deleteEntityTableDataRows

        public java.util.List<com.priint.pubserver.entity.DeleteEntityStatus> deleteEntityTableDataRows​(java.lang.String sessionId,
                                                                                                        java.lang.String entityModelIdentifier,
                                                                                                        java.util.List<com.priint.pubserver.plugin.entitydata.TableDataRow> tableDataRows)
                                                                                                 throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        deleteEntityTableDataRows in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • deleteEntityTableDataCells

        public java.util.List<com.priint.pubserver.entity.DeleteEntityStatus> deleteEntityTableDataCells​(java.lang.String sessionId,
                                                                                                         java.lang.String entityModelIdentifier,
                                                                                                         java.util.List<com.priint.pubserver.plugin.entitydata.TableDataCell> tableDataCells)
                                                                                                  throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        deleteEntityTableDataCells in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • getEntityContentMetaDataByIdentifier

        public java.util.List<com.priint.pubserver.plugin.entitydata.ContentMetaData> getEntityContentMetaDataByIdentifier​(java.lang.String sessionId,
                                                                                                                           java.lang.String entityModelIdentifier,
                                                                                                                           java.lang.String identifier,
                                                                                                                           java.lang.String entityIdentifier,
                                                                                                                           com.priint.pubserver.plugin.entitydata.Context context,
                                                                                                                           java.lang.String searchStr)
                                                                                                                    throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        getEntityContentMetaDataByIdentifier in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • setEntityContentMetaData

        public java.util.List<com.priint.pubserver.plugin.entitydata.ContentMetaData> setEntityContentMetaData​(java.lang.String sessionId,
                                                                                                               java.lang.String entityModelIdentifier,
                                                                                                               java.lang.String searchStr,
                                                                                                               java.util.List<com.priint.pubserver.plugin.entitydata.ContentMetaData> contentMetaDataList)
                                                                                                        throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        setEntityContentMetaData in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • deleteEntityContentMetaData

        public java.util.List<com.priint.pubserver.entity.DeleteEntityStatus> deleteEntityContentMetaData​(java.lang.String sessionId,
                                                                                                          java.lang.String entityModelIdentifier,
                                                                                                          java.util.List<com.priint.pubserver.plugin.entitydata.ContentMetaData> contentMetaDatalist)
                                                                                                   throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        deleteEntityContentMetaData in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • getEntityMetadataOfBucket

        public java.util.List<com.priint.pubserver.plugin.entitydata.ContentMetaData> getEntityMetadataOfBucket​(java.lang.String sessionId,
                                                                                                                java.lang.String entityModelIdentifier,
                                                                                                                java.lang.String entityId,
                                                                                                                java.lang.String parentBucketId,
                                                                                                                java.lang.String resultEntityId,
                                                                                                                com.priint.pubserver.plugin.entitydata.Context context,
                                                                                                                java.lang.String searchStr)
                                                                                                         throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        getEntityMetadataOfBucket in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • getEntityMetadataOfKeyValue

        public java.util.List<com.priint.pubserver.plugin.entitydata.ContentMetaData> getEntityMetadataOfKeyValue​(java.lang.String sessionId,
                                                                                                                  java.lang.String entityModelIdentifier,
                                                                                                                  java.lang.String entityId,
                                                                                                                  java.lang.String parentKeyValueId,
                                                                                                                  java.lang.String resultEntityId,
                                                                                                                  com.priint.pubserver.plugin.entitydata.Context context,
                                                                                                                  java.lang.String searchStr)
                                                                                                           throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        getEntityMetadataOfKeyValue in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • getEntityMetadataOfPlanning

        public java.util.List<com.priint.pubserver.plugin.entitydata.ContentMetaData> getEntityMetadataOfPlanning​(java.lang.String sessionId,
                                                                                                                  java.lang.String entityModelIdentifier,
                                                                                                                  java.lang.String entityId,
                                                                                                                  java.lang.String parentPlanningId,
                                                                                                                  java.lang.String resultEntityId,
                                                                                                                  com.priint.pubserver.plugin.entitydata.Context context,
                                                                                                                  java.lang.String searchStr)
                                                                                                           throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        getEntityMetadataOfPlanning in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • getEntityRootMetadataOfPlanning

        public java.util.List<com.priint.pubserver.plugin.entitydata.ContentMetaData> getEntityRootMetadataOfPlanning​(java.lang.String sessionId,
                                                                                                                      java.lang.String entityModelIdentifier,
                                                                                                                      java.lang.String entityId,
                                                                                                                      java.lang.String parentPlanningId,
                                                                                                                      java.lang.String resultEntityId,
                                                                                                                      com.priint.pubserver.plugin.entitydata.Context context,
                                                                                                                      java.lang.String searchStr)
                                                                                                               throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        getEntityRootMetadataOfPlanning in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • getEntityMetadataOfTableData

        public java.util.List<com.priint.pubserver.plugin.entitydata.ContentMetaData> getEntityMetadataOfTableData​(java.lang.String sessionId,
                                                                                                                   java.lang.String entityModelIdentifier,
                                                                                                                   java.lang.String entityId,
                                                                                                                   java.lang.String parentTableDataId,
                                                                                                                   java.lang.String resultEntityId,
                                                                                                                   com.priint.pubserver.plugin.entitydata.Context context,
                                                                                                                   java.lang.String searchStr)
                                                                                                            throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        getEntityMetadataOfTableData in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • getEntityMetadataOfMediaAsset

        public java.util.List<com.priint.pubserver.plugin.entitydata.ContentMetaData> getEntityMetadataOfMediaAsset​(java.lang.String sessionId,
                                                                                                                    java.lang.String entityModelIdentifier,
                                                                                                                    java.lang.String entityId,
                                                                                                                    java.lang.String parentMediaAssetId,
                                                                                                                    java.lang.String resultEntityId,
                                                                                                                    com.priint.pubserver.plugin.entitydata.Context context,
                                                                                                                    java.lang.String searchStr)
                                                                                                             throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        getEntityMetadataOfMediaAsset in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • getEntityMetadataOfCord

        public java.util.List<com.priint.pubserver.plugin.entitydata.ContentMetaData> getEntityMetadataOfCord​(java.lang.String sessionId,
                                                                                                              java.lang.String entityModelIdentifier,
                                                                                                              java.lang.String entityId,
                                                                                                              java.lang.String parentCordId,
                                                                                                              java.lang.String resultEntityId,
                                                                                                              com.priint.pubserver.plugin.entitydata.Context context,
                                                                                                              java.lang.String searchStr)
                                                                                                       throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        getEntityMetadataOfCord in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • getEntityMetadataOfText

        public java.util.List<com.priint.pubserver.plugin.entitydata.ContentMetaData> getEntityMetadataOfText​(java.lang.String sessionId,
                                                                                                              java.lang.String entityModelIdentifier,
                                                                                                              java.lang.String entityId,
                                                                                                              java.lang.String parentTextId,
                                                                                                              java.lang.String resultEntityId,
                                                                                                              com.priint.pubserver.plugin.entitydata.Context context,
                                                                                                              java.lang.String searchStr)
                                                                                                       throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        getEntityMetadataOfText in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • getEntityMetadataOfPrice

        public java.util.List<com.priint.pubserver.plugin.entitydata.ContentMetaData> getEntityMetadataOfPrice​(java.lang.String sessionId,
                                                                                                               java.lang.String entityModelIdentifier,
                                                                                                               java.lang.String entityId,
                                                                                                               java.lang.String parentPriceId,
                                                                                                               java.lang.String resultEntityId,
                                                                                                               com.priint.pubserver.plugin.entitydata.Context context,
                                                                                                               java.lang.String searchStr)
                                                                                                        throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        getEntityMetadataOfPrice in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • getEntityTextsOfPlannedBucket

        public java.util.List<com.priint.pubserver.plugin.entitydata.Text> getEntityTextsOfPlannedBucket​(java.lang.String sessionId,
                                                                                                         java.lang.String entityModelIdentifier,
                                                                                                         java.lang.String identifier,
                                                                                                         java.lang.String entityIdentifier,
                                                                                                         com.priint.pubserver.plugin.entitydata.Context context,
                                                                                                         java.lang.String searchStr)
                                                                                                  throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        getEntityTextsOfPlannedBucket in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • getEntityCordsOfPlannedBucket

        public java.util.List<com.priint.pubserver.plugin.entitydata.Cord> getEntityCordsOfPlannedBucket​(java.lang.String sessionId,
                                                                                                         java.lang.String entityModelIdentifier,
                                                                                                         java.lang.String identifier,
                                                                                                         java.lang.String entityIdentifier,
                                                                                                         com.priint.pubserver.plugin.entitydata.Context context,
                                                                                                         java.lang.String searchStr)
                                                                                                  throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        getEntityCordsOfPlannedBucket in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • getEntityKeyValuesOfPlannedBucket

        public java.util.List<com.priint.pubserver.plugin.entitydata.KeyValue> getEntityKeyValuesOfPlannedBucket​(java.lang.String sessionId,
                                                                                                                 java.lang.String entityModelIdentifier,
                                                                                                                 java.lang.String identifier,
                                                                                                                 java.lang.String entityIdentifier,
                                                                                                                 com.priint.pubserver.plugin.entitydata.Context context,
                                                                                                                 java.lang.String searchStr)
                                                                                                          throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        getEntityKeyValuesOfPlannedBucket in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • getEntityMediaAssetsOfPlannedBucket

        public java.util.List<com.priint.pubserver.plugin.entitydata.MediaAsset> getEntityMediaAssetsOfPlannedBucket​(java.lang.String sessionId,
                                                                                                                     java.lang.String entityModelIdentifier,
                                                                                                                     java.lang.String identifier,
                                                                                                                     java.lang.String entityIdentifier,
                                                                                                                     com.priint.pubserver.plugin.entitydata.Context context,
                                                                                                                     java.lang.String searchStr)
                                                                                                              throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        getEntityMediaAssetsOfPlannedBucket in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • getEntityPricesOfPlannedBucket

        public java.util.List<com.priint.pubserver.plugin.entitydata.Price> getEntityPricesOfPlannedBucket​(java.lang.String sessionId,
                                                                                                           java.lang.String entityModelIdentifier,
                                                                                                           java.lang.String identifier,
                                                                                                           java.lang.String entityIdentifier,
                                                                                                           com.priint.pubserver.plugin.entitydata.Context context,
                                                                                                           java.lang.String searchStr)
                                                                                                    throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        getEntityPricesOfPlannedBucket in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • getEntityTableDataOfPlannedBucket

        public java.util.List<com.priint.pubserver.plugin.entitydata.TableData> getEntityTableDataOfPlannedBucket​(java.lang.String sessionId,
                                                                                                                  java.lang.String entityModelIdentifier,
                                                                                                                  java.lang.String identifier,
                                                                                                                  java.lang.String entityIdentifier,
                                                                                                                  com.priint.pubserver.plugin.entitydata.Context context,
                                                                                                                  java.lang.String searchStr)
                                                                                                           throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        getEntityTableDataOfPlannedBucket in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • getBuckets

        public java.util.List<com.priint.pubserver.plugin.entitydata.Bucket> getBuckets​(java.lang.String sessionId,
                                                                                        java.lang.String entityModelIdentifier,
                                                                                        java.lang.String entityIdentifier,
                                                                                        java.lang.String searchStr)
                                                                                 throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        getBuckets in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • afterUpdateConfigurations

        public void afterUpdateConfigurations​(java.lang.String sessionId,
                                              com.priint.pubserver.config.PluginConfigCollection updatedConfigs)
                                       throws com.priint.pubserver.plugin.exception.PluginException
        Specified by:
        afterUpdateConfigurations in interface com.priint.pubserver.plugin.interfaces.PluginControl
        Overrides:
        afterUpdateConfigurations in class com.priint.pubserver.plugin.PluginControlDefault
        Throws:
        com.priint.pubserver.plugin.exception.PluginException
      • afterDeleteConfigurations

        public void afterDeleteConfigurations​(java.lang.String sessionId,
                                              com.priint.pubserver.config.PluginConfigCollection updatedConfigs)
                                       throws com.priint.pubserver.plugin.exception.PluginException
        Specified by:
        afterDeleteConfigurations in interface com.priint.pubserver.plugin.interfaces.PluginControl
        Overrides:
        afterDeleteConfigurations in class com.priint.pubserver.plugin.PluginControlDefault
        Throws:
        com.priint.pubserver.plugin.exception.PluginException
      • afterCreateConfigurations

        public void afterCreateConfigurations​(java.lang.String sessionId,
                                              com.priint.pubserver.config.PluginConfigCollection updatedConfigs)
                                       throws com.priint.pubserver.plugin.exception.PluginException
        Specified by:
        afterCreateConfigurations in interface com.priint.pubserver.plugin.interfaces.PluginControl
        Overrides:
        afterCreateConfigurations in class com.priint.pubserver.plugin.PluginControlDefault
        Throws:
        com.priint.pubserver.plugin.exception.PluginException
      • getEntityPlanningsBySnippetId

        public java.util.List<com.priint.pubserver.plugin.entitydata.Planning> getEntityPlanningsBySnippetId​(java.lang.String sessionId,
                                                                                                             java.lang.String entityModelIdentifier,
                                                                                                             java.lang.String identifier,
                                                                                                             java.lang.String resultEntityId,
                                                                                                             com.priint.pubserver.plugin.entitydata.Context context,
                                                                                                             java.lang.String searchStr)
                                                                                                      throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        getEntityPlanningsBySnippetId in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • getEntityPlanningsBySourcePlanningId

        public java.util.List<com.priint.pubserver.plugin.entitydata.Planning> getEntityPlanningsBySourcePlanningId​(java.lang.String sessionId,
                                                                                                                    java.lang.String entityModelIdentifier,
                                                                                                                    java.lang.String sourcePlanningId,
                                                                                                                    java.lang.String resultEntityId,
                                                                                                                    com.priint.pubserver.plugin.entitydata.Context context,
                                                                                                                    java.lang.String searchStr)
                                                                                                             throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        getEntityPlanningsBySourcePlanningId in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • getEntityPlanningsOfPageBySourcePlanningId

        public java.util.List<com.priint.pubserver.plugin.entitydata.Planning> getEntityPlanningsOfPageBySourcePlanningId​(java.lang.String sessionId,
                                                                                                                          java.lang.String entityModelIdentifier,
                                                                                                                          java.lang.String sourcePlanningId,
                                                                                                                          java.lang.String resultEntityId,
                                                                                                                          int pageIndex,
                                                                                                                          com.priint.pubserver.plugin.entitydata.Context context,
                                                                                                                          java.lang.String searchStr)
                                                                                                                   throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        getEntityPlanningsOfPageBySourcePlanningId in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • getEntityPlanningsBySnippetOrigin

        public java.util.List<com.priint.pubserver.plugin.entitydata.Planning> getEntityPlanningsBySnippetOrigin​(java.lang.String sessionId,
                                                                                                                 java.lang.String entityModelIdentifier,
                                                                                                                 java.lang.String snippetSourceId,
                                                                                                                 java.lang.String resultEntityId,
                                                                                                                 com.priint.pubserver.plugin.entitydata.Context context,
                                                                                                                 java.lang.String searchStr)
                                                                                                          throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        getEntityPlanningsBySnippetOrigin in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • getEntityPlanningsOfPageBySnippetOrigin

        public java.util.List<com.priint.pubserver.plugin.entitydata.Planning> getEntityPlanningsOfPageBySnippetOrigin​(java.lang.String sessionId,
                                                                                                                       java.lang.String entityModelIdentifier,
                                                                                                                       java.lang.String snippetSourceId,
                                                                                                                       java.lang.String resultEntityId,
                                                                                                                       int pageIndex,
                                                                                                                       com.priint.pubserver.plugin.entitydata.Context context,
                                                                                                                       java.lang.String searchStr)
                                                                                                                throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        getEntityPlanningsOfPageBySnippetOrigin in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • updateConfigurations

        public com.priint.pubserver.config.PluginConfigCollection updateConfigurations​(java.lang.String sessionId,
                                                                                       com.priint.pubserver.config.PluginConfigCollection updatedConfigs)
                                                                                throws com.priint.pubserver.plugin.exception.PluginException
        Specified by:
        updateConfigurations in interface com.priint.pubserver.plugin.interfaces.PluginControl
        Overrides:
        updateConfigurations in class com.priint.pubserver.plugin.PluginControlDefault
        Throws:
        com.priint.pubserver.plugin.exception.PluginException
      • getEntityCordsByIdentifier

        public java.util.List<com.priint.pubserver.plugin.entitydata.Cord> getEntityCordsByIdentifier​(java.lang.String sessionId,
                                                                                                      java.lang.String entityModelIdentifier,
                                                                                                      java.lang.String cordId,
                                                                                                      java.lang.String entityId,
                                                                                                      com.priint.pubserver.plugin.entitydata.Context context,
                                                                                                      java.lang.String searchStr)
                                                                                               throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        getEntityCordsByIdentifier in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • changeParentRealGridElementForPlannedBuckets

        public void changeParentRealGridElementForPlannedBuckets​(java.lang.String sessionId,
                                                                 java.lang.String entityModelIdentifier,
                                                                 java.util.List<com.priint.pubserver.plugin.entitydata.Planning> plannings,
                                                                 com.priint.pubserver.plugin.entitydata.Planning parentPlanning)
                                                          throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        changeParentRealGridElementForPlannedBuckets in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • duplicateModel

        public void duplicateModel​(java.lang.String oldModelId,
                                   java.lang.String newModelId,
                                   java.util.Map<java.lang.String,​java.lang.Object> additionalValues)
                            throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        duplicateModel in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • replaceConnector

        public void replaceConnector​(java.lang.String id,
                                     java.lang.String oldConnectorSpec,
                                     java.lang.String newConnectorSpec)
                              throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        replaceConnector in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • commitItems

        public java.util.List<com.priint.pubserver.plugin.entitydata.EntityItem> commitItems​(java.lang.String entityModelIdentifier,
                                                                                             java.util.List<com.priint.pubserver.plugin.entitydata.EntityItem> items)
                                                                                      throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        commitItems in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • bulkInsert

        public java.util.List<com.priint.pubserver.plugin.entitydata.EntityItem> bulkInsert​(java.lang.String entityModelIdentifier,
                                                                                            java.util.List<com.priint.pubserver.plugin.entitydata.EntityItem> items)
                                                                                     throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        bulkInsert in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • bulkUpsert

        public java.util.List<com.priint.pubserver.plugin.entitydata.EntityItem> bulkUpsert​(java.lang.String entityModelIdentifier,
                                                                                            java.util.List<com.priint.pubserver.plugin.entitydata.EntityItem> items)
                                                                                     throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        bulkUpsert in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • addRootPlannings

        public void addRootPlannings​(java.lang.String sessionId,
                                     java.lang.String entityModelIdentifier,
                                     java.util.List<com.priint.pubserver.plugin.entitydata.Planning> planningList)
                              throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        addRootPlannings in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • deletePlannings

        public void deletePlannings​(java.lang.String sessionId,
                                    java.lang.String entityModelIdentifier,
                                    java.util.List<com.priint.pubserver.plugin.entitydata.Planning> planningList)
                             throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        deletePlannings in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • updatePlanning

        public void updatePlanning​(java.lang.String sessionId,
                                   java.lang.String entityModelIdentifier,
                                   java.util.List<com.priint.pubserver.plugin.entitydata.Planning> planningList)
                            throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        updatePlanning in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException
      • updateSequenceOfRootPlanning

        public void updateSequenceOfRootPlanning​(java.lang.String sessionId,
                                                 java.lang.String entityModelIdentifier,
                                                 java.util.List<com.priint.pubserver.plugin.entitydata.Planning> planningList)
                                          throws com.priint.pubserver.plugin.exception.EntityManagerException
        Specified by:
        updateSequenceOfRootPlanning in interface com.priint.pubserver.plugin.interfaces.EntityManagerRemote
        Throws:
        com.priint.pubserver.plugin.exception.EntityManagerException