Index

A B C D E F G H L M P S T W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbstractService - Class in com.priint.pubserver.entitydata.service
AbstractService is a base class that provides common functionality for services interacting with entity data.
AbstractService() - Constructor for class com.priint.pubserver.entitydata.service.AbstractService
Default constructor for the AbstractService class.

B

bulkInsert(String, ConnectorPersistRemote.PushData) - Method in class com.priint.pubserver.entitydata.service.EntityManagerService
Bulk inserts a dataset of entity items from a push object.
bulkUpsert(String, ConnectorPersistRemote.PushData) - Method in class com.priint.pubserver.entitydata.service.EntityManagerService
Bulk upserts a dataset of entity items from a push object.

C

callPushData(Map<String, Object>) - Method in class com.priint.pubserver.entitydata.service.PushServicePlugin
Commit pushdata via business method.
clean(EntityData) - Method in class com.priint.pubserver.entitydata.service.AbstractService
Cleans the connector entity from the item.
clean(List<? extends EntityData>) - Method in class com.priint.pubserver.entitydata.service.AbstractService
Cleans the connector entity from the list of items.
clearCaches(String) - Method in class com.priint.pubserver.entitydata.service.PushServicePlugin
Clears the cache of the PublishingHubDB connector instance.
com.priint.pubserver.entitydata.service - package com.priint.pubserver.entitydata.service
 
commit(String, ConnectorPersistRemote.PushData) - Method in class com.priint.pubserver.entitydata.service.EntityManagerService
Commits a dataset of entity items from a push object.
connectorEntity(EntityData) - Static method in class com.priint.pubserver.entitydata.service.PushServiceUtils
Returns the ConnectorEntity associated with the given EntityData.
connectorEntityFromRequest(ConnectorEntity) - Method in class com.priint.pubserver.entitydata.service.AbstractService
Converts the connector entity from the request into a string representation.
connectorEntityFromRequest(ConnectorEntity, String, String) - Method in class com.priint.pubserver.entitydata.service.AbstractService
Converts the connector entity from the request into a ConnectorEntity object.
connectorEntityFromRequest(String) - Method in class com.priint.pubserver.entitydata.service.AbstractService
Converts the connector entity from the request into a string representation.
connectorEntityFromRequest(String, String, String) - Method in class com.priint.pubserver.entitydata.service.AbstractService
Converts the connector entity from the request into a ConnectorEntity object.
ConnectorService - Class in com.priint.pubserver.entitydata.service
RESTful service interface for arbitrary connectors to publishing server.
ConnectorService() - Constructor for class com.priint.pubserver.entitydata.service.ConnectorService
 
contextFromListField() - Method in class com.priint.pubserver.entitydata.service.AbstractService
Retrieves the context from the HTTP servlet request.
contextFromListField(HttpServletRequest) - Static method in class com.priint.pubserver.entitydata.service.AbstractService
Example
?context=language:deu&context=country:DE&context=assortment:0815
convertDataToFlatStructure(ConnectorPersistRemote.PushData) - Static method in class com.priint.pubserver.entitydata.service.PushServiceUtils
Converts the given `PushData` object into a flat structure.
convertDataToFlatStructure2(ConnectorPersistRemote.PushData) - Static method in class com.priint.pubserver.entitydata.service.PushServiceUtils
Converts the given `PushData` object into a flat structure.

D

DataProviderService - Class in com.priint.pubserver.entitydata.service
RESTful service interface for querying entity model manager of publishing server.
DataProviderService() - Constructor for class com.priint.pubserver.entitydata.service.DataProviderService
 
deleteBucket(String, String, String) - Method in class com.priint.pubserver.entitydata.service.EntityManagerService
Deletes a specific bucket entity identified by the given parameters.
deleteContentMetaData(String, String, String) - Method in class com.priint.pubserver.entitydata.service.EntityManagerService
Deletes a specific content metadata entity identified by the given parameters.
deleteCord(String, String, String) - Method in class com.priint.pubserver.entitydata.service.EntityManagerService
Deletes a specific cord entity identified by the given parameters.
deleteEntityData(String, String, Data) - Method in class com.priint.pubserver.entitydata.service.EntityManagerService
Deletes entity data for a specific entity model and result type.
deleteEntityDataByIdentifier(String, String, String, String, String, EntityData) - Method in class com.priint.pubserver.entitydata.service.ConnectorService
Deletes an entity's data by its identifier within a specified connector, instance, and entity type.
deleteKeyValue(String, String, String) - Method in class com.priint.pubserver.entitydata.service.EntityManagerService
Deletes a specific key-value entity identified by the given parameters.
deleteMediaAsset(String, String, String) - Method in class com.priint.pubserver.entitydata.service.EntityManagerService
Deletes a specific media asset entity identified by the given parameters.
deletePrice(String, String, String) - Method in class com.priint.pubserver.entitydata.service.EntityManagerService
Deletes a specific price entity identified by the given parameters.
deleteTableData(String, String, String) - Method in class com.priint.pubserver.entitydata.service.EntityManagerService
Deletes a specific table data entity identified by the given parameters.
deleteText(String, String, String) - Method in class com.priint.pubserver.entitydata.service.EntityManagerService
Deletes a specific text entity identified by the given parameters.

E

EntityDataServiceApp - Class in com.priint.pubserver.entitydata.service
The `EntityDataServiceApp` class is the main application class for the Entity Data Service.
EntityDataServiceApp() - Constructor for class com.priint.pubserver.entitydata.service.EntityDataServiceApp
 
EntityManagerService - Class in com.priint.pubserver.entitydata.service
RESTful service interface for querying entity manager of publishing server.
EntityManagerService() - Constructor for class com.priint.pubserver.entitydata.service.EntityManagerService
 
EntityModelService - Class in com.priint.pubserver.entitydata.service
RESTful service interface for querying entity model manager of publishing server.
EntityModelService() - Constructor for class com.priint.pubserver.entitydata.service.EntityModelService
 
ERR_OBJECT_ALREADY_EXISTS - Static variable in class com.priint.pubserver.entitydata.service.AbstractService
Intentionally using the HTTP equivalent code 409 (Conflict).
ERR_OBJECT_DOES_NOT_EXIST - Static variable in class com.priint.pubserver.entitydata.service.AbstractService
Intentionally using the HTTP equivalent code 404 (Not Found).
extractContentMetaData(ConnectorPersistRemote.PushData) - Static method in class com.priint.pubserver.entitydata.service.PushServiceUtils
Extracts all ContentMetaData from the given PushData object and clears the original lists.

F

fillUpdateItem(EntityData, List<? extends EntityData>) - Static method in class com.priint.pubserver.entitydata.service.AbstractService
Creates an `EntityItem` for updating an existing entity.
fillUpdateRecords(String, EntityData, List<? extends EntityData>) - Static method in class com.priint.pubserver.entitydata.service.AbstractService
Creates an `EntityDataRecord4Update` for updating an existing entity.
findMethod(Class<? extends EntityData>, String) - Static method in class com.priint.pubserver.entitydata.service.AbstractService
Finds a method in the specified class that matches the given property name.
fromEntityDataList(List<? extends EntityData>) - Static method in class com.priint.pubserver.entitydata.service.AbstractService
Converts a list of EntityData to a push data object.
fromEntityDataList(List<? extends EntityData>, Data) - Static method in class com.priint.pubserver.entitydata.service.AbstractService
Converts a list of EntityData to a push data object.

G

get(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String) - Method in class com.priint.pubserver.entitydata.service.DataProviderService
Retrieves data for a specified identifier, applying various optional filters such as model, entity, and other parameters like country, language, and target group.
getAllBuckets(Bucket, boolean) - Static method in class com.priint.pubserver.entitydata.service.PushServiceUtils
Recursively retrieves all Bucket objects from the given Bucket object and its children.
getAllKeyValues(KeyValue, boolean) - Static method in class com.priint.pubserver.entitydata.service.PushServiceUtils
Recursively retrieves all KeyValue objects from the given KeyValue object and its children.
getBucketByIdentifier(String, String, String, String) - Method in class com.priint.pubserver.entitydata.service.EntityManagerService
Query for bucket entities associated with a specific entity model and entity identifier.
getBuckets(String, String, String, Boolean) - Method in class com.priint.pubserver.entitydata.service.ConnectorService
Retrieves buckets for a given connector instance, either as root buckets or regular buckets based on the root parameter.
getBuckets(String, String, String, String, Boolean) - Method in class com.priint.pubserver.entitydata.service.ConnectorService
Retrieves buckets for a given connector entity, either as root buckets or regular buckets based on the root parameter.
getBucketsByIdentifier(String, String, String, String, String, Boolean) - Method in class com.priint.pubserver.entitydata.service.ConnectorService
Retrieves buckets by their identifier or group identifier for a given connector entity.
getChildBuckets(String, String, String, ConnectorEntity, String, String) - Method in class com.priint.pubserver.entitydata.service.ConnectorService
Retrieves the child buckets for a given parent bucket from a specified connector and sub-entity.
getChildBucketsOrCordedBuckets(String, String, String, String, Boolean, ConnectorRemote.Direction, String) - Method in class com.priint.pubserver.entitydata.service.ConnectorService
Retrieves either child buckets or corded buckets for a given bucket ID, depending on the corded parameter.
getClasses() - Method in class com.priint.pubserver.entitydata.service.EntityDataServiceApp
 
getConnectorEntities(String, String) - Method in class com.priint.pubserver.entitydata.service.ConnectorService
Retrieves the list of connector entities for a given connector and instance.
getContentMetaDataByIdentifier(String, String, String, String) - Method in class com.priint.pubserver.entitydata.service.EntityManagerService
Query for content metadata entities associated with a specific entity model and entity identifier.
getContentMetaDataByIdentifier(String, String, String, String, String) - Method in class com.priint.pubserver.entitydata.service.ConnectorService
Retrieves content metadata for a given identifier from a specified connector entity.
getContentMetaDataOfBucket(String, String, ConnectorEntity, String, String, String) - Method in class com.priint.pubserver.entitydata.service.ConnectorService
Retrieves content metadata associated with a specific bucket in a given connector entity, with support for a parent connector entity.
getContentMetaDataOfBucket(String, String, String, String, String) - Method in class com.priint.pubserver.entitydata.service.ConnectorService
Retrieves content metadata associated with a specific bucket in a given connector entity.
getCordByIdentifier(String, String, String, String) - Method in class com.priint.pubserver.entitydata.service.EntityManagerService
Query for cord entities associated with a specific entity model and entity identifier.
getCords(String, String, String, String) - Method in class com.priint.pubserver.entitydata.service.ConnectorService
Retrieves a list of cords associated with a specific connector entity.
getCordsByIdentifier(String, String, String, String, String, Boolean) - Method in class com.priint.pubserver.entitydata.service.ConnectorService
Retrieves a list of cords associated with a specific identifier for a given connector entity.
getCordsOfBuckets(String, String, String, String, ConnectorRemote.Direction, String) - Method in class com.priint.pubserver.entitydata.service.ConnectorService
Retrieves a list of cords associated with a specific bucket and connector entity.
getCordsOfBuckets(String, String, String, String, String, ConnectorRemote.Direction, String) - Method in class com.priint.pubserver.entitydata.service.ConnectorService
Retrieves a list of cords associated with a specific bucket, parent connector entity, and connector entity.
getDefaultInstance() - Method in class com.priint.pubserver.entitydata.service.PushServiceConfig
Returns the default connector instance.
getDefaultModel() - Method in class com.priint.pubserver.entitydata.service.PushServiceConfig
Returns the default model.
getEntityChildrenOfEntityBucket(String, String, String, String, String, boolean, String) - Method in class com.priint.pubserver.entitydata.service.EntityManagerService
Retrieves child entities of a specific entity bucket.
getEntityChildrenOfEntityBucket(String, String, String, String, String, String, boolean, String) - Method in class com.priint.pubserver.entitydata.service.EntityManagerService
Retrieves child entities of a specific entity bucket.
getKeyValueByIdentifier(String, String, String, String) - Method in class com.priint.pubserver.entitydata.service.EntityManagerService
Query for key-value entities associated with a specific entity model and entity identifier.
getKeyValues(String, String, String, String) - Method in class com.priint.pubserver.entitydata.service.ConnectorService
Retrieves a list of key-value pairs associated with a specific connector entity.
getKeyValuesByIdentifier(String, String, String, String, String, Boolean) - Method in class com.priint.pubserver.entitydata.service.ConnectorService
Retrieves a list of key-value pairs associated with a specific connector entity and identifier.
getKeyValuesOfBucket(String, String, String, String, String) - Method in class com.priint.pubserver.entitydata.service.ConnectorService
Retrieves a list of key-value pairs associated with a specific bucket and connector entity.
getKeyValuesOfBucket(String, String, String, String, String, String) - Method in class com.priint.pubserver.entitydata.service.ConnectorService
Retrieves a list of key-value pairs associated with a specific bucket, connector entity, and parent connector entity.
getLogin(String, String) - Method in class com.priint.pubserver.entitydata.service.PushService
Deprecated.
Please use BASIC_AUTH or TOKEN_AUTH authentication until 4.1.6
getLogout() - Method in class com.priint.pubserver.entitydata.service.PushService
Deprecated.
Please use BASIC_AUTH or TOKEN_AUTH authentication until 4.1.6
getMediaAssetByIdentifier(String, String, String, String) - Method in class com.priint.pubserver.entitydata.service.EntityManagerService
Query for media asset entities associated with a specific entity model and entity identifier.
getMediaAssets(String, String, String, String) - Method in class com.priint.pubserver.entitydata.service.ConnectorService
Retrieves a list of media assets associated with a specific connector entity.
getMediaAssetsByIdentifier(String, String, String, String, String, Boolean) - Method in class com.priint.pubserver.entitydata.service.ConnectorService
Retrieves media assets by a given identifier.
getMediaAssetsOfBucket(String, String, ConnectorEntity, String, String, String) - Method in class com.priint.pubserver.entitydata.service.ConnectorService
Retrieves media assets of a specific bucket, considering a parent connector entity.
getMediaAssetsOfBucket(String, String, String, String, String) - Method in class com.priint.pubserver.entitydata.service.ConnectorService
Retrieves media assets of a specific bucket.
getPriceByIdentifier(String, String, String, String) - Method in class com.priint.pubserver.entitydata.service.EntityManagerService
Query for price entities associated with a specific entity model and entity identifier.
getPrices(String, String, String, String) - Method in class com.priint.pubserver.entitydata.service.ConnectorService
Retrieves a list of prices for the given connector and instance, filtered by an optional search string.
getPricesByIdentifier(String, String, String, String, String, Boolean) - Method in class com.priint.pubserver.entitydata.service.ConnectorService
Retrieves a list of prices for the given connector, instance, and identifier, filtered by an optional search string.
getPricesOfBucket(String, String, ConnectorEntity, String, String, String) - Method in class com.priint.pubserver.entitydata.service.ConnectorService
Retrieves a list of prices associated with a specific bucket, for a given connector, instance, parent connector entity, and connector entity.
getPricesOfBucket(String, String, String, String, String) - Method in class com.priint.pubserver.entitydata.service.ConnectorService
Retrieves a list of prices associated with a specific bucket for the given connector, instance, and connector entity.
getProposedEntities(String, String) - Method in class com.priint.pubserver.entitydata.service.PushService
Get a list of proposed entities from the connector.
getProposedEntities(String, String) - Method in class com.priint.pubserver.entitydata.service.PushServicePlugin
Get a list of proposed entities from the connector.
getRootFromEntityManager(String, String) - Method in class com.priint.pubserver.entitydata.service.EntityManagerService
Retrieves root buckets or searches for buckets associated with a specific entity model.
getRootFromEntityManager(String, String, Boolean, String) - Method in class com.priint.pubserver.entitydata.service.EntityManagerService
Retrieves root buckets or searches for buckets associated with a specific entity model and result entity ID.
getSingletons() - Method in class com.priint.pubserver.entitydata.service.EntityDataServiceApp
 
getTableData(String, String, String, String) - Method in class com.priint.pubserver.entitydata.service.ConnectorService
Retrieves table data associated with a specific connector, instance, and connector entity.
getTableDataByIdentifier(String, String, String, String) - Method in class com.priint.pubserver.entitydata.service.EntityManagerService
Query for table data entities associated with a specific entity model and entity identifier.
getTableDataByIdentifier(String, String, String, String, String, Boolean) - Method in class com.priint.pubserver.entitydata.service.ConnectorService
Retrieves table data associated with a specific connector, instance, connector entity, and identifier.
getTableDataOfBucket(String, String, ConnectorEntity, String, String, String) - Method in class com.priint.pubserver.entitydata.service.ConnectorService
Retrieves table data associated with a specific connector, instance, parent connector entity, connector entity, and bucket identifier.
getTableDataOfBucket(String, String, String, String, String) - Method in class com.priint.pubserver.entitydata.service.ConnectorService
Retrieves table data associated with a specific connector, instance, connector entity, and bucket identifier.
getTextByIdentifier(String, String, String, String) - Method in class com.priint.pubserver.entitydata.service.EntityManagerService
Query for text entities associated with a specific entity model and entity identifier.
getTextBySearch(String, String, String) - Method in class com.priint.pubserver.entitydata.service.EntityManagerService
Searches for text entities associated with a specific entity model and entity identifier.
getTexts(String, String, String, String) - Method in class com.priint.pubserver.entitydata.service.ConnectorService
Retrieves text data associated with a specific connector, instance, and connector entity, filtered by an optional search string.
getTextsByIdentifier(String, String, String, String, String, Boolean) - Method in class com.priint.pubserver.entitydata.service.ConnectorService
Retrieves text data associated with a specific connector, instance, connector entity, and identifier, filtered by an optional search string and grouped by identifier if specified.
getTextsOfBucket(String, String, ConnectorEntity, String, String, String) - Method in class com.priint.pubserver.entitydata.service.ConnectorService
Retrieves text data associated with a specific connector, instance, parent connector entity, connector entity, and bucket ID, filtered by an optional search string.
getTextsOfBucket(String, String, String, String, String) - Method in class com.priint.pubserver.entitydata.service.ConnectorService
Retrieves text data associated with a specific connector, instance, connector entity, and bucket ID, filtered by an optional search string.

H

httpServletRequest - Variable in class com.priint.pubserver.entitydata.service.AbstractService
The HTTP servlet request object, used to access request-specific information such as headers, parameters, and attributes.
httpServletResponse - Variable in class com.priint.pubserver.entitydata.service.AbstractService
The HTTP servlet response object, used to modify and send response-specific information such as headers, status codes, and output data.

L

logger - Static variable in class com.priint.pubserver.entitydata.service.AbstractService
Logger instance for logging messages and debugging information.
lookupBean(String, Class<T>) - Method in class com.priint.pubserver.entitydata.service.AbstractService
Looks up a bean by its JNDI name and casts it to the specified type.
lookupConnector(String, String) - Method in class com.priint.pubserver.entitydata.service.AbstractService
Looks up a connector by its mapped name and instance name.
lookupEntityManager() - Method in class com.priint.pubserver.entitydata.service.AbstractService
Looks up a plugin by its mapped name and instance name.
lookupPersistConnector(String, String) - Method in class com.priint.pubserver.entitydata.service.AbstractService
Looks up a connector by its mapped name and instance name.
lookupPlugin(String, String, Class<T>) - Method in class com.priint.pubserver.entitydata.service.AbstractService
Lookup a plugin by its mapped name and instance name.
lookupPluginByJndi(String, String, String, Class<T>) - Static method in class com.priint.pubserver.entitydata.service.AbstractService
Sets the connector entity for the given entity data.
lookupPluginByPluginManager(String, String, String, Class<T>) - Method in class com.priint.pubserver.entitydata.service.AbstractService
Lookup a plugin by its mapped name and instance name.
lookupPublishingHubDBConnector() - Method in class com.priint.pubserver.entitydata.service.AbstractService
Lookup the publishing hub database connector.
lookupPublishingManagementConnector(String, String) - Method in class com.priint.pubserver.entitydata.service.AbstractService
Looks up a PublishingManagementConnector by its mapped name and instance name.

M

MAPPED_NAME - Static variable in class com.priint.pubserver.entitydata.service.ConnectorService
The mapped name for the `ConnectorService` class.
MAPPED_NAME - Static variable in class com.priint.pubserver.entitydata.service.DataProviderService
The mapped name for the `DataProviderService` class.
MAPPED_NAME - Static variable in class com.priint.pubserver.entitydata.service.EntityManagerService
The mapped name for the `EntityManagerService` class.
MAPPED_NAME - Static variable in class com.priint.pubserver.entitydata.service.EntityModelService
The name of the service.
MAPPED_NAME - Static variable in class com.priint.pubserver.entitydata.service.PushServicePlugin
Default mapped name of the connector.
modDuplicateModel(String, String, String, String, String, String) - Method in class com.priint.pubserver.entitydata.service.EntityModelService
Duplicates an existing entity model.
modEntityModelIdentifiers() - Method in class com.priint.pubserver.entitydata.service.EntityModelService
Retrieves the entity model identifiers.
modExportModelConfiguration(String) - Method in class com.priint.pubserver.entitydata.service.EntityModelService
Exports the model configuration for a specific entity model.
modExportModelToXML(String) - Method in class com.priint.pubserver.entitydata.service.EntityModelService
Exports the model as XML.
modImportModelConfiguration(String, String, String, String, ServiceResult) - Method in class com.priint.pubserver.entitydata.service.EntityModelService
Imports a model configuration for a specific entity model.
modModelEntity(String, String, String) - Method in class com.priint.pubserver.entitydata.service.EntityModelService
Get entity by model and entity type.
modModelEntityByConnectorEntity(String, String, String) - Method in class com.priint.pubserver.entitydata.service.EntityModelService
Get entity by connector entity.
modReplaceConnector(String, String, String) - Method in class com.priint.pubserver.entitydata.service.EntityModelService
Replaces connector references of a model.

P

PluginLib - Class in com.priint.pubserver.entitydata.service
For the registration and cancellation of the plugin this is the class that automatically starts up during the deployment of the plugin.
PluginLib() - Constructor for class com.priint.pubserver.entitydata.service.PluginLib
 
pluginLibrary - Variable in class com.priint.pubserver.entitydata.service.AbstractService
The library providing access to plugin management and related utilities.
postClearCaches(String) - Method in class com.priint.pubserver.entitydata.service.PushService
Clear caches of the connector
postEntityDataByIdentifier(String, String, String, String, String, EntityData) - Method in class com.priint.pubserver.entitydata.service.ConnectorService
Persists an `EntityData` object by its identifier within a specified connector, instance, and entity type.
preProcessData(ConnectorPersistRemote.PushData) - Static method in class com.priint.pubserver.entitydata.service.AbstractService
Process data object with all embedded entitydata recursively. Add origin (if missing).
PUBLISHINGHUBDB_MAPPED_NAME - Static variable in class com.priint.pubserver.entitydata.service.AbstractService
The JNDI name for the Publishing Hub Database Connector.
pushCommit(String, String, String, ConnectorPersistRemote.PushData) - Method in class com.priint.pubserver.entitydata.service.PushServicePlugin
Will commit all entitydata from the data input that are already existing in the connector data source.
pushData(String, String, String, ConnectorPersistRemote.PushCommand, ConnectorPersistRemote.PushData, boolean) - Method in class com.priint.pubserver.entitydata.service.PushServicePlugin
Generic push method on a persistable connector.
pushData(String, String, String, String, String, ConnectorPersistRemote.PushData) - Method in class com.priint.pubserver.entitydata.service.PushService
Generic push method on a persistable connector.
pushData2(String, String, String, ConnectorPersistRemote.PushData) - Method in class com.priint.pubserver.entitydata.service.PushService
Generic push method on a persistable connector for deployment package purpose.
pushDelete(String, String, String, ConnectorPersistRemote.PushData) - Method in class com.priint.pubserver.entitydata.service.PushService
Deletes data from the connector's data source.
pushDelete(String, String, String, ConnectorPersistRemote.PushData) - Method in class com.priint.pubserver.entitydata.service.PushServicePlugin
Will delete all entitydata from the data input that are already existing in the connector data source.
pushInsert(String, String, String, ConnectorPersistRemote.PushData) - Method in class com.priint.pubserver.entitydata.service.PushService
Will create (insert/persist) all entitydata from the data input that are not already existing in the connector data source.
pushInsert(String, String, String, ConnectorPersistRemote.PushData) - Method in class com.priint.pubserver.entitydata.service.PushServicePlugin
Will create (insert/persist) all entitydata from the data input that are not already existing in the connector data source.
pushSelect() - Method in class com.priint.pubserver.entitydata.service.PushService
Reads data from the connector's data source.
pushSelect(String, String, String, ConnectorPersistRemote.PushData) - Method in class com.priint.pubserver.entitydata.service.PushServicePlugin
Will read all entitydata from the connector data source.
PushService - Class in com.priint.pubserver.entitydata.service
RESTful service interface for persist interface of PublishingHubDB connector.
PushService() - Constructor for class com.priint.pubserver.entitydata.service.PushService
 
PushServiceConfig - Class in com.priint.pubserver.entitydata.service
Configuration class for RESTful service interface for persist interface of PublishingHubDB connector.
PushServiceConfig() - Constructor for class com.priint.pubserver.entitydata.service.PushServiceConfig
 
PushServicePlugin - Class in com.priint.pubserver.entitydata.service
RESTful service interface for persist interface of PublishingHubDB connector.
PushServicePlugin() - Constructor for class com.priint.pubserver.entitydata.service.PushServicePlugin
 
PushServiceUtils - Class in com.priint.pubserver.entitydata.service
Utility class for processing and transforming `PushData` objects.
pushUpdate(String, String, String, ConnectorPersistRemote.PushData) - Method in class com.priint.pubserver.entitydata.service.PushService
Will update (merge) all entitydata from the data input that are already existing in the connector data source.
pushUpdate(String, String, String, ConnectorPersistRemote.PushData) - Method in class com.priint.pubserver.entitydata.service.PushServicePlugin
Will update (merge) all entitydata from the data input that are already existing in the connector data source.
pushUpsert(String, String, String, ConnectorPersistRemote.PushData) - Method in class com.priint.pubserver.entitydata.service.PushServicePlugin
Will create (insert/persist) and update (merge) all entitydata from the data input that are not already existing in the connector data source.
putEntityDataByIdentifier(String, String, String, String, String, EntityData) - Method in class com.priint.pubserver.entitydata.service.ConnectorService
Updates the data of an entity by its identifier within a specified connector, instance, and entity type.

S

ServiceException - Exception Class in com.priint.pubserver.entitydata.service
Represents an exception that occurs when a service method fails and there is no expected remedy.
ServiceException(String, Throwable) - Constructor for exception class com.priint.pubserver.entitydata.service.ServiceException
Constructs a new ServiceException with the specified message and cause.
ServiceException(String, Throwable, int, Object) - Constructor for exception class com.priint.pubserver.entitydata.service.ServiceException
Constructs a new ServiceException with the specified message, cause, error code, and caller.
setBuckets(String, String, String, Data) - Method in class com.priint.pubserver.entitydata.service.EntityManagerService
Sets or updates bucket entities for a specific entity model.
setConnectorEntity(ConnectorEntity, EntityData) - Static method in class com.priint.pubserver.entitydata.service.AbstractService
Sets the connector entity for the given entity data.
setConnectorEntity(String, EntityData) - Static method in class com.priint.pubserver.entitydata.service.AbstractService
Sets the connector entity for the given entity data.
setContentMetaData(String, String, Data) - Method in class com.priint.pubserver.entitydata.service.EntityManagerService
Sets or updates content metadata entities for a specific entity model.
setCords(String, String, Data) - Method in class com.priint.pubserver.entitydata.service.EntityManagerService
Sets or updates cord entities for a specific entity model.
setDefaultInstance(String) - Method in class com.priint.pubserver.entitydata.service.PushServiceConfig
Sets the default connector instance.
setDefaultModel(String) - Method in class com.priint.pubserver.entitydata.service.PushServiceConfig
Sets the default model.
setEntityData(String, Data) - Method in class com.priint.pubserver.entitydata.service.EntityManagerService
Sets or updates various types of entity data for a specific entity model.
setEntityData(String, String, String, String, Bucket) - Method in class com.priint.pubserver.entitydata.service.EntityManagerService
Updates or sets the entity data for a specific bucket.
setEntityData(String, String, String, String, ContentMetaData) - Method in class com.priint.pubserver.entitydata.service.EntityManagerService
Updates or sets the content metadata entity data for a specific entity model.
setEntityData(String, String, String, String, Cord) - Method in class com.priint.pubserver.entitydata.service.EntityManagerService
Updates or sets the cord entity data for a specific entity model.
setEntityData(String, String, String, String, KeyValue) - Method in class com.priint.pubserver.entitydata.service.EntityManagerService
Updates or sets the key-value entity data for a specific entity model.
setEntityData(String, String, String, String, MediaAsset) - Method in class com.priint.pubserver.entitydata.service.EntityManagerService
Updates or sets the media asset entity data for a specific entity model.
setEntityData(String, String, String, String, Price) - Method in class com.priint.pubserver.entitydata.service.EntityManagerService
Updates or sets the price entity data for a specific entity model.
setEntityData(String, String, String, String, TableData) - Method in class com.priint.pubserver.entitydata.service.EntityManagerService
Updates or sets the table data for a specific entity model.
setEntityData(String, String, String, String, Text) - Method in class com.priint.pubserver.entitydata.service.EntityManagerService
Updates or sets the text entity data for a specific entity model.
setKeyValues(String, String, Data) - Method in class com.priint.pubserver.entitydata.service.EntityManagerService
Sets or updates key-value entities for a specific entity model.
setMediaAssets(String, String, Data) - Method in class com.priint.pubserver.entitydata.service.EntityManagerService
Sets or updates media asset entities for a specific entity model.
setPrices(String, String, Data) - Method in class com.priint.pubserver.entitydata.service.EntityManagerService
Sets or updates price entities for a specific entity model.
setTableData(String, String, Data) - Method in class com.priint.pubserver.entitydata.service.EntityManagerService
Sets or updates table data entities for a specific entity model.
setTexts(String, String, Data) - Method in class com.priint.pubserver.entitydata.service.EntityManagerService
Sets or updates text entities for a specific entity model.
shutdown() - Method in class com.priint.pubserver.entitydata.service.PluginLib
To unregister the library before undeploying the application or shutdown the Publishing Server.
startup() - Method in class com.priint.pubserver.entitydata.service.PluginLib
Reading the config file and registers the library and each plugin in this library to the Publishing Server during startup.

T

toEntityDataList(ConnectorPersistRemote.PushData) - Static method in class com.priint.pubserver.entitydata.service.AbstractService
Converts the current PushData object into a list if EntityData (for later update).
toEntityDataMap(ConnectorPersistRemote.PushData) - Static method in class com.priint.pubserver.entitydata.service.AbstractService
Create a map of entity data identified by key [className+identifier].
toEntityDataRecord(EntityData) - Static method in class com.priint.pubserver.entitydata.service.AbstractService
Creates an `EntityDataRecord` (for delete) from an `EntityData` item (like Bucket, Cord, etc).
toEntityDataRecord4Update(EntityData) - Static method in class com.priint.pubserver.entitydata.service.AbstractService
Converts an `EntityData` object into an `EntityDataRecord4Update` object.
toEntityDataRecord4UpdateList(ConnectorPersistRemote.PushData) - Static method in class com.priint.pubserver.entitydata.service.AbstractService
Converts the current PushData object into a list if EntityDataRecord4Update.
toEntityDataRecordList(ConnectorPersistRemote.PushData) - Static method in class com.priint.pubserver.entitydata.service.AbstractService
Converts the current PushData object into a list of EntityDataRecord (for delete).
toEntityItem(EntityData, ConnectorPersistRemote.PushCommand) - Static method in class com.priint.pubserver.entitydata.service.AbstractService
Creates an `EntityItem` based on the given `EntityData` and `PushCommand`.
toEntityItem4UpdateList(ConnectorPersistRemote.PushData) - Static method in class com.priint.pubserver.entitydata.service.AbstractService
Converts the current PushData object into a list if EntityDataRecord4Update.
toEntityItemForUpdate(EntityData) - Static method in class com.priint.pubserver.entitydata.service.AbstractService
Converts an `EntityData` object into an `EntityItem` for update operations.
toEntityItemList(ConnectorPersistRemote.PushData) - Static method in class com.priint.pubserver.entitydata.service.AbstractService
Converts the current PushData object into a list if EntityDataRecord (for delete).
toPushData(ConnectorPersistRemote.PushData, ConnectorPersistRemote.PushData) - Static method in class com.priint.pubserver.entitydata.service.AbstractService
Merges two PushData objects into one.

W

WILDCARD - Static variable in class com.priint.pubserver.entitydata.service.AbstractService
Used as wildcard character for ConnectorEntityId and ResultType.
A B C D E F G H L M P S T W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form