|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.orm.hibernate3.support.HibernateDaoSupport
fr.ifremer.allegro.referential.pmfm.MethodDaoBase
fr.ifremer.allegro.referential.pmfm.MethodDaoImpl
public class MethodDaoImpl
Method
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.referential.pmfm.MethodDao |
---|
TRANSFORM_CLUSTERMETHOD, TRANSFORM_NONE, TRANSFORM_REMOTEMETHODFULLVO, TRANSFORM_REMOTEMETHODNATURALID |
Constructor Summary | |
---|---|
MethodDaoImpl()
|
Method Summary | |
---|---|
Method |
clusterMethodToEntity(ClusterMethod clusterMethod)
Converts an instance of type ClusterMethod to this DAO's entity. |
void |
clusterMethodToEntity(ClusterMethod source,
Method target,
boolean copyIfNull)
Copies the fields of ClusterMethod to the specified entity. |
protected Method |
handleCreateFromClusterMethod(ClusterMethod clusterMethod)
Performs the core logic for MethodDaoBase.createFromClusterMethod(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterMethod) |
protected ClusterMethod[] |
handleGetAllClusterMethodSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
Performs the core logic for MethodDaoBase.getAllClusterMethodSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer) |
Method |
remoteMethodFullVOToEntity(RemoteMethodFullVO remoteMethodFullVO)
Converts an instance of type RemoteMethodFullVO to this DAO's entity. |
void |
remoteMethodFullVOToEntity(RemoteMethodFullVO source,
Method target,
boolean copyIfNull)
Copies the fields of RemoteMethodFullVO to the specified entity. |
Method |
remoteMethodNaturalIdToEntity(RemoteMethodNaturalId remoteMethodNaturalId)
Converts an instance of type RemoteMethodNaturalId to this DAO's entity. |
void |
remoteMethodNaturalIdToEntity(RemoteMethodNaturalId source,
Method target,
boolean copyIfNull)
Copies the fields of RemoteMethodNaturalId to the specified entity. |
ClusterMethod |
toClusterMethod(Method entity)
Converts this DAO's entity to an object of type ClusterMethod . |
void |
toClusterMethod(Method source,
ClusterMethod target)
Copies the fields of the specified entity to the target value object. |
RemoteMethodFullVO |
toRemoteMethodFullVO(Method entity)
Converts this DAO's entity to an object of type RemoteMethodFullVO . |
void |
toRemoteMethodFullVO(Method source,
RemoteMethodFullVO target)
Copies the fields of the specified entity to the target value object. |
RemoteMethodNaturalId |
toRemoteMethodNaturalId(Method entity)
Converts this DAO's entity to an object of type RemoteMethodNaturalId . |
void |
toRemoteMethodNaturalId(Method source,
RemoteMethodNaturalId target)
Copies the fields of the specified entity to the target value object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MethodDaoImpl()
Method Detail |
---|
protected Method handleCreateFromClusterMethod(ClusterMethod clusterMethod)
MethodDaoBase
MethodDaoBase.createFromClusterMethod(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterMethod)
handleCreateFromClusterMethod
in class MethodDaoBase
MethodDao.createFromClusterMethod(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterMethod)
protected ClusterMethod[] handleGetAllClusterMethodSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
MethodDaoBase
MethodDaoBase.getAllClusterMethodSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
handleGetAllClusterMethodSinceDateSynchro
in class MethodDaoBase
MethodDao.getAllClusterMethodSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
public void toRemoteMethodFullVO(Method source, RemoteMethodFullVO target)
MethodDao
toRemoteMethodFullVO
in interface MethodDao
toRemoteMethodFullVO
in class MethodDaoBase
MethodDao.toRemoteMethodFullVO(fr.ifremer.allegro.referential.pmfm.Method, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMethodFullVO)
public RemoteMethodFullVO toRemoteMethodFullVO(Method entity)
MethodDao
RemoteMethodFullVO
.
toRemoteMethodFullVO
in interface MethodDao
toRemoteMethodFullVO
in class MethodDaoBase
MethodDao.toRemoteMethodFullVO(fr.ifremer.allegro.referential.pmfm.Method)
public Method remoteMethodFullVOToEntity(RemoteMethodFullVO remoteMethodFullVO)
MethodDao
RemoteMethodFullVO
to this DAO's entity.
MethodDao.remoteMethodFullVOToEntity(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMethodFullVO)
public void remoteMethodFullVOToEntity(RemoteMethodFullVO source, Method target, boolean copyIfNull)
MethodDao
RemoteMethodFullVO
to the specified entity.
remoteMethodFullVOToEntity
in interface MethodDao
remoteMethodFullVOToEntity
in class MethodDaoBase
copyIfNull
- If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE,
it will be copied regardless of its value.fr.ifremer.allegro.referential.pmfm.MethodDao#remoteMethodFullVOToEntity(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMethodFullVO, fr.ifremer.allegro.referential.pmfm.Method)
public void toRemoteMethodNaturalId(Method source, RemoteMethodNaturalId target)
MethodDao
toRemoteMethodNaturalId
in interface MethodDao
toRemoteMethodNaturalId
in class MethodDaoBase
MethodDao.toRemoteMethodNaturalId(fr.ifremer.allegro.referential.pmfm.Method, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMethodNaturalId)
public RemoteMethodNaturalId toRemoteMethodNaturalId(Method entity)
MethodDao
RemoteMethodNaturalId
.
toRemoteMethodNaturalId
in interface MethodDao
toRemoteMethodNaturalId
in class MethodDaoBase
MethodDao.toRemoteMethodNaturalId(fr.ifremer.allegro.referential.pmfm.Method)
public Method remoteMethodNaturalIdToEntity(RemoteMethodNaturalId remoteMethodNaturalId)
MethodDao
RemoteMethodNaturalId
to this DAO's entity.
MethodDao.remoteMethodNaturalIdToEntity(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMethodNaturalId)
public void remoteMethodNaturalIdToEntity(RemoteMethodNaturalId source, Method target, boolean copyIfNull)
MethodDao
RemoteMethodNaturalId
to the specified entity.
remoteMethodNaturalIdToEntity
in interface MethodDao
remoteMethodNaturalIdToEntity
in class MethodDaoBase
copyIfNull
- If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE,
it will be copied regardless of its value.fr.ifremer.allegro.referential.pmfm.MethodDao#remoteMethodNaturalIdToEntity(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMethodNaturalId, fr.ifremer.allegro.referential.pmfm.Method)
public void toClusterMethod(Method source, ClusterMethod target)
MethodDao
toClusterMethod
in interface MethodDao
toClusterMethod
in class MethodDaoBase
MethodDao.toClusterMethod(fr.ifremer.allegro.referential.pmfm.Method, fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterMethod)
public ClusterMethod toClusterMethod(Method entity)
MethodDao
ClusterMethod
.
toClusterMethod
in interface MethodDao
toClusterMethod
in class MethodDaoBase
MethodDao.toClusterMethod(fr.ifremer.allegro.referential.pmfm.Method)
public Method clusterMethodToEntity(ClusterMethod clusterMethod)
MethodDao
ClusterMethod
to this DAO's entity.
MethodDao.clusterMethodToEntity(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterMethod)
public void clusterMethodToEntity(ClusterMethod source, Method target, boolean copyIfNull)
MethodDao
ClusterMethod
to the specified entity.
clusterMethodToEntity
in interface MethodDao
clusterMethodToEntity
in class MethodDaoBase
copyIfNull
- If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE,
it will be copied regardless of its value.fr.ifremer.allegro.referential.pmfm.MethodDao#clusterMethodToEntity(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterMethod, fr.ifremer.allegro.referential.pmfm.Method)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |