|
||||||||||
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.MatrixDaoBase
fr.ifremer.allegro.referential.pmfm.MatrixDaoImpl
public class MatrixDaoImpl
Matrix
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.referential.pmfm.MatrixDao |
---|
TRANSFORM_CLUSTERMATRIX, TRANSFORM_NONE, TRANSFORM_REMOTEMATRIXFULLVO, TRANSFORM_REMOTEMATRIXNATURALID |
Constructor Summary | |
---|---|
MatrixDaoImpl()
|
Method Summary | |
---|---|
Matrix |
clusterMatrixToEntity(ClusterMatrix clusterMatrix)
Converts an instance of type ClusterMatrix to this DAO's entity. |
void |
clusterMatrixToEntity(ClusterMatrix source,
Matrix target,
boolean copyIfNull)
Copies the fields of ClusterMatrix to the specified entity. |
protected Matrix |
handleCreateFromClusterMatrix(ClusterMatrix clusterMatrix)
Performs the core logic for MatrixDaoBase.createFromClusterMatrix(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterMatrix) |
protected ClusterMatrix[] |
handleGetAllClusterMatrixSinceDateSynchro(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 MatrixDaoBase.getAllClusterMatrixSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer) |
Matrix |
remoteMatrixFullVOToEntity(RemoteMatrixFullVO remoteMatrixFullVO)
Converts an instance of type RemoteMatrixFullVO to this DAO's entity. |
void |
remoteMatrixFullVOToEntity(RemoteMatrixFullVO source,
Matrix target,
boolean copyIfNull)
Copies the fields of RemoteMatrixFullVO to the specified entity. |
Matrix |
remoteMatrixNaturalIdToEntity(RemoteMatrixNaturalId remoteMatrixNaturalId)
Converts an instance of type RemoteMatrixNaturalId to this DAO's entity. |
void |
remoteMatrixNaturalIdToEntity(RemoteMatrixNaturalId source,
Matrix target,
boolean copyIfNull)
Copies the fields of RemoteMatrixNaturalId to the specified entity. |
ClusterMatrix |
toClusterMatrix(Matrix entity)
Converts this DAO's entity to an object of type ClusterMatrix . |
void |
toClusterMatrix(Matrix source,
ClusterMatrix target)
Copies the fields of the specified entity to the target value object. |
RemoteMatrixFullVO |
toRemoteMatrixFullVO(Matrix entity)
Converts this DAO's entity to an object of type RemoteMatrixFullVO . |
void |
toRemoteMatrixFullVO(Matrix source,
RemoteMatrixFullVO target)
Copies the fields of the specified entity to the target value object. |
RemoteMatrixNaturalId |
toRemoteMatrixNaturalId(Matrix entity)
Converts this DAO's entity to an object of type RemoteMatrixNaturalId . |
void |
toRemoteMatrixNaturalId(Matrix source,
RemoteMatrixNaturalId 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 MatrixDaoImpl()
Method Detail |
---|
protected Matrix handleCreateFromClusterMatrix(ClusterMatrix clusterMatrix)
MatrixDaoBase
MatrixDaoBase.createFromClusterMatrix(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterMatrix)
handleCreateFromClusterMatrix
in class MatrixDaoBase
MatrixDao.createFromClusterMatrix(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterMatrix)
protected ClusterMatrix[] handleGetAllClusterMatrixSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
MatrixDaoBase
MatrixDaoBase.getAllClusterMatrixSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
handleGetAllClusterMatrixSinceDateSynchro
in class MatrixDaoBase
MatrixDao.getAllClusterMatrixSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
public void toRemoteMatrixFullVO(Matrix source, RemoteMatrixFullVO target)
MatrixDao
toRemoteMatrixFullVO
in interface MatrixDao
toRemoteMatrixFullVO
in class MatrixDaoBase
MatrixDao.toRemoteMatrixFullVO(fr.ifremer.allegro.referential.pmfm.Matrix, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMatrixFullVO)
public RemoteMatrixFullVO toRemoteMatrixFullVO(Matrix entity)
MatrixDao
RemoteMatrixFullVO
.
toRemoteMatrixFullVO
in interface MatrixDao
toRemoteMatrixFullVO
in class MatrixDaoBase
MatrixDao.toRemoteMatrixFullVO(fr.ifremer.allegro.referential.pmfm.Matrix)
public Matrix remoteMatrixFullVOToEntity(RemoteMatrixFullVO remoteMatrixFullVO)
MatrixDao
RemoteMatrixFullVO
to this DAO's entity.
MatrixDao.remoteMatrixFullVOToEntity(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMatrixFullVO)
public void remoteMatrixFullVOToEntity(RemoteMatrixFullVO source, Matrix target, boolean copyIfNull)
MatrixDao
RemoteMatrixFullVO
to the specified entity.
remoteMatrixFullVOToEntity
in interface MatrixDao
remoteMatrixFullVOToEntity
in class MatrixDaoBase
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.MatrixDao#remoteMatrixFullVOToEntity(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMatrixFullVO, fr.ifremer.allegro.referential.pmfm.Matrix)
public void toRemoteMatrixNaturalId(Matrix source, RemoteMatrixNaturalId target)
MatrixDao
toRemoteMatrixNaturalId
in interface MatrixDao
toRemoteMatrixNaturalId
in class MatrixDaoBase
MatrixDao.toRemoteMatrixNaturalId(fr.ifremer.allegro.referential.pmfm.Matrix, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMatrixNaturalId)
public RemoteMatrixNaturalId toRemoteMatrixNaturalId(Matrix entity)
MatrixDao
RemoteMatrixNaturalId
.
toRemoteMatrixNaturalId
in interface MatrixDao
toRemoteMatrixNaturalId
in class MatrixDaoBase
MatrixDao.toRemoteMatrixNaturalId(fr.ifremer.allegro.referential.pmfm.Matrix)
public Matrix remoteMatrixNaturalIdToEntity(RemoteMatrixNaturalId remoteMatrixNaturalId)
MatrixDao
RemoteMatrixNaturalId
to this DAO's entity.
MatrixDao.remoteMatrixNaturalIdToEntity(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMatrixNaturalId)
public void remoteMatrixNaturalIdToEntity(RemoteMatrixNaturalId source, Matrix target, boolean copyIfNull)
MatrixDao
RemoteMatrixNaturalId
to the specified entity.
remoteMatrixNaturalIdToEntity
in interface MatrixDao
remoteMatrixNaturalIdToEntity
in class MatrixDaoBase
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.MatrixDao#remoteMatrixNaturalIdToEntity(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMatrixNaturalId, fr.ifremer.allegro.referential.pmfm.Matrix)
public void toClusterMatrix(Matrix source, ClusterMatrix target)
MatrixDao
toClusterMatrix
in interface MatrixDao
toClusterMatrix
in class MatrixDaoBase
MatrixDao.toClusterMatrix(fr.ifremer.allegro.referential.pmfm.Matrix, fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterMatrix)
public ClusterMatrix toClusterMatrix(Matrix entity)
MatrixDao
ClusterMatrix
.
toClusterMatrix
in interface MatrixDao
toClusterMatrix
in class MatrixDaoBase
MatrixDao.toClusterMatrix(fr.ifremer.allegro.referential.pmfm.Matrix)
public Matrix clusterMatrixToEntity(ClusterMatrix clusterMatrix)
MatrixDao
ClusterMatrix
to this DAO's entity.
MatrixDao.clusterMatrixToEntity(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterMatrix)
public void clusterMatrixToEntity(ClusterMatrix source, Matrix target, boolean copyIfNull)
MatrixDao
ClusterMatrix
to the specified entity.
clusterMatrixToEntity
in interface MatrixDao
clusterMatrixToEntity
in class MatrixDaoBase
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.MatrixDao#clusterMatrixToEntity(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterMatrix, fr.ifremer.allegro.referential.pmfm.Matrix)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |