![]() |
Initializes a new instance of the AApprovalModel class. |
![]() | Associated Activity Space |
![]() | |
![]() | Implement some code to execute when the user clicks on "Cancel". |
![]() | Implements some actions to perform on start. Use the Editor Type if needed. |
![]() | |
![]() | |
![]() | Overloaded. |
![]() | This method is used by the ASManager to return new instances of managed objects. |
![]() | |
![]() | |
![]() | |
![]() | |
![]() | |
![]() | |
![]() | |
![]() | That method contains the code that should be executed just after the object has been stored in the DB. |
![]() | That method contains the code that should be executed just before the object is stored in the DB. |
![]() | This method can be implemented by classes extending this one. It will be executed each time the user changes page on the left navigation menu. |
![]() | This method will be called when you come back to the main Editor from a sub Editor. |
![]() | That method contains the code that should be executed just after the object has been initialized when the new editor is started. |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Implement some code to execute when the user clicks on "Finish". |
![]() | |
![]() | |
![]() | |
![]() | |
![]() | Returns the CloseOnDone flag. |
![]() | Call this method to obtain the index of the page being viewed for the given ApprovalItemType |
![]() | Returns the current value of the repost action. |
![]() | Call this method to obtain the ApprovalItemType currently being viewed. |
![]() | Call this method to determine the default ApprovalItemType displayed by the view. |
![]() | Returns the DeleteOnCancel flag. For sub Editors only: this flag will determine if the Editor should be deleted from the list of sub Editors on cancel. |
![]() | |
![]() | |
![]() | Concrete subclasses must implement this method to return a boolean value indicating whether instance information is displayed for the specified type. The DocumentApprovalModel class for example, returns true. This is because each document, being an item, consists of one or more copies existing in various portal folders, or INSTANCES. The ObjectApprovalModel, however, return false for this method. |
![]() | |
![]() | |
![]() | Concrete subclasses must implement this method to return a boolean indicating whether or not a header banner should be displayed for the specified type. |
![]() | Returns the Editor Type (see EditorStartControl for constant names). |
![]() | Concrete subclasses must implement this method to return a string that is displayed in sections containg no items awaiting approval. |
![]() | Returns true if the apply button should be displayed. |
![]() | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Returns the DeleteOnCancel flag. For sub Editors only: this flag will determine if the Editor should be deleted from the list of sub Editors on cancel. |
![]() | Call this method to obtain the index of the last item on the current page for a specific ApprovalItemType. |
![]() | |
![]() | Returns true if the current user only has read access to this Editor. (can be true in Edit mode only) |
![]() | Call this method to obtain a specific AItemDescriptor object. If this ItemDescriptor is not in the internal cache, the server will not be contacted. |
![]() | Call this method to obtain an enumeration of AItemDescriptor objects. Included AItemDescriptor objects will be those object existing on the currently viewed page of item descriptors. |
![]() | |
![]() | Call this method to obtain the index of the first item on the current page for a specific ApprovalItemType. |
![]() | |
![]() | Concrete subclasses must implement this method to return the name of the model. |
![]() | |
![]() | |
![]() | Get the size of a page. This is the maximum number of items awaiting approval displayed. |
![]() | Returns the Redirect object (this is were we need to go at the end of the Editor). By default this is going to the previous AS (the one that opened this one). But Editors can override that method if they need to redirect somewhere else. |
![]() | Concrete subclasses must implement this method to return the subtitle. This string is displayed in a banner at the top of the view. |
![]() | Concrete subclasses must implement this method to return an XPArrayList of those ItemTypes that are supporeted by the model. |
![]() | Concrete subclasses must implement this method to return the title. This string is displayed in a banner at the top of the view. |
![]() | Gets the Type of the current instance. |
![]() | Call this method to obtain the count of items awaiting approval of the specified type. |
![]() | Returns true if the current user has access to this Editor. (If false the user will be redirected.) |
![]() | |
![]() | Inits the Model with the Activity Space. |
![]() | Concrete subclasses must implement this method to return an XPArrayList of AItemDescriptor objects. |
![]() | Concrete subclasses must implement this method to return the count of specified ApprovalItemType. This is the total number of object of the specified type, visible to the current user, awaiting approval. |
![]() | |
![]() | |
![]() | |
![]() | Call this method to determine if there is another page of items of a given type. |
![]() | |
![]() | Call this method to determine if there is a previous page of items of a given type. |
![]() | |
![]() | |
![]() | Call this method to move the view to the next page of items of the specified type. If there is no next page available, calling this method will do nothing. |
![]() | Call this method to move the view to the previous page of items of the specified type. If there is no previous page available, calling this method will do nothing. |
![]() | Calls the right save function according to the page name passed in argument. |
![]() | |
![]() | To tell the framework to close the window on finish or cancel. |
![]() | Call this method to set the index of the page being viewed of the given ApprovalItemType. If the index passed is not within the valid range, then GetLowItemIndexForCurrentPage() and GetHighItemIndexForCurrentPage() will return correct values for either the first or last valid page. |
![]() | Call this method to set the type currently being viewed. Only one type of item may be viewed at a given time. This is intended to reduce stress on the portal server. |
![]() | Sets the DeleteOnCancel flag. For sub Editors only: this flag will determine if the Editor should be deleted from the list of sub Editors on cancel. |
![]() | |
![]() | |
![]() | |
![]() | Sets the Editor Type. (see EditorStartControl for constant names) |
![]() | Enables or disables the apply button next to the finish button. |
![]() | Sets the m_bHideLeftNav flag. If this flag is set to true, the left navigation will not be displayed. |
![]() | |
![]() | |
![]() | set the size of a page. This is the maximum number of items awaiting approval displayed. |
![]() | set the low item index of a page. This is the index of the first item to be displayed on a page. |
![]() | Sets a new Page status. |
![]() | Sets a new value for the m_bUserHasAccessToEditor flag. |
![]() | Returns a String that represents the current Object. |
![]() | JF- If this is true, the framework will close the window on finish and cancel. |
![]() | JF- This is for sub editors. The first time we access the Editor, if the user clicks on cancel, we want to delete it from the sub Editor list. |
![]() | JF- The Apply button next to the finish button is optional |
![]() | JF- This is to hide the left navigation |
![]() | JF- If the user only has read access to the Editor. |
![]() | JF- Is true if the current user has access to this Editor. |
![]() | JF- This is the Editor type. Constants for that variable are in EditorStartControl. This is mainly to know if it's create or edit mode. |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Creates a shallow copy of the current Object. |
AApprovalModel Class | com.plumtree.uiinfrastructure.approval Namespace