psdi.app.actionscfg

Class FldActionsCfgTemplate

    • Constructor Detail

      • FldActionsCfgTemplate

        public FldActionsCfgTemplate(MboValue mbv)
                              throws MXException,
                                     java.rmi.RemoteException
        A lookup is added to the templateid field. The parent mbo is actionscfg 1) The lookup returns the tktemplate mboset. The lookup is defined in lookups.xml 2) The template list is filtered using getList() 3) All objects are searched against the tktemplate table. In the future we could try to handle other objects than just tickets and clones of tickets.
        Parameters:
        mbv -
        Throws:
        MXException
        java.rmi.RemoteException
    • Method Detail

      • 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