|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.opensymphony.xwork2.ActionSupport
skoinfo.rfc.common.action.AbstractAction
skoinfo.rfc.office.action.OfficePartAction
public class OfficePartAction
Office Part Action 처리
Field Summary |
---|
Fields inherited from interface com.opensymphony.xwork2.Action |
---|
ERROR, INPUT, LOGIN, NONE, SUCCESS |
Constructor Summary | |
---|---|
OfficePartAction()
|
Method Summary | |
---|---|
java.lang.String |
deleteOfficePartAct()
담당자 삭제 Action |
java.lang.String |
getCommand()
command getter |
java.lang.String |
getKeyword()
|
java.lang.Object |
getModel()
|
int |
getModiDepth()
|
OfficePartVO |
getOfficePartVO()
|
java.util.List<OfficePartVO> |
getOfficePartVOList()
|
int |
getPageBlock()
pageBlock getter |
int |
getPageSize()
pageSize getter |
Paging |
getPaging()
Pageing getter |
java.lang.String |
getSearchType()
|
int |
getStartPage()
startPage getter |
UserVO |
getUserVO()
|
java.lang.String |
listPartOffice()
담당자 목록 Action [2010-01-21 : 원서형] |
java.util.List<OfficePartVO> |
officePartList(java.lang.String officeCd)
담당자 정보 가져오기 |
void |
prepare()
|
void |
setCommand(java.lang.String command)
command setter |
void |
setKeyword(java.lang.String keyword)
|
void |
setModiDepth(int modiDepth)
|
void |
setOfficePartVO(OfficePartVO officePartVO)
|
void |
setOfficePartVOList(java.util.List<OfficePartVO> officePartVOList)
|
void |
setSearchType(java.lang.String searchType)
|
void |
setServletRequest(javax.servlet.http.HttpServletRequest request)
HttpServletRequest setter |
void |
setServletResponse(javax.servlet.http.HttpServletResponse response)
HttpServletResponse setter |
void |
setStartPage(int startPage)
startPage setter |
void |
setUserVO(UserVO userVO)
|
java.lang.String |
updateOfficePart()
담당자 수정 Action |
java.lang.String |
updateOfficePartAct()
담당자 수정 처리 Action |
java.lang.String |
updateOfficePsLvAct()
담당자 직위,직책 변경 Action |
java.lang.String |
writeOfficePart()
담당자 등록 Action [2010-01-20 : 원서형] |
java.lang.String |
writeOfficePartAct()
담당자 등록 처리 Action |
Methods inherited from class skoinfo.rfc.common.action.AbstractAction |
---|
getText, getText, getText, getText, getText, getText, getText, getText, getText, getTexts, getTexts |
Methods inherited from class com.opensymphony.xwork2.ActionSupport |
---|
addActionError, addActionMessage, addFieldError, clearActionErrors, clearErrors, clearErrorsAndMessages, clearFieldErrors, clearMessages, clone, doDefault, execute, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getLocale, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, hasKey, input, pause, setActionErrors, setActionMessages, setFieldErrors, validate |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OfficePartAction()
Method Detail |
---|
public void prepare() throws java.lang.Exception
prepare
in interface com.opensymphony.xwork2.Preparable
java.lang.Exception
public java.lang.Object getModel()
getModel
in interface com.opensymphony.xwork2.ModelDriven
public java.lang.String listPartOffice() throws java.lang.Exception
java.lang.Exception
- 처리public java.lang.String writeOfficePart() throws java.lang.Exception
java.lang.Exception
- 처리public java.lang.String updateOfficePart() throws java.lang.Exception
java.lang.Exception
- 처리public java.lang.String writeOfficePartAct() throws java.lang.Exception
java.lang.Exception
- 처리public java.lang.String updateOfficePartAct() throws java.lang.Exception
java.lang.Exception
- 처리public java.lang.String deleteOfficePartAct() throws java.lang.Exception
java.lang.Exception
- 처리public java.lang.String updateOfficePsLvAct() throws java.lang.Exception
java.lang.Exception
- 처리public java.util.List<OfficePartVO> officePartList(java.lang.String officeCd) throws java.lang.Exception
java.lang.Exception
- 처리public void setServletRequest(javax.servlet.http.HttpServletRequest request)
HttpServletRequest setter
setServletRequest
in interface org.apache.struts2.interceptor.ServletRequestAware
public void setServletResponse(javax.servlet.http.HttpServletResponse response)
HttpServletResponse setter
setServletResponse
in interface org.apache.struts2.interceptor.ServletResponseAware
public void setCommand(java.lang.String command)
command
- parameterpublic java.lang.String getCommand()
public void setStartPage(int startPage)
startPage
- parameterpublic int getStartPage()
public Paging getPaging()
public int getPageSize()
pageSize getter
public int getPageBlock()
pageBlock getter
public UserVO getUserVO()
public void setUserVO(UserVO userVO)
userVO
- public OfficePartVO getOfficePartVO()
public void setOfficePartVO(OfficePartVO officePartVO)
officePartVO
- public java.util.List<OfficePartVO> getOfficePartVOList()
public void setOfficePartVOList(java.util.List<OfficePartVO> officePartVOList)
public int getModiDepth()
public void setModiDepth(int modiDepth)
modiDepth
- public java.lang.String getSearchType()
public void setSearchType(java.lang.String searchType)
searchType
- public java.lang.String getKeyword()
public void setKeyword(java.lang.String keyword)
keyword
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |