org.infoglue.cms.controllers.kernel.impl.simple
Class QualifyerController
java.lang.Object
org.infoglue.cms.controllers.kernel.impl.simple.BaseController
org.infoglue.cms.controllers.kernel.impl.simple.QualifyerController
public class QualifyerController
- extends BaseController
- Author:
- Mattias Bogeblad
|
Method Summary |
static java.util.Collection |
createQualifyers(java.lang.String qualifyerXML,
ServiceBinding serviceBinding)
This method creates a new qualifyer for a serviceBinding. |
static java.util.List |
getBindingQualifyers(java.lang.Integer serviceBindingId)
This method returns a sorted list of qualifyers. |
BaseEntityVO |
getNewVO()
This is a method that gives the user back an newly initialized ValueObject for this entity that the controller
is handling. |
static Qualifyer |
getQualifyerWithId(java.lang.Integer qualifyerId,
org.exolab.castor.jdo.Database db)
|
static QualifyerVO |
screate(QualifyerVO qualifyerVO,
java.lang.Integer serviceBindingId,
org.exolab.castor.jdo.Database db)
This method creates a new qualifyer for a serviceBinding. |
| 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, 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 |
QualifyerController
public QualifyerController()
getQualifyerWithId
public static Qualifyer getQualifyerWithId(java.lang.Integer qualifyerId,
org.exolab.castor.jdo.Database db)
throws SystemException,
Bug
- Throws:
SystemException
Bug
createQualifyers
public static java.util.Collection createQualifyers(java.lang.String qualifyerXML,
ServiceBinding serviceBinding)
throws ConstraintException,
SystemException
- This method creates a new qualifyer for a serviceBinding. It is basically this qualifyer that
specifies which stuff to fetch from the serviceDefinition.
- Throws:
ConstraintException
SystemException
screate
public static QualifyerVO screate(QualifyerVO qualifyerVO,
java.lang.Integer serviceBindingId,
org.exolab.castor.jdo.Database db)
throws ConstraintException,
SystemException,
java.lang.Exception
- This method creates a new qualifyer for a serviceBinding. It is basically this qualifyer that
specifies which stuff to fetch from the serviceDefinition.
- Throws:
ConstraintException
SystemException
java.lang.Exception
getBindingQualifyers
public static java.util.List getBindingQualifyers(java.lang.Integer serviceBindingId)
throws SystemException,
Bug,
java.lang.Exception
- This method returns a sorted list of qualifyers.
- Throws:
SystemException
Bug
java.lang.Exception
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.