|
||||||||||
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.playground.PlaygroundFishingTripVesselMasterDaoBase
public abstract class PlaygroundFishingTripVesselMasterDaoBase
Base Spring DAO Class: is able to create, update, remove, load, and find
objects of type fr.ifremer.allegro.playground.PlaygroundFishingTripVesselMaster
.
PlaygroundFishingTripVesselMaster
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.playground.PlaygroundFishingTripVesselMasterDao |
---|
TRANSFORM_CLUSTERPLAYGROUNDFISHINGTRIPVESSELMASTER, TRANSFORM_NONE, TRANSFORM_REMOTEPLAYGROUNDFISHINGTRIPVESSELMASTERFULLVO, TRANSFORM_REMOTEPLAYGROUNDFISHINGTRIPVESSELMASTERNATURALID |
Constructor Summary | |
---|---|
PlaygroundFishingTripVesselMasterDaoBase()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface fr.ifremer.allegro.playground.PlaygroundFishingTripVesselMasterDao |
---|
clusterPlaygroundFishingTripVesselMasterToEntity, remotePlaygroundFishingTripVesselMasterFullVOToEntity, remotePlaygroundFishingTripVesselMasterNaturalIdToEntity |
Constructor Detail |
---|
public PlaygroundFishingTripVesselMasterDaoBase()
Method Detail |
---|
public void setPlaygroundVesselMasterDao(PlaygroundVesselMasterDao playgroundVesselMasterDao)
playgroundVesselMasterDao
.
protected PlaygroundVesselMasterDao getPlaygroundVesselMasterDao()
playgroundVesselMasterDao
.
public void setFishingTripDao(FishingTripDao fishingTripDao)
fishingTripDao
.
protected FishingTripDao getFishingTripDao()
fishingTripDao
.
public java.lang.Object load(int transform, java.lang.Integer rank, PlaygroundVesselMaster playgroundVesselMaster, FishingTrip fishingTrip)
PlaygroundFishingTripVesselMasterDao
Does the same thing as PlaygroundFishingTripVesselMasterDao.load(java.lang.Integer,fr.ifremer.allegro.playground.PlaygroundVesselMaster,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined in this class then the result WILL BE passed through an operation which can
optionally transform the entity (into a value object for example). By default, transformation does
not occur.
load
in interface PlaygroundFishingTripVesselMasterDao
rank
- identifier of the entity to loadplaygroundVesselMaster
- identifier of the entity to loadfishingTrip
- identifier of the entity to load
PlaygroundFishingTripVesselMasterDao.load(int, java.lang.Integer,fr.ifremer.allegro.playground.PlaygroundVesselMaster,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public PlaygroundFishingTripVesselMaster load(java.lang.Integer rank, PlaygroundVesselMaster playgroundVesselMaster, FishingTrip fishingTrip)
PlaygroundFishingTripVesselMasterDao
load
in interface PlaygroundFishingTripVesselMasterDao
PlaygroundFishingTripVesselMasterDao.load(java.lang.Integer,fr.ifremer.allegro.playground.PlaygroundVesselMaster,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public java.util.Collection loadAll()
PlaygroundFishingTripVesselMasterDao
PlaygroundFishingTripVesselMaster
.
loadAll
in interface PlaygroundFishingTripVesselMasterDao
PlaygroundFishingTripVesselMasterDao.loadAll()
public java.util.Collection loadAll(int transform)
PlaygroundFishingTripVesselMasterDao
Does the same thing as PlaygroundFishingTripVesselMasterDao.loadAll()
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
loadAll
in interface PlaygroundFishingTripVesselMasterDao
transform
- the flag indicating what transformation to use.
PlaygroundFishingTripVesselMasterDao.loadAll(int)
public java.util.Collection loadAll(int pageNumber, int pageSize)
PlaygroundFishingTripVesselMasterDao
Does the same thing as PlaygroundFishingTripVesselMasterDao.loadAll()
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
loadAll
in interface PlaygroundFishingTripVesselMasterDao
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
PlaygroundFishingTripVesselMasterDao.loadAll(int, int)
public java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
PlaygroundFishingTripVesselMasterDao
Does the same thing as PlaygroundFishingTripVesselMasterDao.loadAll(int)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
loadAll
in interface PlaygroundFishingTripVesselMasterDao
transform
- the flag indicating what transformation to use.pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
PlaygroundFishingTripVesselMasterDao.loadAll(int, int, int)
public PlaygroundFishingTripVesselMaster create(PlaygroundFishingTripVesselMaster playgroundFishingTripVesselMaster)
PlaygroundFishingTripVesselMasterDao
create
in interface PlaygroundFishingTripVesselMasterDao
PlaygroundFishingTripVesselMasterDao.create(fr.ifremer.allegro.playground.PlaygroundFishingTripVesselMaster)
public java.lang.Object create(int transform, PlaygroundFishingTripVesselMaster playgroundFishingTripVesselMaster)
PlaygroundFishingTripVesselMasterDao
Does the same thing as PlaygroundFishingTripVesselMasterDao.create(fr.ifremer.allegro.playground.PlaygroundFishingTripVesselMaster)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
create
in interface PlaygroundFishingTripVesselMasterDao
PlaygroundFishingTripVesselMasterDao.create(int transform, fr.ifremer.allegro.playground.PlaygroundFishingTripVesselMaster)
public java.util.Collection create(java.util.Collection entities)
PlaygroundFishingTripVesselMasterDao
entities
collection
create
in interface PlaygroundFishingTripVesselMasterDao
entities
- the collection of fr.ifremer.allegro.playground.PlaygroundFishingTripVesselMaster
instances to create.
PlaygroundFishingTripVesselMasterDao.create(java.util.Collection)
public java.util.Collection create(int transform, java.util.Collection entities)
PlaygroundFishingTripVesselMasterDao
Does the same thing as PlaygroundFishingTripVesselMasterDao.create(fr.ifremer.allegro.playground.PlaygroundFishingTripVesselMaster)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
create
in interface PlaygroundFishingTripVesselMasterDao
PlaygroundFishingTripVesselMasterDao.create(int, java.util.Collection)
public PlaygroundFishingTripVesselMaster create(java.lang.Integer rank, PlaygroundVesselMaster playgroundVesselMaster, FishingTrip fishingTrip)
PlaygroundFishingTripVesselMasterDao
Creates a new fr.ifremer.allegro.playground.PlaygroundFishingTripVesselMaster
instance from all attributes and
properties and adds it to the persistent store.
create
in interface PlaygroundFishingTripVesselMasterDao
PlaygroundFishingTripVesselMasterDao.create(java.lang.Integer,fr.ifremer.allegro.playground.PlaygroundVesselMaster,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public java.lang.Object create(int transform, java.lang.Integer rank, PlaygroundVesselMaster playgroundVesselMaster, FishingTrip fishingTrip)
PlaygroundFishingTripVesselMasterDao
Does the same thing as PlaygroundFishingTripVesselMasterDao.create(java.lang.Integer,fr.ifremer.allegro.playground.PlaygroundVesselMaster,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
create
in interface PlaygroundFishingTripVesselMasterDao
PlaygroundFishingTripVesselMasterDao.create(int, java.lang.Integer,fr.ifremer.allegro.playground.PlaygroundVesselMaster,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public void update(PlaygroundFishingTripVesselMaster playgroundFishingTripVesselMaster)
PlaygroundFishingTripVesselMasterDao
playgroundFishingTripVesselMaster
instance in the persistent store.
update
in interface PlaygroundFishingTripVesselMasterDao
PlaygroundFishingTripVesselMasterDao.update(fr.ifremer.allegro.playground.PlaygroundFishingTripVesselMaster)
public void update(java.util.Collection entities)
PlaygroundFishingTripVesselMasterDao
entities
collection in the persistent store.
update
in interface PlaygroundFishingTripVesselMasterDao
PlaygroundFishingTripVesselMasterDao.update(java.util.Collection)
public void remove(PlaygroundFishingTripVesselMaster playgroundFishingTripVesselMaster)
PlaygroundFishingTripVesselMasterDao
remove
in interface PlaygroundFishingTripVesselMasterDao
PlaygroundFishingTripVesselMasterDao.remove(fr.ifremer.allegro.playground.PlaygroundFishingTripVesselMaster)
public void remove(java.lang.Integer rank, PlaygroundVesselMaster playgroundVesselMaster, FishingTrip fishingTrip)
PlaygroundFishingTripVesselMasterDao
identifiers
from the persistent store.
remove
in interface PlaygroundFishingTripVesselMasterDao
PlaygroundFishingTripVesselMasterDao.remove(java.lang.Integer,fr.ifremer.allegro.playground.PlaygroundVesselMaster,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public void remove(java.util.Collection entities)
PlaygroundFishingTripVesselMasterDao
entities collection.
- Specified by:
remove
in interface PlaygroundFishingTripVesselMasterDao
- See Also:
PlaygroundFishingTripVesselMasterDao.remove(java.util.Collection)
public java.util.Collection getAllPlaygroundFishingTripVesselMaster()
getAllPlaygroundFishingTripVesselMaster
in interface PlaygroundFishingTripVesselMasterDao
PlaygroundFishingTripVesselMasterDao.getAllPlaygroundFishingTripVesselMaster()
public java.util.Collection getAllPlaygroundFishingTripVesselMaster(int transform)
PlaygroundFishingTripVesselMasterDao
Does the same thing as PlaygroundFishingTripVesselMasterDao.getAllPlaygroundFishingTripVesselMaster()
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
getAllPlaygroundFishingTripVesselMaster
in interface PlaygroundFishingTripVesselMasterDao
PlaygroundFishingTripVesselMasterDao.getAllPlaygroundFishingTripVesselMaster(int)
public java.util.Collection getAllPlaygroundFishingTripVesselMaster(java.lang.String queryString)
PlaygroundFishingTripVesselMasterDao
Does the same thing as PlaygroundFishingTripVesselMasterDao.getAllPlaygroundFishingTripVesselMaster()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PlaygroundFishingTripVesselMasterDao.getAllPlaygroundFishingTripVesselMaster()
.
getAllPlaygroundFishingTripVesselMaster
in interface PlaygroundFishingTripVesselMasterDao
PlaygroundFishingTripVesselMasterDao.getAllPlaygroundFishingTripVesselMaster(java.lang.String)
public java.util.Collection getAllPlaygroundFishingTripVesselMaster(int pageNumber, int pageSize)
PlaygroundFishingTripVesselMasterDao
Does the same thing as PlaygroundFishingTripVesselMasterDao.getAllPlaygroundFishingTripVesselMaster()
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllPlaygroundFishingTripVesselMaster
in interface PlaygroundFishingTripVesselMasterDao
PlaygroundFishingTripVesselMasterDao.getAllPlaygroundFishingTripVesselMaster(int, int)
public java.util.Collection getAllPlaygroundFishingTripVesselMaster(java.lang.String queryString, int pageNumber, int pageSize)
PlaygroundFishingTripVesselMasterDao
Does the same thing as PlaygroundFishingTripVesselMasterDao.getAllPlaygroundFishingTripVesselMaster(String)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllPlaygroundFishingTripVesselMaster
in interface PlaygroundFishingTripVesselMasterDao
PlaygroundFishingTripVesselMasterDao.getAllPlaygroundFishingTripVesselMaster(String, int, int)
public java.util.Collection getAllPlaygroundFishingTripVesselMaster(int transform, java.lang.String queryString)
PlaygroundFishingTripVesselMasterDao
Does the same thing as PlaygroundFishingTripVesselMasterDao.getAllPlaygroundFishingTripVesselMaster(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PlaygroundFishingTripVesselMasterDao.getAllPlaygroundFishingTripVesselMaster(int)
.
getAllPlaygroundFishingTripVesselMaster
in interface PlaygroundFishingTripVesselMasterDao
PlaygroundFishingTripVesselMasterDao.getAllPlaygroundFishingTripVesselMaster(int, String)
public java.util.Collection getAllPlaygroundFishingTripVesselMaster(int transform, int pageNumber, int pageSize)
PlaygroundFishingTripVesselMasterDao
Does the same thing as PlaygroundFishingTripVesselMasterDao.getAllPlaygroundFishingTripVesselMaster(int)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllPlaygroundFishingTripVesselMaster
in interface PlaygroundFishingTripVesselMasterDao
PlaygroundFishingTripVesselMasterDao.getAllPlaygroundFishingTripVesselMaster(int, int, int)
public java.util.Collection getAllPlaygroundFishingTripVesselMaster(int transform, java.lang.String queryString, int pageNumber, int pageSize)
PlaygroundFishingTripVesselMasterDao
Does the same thing as PlaygroundFishingTripVesselMasterDao.getAllPlaygroundFishingTripVesselMaster(int, String)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllPlaygroundFishingTripVesselMaster
in interface PlaygroundFishingTripVesselMasterDao
PlaygroundFishingTripVesselMasterDao.getAllPlaygroundFishingTripVesselMaster(int, java.lang.String, int, int)
public java.util.Collection findPlaygroundFishingTripVesselMasterByRank(java.lang.Integer rank)
findPlaygroundFishingTripVesselMasterByRank
in interface PlaygroundFishingTripVesselMasterDao
PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByRank(java.lang.Integer)
public java.util.Collection findPlaygroundFishingTripVesselMasterByRank(int transform, java.lang.Integer rank)
PlaygroundFishingTripVesselMasterDao
Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByRank(java.lang.Integer)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findPlaygroundFishingTripVesselMasterByRank
in interface PlaygroundFishingTripVesselMasterDao
PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByRank(int, java.lang.Integer)
public java.util.Collection findPlaygroundFishingTripVesselMasterByRank(java.lang.String queryString, java.lang.Integer rank)
PlaygroundFishingTripVesselMasterDao
Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByRank(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByRank(java.lang.Integer)
.
findPlaygroundFishingTripVesselMasterByRank
in interface PlaygroundFishingTripVesselMasterDao
PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByRank(java.lang.String, java.lang.Integer)
public java.util.Collection findPlaygroundFishingTripVesselMasterByRank(int pageNumber, int pageSize, java.lang.Integer rank)
PlaygroundFishingTripVesselMasterDao
Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByRank(java.lang.Integer)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findPlaygroundFishingTripVesselMasterByRank
in interface PlaygroundFishingTripVesselMasterDao
PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByRank(int, int, java.lang.Integer)
public java.util.Collection findPlaygroundFishingTripVesselMasterByRank(java.lang.String queryString, int pageNumber, int pageSize, java.lang.Integer rank)
PlaygroundFishingTripVesselMasterDao
Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByRank(String, java.lang.Integer)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findPlaygroundFishingTripVesselMasterByRank
in interface PlaygroundFishingTripVesselMasterDao
PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByRank(String, int, int, java.lang.Integer)
public java.util.Collection findPlaygroundFishingTripVesselMasterByRank(int transform, java.lang.String queryString, java.lang.Integer rank)
PlaygroundFishingTripVesselMasterDao
Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByRank(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByRank(int, java.lang.Integer rank)
.
findPlaygroundFishingTripVesselMasterByRank
in interface PlaygroundFishingTripVesselMasterDao
PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByRank(int, String, java.lang.Integer)
public java.util.Collection findPlaygroundFishingTripVesselMasterByRank(int transform, int pageNumber, int pageSize, java.lang.Integer rank)
PlaygroundFishingTripVesselMasterDao
Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByRank(int, java.lang.Integer)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findPlaygroundFishingTripVesselMasterByRank
in interface PlaygroundFishingTripVesselMasterDao
PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByRank(int, int, int, java.lang.Integer)
public java.util.Collection findPlaygroundFishingTripVesselMasterByRank(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.lang.Integer rank)
PlaygroundFishingTripVesselMasterDao
Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByRank(int, String, java.lang.Integer)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findPlaygroundFishingTripVesselMasterByRank
in interface PlaygroundFishingTripVesselMasterDao
PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByRank(int, java.lang.String, int, int, java.lang.Integer)
public java.util.Collection findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster(PlaygroundVesselMaster playgroundVesselMaster)
findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster
in interface PlaygroundFishingTripVesselMasterDao
PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster(fr.ifremer.allegro.playground.PlaygroundVesselMaster)
public java.util.Collection findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster(int transform, PlaygroundVesselMaster playgroundVesselMaster)
PlaygroundFishingTripVesselMasterDao
Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster(fr.ifremer.allegro.playground.PlaygroundVesselMaster)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster
in interface PlaygroundFishingTripVesselMasterDao
PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster(int, fr.ifremer.allegro.playground.PlaygroundVesselMaster)
public java.util.Collection findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster(java.lang.String queryString, PlaygroundVesselMaster playgroundVesselMaster)
PlaygroundFishingTripVesselMasterDao
Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster(fr.ifremer.allegro.playground.PlaygroundVesselMaster)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster(fr.ifremer.allegro.playground.PlaygroundVesselMaster)
.
findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster
in interface PlaygroundFishingTripVesselMasterDao
PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster(java.lang.String, fr.ifremer.allegro.playground.PlaygroundVesselMaster)
public java.util.Collection findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster(int pageNumber, int pageSize, PlaygroundVesselMaster playgroundVesselMaster)
PlaygroundFishingTripVesselMasterDao
Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster(fr.ifremer.allegro.playground.PlaygroundVesselMaster)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster
in interface PlaygroundFishingTripVesselMasterDao
PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster(int, int, fr.ifremer.allegro.playground.PlaygroundVesselMaster)
public java.util.Collection findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster(java.lang.String queryString, int pageNumber, int pageSize, PlaygroundVesselMaster playgroundVesselMaster)
PlaygroundFishingTripVesselMasterDao
Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster(String, fr.ifremer.allegro.playground.PlaygroundVesselMaster)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster
in interface PlaygroundFishingTripVesselMasterDao
PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster(String, int, int, fr.ifremer.allegro.playground.PlaygroundVesselMaster)
public java.util.Collection findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster(int transform, java.lang.String queryString, PlaygroundVesselMaster playgroundVesselMaster)
PlaygroundFishingTripVesselMasterDao
Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster(int, fr.ifremer.allegro.playground.PlaygroundVesselMaster)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster(int, fr.ifremer.allegro.playground.PlaygroundVesselMaster playgroundVesselMaster)
.
findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster
in interface PlaygroundFishingTripVesselMasterDao
PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster(int, String, fr.ifremer.allegro.playground.PlaygroundVesselMaster)
public java.util.Collection findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster(int transform, int pageNumber, int pageSize, PlaygroundVesselMaster playgroundVesselMaster)
PlaygroundFishingTripVesselMasterDao
Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster(int, fr.ifremer.allegro.playground.PlaygroundVesselMaster)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster
in interface PlaygroundFishingTripVesselMasterDao
PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster(int, int, int, fr.ifremer.allegro.playground.PlaygroundVesselMaster)
public java.util.Collection findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster(int transform, java.lang.String queryString, int pageNumber, int pageSize, PlaygroundVesselMaster playgroundVesselMaster)
PlaygroundFishingTripVesselMasterDao
Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster(int, String, fr.ifremer.allegro.playground.PlaygroundVesselMaster)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster
in interface PlaygroundFishingTripVesselMasterDao
PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster(int, java.lang.String, int, int, fr.ifremer.allegro.playground.PlaygroundVesselMaster)
public java.util.Collection findPlaygroundFishingTripVesselMasterByFishingTrip(FishingTrip fishingTrip)
findPlaygroundFishingTripVesselMasterByFishingTrip
in interface PlaygroundFishingTripVesselMasterDao
PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public java.util.Collection findPlaygroundFishingTripVesselMasterByFishingTrip(int transform, FishingTrip fishingTrip)
PlaygroundFishingTripVesselMasterDao
Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findPlaygroundFishingTripVesselMasterByFishingTrip
in interface PlaygroundFishingTripVesselMasterDao
PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public java.util.Collection findPlaygroundFishingTripVesselMasterByFishingTrip(java.lang.String queryString, FishingTrip fishingTrip)
PlaygroundFishingTripVesselMasterDao
Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
.
findPlaygroundFishingTripVesselMasterByFishingTrip
in interface PlaygroundFishingTripVesselMasterDao
PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByFishingTrip(java.lang.String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public java.util.Collection findPlaygroundFishingTripVesselMasterByFishingTrip(int pageNumber, int pageSize, FishingTrip fishingTrip)
PlaygroundFishingTripVesselMasterDao
Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findPlaygroundFishingTripVesselMasterByFishingTrip
in interface PlaygroundFishingTripVesselMasterDao
PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByFishingTrip(int, int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public java.util.Collection findPlaygroundFishingTripVesselMasterByFishingTrip(java.lang.String queryString, int pageNumber, int pageSize, FishingTrip fishingTrip)
PlaygroundFishingTripVesselMasterDao
Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByFishingTrip(String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findPlaygroundFishingTripVesselMasterByFishingTrip
in interface PlaygroundFishingTripVesselMasterDao
PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByFishingTrip(String, int, int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public java.util.Collection findPlaygroundFishingTripVesselMasterByFishingTrip(int transform, java.lang.String queryString, FishingTrip fishingTrip)
PlaygroundFishingTripVesselMasterDao
Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip fishingTrip)
.
findPlaygroundFishingTripVesselMasterByFishingTrip
in interface PlaygroundFishingTripVesselMasterDao
PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByFishingTrip(int, String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public java.util.Collection findPlaygroundFishingTripVesselMasterByFishingTrip(int transform, int pageNumber, int pageSize, FishingTrip fishingTrip)
PlaygroundFishingTripVesselMasterDao
Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findPlaygroundFishingTripVesselMasterByFishingTrip
in interface PlaygroundFishingTripVesselMasterDao
PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByFishingTrip(int, int, int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public java.util.Collection findPlaygroundFishingTripVesselMasterByFishingTrip(int transform, java.lang.String queryString, int pageNumber, int pageSize, FishingTrip fishingTrip)
PlaygroundFishingTripVesselMasterDao
Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByFishingTrip(int, String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findPlaygroundFishingTripVesselMasterByFishingTrip
in interface PlaygroundFishingTripVesselMasterDao
PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByFishingTrip(int, java.lang.String, int, int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public PlaygroundFishingTripVesselMaster findPlaygroundFishingTripVesselMasterByIdentifiers(java.lang.Integer rank, PlaygroundVesselMaster playgroundVesselMaster, FishingTrip fishingTrip)
findPlaygroundFishingTripVesselMasterByIdentifiers
in interface PlaygroundFishingTripVesselMasterDao
PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByIdentifiers(java.lang.Integer, fr.ifremer.allegro.playground.PlaygroundVesselMaster, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public java.lang.Object findPlaygroundFishingTripVesselMasterByIdentifiers(int transform, java.lang.Integer rank, PlaygroundVesselMaster playgroundVesselMaster, FishingTrip fishingTrip)
PlaygroundFishingTripVesselMasterDao
Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByIdentifiers(java.lang.Integer, fr.ifremer.allegro.playground.PlaygroundVesselMaster, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findPlaygroundFishingTripVesselMasterByIdentifiers
in interface PlaygroundFishingTripVesselMasterDao
PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByIdentifiers(int, java.lang.Integer, fr.ifremer.allegro.playground.PlaygroundVesselMaster, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public PlaygroundFishingTripVesselMaster findPlaygroundFishingTripVesselMasterByIdentifiers(java.lang.String queryString, java.lang.Integer rank, PlaygroundVesselMaster playgroundVesselMaster, FishingTrip fishingTrip)
PlaygroundFishingTripVesselMasterDao
Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByIdentifiers(java.lang.Integer, fr.ifremer.allegro.playground.PlaygroundVesselMaster, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByIdentifiers(java.lang.Integer, fr.ifremer.allegro.playground.PlaygroundVesselMaster, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
.
findPlaygroundFishingTripVesselMasterByIdentifiers
in interface PlaygroundFishingTripVesselMasterDao
PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByIdentifiers(java.lang.String, java.lang.Integer, fr.ifremer.allegro.playground.PlaygroundVesselMaster, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public java.lang.Object findPlaygroundFishingTripVesselMasterByIdentifiers(int transform, java.lang.String queryString, java.lang.Integer rank, PlaygroundVesselMaster playgroundVesselMaster, FishingTrip fishingTrip)
PlaygroundFishingTripVesselMasterDao
Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByIdentifiers(int, java.lang.Integer, fr.ifremer.allegro.playground.PlaygroundVesselMaster, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByIdentifiers(int, java.lang.Integer rank, fr.ifremer.allegro.playground.PlaygroundVesselMaster playgroundVesselMaster, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip fishingTrip)
.
findPlaygroundFishingTripVesselMasterByIdentifiers
in interface PlaygroundFishingTripVesselMasterDao
PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByIdentifiers(int, java.lang.String, java.lang.Integer, fr.ifremer.allegro.playground.PlaygroundVesselMaster, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public PlaygroundFishingTripVesselMaster findPlaygroundFishingTripVesselMasterByNaturalId(java.lang.Integer rank, PlaygroundVesselMaster playgroundVesselMaster, FishingTrip fishingTrip)
findPlaygroundFishingTripVesselMasterByNaturalId
in interface PlaygroundFishingTripVesselMasterDao
PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByNaturalId(java.lang.Integer, fr.ifremer.allegro.playground.PlaygroundVesselMaster, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public java.lang.Object findPlaygroundFishingTripVesselMasterByNaturalId(int transform, java.lang.Integer rank, PlaygroundVesselMaster playgroundVesselMaster, FishingTrip fishingTrip)
PlaygroundFishingTripVesselMasterDao
Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByNaturalId(java.lang.Integer, fr.ifremer.allegro.playground.PlaygroundVesselMaster, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findPlaygroundFishingTripVesselMasterByNaturalId
in interface PlaygroundFishingTripVesselMasterDao
PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByNaturalId(int, java.lang.Integer, fr.ifremer.allegro.playground.PlaygroundVesselMaster, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public PlaygroundFishingTripVesselMaster findPlaygroundFishingTripVesselMasterByNaturalId(java.lang.String queryString, java.lang.Integer rank, PlaygroundVesselMaster playgroundVesselMaster, FishingTrip fishingTrip)
PlaygroundFishingTripVesselMasterDao
Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByNaturalId(java.lang.Integer, fr.ifremer.allegro.playground.PlaygroundVesselMaster, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByNaturalId(java.lang.Integer, fr.ifremer.allegro.playground.PlaygroundVesselMaster, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
.
findPlaygroundFishingTripVesselMasterByNaturalId
in interface PlaygroundFishingTripVesselMasterDao
PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByNaturalId(java.lang.String, java.lang.Integer, fr.ifremer.allegro.playground.PlaygroundVesselMaster, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public java.lang.Object findPlaygroundFishingTripVesselMasterByNaturalId(int transform, java.lang.String queryString, java.lang.Integer rank, PlaygroundVesselMaster playgroundVesselMaster, FishingTrip fishingTrip)
PlaygroundFishingTripVesselMasterDao
Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByNaturalId(int, java.lang.Integer, fr.ifremer.allegro.playground.PlaygroundVesselMaster, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByNaturalId(int, java.lang.Integer rank, fr.ifremer.allegro.playground.PlaygroundVesselMaster playgroundVesselMaster, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip fishingTrip)
.
findPlaygroundFishingTripVesselMasterByNaturalId
in interface PlaygroundFishingTripVesselMasterDao
PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByNaturalId(int, java.lang.String, java.lang.Integer, fr.ifremer.allegro.playground.PlaygroundVesselMaster, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public PlaygroundFishingTripVesselMaster createFromClusterPlaygroundFishingTripVesselMaster(ClusterPlaygroundFishingTripVesselMaster clusterPlaygroundFishingTripVesselMaster)
createFromClusterPlaygroundFishingTripVesselMaster
in interface PlaygroundFishingTripVesselMasterDao
PlaygroundFishingTripVesselMasterDao.createFromClusterPlaygroundFishingTripVesselMaster(fr.ifremer.allegro.playground.generic.cluster.ClusterPlaygroundFishingTripVesselMaster)
protected abstract PlaygroundFishingTripVesselMaster handleCreateFromClusterPlaygroundFishingTripVesselMaster(ClusterPlaygroundFishingTripVesselMaster clusterPlaygroundFishingTripVesselMaster) throws java.lang.Exception
createFromClusterPlaygroundFishingTripVesselMaster(fr.ifremer.allegro.playground.generic.cluster.ClusterPlaygroundFishingTripVesselMaster)
java.lang.Exception
protected java.lang.Object transformEntity(int transform, PlaygroundFishingTripVesselMaster entity)
transform
flag is set to one of the constants defined in fr.ifremer.allegro.playground.PlaygroundFishingTripVesselMasterDao
, please note
that the PlaygroundFishingTripVesselMasterDao.TRANSFORM_NONE
constant denotes no transformation, so the entity itself
will be returned.
This method will return instances of these types:
PlaygroundFishingTripVesselMaster
- PlaygroundFishingTripVesselMasterDao.TRANSFORM_NONE
RemotePlaygroundFishingTripVesselMasterFullVO
- TRANSFORM_REMOTEPLAYGROUNDFISHINGTRIPVESSELMASTERFULLVO
RemotePlaygroundFishingTripVesselMasterNaturalId
- TRANSFORM_REMOTEPLAYGROUNDFISHINGTRIPVESSELMASTERNATURALID
ClusterPlaygroundFishingTripVesselMaster
- TRANSFORM_CLUSTERPLAYGROUNDFISHINGTRIPVESSELMASTER
PlaygroundFishingTripVesselMasterDao.TRANSFORM_NONE
is assumed.
transform
- one of the constants declared in PlaygroundFishingTripVesselMasterDao
entity
- an entity that was found
transformEntities(int,java.util.Collection)
protected void transformEntities(int transform, java.util.Collection entities)
transformEntity(int,fr.ifremer.allegro.playground.PlaygroundFishingTripVesselMaster)
method. This method does not instantiate a new collection.
This method is to be used internally only.
transform
- one of the constants declared in fr.ifremer.allegro.playground.PlaygroundFishingTripVesselMasterDao
entities
- the collection of entities to transformtransformEntity(int,fr.ifremer.allegro.playground.PlaygroundFishingTripVesselMaster)
protected PlaygroundFishingTripVesselMaster toEntity(java.lang.Object[] row)
public final void toRemotePlaygroundFishingTripVesselMasterFullVOCollection(java.util.Collection entities)
PlaygroundFishingTripVesselMasterDao
RemotePlaygroundFishingTripVesselMasterFullVO
.
toRemotePlaygroundFishingTripVesselMasterFullVOCollection
in interface PlaygroundFishingTripVesselMasterDao
PlaygroundFishingTripVesselMasterDao.toRemotePlaygroundFishingTripVesselMasterFullVOCollection(java.util.Collection)
public final RemotePlaygroundFishingTripVesselMasterFullVO[] toRemotePlaygroundFishingTripVesselMasterFullVOArray(java.util.Collection entities)
PlaygroundFishingTripVesselMasterDao
RemotePlaygroundFishingTripVesselMasterFullVO
.
toRemotePlaygroundFishingTripVesselMasterFullVOArray
in interface PlaygroundFishingTripVesselMasterDao
PlaygroundFishingTripVesselMasterDao.toRemotePlaygroundFishingTripVesselMasterFullVOArray(java.util.Collection)
protected RemotePlaygroundFishingTripVesselMasterFullVO toRemotePlaygroundFishingTripVesselMasterFullVO(java.lang.Object[] row)
PlaygroundFishingTripVesselMasterDaoImpl
class if you intend to use reporting queries.
PlaygroundFishingTripVesselMasterDao.toRemotePlaygroundFishingTripVesselMasterFullVO(fr.ifremer.allegro.playground.PlaygroundFishingTripVesselMaster)
public final void remotePlaygroundFishingTripVesselMasterFullVOToEntityCollection(java.util.Collection instances)
PlaygroundFishingTripVesselMasterDao
RemotePlaygroundFishingTripVesselMasterFullVO
to this
DAO's entity.
remotePlaygroundFishingTripVesselMasterFullVOToEntityCollection
in interface PlaygroundFishingTripVesselMasterDao
PlaygroundFishingTripVesselMasterDao.remotePlaygroundFishingTripVesselMasterFullVOToEntityCollection(java.util.Collection)
public void toRemotePlaygroundFishingTripVesselMasterFullVO(PlaygroundFishingTripVesselMaster source, RemotePlaygroundFishingTripVesselMasterFullVO target)
PlaygroundFishingTripVesselMasterDao
toRemotePlaygroundFishingTripVesselMasterFullVO
in interface PlaygroundFishingTripVesselMasterDao
PlaygroundFishingTripVesselMasterDao.toRemotePlaygroundFishingTripVesselMasterFullVO(fr.ifremer.allegro.playground.PlaygroundFishingTripVesselMaster, fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundFishingTripVesselMasterFullVO)
public RemotePlaygroundFishingTripVesselMasterFullVO toRemotePlaygroundFishingTripVesselMasterFullVO(PlaygroundFishingTripVesselMaster entity)
PlaygroundFishingTripVesselMasterDao
RemotePlaygroundFishingTripVesselMasterFullVO
.
toRemotePlaygroundFishingTripVesselMasterFullVO
in interface PlaygroundFishingTripVesselMasterDao
PlaygroundFishingTripVesselMasterDao.toRemotePlaygroundFishingTripVesselMasterFullVO(fr.ifremer.allegro.playground.PlaygroundFishingTripVesselMaster)
public void remotePlaygroundFishingTripVesselMasterFullVOToEntity(RemotePlaygroundFishingTripVesselMasterFullVO source, PlaygroundFishingTripVesselMaster target, boolean copyIfNull)
PlaygroundFishingTripVesselMasterDao
RemotePlaygroundFishingTripVesselMasterFullVO
to the specified entity.
remotePlaygroundFishingTripVesselMasterFullVOToEntity
in interface PlaygroundFishingTripVesselMasterDao
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.playground.PlaygroundFishingTripVesselMasterDao#remotePlaygroundFishingTripVesselMasterFullVOToEntity(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundFishingTripVesselMasterFullVO, fr.ifremer.allegro.playground.PlaygroundFishingTripVesselMaster)
public final void toRemotePlaygroundFishingTripVesselMasterNaturalIdCollection(java.util.Collection entities)
PlaygroundFishingTripVesselMasterDao
RemotePlaygroundFishingTripVesselMasterNaturalId
.
toRemotePlaygroundFishingTripVesselMasterNaturalIdCollection
in interface PlaygroundFishingTripVesselMasterDao
PlaygroundFishingTripVesselMasterDao.toRemotePlaygroundFishingTripVesselMasterNaturalIdCollection(java.util.Collection)
public final RemotePlaygroundFishingTripVesselMasterNaturalId[] toRemotePlaygroundFishingTripVesselMasterNaturalIdArray(java.util.Collection entities)
PlaygroundFishingTripVesselMasterDao
RemotePlaygroundFishingTripVesselMasterNaturalId
.
toRemotePlaygroundFishingTripVesselMasterNaturalIdArray
in interface PlaygroundFishingTripVesselMasterDao
PlaygroundFishingTripVesselMasterDao.toRemotePlaygroundFishingTripVesselMasterNaturalIdArray(java.util.Collection)
protected RemotePlaygroundFishingTripVesselMasterNaturalId toRemotePlaygroundFishingTripVesselMasterNaturalId(java.lang.Object[] row)
PlaygroundFishingTripVesselMasterDaoImpl
class if you intend to use reporting queries.
PlaygroundFishingTripVesselMasterDao.toRemotePlaygroundFishingTripVesselMasterNaturalId(fr.ifremer.allegro.playground.PlaygroundFishingTripVesselMaster)
public final void remotePlaygroundFishingTripVesselMasterNaturalIdToEntityCollection(java.util.Collection instances)
PlaygroundFishingTripVesselMasterDao
RemotePlaygroundFishingTripVesselMasterNaturalId
to this
DAO's entity.
remotePlaygroundFishingTripVesselMasterNaturalIdToEntityCollection
in interface PlaygroundFishingTripVesselMasterDao
PlaygroundFishingTripVesselMasterDao.remotePlaygroundFishingTripVesselMasterNaturalIdToEntityCollection(java.util.Collection)
public void toRemotePlaygroundFishingTripVesselMasterNaturalId(PlaygroundFishingTripVesselMaster source, RemotePlaygroundFishingTripVesselMasterNaturalId target)
PlaygroundFishingTripVesselMasterDao
toRemotePlaygroundFishingTripVesselMasterNaturalId
in interface PlaygroundFishingTripVesselMasterDao
PlaygroundFishingTripVesselMasterDao.toRemotePlaygroundFishingTripVesselMasterNaturalId(fr.ifremer.allegro.playground.PlaygroundFishingTripVesselMaster, fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundFishingTripVesselMasterNaturalId)
public RemotePlaygroundFishingTripVesselMasterNaturalId toRemotePlaygroundFishingTripVesselMasterNaturalId(PlaygroundFishingTripVesselMaster entity)
PlaygroundFishingTripVesselMasterDao
RemotePlaygroundFishingTripVesselMasterNaturalId
.
toRemotePlaygroundFishingTripVesselMasterNaturalId
in interface PlaygroundFishingTripVesselMasterDao
PlaygroundFishingTripVesselMasterDao.toRemotePlaygroundFishingTripVesselMasterNaturalId(fr.ifremer.allegro.playground.PlaygroundFishingTripVesselMaster)
public void remotePlaygroundFishingTripVesselMasterNaturalIdToEntity(RemotePlaygroundFishingTripVesselMasterNaturalId source, PlaygroundFishingTripVesselMaster target, boolean copyIfNull)
PlaygroundFishingTripVesselMasterDao
RemotePlaygroundFishingTripVesselMasterNaturalId
to the specified entity.
remotePlaygroundFishingTripVesselMasterNaturalIdToEntity
in interface PlaygroundFishingTripVesselMasterDao
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.playground.PlaygroundFishingTripVesselMasterDao#remotePlaygroundFishingTripVesselMasterNaturalIdToEntity(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundFishingTripVesselMasterNaturalId, fr.ifremer.allegro.playground.PlaygroundFishingTripVesselMaster)
public final void toClusterPlaygroundFishingTripVesselMasterCollection(java.util.Collection entities)
PlaygroundFishingTripVesselMasterDao
ClusterPlaygroundFishingTripVesselMaster
.
toClusterPlaygroundFishingTripVesselMasterCollection
in interface PlaygroundFishingTripVesselMasterDao
PlaygroundFishingTripVesselMasterDao.toClusterPlaygroundFishingTripVesselMasterCollection(java.util.Collection)
public final ClusterPlaygroundFishingTripVesselMaster[] toClusterPlaygroundFishingTripVesselMasterArray(java.util.Collection entities)
PlaygroundFishingTripVesselMasterDao
ClusterPlaygroundFishingTripVesselMaster
.
toClusterPlaygroundFishingTripVesselMasterArray
in interface PlaygroundFishingTripVesselMasterDao
PlaygroundFishingTripVesselMasterDao.toClusterPlaygroundFishingTripVesselMasterArray(java.util.Collection)
protected ClusterPlaygroundFishingTripVesselMaster toClusterPlaygroundFishingTripVesselMaster(java.lang.Object[] row)
PlaygroundFishingTripVesselMasterDaoImpl
class if you intend to use reporting queries.
PlaygroundFishingTripVesselMasterDao.toClusterPlaygroundFishingTripVesselMaster(fr.ifremer.allegro.playground.PlaygroundFishingTripVesselMaster)
public final void clusterPlaygroundFishingTripVesselMasterToEntityCollection(java.util.Collection instances)
PlaygroundFishingTripVesselMasterDao
ClusterPlaygroundFishingTripVesselMaster
to this
DAO's entity.
clusterPlaygroundFishingTripVesselMasterToEntityCollection
in interface PlaygroundFishingTripVesselMasterDao
PlaygroundFishingTripVesselMasterDao.clusterPlaygroundFishingTripVesselMasterToEntityCollection(java.util.Collection)
public void toClusterPlaygroundFishingTripVesselMaster(PlaygroundFishingTripVesselMaster source, ClusterPlaygroundFishingTripVesselMaster target)
PlaygroundFishingTripVesselMasterDao
toClusterPlaygroundFishingTripVesselMaster
in interface PlaygroundFishingTripVesselMasterDao
PlaygroundFishingTripVesselMasterDao.toClusterPlaygroundFishingTripVesselMaster(fr.ifremer.allegro.playground.PlaygroundFishingTripVesselMaster, fr.ifremer.allegro.playground.generic.cluster.ClusterPlaygroundFishingTripVesselMaster)
public ClusterPlaygroundFishingTripVesselMaster toClusterPlaygroundFishingTripVesselMaster(PlaygroundFishingTripVesselMaster entity)
PlaygroundFishingTripVesselMasterDao
ClusterPlaygroundFishingTripVesselMaster
.
toClusterPlaygroundFishingTripVesselMaster
in interface PlaygroundFishingTripVesselMasterDao
PlaygroundFishingTripVesselMasterDao.toClusterPlaygroundFishingTripVesselMaster(fr.ifremer.allegro.playground.PlaygroundFishingTripVesselMaster)
public void clusterPlaygroundFishingTripVesselMasterToEntity(ClusterPlaygroundFishingTripVesselMaster source, PlaygroundFishingTripVesselMaster target, boolean copyIfNull)
PlaygroundFishingTripVesselMasterDao
ClusterPlaygroundFishingTripVesselMaster
to the specified entity.
clusterPlaygroundFishingTripVesselMasterToEntity
in interface PlaygroundFishingTripVesselMasterDao
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.playground.PlaygroundFishingTripVesselMasterDao#clusterPlaygroundFishingTripVesselMasterToEntity(fr.ifremer.allegro.playground.generic.cluster.ClusterPlaygroundFishingTripVesselMaster, fr.ifremer.allegro.playground.PlaygroundFishingTripVesselMaster)
protected java.security.Principal getPrincipal()
principal
if one has been set,
otherwise returns null
.
public PaginationResult search(int transform, int pageNumber, int pageSize, Search search)
PlaygroundFishingTripVesselMasterDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface PlaygroundFishingTripVesselMasterDao
transform
- the transformation flag.pageNumber
- the page number in the data to retrievepageSize
- the size of the page to retrieve.search
- the search object which provides the search parameters and pagination specification.
PaginationResult
instance.PlaygroundFishingTripVesselMasterDao.search(int, int, int, fr.ifremer.allegro.Search)
public PaginationResult search(int pageNumber, int pageSize, Search search)
PlaygroundFishingTripVesselMasterDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface PlaygroundFishingTripVesselMasterDao
pageNumber
- the page number in the data to retrievepageSize
- the size of the page to retrieve.search
- the search object which provides the search parameters and pagination specification.
PaginationResult
instance.PlaygroundFishingTripVesselMasterDao.search(int, int, fr.ifremer.allegro.Search)
public java.util.Set search(int transform, Search search)
PlaygroundFishingTripVesselMasterDao
PlaygroundFishingTripVesselMasterDao.search(fr.ifremer.allegro.Search)
but with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
search
in interface PlaygroundFishingTripVesselMasterDao
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
PlaygroundFishingTripVesselMasterDao.search(int, fr.ifremer.allegro.Search)
public java.util.Set search(Search search)
PlaygroundFishingTripVesselMasterDao
search
object.
search
in interface PlaygroundFishingTripVesselMasterDao
search
- the search object which provides the search parameters and pagination specification.
PlaygroundFishingTripVesselMasterDao.search(fr.ifremer.allegro.Search)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |