psdi.app.ticket

Class OwnerHistory

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


    public class OwnerHistory
    extends Mbo
    implements OwnerHistoryRemote
    MBO to represent a OwnerHistory 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:

    CLASS Ticket class
    ORGID Organization identifier of the ticket
    OWNDATE Own date for this owner
    OWNER Owner of the ticket
    OWNERCHANGEBY The person changed the owner
    OWNERGROUP owner group of the ticket
    SITEID site of the ticket
    TICKETID Ticket identifier
    TKOWNERHISTORYID Unique Identifier

    • Constructor Detail

      • OwnerHistory

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

      • add

        public void add()
                 throws MXException,
                        java.rmi.RemoteException
        Description copied from class: Mbo
        This is called when a new Mbo is added to the Mboset collection. It is called AFTER user defaults have been set from the data dictionary. Programmer should usually override this to set some defaults. Default behavior is to do nothing.
        Specified by:
        add in interface MboRemote
        Overrides:
        add in class Mbo
        Throws:
        MXException
        java.rmi.RemoteException