Operation |
Details |
public clean():void |
Sequential Notes: | This method clears the file and the locator list | |
public EditItemSessionBean(): |
Sequential Notes: | Public constructor. | |
public getAuthorCopyPasteOrganizationsCreatorBean():CreatorBean |
Sequential Notes: | Returns the PersonOPrganisationManager that manages the author copy&paste organizations. @return | |
public getCreatorParseString():String |
Sequential |
public getCurrentSubmission():String |
Sequential |
public getFiles():List |
Sequential |
public getGenreBundle():String |
Sequential |
public getLocators():List |
Sequential |
public getOffset():String |
Sequential |
public getOverwriteCreators():boolean |
Sequential |
public getShowAuthorCopyPaste():String |
Sequential Notes: | Returns the content(set by javascript) from a hidden input field that indicates whether the author copy&paste elements are to be displayed or not. | |
public init():void |
Sequential Notes: | This method is called when this bean is initially added to session scope. Typically, this occurs as a result of evaluating a value binding or method binding expression, which utilizes the managed bean facility to instantiate this bean and store it into session scope. | |
public initAuthorCopyPasteCreatorBean():void |
Sequential Notes: | (Re)-initializes the PersonOPrganisationManager that manages the author copy&paste organizations. | |
public reorganizeFileIndexes():void |
Sequential Notes: | This method reorganizes the index property in PubFileVOPresentation after removing one element of the list. | |
public reorganizeLocatorIndexes():void |
Sequential Notes: | This method reorganizes the index property in PubFileVOPresentation after removing one element of the list. | |
public setAuthorCopyPasteOrganizationsCreatorBean( CreatorBean authorCopyPasteOrganizationsCreatorBean):void |
Sequential Notes: | Sets the CreatorBean that manages the author copy&paste organizations. | |
public setCreatorParseString( String creatorParseString):void |
Sequential |
public setCurrentSubmission( String currentSubmission):void |
Sequential |
public setFiles( List files):void |
Sequential |
public setGenreBundle( String genreBundle):void |
Sequential |
public setLocators( List locators):void |
Sequential |
public setOffset( String offset):void |
Sequential |
public setOverwriteCreators( boolean overwriteCreators):void |
Sequential |
public setShowAuthorCopyPaste( String showAuthorCopyPaste):void |
Sequential Notes: | Sets the content from a hidden input field that indicates whether the author copy&paste elements are to be displayed or not. | |