Class ContentActionServiceImpl
java.lang.Object
ch.tocco.nice2.dms.spi.action.ContentActionServiceImpl
- All Implemented Interfaces:
ContentActionService
- Direct Known Subclasses:
PageContentActionServiceImpl, ResourceContentActionServiceImpl
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Map<String, ContentActionFactory> protected final EntityExplorerActionSelectionService -
Constructor Summary
ConstructorsConstructorDescriptionContentActionServiceImpl(EntityExplorerActionSelectionService entityExplorerActionSelectionService) -
Method Summary
Modifier and TypeMethodDescriptionvoidpublish(EntityExplorerActionSelection actionSelection, String module) voidpublishAll(EntityExplorerActionSelection actionSelection, String module, String entityName) voidrevert(EntityExplorerActionSelection actionSelection, String module) voidrevertAll(EntityExplorerActionSelection actionSelection, String module, String entityName) voidsetServices(List<ContentActionFactory> services) voidunpublish(EntityExplorerActionSelection actionSelection, String module) voidunpublishAll(EntityExplorerActionSelection actionSelection, String module, String entityName)
-
Field Details
-
entityExplorerActionSelectionService
-
contentActionFactoryMap
-
-
Constructor Details
-
ContentActionServiceImpl
public ContentActionServiceImpl(EntityExplorerActionSelectionService entityExplorerActionSelectionService)
-
-
Method Details
-
publish
public void publish(EntityExplorerActionSelection actionSelection, String module) throws PersistException, RpcExecutionException - Specified by:
publishin interfaceContentActionService- Throws:
PersistExceptionRpcExecutionException
-
publishAll
public void publishAll(EntityExplorerActionSelection actionSelection, String module, String entityName) throws PersistException, RpcExecutionException - Specified by:
publishAllin interfaceContentActionService- Throws:
PersistExceptionRpcExecutionException
-
revert
public void revert(EntityExplorerActionSelection actionSelection, String module) throws PersistException, RpcExecutionException - Specified by:
revertin interfaceContentActionService- Throws:
PersistExceptionRpcExecutionException
-
revertAll
public void revertAll(EntityExplorerActionSelection actionSelection, String module, String entityName) throws PersistException, RpcExecutionException - Specified by:
revertAllin interfaceContentActionService- Throws:
PersistExceptionRpcExecutionException
-
unpublish
public void unpublish(EntityExplorerActionSelection actionSelection, String module) throws PersistException, RpcExecutionException - Specified by:
unpublishin interfaceContentActionService- Throws:
PersistExceptionRpcExecutionException
-
unpublishAll
public void unpublishAll(EntityExplorerActionSelection actionSelection, String module, String entityName) throws PersistException, RpcExecutionException - Specified by:
unpublishAllin interfaceContentActionService- Throws:
PersistExceptionRpcExecutionException
-
setServices
-