Operation |
Details |
private addAffiliationsToPage():void |
Sequential Notes: | Adds the affiliated organizations to the html page based on the entries in the organizationArray. | |
private addCreatorsToPage():void |
Sequential Notes: | Adds the creators (persons and organizations) to the html page based on the entries in the creatorArray. | |
private createAffiliatedOrganizationList():void |
Sequential Notes: | Generates the affiliated organization list as one string for presenting it in the jsp via the dynamic html component. Doubled organizations will be detected and merged. All organizzations will be numbered. | |
private createCreatorList():void |
Sequential Notes: | Generates the creator list as list of formatted Strings. @return String formatted creator list as string | |
private displayDate( String date, String label, boolean empty):boolean |
Sequential |
private getDelimiteredDate( String date, boolean delimiter):String |
Sequential Notes: | This method examines if the date given as parameter is emty or not. If it is not empty a delimiter will be added to the date. @return String the delimitered date | |
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 ViewItemBasicsUI(): |
Sequential |
public ViewItemBasicsUI( PubItemVO pubItemVO): |
Sequential Notes: | Public constructor. | |