lumis.content.wizard
Interface IContentWizardManager
- All Known Implementing Classes:
- ContentWizardManager
@StableMinor(version="4.1",
sinceVersion="4.0")
public interface IContentWizardManager
- Since:
- 4.0.0
get
ContentWizardServiceConfig get(SessionConfig sessionConfig,
String id,
ITransaction transaction)
throws ManagerException,
PortalException
- Throws:
ManagerException
PortalException
delete
boolean delete(SessionConfig sessionConfig,
String id,
ITransaction transaction)
throws ManagerException,
PortalException
- Deletes a service created through the Content Wizard.
- Parameters:
sessionConfig
- id
- transaction
-
- Returns:
- true if the service files were successfully excluded, false otherwise.
- Throws:
ManagerException
PortalException
- Since:
- 4.0.7
create
void create(SessionConfig sessionConfig,
ICreateParams createParams,
ITransaction transaction)
throws PortalException
- Throws:
PortalException
findByServiceId
ContentWizardServiceConfig findByServiceId(SessionConfig sessionConfig,
String serviceId,
ITransaction transaction)
throws ManagerException,
PortalException
- Returns a content wizard service information, given its service id.
- 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
- Since:
- 4.0.4
Lumisportal 4.1.0.071221 - Copyright © 2001-2007, Lumis. All Rights Reserved.