psdi.plusc.app.plusctmplt

Class PlusCFldSiteID

    • Constructor Detail

      • PlusCFldSiteID

        public PlusCFldSiteID(MboValue mbv)
                       throws java.rmi.RemoteException
        Instantiates a new plus c fld site id.
        Parameters:
        mbv - the mbv
        Throws:
        java.rmi.RemoteException - the remote exception
    • Method Detail

      • getList

        public MboSetRemote getList()
                             throws MXException,
                                    java.rmi.RemoteException
        Fetch only the authorized sites which belongs to the organization identified by the template's orgid.
        Specified by:
        getList in interface MboValueListener
        Overrides:
        getList in class MAXTableDomain
        Returns:
        the list
        Throws:
        MXException - the mX exception
        java.rmi.RemoteException - the remote exception
      • validate

        public void validate()
                      throws MXException,
                             java.rmi.RemoteException
        Description copied from class: MAXTableDomain
        Validate that the MboSet returned used using either the relationship, or the where clause is not empty. If it is empty, throw an MXAPPLICATIONEXception. If there are attributes as part of the foreign key that don't allow null when this attribute is set, exception will be thrown if the value is empty.
        Specified by:
        validate in interface MboValueListener
        Overrides:
        validate in class MAXTableDomain
        Throws:
        MXException
        java.rmi.RemoteException