|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.infoglue.cms.controllers.kernel.impl.simple.BaseController
org.infoglue.cms.controllers.kernel.impl.simple.InterceptorController
public class InterceptorController
This class is a helper class for the use case handle Interceptor
| Constructor Summary | |
|---|---|
InterceptorController()
|
|
| Method Summary | |
|---|---|
InterceptorVO |
create(InterceptorVO interceptorVO)
Creates a new InterceptorVO |
InterceptorVO |
create(InterceptorVO interceptorVO,
org.exolab.castor.jdo.Database db)
Creates a new InterceptorVO within a transaction |
void |
delete(InterceptorVO interceptorVO)
|
static InterceptorController |
getController()
Factory method |
java.util.List |
getInterceptionPointVOList(java.lang.Integer interceptorId)
|
java.util.List |
getInterceptionPointVOList(java.lang.Integer interceptorId,
org.exolab.castor.jdo.Database db)
|
Interceptor |
getInterceptorWithId(java.lang.Integer interceptorId,
org.exolab.castor.jdo.Database db)
|
java.util.List |
getInterceptorVOList()
|
InterceptorVO |
getInterceptorVOWithId(java.lang.Integer interceptorId)
|
BaseEntityVO |
getNewVO()
This is a method that gives the user back an newly initialized ValueObject for this entity that the controller is handling. |
InterceptorVO |
update(InterceptorVO interceptorVO)
|
void |
update(InterceptorVO interceptorVO,
java.lang.String[] values)
|
| 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 |
|---|
public InterceptorController()
| Method Detail |
|---|
public static InterceptorController getController()
public Interceptor getInterceptorWithId(java.lang.Integer interceptorId,
org.exolab.castor.jdo.Database db)
throws SystemException,
Bug
SystemException
Bug
public InterceptorVO getInterceptorVOWithId(java.lang.Integer interceptorId)
throws SystemException,
Bug
SystemException
Bug
public java.util.List getInterceptorVOList()
throws SystemException,
Bug
SystemException
Bug
public java.util.List getInterceptionPointVOList(java.lang.Integer interceptorId)
throws SystemException,
Bug
SystemException
Bug
public java.util.List getInterceptionPointVOList(java.lang.Integer interceptorId,
org.exolab.castor.jdo.Database db)
throws SystemException,
Bug
SystemException
Bug
public InterceptorVO create(InterceptorVO interceptorVO)
throws ConstraintException,
SystemException
interceptorVO -
ConstraintException
SystemException
public InterceptorVO create(InterceptorVO interceptorVO,
org.exolab.castor.jdo.Database db)
throws SystemException,
java.lang.Exception
interceptorVO -
ConstraintException
SystemException
java.lang.Exception
public InterceptorVO update(InterceptorVO interceptorVO)
throws ConstraintException,
SystemException
ConstraintException
SystemException
public void update(InterceptorVO interceptorVO,
java.lang.String[] values)
throws ConstraintException,
SystemException
ConstraintException
SystemException
public void delete(InterceptorVO interceptorVO)
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 | ||||||||