Operation |
Details |
public CreatorBean(): |
Sequential |
public CreatorBean( CreatorVO creator): |
Sequential |
public getCreator():CreatorVO |
Sequential |
public getCreatorRoles():SelectItem |
Sequential Notes: | localized creation of SelectItems for the creator roles available. @return SelectItem[] with Strings representing creator roles. | |
public getCreatorTypes():SelectItem |
Sequential Notes: | localized creation of SelectItems for the creator types available. @return SelectItem[] with Strings representing creator types. | |
public getCurrentOrgaForSelection():OrganizationVO |
Sequential |
public getIdentifierValue():String |
Sequential |
public getPersonOrganisationManager():PersonOrganisationManager |
Sequential |
public getSelecting():boolean |
Sequential Notes: | @return true if this element is selecting the organisation. | |
public isOrganisationType():boolean |
Sequential |
public isPersonType():boolean |
Sequential |
public processCreatorTypeChanged( ValueChangeEvent event):void |
Sequential Tags: | throws=AbortProcessingException
| Notes: | ValueChangeListener method to handle changes in the creatorType. | |
public selectOrganisation():String |
Sequential Notes: | Action navigation call to select the creator organisation @return | |
public selectOrganisationEasySubmission():String |
Sequential Notes: | Action navigation call to select the creator organisation for Easy Submission @return | |
public selectPersonOrganisation():String |
Sequential Notes: | Action navigation call to select one persons organisation @return | |
public selectPersonOrganisationEasySubmission():String |
Sequential Notes: | Action navigation call to select one persons organisation for easy submission @return | |
public setContentAbstractManager( PersonOrganisationManager personOrganisationManager):void |
Sequential |
public setCreator( CreatorVO creator):void |
Sequential |
public setCurrentOrgaForSelection( OrganizationVO currentOrgaForSelection):void |
Sequential |
public setIdentifierValue( String newValue):void |
Sequential |
public setOrganisationType( boolean organisationType):void |
Sequential |
public setPersonType( boolean personType):void |
Sequential |