public class ContentWizardManager extends Object implements IContentWizardManager
Constructor and Description |
---|
ContentWizardManager() |
Modifier and Type | Method and Description |
---|---|
void |
create(SessionConfig sessionConfig,
ICreateParams createParams,
ITransaction transaction) |
boolean |
delete(SessionConfig sessionConfig,
String id,
ITransaction transaction)
Deletes a service created through the Content Wizard.
|
ContentWizardServiceConfig |
findByServiceId(SessionConfig sessionConfig,
String serviceId,
ITransaction transaction)
Returns a content wizard service information, given its service id.
|
ContentWizardServiceConfig |
get(SessionConfig sessionConfig,
String id,
ITransaction transaction) |
public ContentWizardServiceConfig get(SessionConfig sessionConfig, String id, ITransaction transaction) throws ManagerException, PortalException
get
in interface IContentWizardManager
ManagerException
PortalException
public ContentWizardServiceConfig findByServiceId(SessionConfig sessionConfig, String serviceId, ITransaction transaction) throws ManagerException, PortalException
IContentWizardManager
findByServiceId
in interface IContentWizardManager
sessionConfig
- the user session information.serviceId
- the serviceId.transaction
- the transaction for persistence access.ManagerException
PortalException
public boolean delete(SessionConfig sessionConfig, String id, ITransaction transaction) throws ManagerException, PortalException
IContentWizardManager
delete
in interface IContentWizardManager
ManagerException
PortalException
public void create(SessionConfig sessionConfig, ICreateParams createParams, ITransaction transaction) throws PortalException
create
in interface IContentWizardManager
PortalException
Lumisportal 10.1.2.170428 - Copyright © 2006–2017 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.