| olstore.action.DemoBaseAction olstore.action.ItemCreateAction
Method Summary | |
public void | CreateNewItem(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) | public void | changeType(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) This action loads up the default properties for a given type
for an existing form. | public ActionForward | execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) | public void | loadItem(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) | public void | updatePictures(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) This method updates the number of properties
for display. | public void | updateProperties(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) This method updates the number of properties
for display. |
changeType | public void changeType(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code) | | This action loads up the default properties for a given type
for an existing form. (It preserves the values that the
user has entered)
|
updatePictures | public void updatePictures(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code) | | This method updates the number of properties
for display. The only validation that should take place in this
particular action is that the total number of fields is a valid
integer
|
updateProperties | public void updateProperties(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code) | | This method updates the number of properties
for display. The only validation that should take place in this
particular action is that the total number of fields is a valid
integer
|
|
|