psdi.webclient.beans.servicedesk

Class OwnerCustBean

  • All Implemented Interfaces:
    java.util.EventListener, javax.servlet.http.HttpSessionBindingListener, DataBeanListener


    public class OwnerCustBean
    extends LookupBean
    • Constructor Detail

      • OwnerCustBean

        public OwnerCustBean()
    • Method Detail

      • REFRESHLIST

        public int REFRESHLIST()
                        throws MXException,
                               java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • getMboSetRemote

        public MboSetRemote getMboSetRemote()
                                     throws MXException,
                                            java.rmi.RemoteException
        Description copied from class: DataBean
        Obtains and returns a MboSetRemote using the mboname of parent/relationship setup for the bean. Override this method if the DataBean needs to get a MboSetRemote in a non-standard way. (Not via a the MXSession, or a relationship from another DataBean).
        Overrides:
        getMboSetRemote in class LookupBean
        Throws:
        MXException
        java.rmi.RemoteException
      • lucontinue

        public int lucontinue()
                       throws MXException
        Description copied from class: LookupBean
        called by the continue button on the lookup dialog. This method does a setValue on the calling input with the value the user typed in. This is needed for smartFill by-pass.
        Overrides:
        lucontinue in class LookupBean
        Throws:
        MXException
      • cancelDialog

        public int cancelDialog()
                         throws MXException
        IJ26829: override cancelDialog: if the dialog is cancelled, not selecting a value, the toIncludeFilterBy should be false on Ticket so if subsequently value is set by Classifications search(for example), it will allow the value without subselect in USSECUT/assetusercust appended in the sql.
        Overrides:
        cancelDialog in class LookupBean
        Throws:
        MXException
        See Also:
        psdi.webclient.system.beans.WebClientBean#cancelDialog()