kiurubeans
Class EntityHandler

java.lang.Object
  |
  +--kiurubeans.KiuruHandler
        |
        +--kiurubeans.EntityHandler
All Implemented Interfaces:
EnumType
Direct Known Subclasses:
ContactPerson, KiuruSpace, SpaceGroup

public abstract class EntityHandler
extends KiuruHandler


Field Detail

GET_RECORD

public static final int GET_RECORD

RESET_RECORD

public static final int RESET_RECORD

DELETE_RECORD

public static final int DELETE_RECORD

POST_RECORD

public static final int POST_RECORD
Constructor Detail

EntityHandler

public EntityHandler()
Method Detail

getMaxState

protected int getMaxState()

doCheckModifyRight

protected abstract boolean doCheckModifyRight()

hasModifyRight

public boolean hasModifyRight()

defaultAction

protected void defaultAction()
                      throws java.lang.Exception

getRecord

public abstract void getRecord()
                        throws java.lang.Exception

resetRecord

public abstract void resetRecord()

deleteRecord

public abstract void deleteRecord()
                           throws java.lang.Exception

postRecord

public abstract void postRecord()
                         throws java.lang.Exception

doClearActionState

protected void doClearActionState(javax.servlet.http.HttpServletRequest request)

getAddingNew

public abstract boolean getAddingNew()

clearEmptyParameters

public void clearEmptyParameters(javax.servlet.http.HttpServletRequest request)