com.ibm.commerce.context.content.resources.postpublish
Interface PostPublishDataProcessor
-
- All Known Implementing Classes:
- AbstractEntityBeanCacheInvIDGenResourceManagerImpl, AbstractEntityBeanResourceManagerImpl, AbstractResourceContainerImpl, AbstractResourceManagerImpl, AttachmentAssetLanguageResourceManager, AttachmentAssetResourceManager, AttachmentContainer, AttachmentRelationDescriptionResourceManager, AttachmentRelationResourceManager, AttachmentRelationUsageDescriptionResourceManager, AttachmentRelationUsageResourceManager, AttachmentTargetDescriptionResourceManager, AttachmentTargetResourceManager, AttributeResourceManager, AttributeValueResourceManager, CatalogCatalogGroupRelationResourceManager, CatalogContainer, CatalogDescriptionResourceManager, CatalogEntryConfigurationResourceManager, CatalogEntryDescriptionResourceManager, CatalogEntryRelationResourceManager, CatalogEntryResourceManager, CatalogGroupAttributeResourceManager, CatalogGroupCatalogEntryRelationResourceManager, CatalogGroupDescriptionResourceManager, CatalogGroupPageRelationResourceManager, CatalogGroupProductSetRelResourceManager, CatalogGroupRelationResourceManager, CatalogGroupResourceManager, CatalogResourceManager, ContractContainer, DSLResourceContainer, DSLResourceManager, ListPriceResourceManager, ManagedFileContainer, ManagedFileResourceManager, PageLayoutResourceManager, ProductPageRelationResourceManager, ProductSetCeRelResourceManager, ProductSetDescriptionResourceManager, ProductSetResourceManager, RelatedCatalogEntryResourceManager, RelatedCatalogGroupResourceManager, StoreCatalogEntryResourceManager, StoreCatalogGroupResourceManager, StoreCatalogResourceManager, TermConditionResourceManager
public interface PostPublishDataProcessor
The interface of the post-publish data processor class.
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.String
COPYRIGHT
The internal copyright field.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description void
processPostPublishData(java.lang.String postPublishData)
processes post-publish data on production server.
-
-
-
Field Detail
-
COPYRIGHT
static final java.lang.String COPYRIGHT
The internal copyright field.- See Also:
- Constant Field Values
-
-
Method Detail
-
processPostPublishData
void processPostPublishData(java.lang.String postPublishData) throws ECException
processes post-publish data on production server.- Parameters:
postPublishData
- the post-publish data to be processed.- Throws:
ECException
- a problem occurs when processing the data.
-
-