psdi.app.ticket

Class TKStatus

  • All Implemented Interfaces:
    java.rmi.Remote, TKStatusRemote, MboConstants, MboRemote, MaxRemoteProxy


    public class TKStatus
    extends Mbo
    implements TKStatusRemote
    MBO to represent a Ticket Status See the Ticket package description for details.

    This is a system level object.

    There are no key attributes for this object.

    The attributes in this object are as follows:

    CHANGEBY Person who modified or changed
    CHANGEDATE Date on which Ticket Status changed
    CLASS Type of the ticket
    MEMO Memo Entry for Status History
    ORGID Constraint Identifier of the organization
    SITEID Unique Identifier of the Site
    STATUS Status of the ticket
    TICKETID Identifier of the Ticket
    TKSTATUSID Unique Identifier

    • Constructor Detail

      • TKStatus

        public TKStatus(MboSet ms)
                 throws MXException,
                        java.rmi.RemoteException
        Construct the TKStatus object
        Throws:
        MXException
        java.rmi.RemoteException
    • Method Detail

      • add

        public void add()
                 throws MXException,
                        java.rmi.RemoteException
        Sets default values for a new TKStatus
        Specified by:
        add in interface MboRemote
        Overrides:
        add in class Mbo
        Throws:
        MXException
        java.rmi.RemoteException
      • propagateKeyValue

        public void propagateKeyValue(java.lang.String keyName,
                                      java.lang.String keyValue)
                               throws MXException,
                                      java.rmi.RemoteException
        Description copied from class: Mbo
        Method for propagating key value. Provide an implementation of the method only when the parent's key values need to be propagate down to this MBO which is a child of a MBO set obtained through a relationship from the parent, and only when the key attribute of the parent are not one of the key attributes of the child MBO. When overwrite this method, please don't call super().
        Specified by:
        propagateKeyValue in interface MboRemote
        Overrides:
        propagateKeyValue in class Mbo
        Throws:
        MXException
        java.rmi.RemoteException