Interface CometFrameInfoPluginLocal
public interface CometFrameInfoPluginLocal
The interface Comet frame info plugin local.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteFrameInfos(FileRequestParameters parameters) Delete frame infos.getFrameInfos(FileRequestParameters parameters) Gets frame infos.getFrameInfos(String document, String path, String publication, String publicationPlannerId, String publicationType, int page, String entityIdentifier, String recordIdentifier, String recordGroupId, String entityClass, String parentEntityIdentifier, String parentRecordIdentifier, String parentRecordGroupId, String parentEntityClass, String recordStringId, Context context, int templateId, String layerList, String placeholderList) Deprecated.getFrameInfos(String document, String path, String publication, String publicationPlannerId, String publicationType, List<Integer> pages, List<String> entityIdentifiers, List<String> recordIdentifiers, List<String> recordGroupIds, List<String> entityClasses, List<String> parentEntityIdentifiers, List<String> parentRecordIdentifiers, List<String> parentRecordGroupIds, List<String> parentEntityClasses, List<String> recordStringIds, List<String> builtByEntityIdentifiers, List<String> builtByRecordIdentifiers, List<String> builtByRecordGroupIds, List<String> builtByEntityClasses, List<String> builtByParentEntityIdentifiers, List<String> builtByParentRecordIdentifiers, List<String> builtByParentRecordGroupIds, List<String> builtByParentEntityClasses, List<String> builtByRecordStringIds, List<String> frameInfoIds, Context context, List<Integer> templateIds, List<String> layerList, List<Integer> placeholderList) Deprecated.Replaced bygetFrameInfos(FileRequestParameters)voidinsertUpdateFrameInfos(List<CometFrameInfo> frameInfos) Insert update frame infos.voidinsertUpdateFrameInfos(List<CometFrameInfo> frameInfos, FileRequestParameters parameters) Insert update frame infos.
-
Field Details
-
JNDINAME
The constant JNDINAME.- See Also:
-
MAPPED_NAME
The constant MAPPED_NAME.- See Also:
-
-
Method Details
-
insertUpdateFrameInfos
Insert update frame infos.- Parameters:
frameInfos- the frame infos- Throws:
CometException- the comet exception
-
getFrameInfos
@Deprecated List<CometFrameInfo> getFrameInfos(String document, String path, String publication, String publicationPlannerId, String publicationType, int page, String entityIdentifier, String recordIdentifier, String recordGroupId, String entityClass, String parentEntityIdentifier, String parentRecordIdentifier, String parentRecordGroupId, String parentEntityClass, String recordStringId, Context context, int templateId, String layerList, String placeholderList) throws PubServerException Deprecated.Replaced bygetFrameInfos(FileRequestParameters)Gets frame infos.- Parameters:
document- the documentpath- the pathpublication- the publicationpublicationPlannerId- the publication planner idpublicationType- the publication typepage- the pageentityIdentifier- the entity identifierrecordIdentifier- the record identifierrecordGroupId- the record group identityClass- the entity classparentEntityIdentifier- the parent entity identifierparentRecordIdentifier- the parent record identifierparentRecordGroupId- the parent record group idparentEntityClass- the parent entity classrecordStringId- the record string idcontext- the contexttemplateId- the template idlayerList- the layer listplaceholderList- the placeholder list- Returns:
- frame infos
- Throws:
PubServerException- the pub server exception
-
getFrameInfos
@Deprecated List<CometFrameInfo> getFrameInfos(String document, String path, String publication, String publicationPlannerId, String publicationType, List<Integer> pages, List<String> entityIdentifiers, List<String> recordIdentifiers, List<String> recordGroupIds, List<String> entityClasses, List<String> parentEntityIdentifiers, List<String> parentRecordIdentifiers, List<String> parentRecordGroupIds, List<String> parentEntityClasses, List<String> recordStringIds, List<String> builtByEntityIdentifiers, List<String> builtByRecordIdentifiers, List<String> builtByRecordGroupIds, List<String> builtByEntityClasses, List<String> builtByParentEntityIdentifiers, List<String> builtByParentRecordIdentifiers, List<String> builtByParentRecordGroupIds, List<String> builtByParentEntityClasses, List<String> builtByRecordStringIds, List<String> frameInfoIds, Context context, List<Integer> templateIds, List<String> layerList, List<Integer> placeholderList) throws CometException Deprecated.Replaced bygetFrameInfos(FileRequestParameters)Gets frame infos.- Parameters:
document- the documentpath- the pathpublication- the publicationpublicationPlannerId- the publication planner idpublicationType- the publication typepages- the pagesentityIdentifiers- the entity identifiersrecordIdentifiers- the record identifiersrecordGroupIds- the record group idsentityClasses- the entity classesparentEntityIdentifiers- the parent entity identifiersparentRecordIdentifiers- the parent record identifiersparentRecordGroupIds- the parent record group idsparentEntityClasses- the parent entity classesrecordStringIds- the record string idsbuiltByEntityIdentifiers- the built by entity identifiersbuiltByRecordIdentifiers- the built by record identifiersbuiltByRecordGroupIds- the built by record group idsbuiltByEntityClasses- the built by entity classesbuiltByParentEntityIdentifiers- the built by parent entity identifiersbuiltByParentRecordIdentifiers- the built by parent record identifiersbuiltByParentRecordGroupIds- the built by parent record group idsbuiltByParentEntityClasses- the built by parent entity classesbuiltByRecordStringIds- the built by record string idsframeInfoIds- the frame info idscontext- the contexttemplateIds- the template idslayerList- the layer listplaceholderList- the placeholder list- Returns:
- frame infos
- Throws:
CometException- the comet exception
-
getFrameInfos
Gets frame infos.- Parameters:
parameters- the parameters- Returns:
- the frame infos
- Throws:
CometException- the comet exception
-
insertUpdateFrameInfos
void insertUpdateFrameInfos(List<CometFrameInfo> frameInfos, FileRequestParameters parameters) throws CometException Insert update frame infos.- Parameters:
frameInfos- the frame infosparameters- the parameters- Throws:
CometException- the comet exception
-
deleteFrameInfos
Delete frame infos.- Parameters:
parameters- the parameters- Throws:
CometException- the comet exception
-
getFrameInfos(FileRequestParameters)