Operation |
Details |
private createAffiliatedOrganizationList( SourceVO source):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( SourceVO source):void |
Sequential Notes: | Generates the creator list as list of formatted Strings. @return String formatted creator list as string | |
protected getApplicationBean():ApplicationBean |
Sequential Notes: | Returns the ApplicationBean. @return a reference to the scoped data bean (ApplicationBean) | |
public getGenre():String |
Sequential |
public getHasAffiliation():boolean |
Sequential |
public getHasCreator():boolean |
Sequential |
private getIdentifiers( SourceVO source):String |
Sequential Notes: | Returns all Identifiers as formatted String @return String the formatted Identifiers | |
public getIdentifiers():String |
Sequential |
private getPublishingInfo( SourceVO source):String |
Sequential Notes: | Returns the formatted Publishing Info according to filled elements @return String the formatted Publishing Info | |
public getPublishingInfo():String |
Sequential |
public getSource():SourceVO |
Sequential |
public getSourceAffiliatedOrganizationsList():List |
Sequential |
public getSourceCreatorArray():ArrayList |
Sequential |
public getSourceCreatorOrganizationsArray():ArrayList |
Sequential |
public getSourceOrganizationArray():ArrayList |
Sequential |
public getSourceOrganizationList():ArrayList |
Sequential |
private getStartEndPage( SourceVO source):String |
Sequential Notes: | Returns a formatted String containing the start and the end page of the source @return String the formatted start and end page | |
public getStartEndPage():String |
Sequential |
protected initialize( SourceVO source):void |
Sequential Notes: | Initializes the UI and sets all attributes of the GUI components. @param pubItemVO a pubitem | |
public setIdentifiers( String identifiers):void |
Sequential |
public setPublishingInfo( String publishingInfo):void |
Sequential |
public setSource( SourceVO source):void |
Sequential |
public setSourceAffiliatedOrganizationsList( List sourceAffiliatedOrganizationsList):void |
Sequential |
public setSourceCreatorArray( ArrayList sourceCreatorArray):void |
Sequential |
public setSourceCreatorOrganizationsArray( ArrayList sourceCreatorOrganizationsArray):void |
Sequential |
public setSourceOrganizationArray( ArrayList sourceOrganizationArray):void |
Sequential |
public setSourceOrganizationList( ArrayList sourceOrganizationList):void |
Sequential |
public setStartEndPage( String startEndPage):void |
Sequential |
public SourceBean( SourceVO source): |
Sequential |