Class PersonProfileDialogBean

All Implemented Interfaces:
IPageFlowScopeAdapter, ICompositeViewControlPageBean, Serializable, EventListener, PhaseListener, HttpSessionBindingListener

public class PersonProfileDialogBean extends BaseCompositeViewControlPageBean
See Also:
  • Field Details

    • fPersonURI

      protected String fPersonURI
    • updateTemplateProviders

      protected boolean updateTemplateProviders
  • Constructor Details

    • PersonProfileDialogBean

      public PersonProfileDialogBean()
  • Method Details

    • getExtraAttributeProviderItems

      public List<SelectItem> getExtraAttributeProviderItems()
    • getPersonURI

      public String getPersonURI()
      Returns:
      the personURI
    • setPersonURI

      public void setPersonURI(String personURI)
      Parameters:
      personURI - the personURI to set
    • getPersonModel

      public PrincipalModel getPersonModel()
    • beforeRenderResponse

      protected void beforeRenderResponse()
      Description copied from class: BaseViewBean
      Clients should overwrite this method to perform custom actions before the view gets rendered.
      Overrides:
      beforeRenderResponse in class BaseViewBean
    • beforeInvokeApplication

      protected void beforeInvokeApplication()
      Description copied from class: BaseViewBean
      Clients should overwrite this method to perform custom actions before an action method is invoked.
      Overrides:
      beforeInvokeApplication in class BaseViewBean
    • getNameValue_converter

      public Converter getNameValue_converter()
      Converter Class for the control with id='nameValue'
    • getProfNameValue_converter

      public Converter getProfNameValue_converter()
      Converter Class for the control with id='profNameValue'
    • getAddressValue_converter

      public Converter getAddressValue_converter()
      Converter Class for the control with id='addressValue'
    • getLocaleValue_converter

      public Converter getLocaleValue_converter()
      Converter Class for the control with id='localeValue'
    • getPhoneValue_converter

      public Converter getPhoneValue_converter()
      Converter Class for the control with id='phoneValue'
    • getNotsEmail

      public String getNotsEmail()
    • getNotsPagerEmail

      public String getNotsPagerEmail()
    • getNotsPagerEmailEncoding

      public String getNotsPagerEmailEncoding()
    • getNotsMobileEmail

      public String getNotsMobileEmail()
    • getNotsMobileEmailEncoding

      public String getNotsMobileEmailEncoding()
    • getCharEncodingsProvider

      public CharacterEncodingSelectItemGroupProvider getCharEncodingsProvider()
    • getProviderAttributes

      public Map<String,AttributeModel[]> getProviderAttributes()