com.ibm.tivoli.maximo.skd.common

Class SKDCommon

  • java.lang.Object
    • com.ibm.tivoli.maximo.skd.common.SKDCommon


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

      Constructors 
      Constructor and Description
      SKDCommon() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static java.util.Calendar getCalendarTime(java.util.Date date) 
      static java.lang.String getCrewQuery(MboRemote projectMbo)
      get crew query for a given project.
      static java.lang.String getLaborQuery(MboRemote projectMbo)
      Get labor query for the project
      • Methods inherited from class java.lang.Object

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

      • SKDCommon

        public SKDCommon()
    • Method Detail

      • getLaborQuery

        public static java.lang.String getLaborQuery(MboRemote projectMbo)
                                              throws java.lang.Exception
        Get labor query for the project
        Parameters:
        projectMbo -
        Returns:
        labor query
        Throws:
        java.lang.Exception
      • getCrewQuery

        public static java.lang.String getCrewQuery(MboRemote projectMbo)
                                             throws java.lang.Exception
        get crew query for a given project.
        Parameters:
        projectMbo -
        Returns:
        Throws:
        java.lang.Exception
      • getCalendarTime

        public static java.util.Calendar getCalendarTime(java.util.Date date)
                                                  throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException