org.nuiton.topia.migration
Class MigrationServiceDAOHelper

java.lang.Object
  extended by org.nuiton.topia.migration.MigrationServiceDAOHelper

Deprecated.

@Deprecated
public class MigrationServiceDAOHelper
extends Object


Nested Class Summary
static class MigrationServiceDAOHelper.MigrationServiceEntityEnum
          Deprecated.  
 
Constructor Summary
protected MigrationServiceDAOHelper()
          Deprecated. MigrationServiceDAOHelper :
 
Method Summary
static
<T extends TopiaEntity>
Class<T>
getContractClass(Class<T> klass)
          Deprecated. getContractClass :
static Class<? extends TopiaEntity>[] getContractClasses()
          Deprecated. getContractClasses :
static MigrationServiceDAOHelper.MigrationServiceEntityEnum[] getContracts()
          Deprecated. getContracts :
static
<T extends TopiaEntity,D extends TopiaDAO<? super T>>
D
getDAO(TopiaContext context, Class<T> klass)
          Deprecated. getDAO :
static
<T extends TopiaEntity,D extends TopiaDAO<? super T>>
D
getDAO(TopiaContext context, T entity)
          Deprecated. getDAO :
static
<T extends TopiaEntity>
Class<T>
getImplementationClass(Class<T> klass)
          Deprecated. getImplementationClass :
static Class<? extends TopiaEntity>[] getImplementationClasses()
          Deprecated. getImplementationClasses :
static String getImplementationClassesAsString()
          Deprecated. getImplementationClassesAsString :
static String getModelName()
          Deprecated. getModelName :
static String getModelVersion()
          Deprecated. getModelVersion :
static TMSVersionDAO getTMSVersionDAO(TopiaContext context)
          Deprecated. getTMSVersionDAO :
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MigrationServiceDAOHelper

protected MigrationServiceDAOHelper()
Deprecated. 
MigrationServiceDAOHelper :

Method Detail

getModelVersion

public static String getModelVersion()
Deprecated. 
getModelVersion :

Returns:
String

getModelName

public static String getModelName()
Deprecated. 
getModelName :

Returns:
String

getTMSVersionDAO

public static TMSVersionDAO getTMSVersionDAO(TopiaContext context)
                                      throws TopiaException
Deprecated. 
getTMSVersionDAO :

Parameters:
context -
Returns:
TMSVersionDAO
Throws:
TopiaException

getDAO

public static <T extends TopiaEntity,D extends TopiaDAO<? super T>> D getDAO(TopiaContext context,
                                                                             Class<T> klass)
                                            throws TopiaException
Deprecated. 
getDAO :

Parameters:
context -
klass -
Returns:
> D
Throws:
TopiaException

getDAO

public static <T extends TopiaEntity,D extends TopiaDAO<? super T>> D getDAO(TopiaContext context,
                                                                             T entity)
                                            throws TopiaException
Deprecated. 
getDAO :

Parameters:
context -
entity -
Returns:
> D
Throws:
TopiaException

getContractClass

public static <T extends TopiaEntity> Class<T> getContractClass(Class<T> klass)
Deprecated. 
getContractClass :

Parameters:
klass -
Returns:
Class

getImplementationClass

public static <T extends TopiaEntity> Class<T> getImplementationClass(Class<T> klass)
Deprecated. 
getImplementationClass :

Parameters:
klass -
Returns:
Class

getContractClasses

public static Class<? extends TopiaEntity>[] getContractClasses()
Deprecated. 
getContractClasses :

Returns:
Class[]

getImplementationClasses

public static Class<? extends TopiaEntity>[] getImplementationClasses()
Deprecated. 
getImplementationClasses :

Returns:
Class[]

getImplementationClassesAsString

public static String getImplementationClassesAsString()
Deprecated. 
getImplementationClassesAsString :

Returns:
String

getContracts

public static MigrationServiceDAOHelper.MigrationServiceEntityEnum[] getContracts()
Deprecated. 
getContracts :

Returns:
MigrationServiceEntityEnum[]


Copyright © 2004-2010 CodeLutin. All Rights Reserved.