psdi.app.actionscfg

Class ActionsCfg

  • java.lang.Object
  • All Implemented Interfaces:
    java.rmi.Remote, ActionsCfgRemote, MboConstants, MboRemote, MaxRemoteProxy


    public class ActionsCfg
    extends Mbo
    implements ActionsCfgRemote
    Business object class for ACTIONSCFG

    This is a SYSTEM level object.
    It represents an action that is included inside the Quick Insert Portlet.
    User can customize display, and order of the action in the portlet

    The key attributes for this object are as follows: ACTIONSCFGID

    The attributes in this object are as follows:

    Attribute NameDescription
    ACTIONSCFGIDUnique Id
    OPTIONNAMEAction Name
    APPApplication
    ORDERNUMOrder In which it will appear in the Portlet
    LAYOUTIDLayout / Portlet Id
    DESCRIPTIONDescription or custom name
    • Constructor Detail

      • ActionsCfg

        public ActionsCfg(MboSet ms)
                   throws MXException,
                          java.rmi.RemoteException
        Construct the ActionsCfg object
        Parameters:
        ms - Mbo set
        Throws:
        MXException
        java.rmi.RemoteException
    • Method Detail

      • delete

        public void delete(long accessModifier)
                    throws MXException,
                           java.rmi.RemoteException
        Overridden to delete the labels associated with this record
        Specified by:
        delete in interface MboRemote
        Overrides:
        delete in class Mbo
        Parameters:
        accessModified - - Access Modifier for deletion
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        Mbo.delete(long)
      • undelete

        public void undelete()
                      throws MXException,
                             java.rmi.RemoteException
        Overridden to undelete the labels associated with this record
        Specified by:
        undelete in interface MboRemote
        Overrides:
        undelete in class Mbo
        Parameters:
        accessModified - - Access Modifier for undeletion
        Throws:
        MXException
        java.rmi.RemoteException
      • add

        public void add()
                 throws MXException,
                        java.rmi.RemoteException
        Adds a new ActionsCfg - set field defaults. Defaults PORTLETID
        Specified by:
        add in interface MboRemote
        Overrides:
        add in class Mbo
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        MboRemote.add()