|
||||||||||
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.buyer.BuyerDaoBase
fr.ifremer.allegro.referential.buyer.BuyerDaoImpl
public class BuyerDaoImpl
Buyer
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.referential.buyer.BuyerDao |
---|
TRANSFORM_CLUSTERBUYER, TRANSFORM_NONE, TRANSFORM_REMOTEBUYERFULLVO, TRANSFORM_REMOTEBUYERNATURALID |
Constructor Summary | |
---|---|
BuyerDaoImpl()
|
Method Summary | |
---|---|
Buyer |
clusterBuyerToEntity(ClusterBuyer clusterBuyer)
Converts an instance of type ClusterBuyer to this DAO's entity. |
void |
clusterBuyerToEntity(ClusterBuyer source,
Buyer target,
boolean copyIfNull)
Copies the fields of ClusterBuyer to the specified entity. |
protected Buyer |
handleCreateFromClusterBuyer(ClusterBuyer clusterBuyer)
Performs the core logic for BuyerDaoBase.createFromClusterBuyer(fr.ifremer.allegro.referential.buyer.generic.cluster.ClusterBuyer) |
protected ClusterBuyer[] |
handleGetAllClusterBuyerSinceDateSynchro(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 BuyerDaoBase.getAllClusterBuyerSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer) |
Buyer |
remoteBuyerFullVOToEntity(RemoteBuyerFullVO remoteBuyerFullVO)
Converts an instance of type RemoteBuyerFullVO to this DAO's entity. |
void |
remoteBuyerFullVOToEntity(RemoteBuyerFullVO source,
Buyer target,
boolean copyIfNull)
Copies the fields of RemoteBuyerFullVO to the specified entity. |
Buyer |
remoteBuyerNaturalIdToEntity(RemoteBuyerNaturalId remoteBuyerNaturalId)
Converts an instance of type RemoteBuyerNaturalId to this DAO's entity. |
void |
remoteBuyerNaturalIdToEntity(RemoteBuyerNaturalId source,
Buyer target,
boolean copyIfNull)
Copies the fields of RemoteBuyerNaturalId to the specified entity. |
ClusterBuyer |
toClusterBuyer(Buyer entity)
Converts this DAO's entity to an object of type ClusterBuyer . |
void |
toClusterBuyer(Buyer source,
ClusterBuyer target)
Copies the fields of the specified entity to the target value object. |
RemoteBuyerFullVO |
toRemoteBuyerFullVO(Buyer entity)
Converts this DAO's entity to an object of type RemoteBuyerFullVO . |
void |
toRemoteBuyerFullVO(Buyer source,
RemoteBuyerFullVO target)
Copies the fields of the specified entity to the target value object. |
RemoteBuyerNaturalId |
toRemoteBuyerNaturalId(Buyer entity)
Converts this DAO's entity to an object of type RemoteBuyerNaturalId . |
void |
toRemoteBuyerNaturalId(Buyer source,
RemoteBuyerNaturalId 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 BuyerDaoImpl()
Method Detail |
---|
protected Buyer handleCreateFromClusterBuyer(ClusterBuyer clusterBuyer)
BuyerDaoBase
BuyerDaoBase.createFromClusterBuyer(fr.ifremer.allegro.referential.buyer.generic.cluster.ClusterBuyer)
handleCreateFromClusterBuyer
in class BuyerDaoBase
BuyerDao.createFromClusterBuyer(fr.ifremer.allegro.referential.buyer.generic.cluster.ClusterBuyer)
protected ClusterBuyer[] handleGetAllClusterBuyerSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
BuyerDaoBase
BuyerDaoBase.getAllClusterBuyerSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
handleGetAllClusterBuyerSinceDateSynchro
in class BuyerDaoBase
BuyerDao.getAllClusterBuyerSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
public void toRemoteBuyerFullVO(Buyer source, RemoteBuyerFullVO target)
BuyerDao
toRemoteBuyerFullVO
in interface BuyerDao
toRemoteBuyerFullVO
in class BuyerDaoBase
BuyerDao.toRemoteBuyerFullVO(fr.ifremer.allegro.referential.buyer.Buyer, fr.ifremer.allegro.referential.buyer.generic.vo.RemoteBuyerFullVO)
public RemoteBuyerFullVO toRemoteBuyerFullVO(Buyer entity)
BuyerDao
RemoteBuyerFullVO
.
toRemoteBuyerFullVO
in interface BuyerDao
toRemoteBuyerFullVO
in class BuyerDaoBase
BuyerDao.toRemoteBuyerFullVO(fr.ifremer.allegro.referential.buyer.Buyer)
public Buyer remoteBuyerFullVOToEntity(RemoteBuyerFullVO remoteBuyerFullVO)
BuyerDao
RemoteBuyerFullVO
to this DAO's entity.
BuyerDao.remoteBuyerFullVOToEntity(fr.ifremer.allegro.referential.buyer.generic.vo.RemoteBuyerFullVO)
public void remoteBuyerFullVOToEntity(RemoteBuyerFullVO source, Buyer target, boolean copyIfNull)
BuyerDao
RemoteBuyerFullVO
to the specified entity.
remoteBuyerFullVOToEntity
in interface BuyerDao
remoteBuyerFullVOToEntity
in class BuyerDaoBase
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.buyer.BuyerDao#remoteBuyerFullVOToEntity(fr.ifremer.allegro.referential.buyer.generic.vo.RemoteBuyerFullVO, fr.ifremer.allegro.referential.buyer.Buyer)
public void toRemoteBuyerNaturalId(Buyer source, RemoteBuyerNaturalId target)
BuyerDao
toRemoteBuyerNaturalId
in interface BuyerDao
toRemoteBuyerNaturalId
in class BuyerDaoBase
BuyerDao.toRemoteBuyerNaturalId(fr.ifremer.allegro.referential.buyer.Buyer, fr.ifremer.allegro.referential.buyer.generic.vo.RemoteBuyerNaturalId)
public RemoteBuyerNaturalId toRemoteBuyerNaturalId(Buyer entity)
BuyerDao
RemoteBuyerNaturalId
.
toRemoteBuyerNaturalId
in interface BuyerDao
toRemoteBuyerNaturalId
in class BuyerDaoBase
BuyerDao.toRemoteBuyerNaturalId(fr.ifremer.allegro.referential.buyer.Buyer)
public Buyer remoteBuyerNaturalIdToEntity(RemoteBuyerNaturalId remoteBuyerNaturalId)
BuyerDao
RemoteBuyerNaturalId
to this DAO's entity.
BuyerDao.remoteBuyerNaturalIdToEntity(fr.ifremer.allegro.referential.buyer.generic.vo.RemoteBuyerNaturalId)
public void remoteBuyerNaturalIdToEntity(RemoteBuyerNaturalId source, Buyer target, boolean copyIfNull)
BuyerDao
RemoteBuyerNaturalId
to the specified entity.
remoteBuyerNaturalIdToEntity
in interface BuyerDao
remoteBuyerNaturalIdToEntity
in class BuyerDaoBase
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.buyer.BuyerDao#remoteBuyerNaturalIdToEntity(fr.ifremer.allegro.referential.buyer.generic.vo.RemoteBuyerNaturalId, fr.ifremer.allegro.referential.buyer.Buyer)
public void toClusterBuyer(Buyer source, ClusterBuyer target)
BuyerDao
toClusterBuyer
in interface BuyerDao
toClusterBuyer
in class BuyerDaoBase
BuyerDao.toClusterBuyer(fr.ifremer.allegro.referential.buyer.Buyer, fr.ifremer.allegro.referential.buyer.generic.cluster.ClusterBuyer)
public ClusterBuyer toClusterBuyer(Buyer entity)
BuyerDao
ClusterBuyer
.
toClusterBuyer
in interface BuyerDao
toClusterBuyer
in class BuyerDaoBase
BuyerDao.toClusterBuyer(fr.ifremer.allegro.referential.buyer.Buyer)
public Buyer clusterBuyerToEntity(ClusterBuyer clusterBuyer)
BuyerDao
ClusterBuyer
to this DAO's entity.
BuyerDao.clusterBuyerToEntity(fr.ifremer.allegro.referential.buyer.generic.cluster.ClusterBuyer)
public void clusterBuyerToEntity(ClusterBuyer source, Buyer target, boolean copyIfNull)
BuyerDao
ClusterBuyer
to the specified entity.
clusterBuyerToEntity
in interface BuyerDao
clusterBuyerToEntity
in class BuyerDaoBase
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.buyer.BuyerDao#clusterBuyerToEntity(fr.ifremer.allegro.referential.buyer.generic.cluster.ClusterBuyer, fr.ifremer.allegro.referential.buyer.Buyer)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |