org.infoglue.cms.controllers.kernel.impl.simple
Class WorkflowDefinitionController

java.lang.Object
  extended by org.infoglue.cms.controllers.kernel.impl.simple.BaseController
      extended by org.infoglue.cms.controllers.kernel.impl.simple.WorkflowDefinitionController

public class WorkflowDefinitionController
extends BaseController

Author:
Mattias Bogeblad

Constructor Summary
WorkflowDefinitionController()
           
 
Method Summary
 WorkflowDefinitionVO create(WorkflowDefinitionVO workflowDefinitionVO)
           
 void delete(WorkflowDefinitionVO workflowDefinitionVO)
           
static WorkflowDefinitionController getController()
          Factory method
 BaseEntityVO getNewVO()
          This is a method that gives the user back an newly initialized ValueObject for this entity that the controller is handling.
 WorkflowDefinition getWorkflowDefinitionWithId(java.lang.Integer workflowDefinitionId, org.exolab.castor.jdo.Database db)
           
 java.util.List getWorkflowDefinitionVOList()
           
 WorkflowDefinitionVO getWorkflowDefinitionVOWithId(java.lang.Integer workflowDefinitionId)
           
 WorkflowDefinitionVO update(WorkflowDefinitionVO workflowDefinitionVO)
           
 
Methods inherited from class org.infoglue.cms.controllers.kernel.impl.simple.BaseController
beginTransaction, beginTransaction, closeDatabase, commitTransaction, createEntity, createEntity, createQuery, deleteEntity, deleteEntity, deleteEntity, deleteEntity, executeQuery, executeQuery, executeQuery, executeQuery, getAllObjects, getAllVOObjects, getAllVOObjects, getAllVOObjects, getAllVOObjects, getLogger, getObjectWithId, getObjectWithId, getObjectWithIdAsReadOnly, getVOWithId, getVOWithId, getVOWithId, getVOWithId, intercept, intercept, rollbackTransaction, toModifiableVOList, toVOList, updateEntity, updateEntity, updateEntity, updateEntity, validateEntity
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkflowDefinitionController

public WorkflowDefinitionController()
Method Detail

getController

public static WorkflowDefinitionController getController()
Factory method


getWorkflowDefinitionVOWithId

public WorkflowDefinitionVO getWorkflowDefinitionVOWithId(java.lang.Integer workflowDefinitionId)
                                                   throws SystemException,
                                                          Bug
Throws:
SystemException
Bug

getWorkflowDefinitionWithId

public WorkflowDefinition getWorkflowDefinitionWithId(java.lang.Integer workflowDefinitionId,
                                                      org.exolab.castor.jdo.Database db)
                                               throws SystemException,
                                                      Bug
Throws:
SystemException
Bug

getWorkflowDefinitionVOList

public java.util.List getWorkflowDefinitionVOList()
                                           throws SystemException,
                                                  Bug
Throws:
SystemException
Bug

create

public WorkflowDefinitionVO create(WorkflowDefinitionVO workflowDefinitionVO)
                            throws ConstraintException,
                                   SystemException
Throws:
ConstraintException
SystemException

delete

public void delete(WorkflowDefinitionVO workflowDefinitionVO)
            throws ConstraintException,
                   SystemException
Throws:
ConstraintException
SystemException

update

public WorkflowDefinitionVO update(WorkflowDefinitionVO workflowDefinitionVO)
                            throws ConstraintException,
                                   SystemException
Throws:
ConstraintException
SystemException

getNewVO

public BaseEntityVO getNewVO()
This is a method that gives the user back an newly initialized ValueObject for this entity that the controller is handling.

Specified by:
getNewVO in class BaseController


Copyright © 2005 InfoGlue.org All Rights Reserved.