lumis.content.wizard
Class ContentWizardManager
java.lang.Object
lumis.content.wizard.ContentWizardManager
- All Implemented Interfaces:
- IContentWizardManager
public class ContentWizardManager
- extends Object
- implements IContentWizardManager
Implements the content wizard back-end processing.
- Since:
- 4.0.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContentWizardManager
public ContentWizardManager()
get
public ContentWizardServiceConfig get(SessionConfig sessionConfig,
String id,
ITransaction transaction)
throws ManagerException,
PortalException
- Specified by:
get
in interface IContentWizardManager
- Throws:
ManagerException
PortalException
findByServiceId
public ContentWizardServiceConfig findByServiceId(SessionConfig sessionConfig,
String serviceId,
ITransaction transaction)
throws ManagerException,
PortalException
- Description copied from interface:
IContentWizardManager
- Returns a content wizard service information, given its service id.
- Specified by:
findByServiceId
in interface IContentWizardManager
- Parameters:
sessionConfig
- the user session information.serviceId
- the serviceId.transaction
- the transaction for persistence access.
- Returns:
- return the content wizard service config.
- Throws:
ManagerException
PortalException
delete
public boolean delete(SessionConfig sessionConfig,
String id,
ITransaction transaction)
throws ManagerException,
PortalException
- Description copied from interface:
IContentWizardManager
- Deletes a service created through the Content Wizard.
- Specified by:
delete
in interface IContentWizardManager
- Returns:
- true if the service files were successfully excluded, false otherwise.
- Throws:
ManagerException
PortalException
create
public void create(SessionConfig sessionConfig,
ICreateParams createParams,
ITransaction transaction)
throws PortalException
- Specified by:
create
in interface IContentWizardManager
- Throws:
PortalException
Lumisportal 6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.