Operation |
Details |
private addCreatorsToPage():void |
Sequential Notes: | Adds the creators (persons and organizations) to the html page based on the entries in the creatorArray. | |
private createCreatorList( int sourceNumber):void |
Sequential Notes: | Generates the creator list as list of formatted Strings. @return String formatted creator list as string | |
private getIdentifiers( int sourceNumber):String |
Sequential Notes: | Returns all Identifiers as formatted String @return String the formatted Identifiers | |
private getPublishingInfo( int sourceNumber):String |
Sequential Notes: | Returns the formatted Publishing Info according to filled elements @return String the formatted Publishing Info | |
protected initialize( PubItemVO pubItemVO):void |
Sequential Notes: | Initializes the UI and sets all attributes of the GUI components. | |
public processRestoreState( FacesContext context, Object state):void |
Sequential |
public processSaveState( FacesContext context):Object |
Sequential |
public ViewItemSourceUI(): |
Sequential |
public ViewItemSourceUI( PubItemVO pubItemVO): |
Sequential Notes: | Public constructor. | |