|
||||||||||
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.regulation.FisheryDaoBase
fr.ifremer.allegro.referential.regulation.FisheryDaoImpl
public class FisheryDaoImpl
Fishery
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.referential.regulation.FisheryDao |
---|
TRANSFORM_CLUSTERFISHERY, TRANSFORM_NONE, TRANSFORM_REMOTEFISHERYFULLVO, TRANSFORM_REMOTEFISHERYNATURALID |
Constructor Summary | |
---|---|
FisheryDaoImpl()
|
Method Summary | |
---|---|
Fishery |
clusterFisheryToEntity(ClusterFishery clusterFishery)
Converts an instance of type ClusterFishery to this DAO's entity. |
void |
clusterFisheryToEntity(ClusterFishery source,
Fishery target,
boolean copyIfNull)
Copies the fields of ClusterFishery to the specified entity. |
protected Fishery |
handleCreateFromClusterFishery(ClusterFishery clusterFishery)
Performs the core logic for FisheryDaoBase.createFromClusterFishery(fr.ifremer.allegro.referential.regulation.generic.cluster.ClusterFishery) |
protected ClusterFishery[] |
handleGetAllClusterFisherySinceDateSynchro(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 FisheryDaoBase.getAllClusterFisherySinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer) |
Fishery |
remoteFisheryFullVOToEntity(RemoteFisheryFullVO remoteFisheryFullVO)
Converts an instance of type RemoteFisheryFullVO to this DAO's entity. |
void |
remoteFisheryFullVOToEntity(RemoteFisheryFullVO source,
Fishery target,
boolean copyIfNull)
Copies the fields of RemoteFisheryFullVO to the specified entity. |
Fishery |
remoteFisheryNaturalIdToEntity(RemoteFisheryNaturalId remoteFisheryNaturalId)
Converts an instance of type RemoteFisheryNaturalId to this DAO's entity. |
void |
remoteFisheryNaturalIdToEntity(RemoteFisheryNaturalId source,
Fishery target,
boolean copyIfNull)
Copies the fields of RemoteFisheryNaturalId to the specified entity. |
ClusterFishery |
toClusterFishery(Fishery entity)
Converts this DAO's entity to an object of type ClusterFishery . |
void |
toClusterFishery(Fishery source,
ClusterFishery target)
Copies the fields of the specified entity to the target value object. |
RemoteFisheryFullVO |
toRemoteFisheryFullVO(Fishery entity)
Converts this DAO's entity to an object of type RemoteFisheryFullVO . |
void |
toRemoteFisheryFullVO(Fishery source,
RemoteFisheryFullVO target)
Copies the fields of the specified entity to the target value object. |
RemoteFisheryNaturalId |
toRemoteFisheryNaturalId(Fishery entity)
Converts this DAO's entity to an object of type RemoteFisheryNaturalId . |
void |
toRemoteFisheryNaturalId(Fishery source,
RemoteFisheryNaturalId 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 FisheryDaoImpl()
Method Detail |
---|
protected Fishery handleCreateFromClusterFishery(ClusterFishery clusterFishery)
FisheryDaoBase
FisheryDaoBase.createFromClusterFishery(fr.ifremer.allegro.referential.regulation.generic.cluster.ClusterFishery)
handleCreateFromClusterFishery
in class FisheryDaoBase
FisheryDao.createFromClusterFishery(fr.ifremer.allegro.referential.regulation.generic.cluster.ClusterFishery)
protected ClusterFishery[] handleGetAllClusterFisherySinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
FisheryDaoBase
FisheryDaoBase.getAllClusterFisherySinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
handleGetAllClusterFisherySinceDateSynchro
in class FisheryDaoBase
FisheryDao.getAllClusterFisherySinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
public void toRemoteFisheryFullVO(Fishery source, RemoteFisheryFullVO target)
FisheryDao
toRemoteFisheryFullVO
in interface FisheryDao
toRemoteFisheryFullVO
in class FisheryDaoBase
FisheryDao.toRemoteFisheryFullVO(fr.ifremer.allegro.referential.regulation.Fishery, fr.ifremer.allegro.referential.regulation.generic.vo.RemoteFisheryFullVO)
public RemoteFisheryFullVO toRemoteFisheryFullVO(Fishery entity)
FisheryDao
RemoteFisheryFullVO
.
toRemoteFisheryFullVO
in interface FisheryDao
toRemoteFisheryFullVO
in class FisheryDaoBase
FisheryDao.toRemoteFisheryFullVO(fr.ifremer.allegro.referential.regulation.Fishery)
public Fishery remoteFisheryFullVOToEntity(RemoteFisheryFullVO remoteFisheryFullVO)
FisheryDao
RemoteFisheryFullVO
to this DAO's entity.
FisheryDao.remoteFisheryFullVOToEntity(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteFisheryFullVO)
public void remoteFisheryFullVOToEntity(RemoteFisheryFullVO source, Fishery target, boolean copyIfNull)
FisheryDao
RemoteFisheryFullVO
to the specified entity.
remoteFisheryFullVOToEntity
in interface FisheryDao
remoteFisheryFullVOToEntity
in class FisheryDaoBase
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.regulation.FisheryDao#remoteFisheryFullVOToEntity(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteFisheryFullVO, fr.ifremer.allegro.referential.regulation.Fishery)
public void toRemoteFisheryNaturalId(Fishery source, RemoteFisheryNaturalId target)
FisheryDao
toRemoteFisheryNaturalId
in interface FisheryDao
toRemoteFisheryNaturalId
in class FisheryDaoBase
FisheryDao.toRemoteFisheryNaturalId(fr.ifremer.allegro.referential.regulation.Fishery, fr.ifremer.allegro.referential.regulation.generic.vo.RemoteFisheryNaturalId)
public RemoteFisheryNaturalId toRemoteFisheryNaturalId(Fishery entity)
FisheryDao
RemoteFisheryNaturalId
.
toRemoteFisheryNaturalId
in interface FisheryDao
toRemoteFisheryNaturalId
in class FisheryDaoBase
FisheryDao.toRemoteFisheryNaturalId(fr.ifremer.allegro.referential.regulation.Fishery)
public Fishery remoteFisheryNaturalIdToEntity(RemoteFisheryNaturalId remoteFisheryNaturalId)
FisheryDao
RemoteFisheryNaturalId
to this DAO's entity.
FisheryDao.remoteFisheryNaturalIdToEntity(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteFisheryNaturalId)
public void remoteFisheryNaturalIdToEntity(RemoteFisheryNaturalId source, Fishery target, boolean copyIfNull)
FisheryDao
RemoteFisheryNaturalId
to the specified entity.
remoteFisheryNaturalIdToEntity
in interface FisheryDao
remoteFisheryNaturalIdToEntity
in class FisheryDaoBase
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.regulation.FisheryDao#remoteFisheryNaturalIdToEntity(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteFisheryNaturalId, fr.ifremer.allegro.referential.regulation.Fishery)
public void toClusterFishery(Fishery source, ClusterFishery target)
FisheryDao
toClusterFishery
in interface FisheryDao
toClusterFishery
in class FisheryDaoBase
FisheryDao.toClusterFishery(fr.ifremer.allegro.referential.regulation.Fishery, fr.ifremer.allegro.referential.regulation.generic.cluster.ClusterFishery)
public ClusterFishery toClusterFishery(Fishery entity)
FisheryDao
ClusterFishery
.
toClusterFishery
in interface FisheryDao
toClusterFishery
in class FisheryDaoBase
FisheryDao.toClusterFishery(fr.ifremer.allegro.referential.regulation.Fishery)
public Fishery clusterFisheryToEntity(ClusterFishery clusterFishery)
FisheryDao
ClusterFishery
to this DAO's entity.
FisheryDao.clusterFisheryToEntity(fr.ifremer.allegro.referential.regulation.generic.cluster.ClusterFishery)
public void clusterFisheryToEntity(ClusterFishery source, Fishery target, boolean copyIfNull)
FisheryDao
ClusterFishery
to the specified entity.
clusterFisheryToEntity
in interface FisheryDao
clusterFisheryToEntity
in class FisheryDaoBase
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.regulation.FisheryDao#clusterFisheryToEntity(fr.ifremer.allegro.referential.regulation.generic.cluster.ClusterFishery, fr.ifremer.allegro.referential.regulation.Fishery)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |