Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Class
psdi.util.ApplicationError

  • Packages that use ApplicationError 
    Package Description
    psdi.mbo  
    psdi.webclient.system.beans  
    psdi.webclient.system.controller  
    • Uses of ApplicationError in psdi.mbo

      Methods in psdi.mbo that return ApplicationError 
      Modifier and Type Method and Description
      ApplicationError MboValueData.getApplicationError()
      Returns the ApplicationError associated with the MboValue.
      ApplicationError MboValue.getApplicationError()
      Returns the ApplicationError associated witht he MboValue.
      Methods in psdi.mbo with parameters of type ApplicationError 
      Modifier and Type Method and Description
      void MboValue.setApplicationError(ApplicationError appError)
      This method will set the passed in ApplicationError on the MboValue.
      void MboRemote.setApplicationError(java.lang.String attribute, ApplicationError appError)
      This method will set the passed in ApplicationError on the MboValue associated this the passed in attribute.
      void Mbo.setApplicationError(java.lang.String attribute, ApplicationError appError)
      This method will set the passed in ApplicationError on the MboValue associated this the passed in attribute.
    • Uses of ApplicationError in psdi.webclient.system.beans

      Methods in psdi.webclient.system.beans with parameters of type ApplicationError 
      Modifier and Type Method and Description
      void DataBean.setApplicationError(java.lang.String dataAttribute, int row, ApplicationError error)
      Sets the Application error on the mbo of the passed in index
    • Uses of ApplicationError in psdi.webclient.system.controller

      Methods in psdi.webclient.system.controller that return ApplicationError 
      Modifier and Type Method and Description
      ApplicationError SetValueError.getApplicationError()
      Returns the ApplicationError object associated with this class.
      Methods in psdi.webclient.system.controller with parameters of type ApplicationError 
      Modifier and Type Method and Description
      SetValueError AppInstance.getErrorFromMasterList(ApplicationError appError)
      Returns the SetValueError associated with the ApplicationError that is passed in.
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes