Uiinfrastructure API Docs  
 

ApprovalControl Members

ApprovalControl overview

Public Static Fields

iconiconPARAM_ADD_COMMENT 
iconiconPARAM_APPLY 
iconiconPARAM_APPROVE_ALL 
iconiconPARAM_CLEAR 
iconiconPARAM_CURRENT_TYPE 
iconiconPARAM_EDIT_ITEM 
iconiconPARAM_FINISH 
iconiconPARAM_GOTO_PAGE 
iconiconPARAM_GOTO_TYPE 
iconiconPARAM_HOLD_ALL 
iconiconPARAM_NEXT_PAGE 
iconiconPARAM_PREV_PAGE 
iconiconPARAM_REJECT_ALL 
iconiconPOSTTOSELF_ACTION_ADD_COMMENT 
iconiconPOSTTOSELF_ACTION_APPLY 
iconiconPOSTTOSELF_ACTION_APPROVE_ALL 
iconiconPOSTTOSELF_ACTION_CLEAR 
iconiconPOSTTOSELF_ACTION_GOTO_RANGE 
iconiconPOSTTOSELF_ACTION_GOTO_TYPE 
iconiconPOSTTOSELF_ACTION_HOLD_ALL 
iconiconPOSTTOSELF_ACTION_NEXT_PAGE 
iconiconPOSTTOSELF_ACTION_PREVIOUS_PAGE 
iconiconPOSTTOSELF_ACTION_REJECT_ALL 
iconiconPOSTTOSELF_ACTION_SELECT_ALL 
iconiconPOSTTOSELF_ACTION_SORT_DATE 
iconiconPOSTTOSELF_ACTION_SORT_NAME 
iconiconPOSTTOSELF_ACTION_SORT_SUBMITTEDBY 
iconiconPOSTTOSELF_ACTION_UNSELECT_ALL 
iconiconSTR_MVC_CLASS_NAME 

Public Instance Constructors

icon ApprovalControl Constructor Initializes a new instance of the ApprovalControl class.

Public Instance Methods

iconApply 
iconApproveAll 
iconCheckActionSecurityAndExecute 
iconCreate 
iconEquals (inherited from Object)Determines whether the specified Object is equal to the current Object.
iconGetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
iconGetName 
iconGetPageStatus (inherited from RepostControl) Returns the current page status.
iconGetRepostAction (inherited from RepostControl) Returns the current value of the repost action.
iconGetType (inherited from Object)Gets the Type of the current instance.
iconHoldAll 
iconInit (inherited from RepostControl) Inits the class with the associated model and activity space. If this method is overridden in a sub-class, this version of Init must be called as super.Init();
iconPerformFinishAction 
iconRejectAll 
iconSelectUnselectAll 
iconSetPageStatus (inherited from RepostControl) Sets a new page status.
iconToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Fields

iconm_asOwner (inherited from RepostControl) JF- Associated Activity Space.
iconm_bInitialized (inherited from RepostControl) has Init() been called properly?
iconm_htFormData (inherited from RepostControl) Variables for the lifetime of the execute(). Just for convenience. (Contains all the form params from the request.)
iconm_model (inherited from RepostControl) JF- Associated Model
iconm_nAction (inherited from RepostControl) JF- Value of the repost action
iconm_nPageStatus (inherited from RepostControl) JF- Server side validation. Current state. Note that if the state is set to invalid, all it does is it will not perform the changePage and finish actions. Also note that this framework does not provide any way to set the error/status message to display to the end user. Another framework is responsible for it. Finaly note that multiple save methods might return invalid on the same DP but we don't want to keep an array of status returned, we just need to know if invalid was returned at least once.
iconm_rRedirect (inherited from RepostControl) JF- Redirect object. Used to redirect at the end of the Form.

Protected Instance Methods

iconCheckMandatoryPages (inherited from EditorRepostControl) Checks if any mandatory page has not been visited. If there are any, raises an error and sets the page status to invalid.
iconFinalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
iconMemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.
iconPerformAction 
iconPerformCancelAction (inherited from EditorRepostControl) Helper method to implement the Cancel action. On cancel, we just redirect to whatever is returned by GetRedirectAfterFinish. If this is a sub Editor in Create mode we also delete the sub Editor from the list. And then we close the pop-up.
iconPerformPassthruAction (inherited from RepostControl) Sets the Pass thru arguments from the pass thru control into m_htFormData. And executes the Pass thru control.
iconPerformReadOnlyAction (inherited from EditorRepostControl) Performs repost actions in Read-Only mode.
iconSaveCurrentPage 
iconSetRedirect (inherited from RepostControl) Sets the redirect member variable. (Used to redirect at the end of the Editor.)
iconSetRedirectToCloseSubEditor (inherited from EditorRepostControl) This method is called when we finish a sub Editor. It takes care of closing the sub Editor pop-up winodws and repost the main Editor window.
iconSetRepostAction (inherited from RepostControl) Get the repost action mode from the form data hashtable and set it in the member variable.

See Also

ApprovalControl Class | com.plumtree.uiinfrastructure.approval Namespace