|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--org.infoglue.cms.controllers.kernel.impl.simple.BaseController
|
+--org.infoglue.cms.controllers.kernel.impl.simple.ServiceDefinitionController
| Constructor Summary | |
ServiceDefinitionController()
|
|
| Method Summary | |
ServiceDefinitionVO |
create(ServiceDefinitionVO vo)
|
void |
delete(ServiceDefinitionVO vo)
The service definition can only be removed if no serviceBinding uses it. |
void |
deleteServiceDefinition(java.lang.Integer serviceDefinitionId,
org.exolab.castor.jdo.Database db)
This method deletes the ServiceDefinition sent in from the system. |
static ServiceDefinitionController |
getController()
|
BaseEntityVO |
getNewVO()
This is a method that gives the user back an newly initialized ValueObject for this entity that the controller is handling. |
ServiceDefinition |
getServiceDefinitionWithId(java.lang.Integer serviceDefinitionId,
org.exolab.castor.jdo.Database db)
|
ServiceDefinition |
getServiceDefinitionWithName(java.lang.String name,
org.exolab.castor.jdo.Database db,
boolean readOnly)
Returns the ServiceDefinition with the given name fetched within a given transaction. |
java.util.List |
getServiceDefinitionVOList()
|
ServiceDefinitionVO |
getServiceDefinitionVOWithId(java.lang.Integer serviceDefinitionId)
|
ServiceDefinitionVO |
getServiceDefinitionVOWithName(java.lang.String name)
This method fetches an ServiceDefinition with the given name. |
ServiceDefinitionVO |
update(ServiceDefinitionVO serviceDefinitionVO)
|
| Methods inherited from class org.infoglue.cms.controllers.kernel.impl.simple.BaseController |
deleteEntity, deleteEntity, deleteEntity, getAllVOObjects, getAllVOObjects, getAllVOObjects, getAllVOObjects, getVOWithId, getVOWithId, getVOWithId, toModifiableVOList, toVOList, updateEntity, updateEntity, updateEntity, validateEntity |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ServiceDefinitionController()
| Method Detail |
public static ServiceDefinitionController getController()
public ServiceDefinitionVO getServiceDefinitionVOWithId(java.lang.Integer serviceDefinitionId)
throws SystemException,
Bug
SystemException
Bug
public ServiceDefinitionVO create(ServiceDefinitionVO vo)
throws ConstraintException,
SystemException
ConstraintException
SystemException
public void delete(ServiceDefinitionVO vo)
throws ConstraintException,
SystemException
ConstraintException
SystemException
public ServiceDefinition getServiceDefinitionWithId(java.lang.Integer serviceDefinitionId,
org.exolab.castor.jdo.Database db)
throws SystemException,
Bug
SystemException
Bug
public java.util.List getServiceDefinitionVOList()
throws SystemException,
Bug
SystemException
Bug
public void deleteServiceDefinition(java.lang.Integer serviceDefinitionId,
org.exolab.castor.jdo.Database db)
throws SystemException,
Bug
SystemException
Bug
public ServiceDefinitionVO update(ServiceDefinitionVO serviceDefinitionVO)
throws ConstraintException,
SystemException
ConstraintException
SystemException
public ServiceDefinitionVO getServiceDefinitionVOWithName(java.lang.String name)
throws SystemException,
Bug
SystemException
Bug
public ServiceDefinition getServiceDefinitionWithName(java.lang.String name,
org.exolab.castor.jdo.Database db,
boolean readOnly)
throws SystemException,
Bug
name -
SystemException
Bugpublic BaseEntityVO getNewVO()
getNewVO in class BaseController
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||