lumis.content.wizard
Class ContentWizardManager

Package class diagram package ContentWizardManager
java.lang.Object
  extended by 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

Constructor Summary
ContentWizardManager()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentWizardManager

public ContentWizardManager()
Method Detail

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  5.5.0.091130 - Copyright © 2001-2007, Lumis. All Rights Reserved.