com.ibm.tivoli.maximo.srvad.beans

Class CommonSrvadBean

  • java.lang.Object
    • com.ibm.tivoli.maximo.srvad.beans.CommonSrvadBean


  • public class CommonSrvadBean
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor and Description
      CommonSrvadBean() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      int copyServiceAddressData(MboRemote source, MboRemote target, java.lang.String relationshipName, java.lang.String foreignKey)
      If source is associated to an parent ('original') SA we can point to the same.
      int copyServiceAddressData(MboRemote source, MboRemote target, UserInfo userinfo, java.lang.String relationshipName, java.lang.String foreignKey, java.lang.String messageGroup, java.lang.String messageId) 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CommonSrvadBean

        public CommonSrvadBean()
    • Method Detail

      • copyServiceAddressData

        public int copyServiceAddressData(MboRemote source,
                                          MboRemote target,
                                          UserInfo userinfo,
                                          java.lang.String relationshipName,
                                          java.lang.String foreignKey,
                                          java.lang.String messageGroup,
                                          java.lang.String messageId)
                                   throws MXException,
                                          java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • copyServiceAddressData

        public int copyServiceAddressData(MboRemote source,
                                          MboRemote target,
                                          java.lang.String relationshipName,
                                          java.lang.String foreignKey)
                                   throws MXException,
                                          java.rmi.RemoteException
        If source is associated to an parent ('original') SA we can point to the same.
        If source is associated to a child ('not original') SA we must create a clone of the SA.
        Parameters:
        source -
        target -
        relationshipname - - the name of the relationship that associates the MBO to SA
        foreignkey - - What's the field name that receives address code in the target mbo
        Returns:
        Throws:
        MXException
        java.rmi.RemoteException