|
|||||||||
| 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.InterceptionPointController
public class InterceptionPointController
This class is a helper class for the use case handle InterceptionPoint
| Field Summary | |
|---|---|
static java.util.Map |
systemInterceptionPoints
|
| Constructor Summary | |
|---|---|
InterceptionPointController()
|
|
| Method Summary | |
|---|---|
InterceptionPointVO |
create(InterceptionPointVO interceptionPointVO)
Creates a new Interception point |
InterceptionPointVO |
create(InterceptionPointVO interceptionPointVO,
org.exolab.castor.jdo.Database db)
Creates a new Interception point within a transaction |
void |
delete(InterceptionPointVO interceptionPointVO)
|
static InterceptionPointController |
getController()
Factory method |
java.util.List |
getInterceptionPointList(java.lang.String category,
org.exolab.castor.jdo.Database db)
|
InterceptionPoint |
getInterceptionPointWithId(java.lang.Integer interceptionPointId,
org.exolab.castor.jdo.Database db)
|
InterceptionPoint |
getInterceptionPointWithName(java.lang.String interceptorPointName,
org.exolab.castor.jdo.Database db)
|
java.util.List |
getInterceptionPointVOList()
|
java.util.List |
getInterceptionPointVOList(java.lang.String category)
|
InterceptionPointVO |
getInterceptionPointVOWithId(java.lang.Integer interceptionPointId)
|
InterceptionPointVO |
getInterceptionPointVOWithName(java.lang.String interceptorPointName)
|
InterceptionPointVO |
getInterceptionPointVOWithName(java.lang.String interceptorPointName,
org.exolab.castor.jdo.Database db)
|
java.util.List |
getInterceptorsVOList(java.lang.Integer interceptionPointId)
|
java.util.List |
getInterceptorsVOList(java.lang.Integer interceptionPointId,
org.exolab.castor.jdo.Database db)
Gets the interceptors for this interceptionPoint withing a transaction |
BaseEntityVO |
getNewVO()
This is a method that gives the user back an newly initialized ValueObject for this entity that the controller is handling. |
java.util.List |
getSortedInterceptionPointVOList()
|
InterceptionPointVO |
update(InterceptionPointVO interceptionPointVO)
|
void |
update(InterceptionPointVO interceptionPointVO,
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 |
| Field Detail |
|---|
public static final java.util.Map systemInterceptionPoints
| Constructor Detail |
|---|
public InterceptionPointController()
| Method Detail |
|---|
public static InterceptionPointController getController()
public InterceptionPoint getInterceptionPointWithId(java.lang.Integer interceptionPointId,
org.exolab.castor.jdo.Database db)
throws SystemException,
Bug
SystemException
Bug
public InterceptionPointVO getInterceptionPointVOWithId(java.lang.Integer interceptionPointId)
throws SystemException,
Bug
SystemException
Bug
public java.util.List getInterceptionPointVOList()
throws SystemException,
Bug
SystemException
Bug
public java.util.List getSortedInterceptionPointVOList()
throws SystemException,
Bug
SystemException
Bug
public java.util.List getInterceptorsVOList(java.lang.Integer interceptionPointId)
throws SystemException,
Bug
SystemException
Bug
public java.util.List getInterceptorsVOList(java.lang.Integer interceptionPointId,
org.exolab.castor.jdo.Database db)
throws SystemException,
Bug
interceptionPointId - db -
SystemException
Bug
public InterceptionPointVO getInterceptionPointVOWithName(java.lang.String interceptorPointName)
throws SystemException,
Bug
SystemException
Bug
public InterceptionPointVO getInterceptionPointVOWithName(java.lang.String interceptorPointName,
org.exolab.castor.jdo.Database db)
throws SystemException,
Bug
SystemException
Bug
public InterceptionPoint getInterceptionPointWithName(java.lang.String interceptorPointName,
org.exolab.castor.jdo.Database db)
throws SystemException,
Bug
SystemException
Bug
public java.util.List getInterceptionPointVOList(java.lang.String category)
throws SystemException,
Bug
SystemException
Bug
public java.util.List getInterceptionPointList(java.lang.String category,
org.exolab.castor.jdo.Database db)
throws SystemException,
Bug
SystemException
Bug
public InterceptionPointVO create(InterceptionPointVO interceptionPointVO)
throws ConstraintException,
SystemException
interceptionPointVO -
ConstraintException
SystemException
public InterceptionPointVO create(InterceptionPointVO interceptionPointVO,
org.exolab.castor.jdo.Database db)
throws SystemException,
java.lang.Exception
interceptionPointVO -
ConstraintException
SystemException
java.lang.Exception
public InterceptionPointVO update(InterceptionPointVO interceptionPointVO)
throws ConstraintException,
SystemException
ConstraintException
SystemException
public void update(InterceptionPointVO interceptionPointVO,
java.lang.String[] values)
throws ConstraintException,
SystemException
ConstraintException
SystemException
public void delete(InterceptionPointVO interceptionPointVO)
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 | ||||||||