psdi.app.relation

Class RelationUtils

  • java.lang.Object
    • psdi.app.relation.RelationUtils


  • public class RelationUtils
    extends java.lang.Object
    Relation utility methods
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String DOMAIN_ANDOR 
      static java.lang.String DOMAIN_RELUSWITH 
    • Constructor Summary

      Constructors 
      Constructor and Description
      RelationUtils() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static boolean isASSET(Mbo mbo) 
      static boolean isCI(Mbo mbo) 
      static java.lang.String toInternalString(MboRemote mbo, java.lang.String fld, java.lang.String domain) 
      • Methods inherited from class java.lang.Object

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

      • RelationUtils

        public RelationUtils()
    • Method Detail

      • isCI

        public static boolean isCI(Mbo mbo)
                            throws java.rmi.RemoteException,
                                   MXException
        Throws:
        java.rmi.RemoteException
        MXException
      • isASSET

        public static boolean isASSET(Mbo mbo)
                               throws java.rmi.RemoteException,
                                      MXException
        Throws:
        java.rmi.RemoteException
        MXException
      • toInternalString

        public static java.lang.String toInternalString(MboRemote mbo,
                                                        java.lang.String fld,
                                                        java.lang.String domain)
                                                 throws MXException,
                                                        java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException