com.ibm.tivoli.maximo.skd.beans

Class SKDAssignRepLocWorkLogBean

  • All Implemented Interfaces:
    java.util.EventListener, javax.servlet.http.HttpSessionBindingListener, DataBeanListener


    public class SKDAssignRepLocWorkLogBean
    extends DataBean
    • Constructor Detail

      • SKDAssignRepLocWorkLogBean

        public SKDAssignRepLocWorkLogBean()
    • Method Detail

      • initialize

        protected void initialize()
                           throws MXException,
                                  java.rmi.RemoteException
        Sets objectid from clientSession
        Overrides:
        initialize in class DataBean
        Throws:
        MXException
        java.rmi.RemoteException
      • addrow

        public int addrow()
                   throws MXException
        Add a row to worklog mbo. It sets new worklog's mbo with logtype and assignmentid values from the event parameters(applet).It also sets worklog flag to be true for assignment.
        Overrides:
        addrow in class DataBean
        Throws:
        MXException