class: CreateItem

public class: CreateItem
Author: : Thomas Diebäcker, created 11.10.2007
Project: Phase: 1.0; Status: Proposed; Version: : $Revision: 2652 $ $LastChangedDate: 2009-05-18 1; Complexity: 1
Dates: Created: 16.07.2009 15:32:07; Modified: 16.07.2009 15:32:07;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {274C9D4C-C900-4df3-B20E-93167ACA0BED}
Fragment class for CreateItem.
 

Goto: Custom Properties, Fields, Methods

Extends: FacesBean

See also: SubmissionMethod, FacesBean

Appears in: createItem

Connections
 
Custom Properties
 
CreateItem Attributes
Attribute Details
public static const String
  BEAN_NAME
Initial: "CreateItem"
public static const String
  LOAD_CREATEITEM
Initial: "loadCreateItem"
Notes: Faces navigation string
private static Logger
  logger
Initial: Logger.getLogger(CreateItem.class)
annotations=@SuppressWarnings("unused")
private SubmissionMethod
  method
Initial: SubmissionMethod.FULL_SUBMISSION
private String
  target
Initial: EditItem.LOAD_EDITITEM
 
CreateItem Methods
Operation Details
public
confirmSelection():String
Sequential
public
CreateItem():
Sequential
Notes: Public constructor.
protected
getContextListSessionBean():ContextListSessionBean
Sequential
Notes: Returns the ContextListSessionBean.
@return a reference to the scoped data bean (ContextListSessionBean)
public
getCurrentCollectionList():List
Sequential
protected
getEditItem():EditItem
Sequential
Notes: Returns the EditItem.
@return a reference to the scoped data bean (EditItem)
protected
getEditItemSessionBean():EditItemSessionBean
Sequential
Notes: Returns the ItemListSessionBean.
@return a reference to the scoped data bean (ItemListSessionBean)
protected
getItemControllerSessionBean():ItemControllerSessionBean
Sequential
Notes: Returns a reference to the scoped data bean (the ItemControllerSessionBean).
@return a reference to the scoped data bean
protected
getItemListSessionBean():ItemListSessionBean
Sequential
Notes: Returns the ItemListSessionBean.
@return a reference to the scoped data bean (ItemListSessionBean)
public
getMethod():SubmissionMethod
Sequential
Notes: @return the method
public
getMultiple():boolean
Sequential
protected
getSessionBean():ContextListSessionBean
Sequential
Notes: Returns the ContextListSessionBean.
@return a reference to the scoped data bean (ContextListSessionBean)
public
getTarget():String
Sequential
Notes: @return the target
public
init():void
Sequential
Notes: Callback method that is called whenever a page containing this page fragment is navigated to, either directly via a URL, or indirectly via page navigation.
public
newSubmission():String
Sequential
Notes: Starts a new submission.
@return string, identifying the page that should be navigated to after this methodcall
public
setMethod(
   SubmissionMethod method):void
Sequential
public
setTarget(
   String target):void
Sequential