|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.empire.struts2.actionsupport.ActionBase
org.apache.empire.struts2.action.WebAction
org.apache.empire.struts2.websample.web.actiontypes.Action
org.apache.empire.struts2.websample.web.actiontypes.DetailAction
org.apache.empire.struts2.websample.web.actions.EmployeeDetailAction
public class EmployeeDetailAction
Field Summary | |
---|---|
protected RecordActionSupport |
recordSupport
Action mappings |
Fields inherited from class org.apache.empire.struts2.websample.web.actiontypes.DetailAction |
---|
INPUT, RETURN |
Fields inherited from class org.apache.empire.struts2.websample.web.actiontypes.Action |
---|
log |
Fields inherited from class org.apache.empire.struts2.action.WebAction |
---|
DEFAULT_ITEM_PROPERTY_NAME |
Fields inherited from interface org.apache.empire.struts2.action.Disposable |
---|
EXITCODE_ERROR, EXITCODE_SUCCESS |
Constructor Summary | |
---|---|
EmployeeDetailAction()
|
Method Summary | |
---|---|
java.lang.String |
doCreate()
|
java.lang.String |
doDelete()
|
java.lang.String |
doLoad()
|
java.lang.String |
doSave()
|
EmployeeRecord |
getEmployee()
|
Methods inherited from class org.apache.empire.struts2.websample.web.actiontypes.DetailAction |
---|
doCancel |
Methods inherited from class org.apache.empire.struts2.websample.web.actiontypes.Action |
---|
getApplication, getConnection, getDatabase, getLocale, getRequest, getSession, getUser, loginRequired |
Methods inherited from class org.apache.empire.struts2.action.WebAction |
---|
addFieldError, addItemError, clearActionErrors, clearItem, dispose, getActionParam, getActionURL, getItem, getItemErrors, getItemKey, getItemNewFlag, getItemPropertyName, getLastActionError, getLastActionMessage, getListPageSize, getLocalizedErrorMessage, getRequestArrayParam, getRequestIntParam, getRequestParam, getRequestParameters, getText, getText, getText, getText, getText, getText, getText, getText, getText, getTexts, getTexts, handleException, hasAccess, hasActionError, hasItem, hasKey, hasRequestParam, init, isNewItem, putRequestParam, setActionError, setActionError, setActionError, setActionError, setActionMessage, setItem |
Methods inherited from class org.apache.empire.struts2.actionsupport.ActionBase |
---|
getActionBean, getActionBean, getActionBeanName, getActionObject, getActionObjectName, getRecordKeyExpr, getRecordKeyFromString, getRecordKeyString, getRecordKeyString, getRecordNewFlagFromString, putActionBean, putActionBean, putActionObject, removeActionBean, removeActionBean, removeActionObject |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected RecordActionSupport recordSupport
Constructor Detail |
---|
public EmployeeDetailAction()
Method Detail |
---|
public EmployeeRecord getEmployee()
public java.lang.String doCreate()
doCreate
in class DetailAction
public java.lang.String doLoad()
doLoad
in class DetailAction
public java.lang.String doSave()
doSave
in class DetailAction
public java.lang.String doDelete()
doDelete
in class DetailAction
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |