Uses of Class
fr.ifremer.allegro.administration.programStrategy.Program2Department

Packages that use Program2Department
fr.ifremer.allegro.administration.programStrategy   
 

Uses of Program2Department in fr.ifremer.allegro.administration.programStrategy
 

Subclasses of Program2Department in fr.ifremer.allegro.administration.programStrategy
 class Program2DepartmentImpl
           
 

Methods in fr.ifremer.allegro.administration.programStrategy that return Program2Department
 Program2Department Program2DepartmentDaoImpl.clusterProgram2DepartmentToEntity(ClusterProgram2Department clusterProgram2Department)
           
 Program2Department Program2DepartmentDao.clusterProgram2DepartmentToEntity(ClusterProgram2Department clusterProgram2Department)
          Converts an instance of type ClusterProgram2Department to this DAO's entity.
 Program2Department Program2DepartmentDao.create(Department department, Program program, ProgramPrivilege programPrivilege)
           Creates a new fr.ifremer.allegro.administration.programStrategy.Program2Department instance from only required properties (attributes and association ends) and adds it to the persistent store.
 Program2Department Program2DepartmentDaoBase.create(Department department, Program program, ProgramPrivilege programPrivilege)
           
 Program2Department Program2DepartmentDao.create(Program2Department program2Department)
          Creates an instance of fr.ifremer.allegro.administration.programStrategy.Program2Department and adds it to the persistent store.
 Program2Department Program2DepartmentDaoBase.create(Program2Department program2Department)
           
 Program2Department Program2DepartmentDao.create(Program program, Location location, ProgramPrivilege programPrivilege, Department department)
           Creates a new fr.ifremer.allegro.administration.programStrategy.Program2Department instance from all attributes and properties and adds it to the persistent store.
 Program2Department Program2DepartmentDaoBase.create(Program program, Location location, ProgramPrivilege programPrivilege, Department department)
           
 Program2Department Program2DepartmentDao.createFromClusterProgram2Department(ClusterProgram2Department clusterProgram2Department)
           
 Program2Department Program2DepartmentDaoBase.createFromClusterProgram2Department(ClusterProgram2Department clusterProgram2Department)
           
 Program2Department Program2DepartmentDao.findProgram2DepartmentById(java.lang.Integer id)
           
 Program2Department Program2DepartmentDaoBase.findProgram2DepartmentById(java.lang.Integer id)
           
 Program2Department Program2DepartmentDao.findProgram2DepartmentById(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as Program2DepartmentDao.findProgram2DepartmentById(java.lang.Integer) with an additional argument called queryString.
 Program2Department Program2DepartmentDaoBase.findProgram2DepartmentById(java.lang.String queryString, java.lang.Integer id)
           
 Program2Department Program2DepartmentDao.findProgram2DepartmentByNaturalId(java.lang.Integer id)
           
 Program2Department Program2DepartmentDaoBase.findProgram2DepartmentByNaturalId(java.lang.Integer id)
           
 Program2Department Program2DepartmentDao.findProgram2DepartmentByNaturalId(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as Program2DepartmentDao.findProgram2DepartmentByNaturalId(java.lang.Integer) with an additional argument called queryString.
 Program2Department Program2DepartmentDaoBase.findProgram2DepartmentByNaturalId(java.lang.String queryString, java.lang.Integer id)
           
protected  Program2Department Program2DepartmentDaoImpl.handleCreateFromClusterProgram2Department(ClusterProgram2Department clusterProgram2Department)
           
protected abstract  Program2Department Program2DepartmentDaoBase.handleCreateFromClusterProgram2Department(ClusterProgram2Department clusterProgram2Department)
          Performs the core logic for Program2DepartmentDaoBase.createFromClusterProgram2Department(fr.ifremer.allegro.administration.programStrategy.generic.cluster.ClusterProgram2Department)
 Program2Department Program2DepartmentDao.load(java.lang.Integer id)
          Loads an instance of fr.ifremer.allegro.administration.programStrategy.Program2Department from the persistent store.
 Program2Department Program2DepartmentDaoBase.load(java.lang.Integer id)
           
static Program2Department Program2Department.Factory.newInstance()
          Constructs a new instance of Program2Department.
static Program2Department Program2Department.Factory.newInstance(Program program, Location location, ProgramPrivilege programPrivilege, Department department)
          Constructs a new instance of Program2Department, taking all possible properties (except the identifier(s))as arguments.
static Program2Department Program2Department.Factory.newInstance(Program program, ProgramPrivilege programPrivilege, Department department)
          Constructs a new instance of Program2Department, taking all required and/or read-only properties as arguments.
 Program2Department Program2DepartmentDaoImpl.remoteProgram2DepartmentFullVOToEntity(RemoteProgram2DepartmentFullVO remoteProgram2DepartmentFullVO)
           
 Program2Department Program2DepartmentDao.remoteProgram2DepartmentFullVOToEntity(RemoteProgram2DepartmentFullVO remoteProgram2DepartmentFullVO)
          Converts an instance of type RemoteProgram2DepartmentFullVO to this DAO's entity.
 Program2Department Program2DepartmentDaoImpl.remoteProgram2DepartmentNaturalIdToEntity(RemoteProgram2DepartmentNaturalId remoteProgram2DepartmentNaturalId)
           
 Program2Department Program2DepartmentDao.remoteProgram2DepartmentNaturalIdToEntity(RemoteProgram2DepartmentNaturalId remoteProgram2DepartmentNaturalId)
          Converts an instance of type RemoteProgram2DepartmentNaturalId to this DAO's entity.
protected  Program2Department Program2DepartmentDaoBase.toEntity(java.lang.Object[] row)
           
 

Methods in fr.ifremer.allegro.administration.programStrategy with parameters of type Program2Department
 void Program2DepartmentDaoImpl.clusterProgram2DepartmentToEntity(ClusterProgram2Department source, Program2Department target, boolean copyIfNull)
           
 void Program2DepartmentDao.clusterProgram2DepartmentToEntity(ClusterProgram2Department source, Program2Department target, boolean copyIfNull)
          Copies the fields of ClusterProgram2Department to the specified entity.
 void Program2DepartmentDaoBase.clusterProgram2DepartmentToEntity(ClusterProgram2Department source, Program2Department target, boolean copyIfNull)
           
 java.lang.Object Program2DepartmentDao.create(int transform, Program2Department program2Department)
           Does the same thing as Program2DepartmentDao.create(fr.ifremer.allegro.administration.programStrategy.Program2Department) with an additional flag called transform.
 java.lang.Object Program2DepartmentDaoBase.create(int transform, Program2Department program2Department)
           
 Program2Department Program2DepartmentDao.create(Program2Department program2Department)
          Creates an instance of fr.ifremer.allegro.administration.programStrategy.Program2Department and adds it to the persistent store.
 Program2Department Program2DepartmentDaoBase.create(Program2Department program2Department)
           
 void Program2DepartmentDaoImpl.remoteProgram2DepartmentFullVOToEntity(RemoteProgram2DepartmentFullVO source, Program2Department target, boolean copyIfNull)
           
 void Program2DepartmentDao.remoteProgram2DepartmentFullVOToEntity(RemoteProgram2DepartmentFullVO source, Program2Department target, boolean copyIfNull)
          Copies the fields of RemoteProgram2DepartmentFullVO to the specified entity.
 void Program2DepartmentDaoBase.remoteProgram2DepartmentFullVOToEntity(RemoteProgram2DepartmentFullVO source, Program2Department target, boolean copyIfNull)
           
 void Program2DepartmentDaoImpl.remoteProgram2DepartmentNaturalIdToEntity(RemoteProgram2DepartmentNaturalId source, Program2Department target, boolean copyIfNull)
           
 void Program2DepartmentDao.remoteProgram2DepartmentNaturalIdToEntity(RemoteProgram2DepartmentNaturalId source, Program2Department target, boolean copyIfNull)
          Copies the fields of RemoteProgram2DepartmentNaturalId to the specified entity.
 void Program2DepartmentDaoBase.remoteProgram2DepartmentNaturalIdToEntity(RemoteProgram2DepartmentNaturalId source, Program2Department target, boolean copyIfNull)
           
 void Program2DepartmentDao.remove(Program2Department program2Department)
          Removes the instance of fr.ifremer.allegro.administration.programStrategy.Program2Department from the persistent store.
 void Program2DepartmentDaoBase.remove(Program2Department program2Department)
           
 ClusterProgram2Department Program2DepartmentDaoImpl.toClusterProgram2Department(Program2Department entity)
           
 ClusterProgram2Department Program2DepartmentDao.toClusterProgram2Department(Program2Department entity)
          Converts this DAO's entity to an object of type ClusterProgram2Department.
 ClusterProgram2Department Program2DepartmentDaoBase.toClusterProgram2Department(Program2Department entity)
           
 void Program2DepartmentDaoImpl.toClusterProgram2Department(Program2Department source, ClusterProgram2Department target)
           
 void Program2DepartmentDao.toClusterProgram2Department(Program2Department source, ClusterProgram2Department target)
          Copies the fields of the specified entity to the target value object.
 void Program2DepartmentDaoBase.toClusterProgram2Department(Program2Department source, ClusterProgram2Department target)
           
 RemoteProgram2DepartmentFullVO Program2DepartmentDaoImpl.toRemoteProgram2DepartmentFullVO(Program2Department entity)
           
 RemoteProgram2DepartmentFullVO Program2DepartmentDao.toRemoteProgram2DepartmentFullVO(Program2Department entity)
          Converts this DAO's entity to an object of type RemoteProgram2DepartmentFullVO.
 RemoteProgram2DepartmentFullVO Program2DepartmentDaoBase.toRemoteProgram2DepartmentFullVO(Program2Department entity)
           
 void Program2DepartmentDaoImpl.toRemoteProgram2DepartmentFullVO(Program2Department source, RemoteProgram2DepartmentFullVO target)
           
 void Program2DepartmentDao.toRemoteProgram2DepartmentFullVO(Program2Department source, RemoteProgram2DepartmentFullVO target)
          Copies the fields of the specified entity to the target value object.
 void Program2DepartmentDaoBase.toRemoteProgram2DepartmentFullVO(Program2Department source, RemoteProgram2DepartmentFullVO target)
           
 RemoteProgram2DepartmentNaturalId Program2DepartmentDaoImpl.toRemoteProgram2DepartmentNaturalId(Program2Department entity)
           
 RemoteProgram2DepartmentNaturalId Program2DepartmentDao.toRemoteProgram2DepartmentNaturalId(Program2Department entity)
          Converts this DAO's entity to an object of type RemoteProgram2DepartmentNaturalId.
 RemoteProgram2DepartmentNaturalId Program2DepartmentDaoBase.toRemoteProgram2DepartmentNaturalId(Program2Department entity)
           
 void Program2DepartmentDaoImpl.toRemoteProgram2DepartmentNaturalId(Program2Department source, RemoteProgram2DepartmentNaturalId target)
           
 void Program2DepartmentDao.toRemoteProgram2DepartmentNaturalId(Program2Department source, RemoteProgram2DepartmentNaturalId target)
          Copies the fields of the specified entity to the target value object.
 void Program2DepartmentDaoBase.toRemoteProgram2DepartmentNaturalId(Program2Department source, RemoteProgram2DepartmentNaturalId target)
           
protected  java.lang.Object Program2DepartmentDaoBase.transformEntity(int transform, Program2Department entity)
          Allows transformation of entities into value objects (or something else for that matter), when the transform flag is set to one of the constants defined in fr.ifremer.allegro.administration.programStrategy.Program2DepartmentDao, please note that the Program2DepartmentDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself will be returned.
 void Program2DepartmentDao.update(Program2Department program2Department)
          Updates the program2Department instance in the persistent store.
 void Program2DepartmentDaoBase.update(Program2Department program2Department)
           
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.