|
||||||||||
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.data.operation.OperationDaoBase
fr.ifremer.allegro.data.operation.OperationDaoImpl
public class OperationDaoImpl
Operation
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.data.operation.OperationDao |
---|
TRANSFORM_CLUSTEROPERATION, TRANSFORM_NONE, TRANSFORM_REMOTEOPERATIONFULLVO, TRANSFORM_REMOTEOPERATIONNATURALID |
Constructor Summary | |
---|---|
OperationDaoImpl()
|
Method Summary | |
---|---|
Operation |
clusterOperationToEntity(ClusterOperation clusterOperation)
Converts an instance of type ClusterOperation to this DAO's entity. |
void |
clusterOperationToEntity(ClusterOperation source,
Operation target,
boolean copyIfNull)
Copies the fields of ClusterOperation to the specified entity. |
protected Operation |
handleCreateFromClusterOperation(ClusterOperation clusterOperation)
Performs the core logic for OperationDaoBase.createFromClusterOperation(fr.ifremer.allegro.data.operation.generic.cluster.ClusterOperation) |
protected ClusterOperation[] |
handleGetAllClusterOperation(java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
Performs the core logic for OperationDaoBase.getAllClusterOperation(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer) |
Operation |
remoteOperationFullVOToEntity(RemoteOperationFullVO remoteOperationFullVO)
Converts an instance of type RemoteOperationFullVO to this DAO's entity. |
void |
remoteOperationFullVOToEntity(RemoteOperationFullVO source,
Operation target,
boolean copyIfNull)
Copies the fields of RemoteOperationFullVO to the specified entity. |
Operation |
remoteOperationNaturalIdToEntity(RemoteOperationNaturalId remoteOperationNaturalId)
Converts an instance of type RemoteOperationNaturalId to this DAO's entity. |
void |
remoteOperationNaturalIdToEntity(RemoteOperationNaturalId source,
Operation target,
boolean copyIfNull)
Copies the fields of RemoteOperationNaturalId to the specified entity. |
ClusterOperation |
toClusterOperation(Operation entity)
Converts this DAO's entity to an object of type ClusterOperation . |
void |
toClusterOperation(Operation source,
ClusterOperation target)
Copies the fields of the specified entity to the target value object. |
RemoteOperationFullVO |
toRemoteOperationFullVO(Operation entity)
Converts this DAO's entity to an object of type RemoteOperationFullVO . |
void |
toRemoteOperationFullVO(Operation source,
RemoteOperationFullVO target)
Copies the fields of the specified entity to the target value object. |
RemoteOperationNaturalId |
toRemoteOperationNaturalId(Operation entity)
Converts this DAO's entity to an object of type RemoteOperationNaturalId . |
void |
toRemoteOperationNaturalId(Operation source,
RemoteOperationNaturalId 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 OperationDaoImpl()
Method Detail |
---|
protected Operation handleCreateFromClusterOperation(ClusterOperation clusterOperation)
OperationDaoBase
OperationDaoBase.createFromClusterOperation(fr.ifremer.allegro.data.operation.generic.cluster.ClusterOperation)
handleCreateFromClusterOperation
in class OperationDaoBase
OperationDao.createFromClusterOperation(fr.ifremer.allegro.data.operation.generic.cluster.ClusterOperation)
protected ClusterOperation[] handleGetAllClusterOperation(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
OperationDaoBase
OperationDaoBase.getAllClusterOperation(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
handleGetAllClusterOperation
in class OperationDaoBase
OperationDao.getAllClusterOperation(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
public void toRemoteOperationFullVO(Operation source, RemoteOperationFullVO target)
OperationDao
toRemoteOperationFullVO
in interface OperationDao
toRemoteOperationFullVO
in class OperationDaoBase
OperationDao.toRemoteOperationFullVO(fr.ifremer.allegro.data.operation.Operation, fr.ifremer.allegro.data.operation.generic.vo.RemoteOperationFullVO)
public RemoteOperationFullVO toRemoteOperationFullVO(Operation entity)
OperationDao
RemoteOperationFullVO
.
toRemoteOperationFullVO
in interface OperationDao
toRemoteOperationFullVO
in class OperationDaoBase
OperationDao.toRemoteOperationFullVO(fr.ifremer.allegro.data.operation.Operation)
public Operation remoteOperationFullVOToEntity(RemoteOperationFullVO remoteOperationFullVO)
OperationDao
RemoteOperationFullVO
to this DAO's entity.
OperationDao.remoteOperationFullVOToEntity(fr.ifremer.allegro.data.operation.generic.vo.RemoteOperationFullVO)
public void remoteOperationFullVOToEntity(RemoteOperationFullVO source, Operation target, boolean copyIfNull)
OperationDao
RemoteOperationFullVO
to the specified entity.
remoteOperationFullVOToEntity
in interface OperationDao
remoteOperationFullVOToEntity
in class OperationDaoBase
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.data.operation.OperationDao#remoteOperationFullVOToEntity(fr.ifremer.allegro.data.operation.generic.vo.RemoteOperationFullVO, fr.ifremer.allegro.data.operation.Operation)
public void toRemoteOperationNaturalId(Operation source, RemoteOperationNaturalId target)
OperationDao
toRemoteOperationNaturalId
in interface OperationDao
toRemoteOperationNaturalId
in class OperationDaoBase
OperationDao.toRemoteOperationNaturalId(fr.ifremer.allegro.data.operation.Operation, fr.ifremer.allegro.data.operation.generic.vo.RemoteOperationNaturalId)
public RemoteOperationNaturalId toRemoteOperationNaturalId(Operation entity)
OperationDao
RemoteOperationNaturalId
.
toRemoteOperationNaturalId
in interface OperationDao
toRemoteOperationNaturalId
in class OperationDaoBase
OperationDao.toRemoteOperationNaturalId(fr.ifremer.allegro.data.operation.Operation)
public Operation remoteOperationNaturalIdToEntity(RemoteOperationNaturalId remoteOperationNaturalId)
OperationDao
RemoteOperationNaturalId
to this DAO's entity.
OperationDao.remoteOperationNaturalIdToEntity(fr.ifremer.allegro.data.operation.generic.vo.RemoteOperationNaturalId)
public void remoteOperationNaturalIdToEntity(RemoteOperationNaturalId source, Operation target, boolean copyIfNull)
OperationDao
RemoteOperationNaturalId
to the specified entity.
remoteOperationNaturalIdToEntity
in interface OperationDao
remoteOperationNaturalIdToEntity
in class OperationDaoBase
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.data.operation.OperationDao#remoteOperationNaturalIdToEntity(fr.ifremer.allegro.data.operation.generic.vo.RemoteOperationNaturalId, fr.ifremer.allegro.data.operation.Operation)
public void toClusterOperation(Operation source, ClusterOperation target)
OperationDao
toClusterOperation
in interface OperationDao
toClusterOperation
in class OperationDaoBase
OperationDao.toClusterOperation(fr.ifremer.allegro.data.operation.Operation, fr.ifremer.allegro.data.operation.generic.cluster.ClusterOperation)
public ClusterOperation toClusterOperation(Operation entity)
OperationDao
ClusterOperation
.
toClusterOperation
in interface OperationDao
toClusterOperation
in class OperationDaoBase
OperationDao.toClusterOperation(fr.ifremer.allegro.data.operation.Operation)
public Operation clusterOperationToEntity(ClusterOperation clusterOperation)
OperationDao
ClusterOperation
to this DAO's entity.
OperationDao.clusterOperationToEntity(fr.ifremer.allegro.data.operation.generic.cluster.ClusterOperation)
public void clusterOperationToEntity(ClusterOperation source, Operation target, boolean copyIfNull)
OperationDao
ClusterOperation
to the specified entity.
clusterOperationToEntity
in interface OperationDao
clusterOperationToEntity
in class OperationDaoBase
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.data.operation.OperationDao#clusterOperationToEntity(fr.ifremer.allegro.data.operation.generic.cluster.ClusterOperation, fr.ifremer.allegro.data.operation.Operation)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |