Package sk.iway.iwcm.components.crud
Class UniversalCrudAction
java.lang.Object
sk.iway.iwcm.system.stripes.WebJETActionBean
sk.iway.iwcm.components.crud.UniversalCrudAction
- All Implemented Interfaces:
net.sourceforge.stripes.action.ActionBean,IncludeRequestWrapperInterface
-
Field Summary
Fields inherited from class sk.iway.iwcm.system.stripes.WebJETActionBean
context, RESOLUTION_CLOSE, RESOLUTION_CONTINUE, RESOLUTION_CSRF, RESOLUTION_NOT_LOGGED -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnet.sourceforge.stripes.action.ResolutionbDelete()net.sourceforge.stripes.action.ResolutionbSave()voidsetContext(net.sourceforge.stripes.action.ActionBeanContext context) voidsetObject(ActiveRecordBase object) Methods inherited from class sk.iway.iwcm.system.stripes.WebJETActionBean
getContext, getCurrentUser, getRequest, getSession, isAdminLogged, isAdminLoggedWithPerms, isAnyUserLogged, prepareIncludeRequestWrapper, removeIncludeRequestWrapper, setErrorTextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface sk.iway.iwcm.system.stripes.IncludeRequestWrapperInterface
prepareIncludeRequestWrapper, removeIncludeRequestWrapper
-
Constructor Details
-
UniversalCrudAction
public UniversalCrudAction()
-
-
Method Details
-
setContext
public void setContext(net.sourceforge.stripes.action.ActionBeanContext context) - Specified by:
setContextin interfacenet.sourceforge.stripes.action.ActionBean- Overrides:
setContextin classWebJETActionBean
-
bSave
public net.sourceforge.stripes.action.Resolution bSave() -
bDelete
public net.sourceforge.stripes.action.Resolution bDelete() -
getObject
-
setObject
-