Uses of Interface
com.collation.platform.model.util.NamingUtility

Packages that use NamingUtility
com.collation.platform.model.util   
 

Uses of NamingUtility in com.collation.platform.model.util
 

Classes in com.collation.platform.model.util that implement NamingUtility
 class GeneralMigrationNamingUtility
          NamingUtility class is used to provide a mapping of Object pointers to unique Guids for the names of the objects
 class NamingUtilityExternal
          NamingUtility class is used to provide a mapping of Object pointers to unique Guids for the names of the objects
 class NamingUtilityInternal
          NamingUtility class is used to provide a mapping of Object pointers to unique Guids for the names of the objects
 

Methods in com.collation.platform.model.util that return NamingUtility
static NamingUtility NamingUtilityFactory.getNamingUtility(java.util.List objectClassList, java.lang.String name)
          getNamingUtility returns the instance of NamingUtility identified by the name that is passed in
static NamingUtility NamingUtilityFactory.getNamingUtility(java.util.List objectClassList, java.lang.String name, boolean internal, NamingUtilityDataSource ds)
          getNamingUtility returns the instance of NamingUtility identified by the name that is passed in