|
|||||||||||
| 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.ServiceBindingController
| Constructor Summary | |
ServiceBindingController()
|
|
| Method Summary | |
ServiceBindingVO |
create(org.exolab.castor.jdo.Database db,
ServiceBindingVO serviceBindingVO,
java.lang.String qualifyerXML,
java.lang.Integer availableServiceBindingId,
java.lang.Integer siteNodeVersionId,
java.lang.Integer serviceDefinitionId)
This is a method that lets you create a new service binding within a transaction. |
static ServiceBindingVO |
create(ServiceBindingVO serviceBindingVO,
java.lang.String qualifyerXML,
java.lang.Integer availableServiceBindingId,
java.lang.Integer siteNodeVersionId,
java.lang.Integer serviceDefinitionId)
|
static void |
delete(ServiceBindingVO serviceBindingVO)
This method deletes a service binding an all associated qualifyers. |
static void |
delete(ServiceBindingVO serviceBindingVO,
org.exolab.castor.jdo.Database db)
This method deletes a service binding an all associated qualifyers. |
static void |
deleteServiceBindingsReferencingContent(Content content,
org.exolab.castor.jdo.Database db)
This method deletes all service bindings pointing to a content. |
static void |
deleteServiceBindingsReferencingSiteNode(SiteNode siteNode,
org.exolab.castor.jdo.Database db)
This method deletes all service bindings pointing to a content. |
static ServiceBindingController |
getController()
|
BaseEntityVO |
getNewVO()
This is a method that gives the user back an newly initialized ValueObject for this entity that the controller is handling. |
static java.util.List |
getQualifyerVOList(java.lang.Integer serviceBindingId)
This method returns a list with QualifyerVO-objects which are available for the serviceBinding sent in |
static ServiceBinding |
getServiceBindingWithId(java.lang.Integer serviceBindingId,
org.exolab.castor.jdo.Database db)
|
java.util.List |
getServiceBindingVOList()
|
static ServiceBindingVO |
getServiceBindingVOWithId(java.lang.Integer serviceBindingId)
|
static ServiceBindingVO |
update(ServiceBindingVO serviceBindingVO,
java.lang.String qualifyerXML)
|
| 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 ServiceBindingController()
| Method Detail |
public static ServiceBindingController getController()
public static ServiceBindingVO getServiceBindingVOWithId(java.lang.Integer serviceBindingId)
throws SystemException,
Bug
SystemException
Bug
public static ServiceBinding getServiceBindingWithId(java.lang.Integer serviceBindingId,
org.exolab.castor.jdo.Database db)
throws SystemException,
Bug
SystemException
Bug
public java.util.List getServiceBindingVOList()
throws SystemException,
Bug
SystemException
Bug
public static ServiceBindingVO create(ServiceBindingVO serviceBindingVO,
java.lang.String qualifyerXML,
java.lang.Integer availableServiceBindingId,
java.lang.Integer siteNodeVersionId,
java.lang.Integer serviceDefinitionId)
throws ConstraintException,
SystemException
ConstraintException
SystemException
public ServiceBindingVO create(org.exolab.castor.jdo.Database db,
ServiceBindingVO serviceBindingVO,
java.lang.String qualifyerXML,
java.lang.Integer availableServiceBindingId,
java.lang.Integer siteNodeVersionId,
java.lang.Integer serviceDefinitionId)
throws ConstraintException,
SystemException
ConstraintException
SystemException
public static ServiceBindingVO update(ServiceBindingVO serviceBindingVO,
java.lang.String qualifyerXML)
throws ConstraintException,
SystemException
ConstraintException
SystemException
public static void deleteServiceBindingsReferencingContent(Content content,
org.exolab.castor.jdo.Database db)
throws ConstraintException,
SystemException,
java.lang.Exception
ConstraintException
SystemException
java.lang.Exception
public static void deleteServiceBindingsReferencingSiteNode(SiteNode siteNode,
org.exolab.castor.jdo.Database db)
throws ConstraintException,
SystemException,
java.lang.Exception
ConstraintException
SystemException
java.lang.Exception
public static void delete(ServiceBindingVO serviceBindingVO)
throws ConstraintException,
SystemException
ConstraintException
SystemException
public static void delete(ServiceBindingVO serviceBindingVO,
org.exolab.castor.jdo.Database db)
throws ConstraintException,
SystemException,
java.lang.Exception
ConstraintException
SystemException
java.lang.Exception
public static java.util.List getQualifyerVOList(java.lang.Integer serviceBindingId)
throws ConstraintException,
SystemException
ConstraintException
SystemExceptionpublic BaseEntityVO getNewVO()
getNewVO in class BaseController
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||