org.infoglue.cms.entities.management
Interface InterceptionPoint

All Superinterfaces:
IBaseEntity
All Known Implementing Classes:
InterceptionPointImpl

public interface InterceptionPoint
extends IBaseEntity


Method Summary
 java.lang.String getCategory()
           
 java.lang.String getDescription()
           
 java.lang.Integer getId()
           
 java.lang.Integer getInterceptionPointId()
           
 java.util.Collection getInterceptors()
           
 java.lang.String getName()
           
 java.lang.Boolean getUsesExtraDataForAccessControl()
           
 InterceptionPointVO getValueObject()
           
 void setCategory(java.lang.String category)
           
 void setDescription(java.lang.String description)
           
 void setInterceptionPointId(java.lang.Integer interceptionPointId)
           
 void setInterceptors(java.util.Collection interceptors)
           
 void setName(java.lang.String name)
           
 void setUsesExtraDataForAccessControl(java.lang.Boolean usesExtraDataForAccessControl)
           
 void setValueObject(InterceptionPointVO valueObject)
           
 
Methods inherited from interface org.infoglue.cms.entities.kernel.IBaseEntity
getIdAsObject, getVO, setVO
 

Method Detail

getId

java.lang.Integer getId()
Specified by:
getId in interface IBaseEntity

getValueObject

InterceptionPointVO getValueObject()

setValueObject

void setValueObject(InterceptionPointVO valueObject)

getInterceptionPointId

java.lang.Integer getInterceptionPointId()

setInterceptionPointId

void setInterceptionPointId(java.lang.Integer interceptionPointId)

getCategory

java.lang.String getCategory()

setCategory

void setCategory(java.lang.String category)
                 throws ConstraintException
Throws:
ConstraintException

getName

java.lang.String getName()

setName

void setName(java.lang.String name)
             throws ConstraintException
Throws:
ConstraintException

getDescription

java.lang.String getDescription()

setDescription

void setDescription(java.lang.String description)
                    throws ConstraintException
Throws:
ConstraintException

getUsesExtraDataForAccessControl

java.lang.Boolean getUsesExtraDataForAccessControl()

setUsesExtraDataForAccessControl

void setUsesExtraDataForAccessControl(java.lang.Boolean usesExtraDataForAccessControl)
                                      throws ConstraintException
Throws:
ConstraintException

getInterceptors

java.util.Collection getInterceptors()

setInterceptors

void setInterceptors(java.util.Collection interceptors)


Copyright © 2005 InfoGlue.org All Rights Reserved.