Operation |
Details |
private displayDate( String date, String label, boolean empty):boolean |
Sequential |
private getCreators( PubItemVO pubitemVo):String |
Sequential Notes: | Distinguish between Persons and organization as creators and returns them formatted as string. @return String the formatted creators | |
private getFiles( PubItemVO pubitemVo):String |
Sequential Notes: | This method examines the pubitem concerning its files and generates a display string for the page according to the number of files detected. @return String the formatted String to display the occurencies of files | |
public processRestoreState( FacesContext context, Object state):void |
Sequential |
public processSaveState( FacesContext context):Object |
Sequential Notes: | For JSF 1.2. @return State object. | |
public ViewItemShortUI(): |
Sequential Notes: | Default constructor. | |
public ViewItemShortUI( PubItemVOWrapper pubItemVOWrapper): |
Sequential Notes: | Public constructor. | |