|
||||||||||
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.vessel.VesselMasterPeriodDaoBase
public abstract class VesselMasterPeriodDaoBase
Base Spring DAO Class: is able to create, update, remove, load, and find
objects of type fr.ifremer.allegro.referential.vessel.VesselMasterPeriod
.
VesselMasterPeriod
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.referential.vessel.VesselMasterPeriodDao |
---|
TRANSFORM_CLUSTERVESSELMASTERPERIOD, TRANSFORM_NONE, TRANSFORM_REMOTEVESSELMASTERPERIODFULLVO, TRANSFORM_REMOTEVESSELMASTERPERIODNATURALID |
Constructor Summary | |
---|---|
VesselMasterPeriodDaoBase()
|
Method Summary | |
---|---|
void |
clusterVesselMasterPeriodToEntity(ClusterVesselMasterPeriod source,
VesselMasterPeriod target,
boolean copyIfNull)
Copies the fields of ClusterVesselMasterPeriod to the specified entity. |
void |
clusterVesselMasterPeriodToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterVesselMasterPeriod to this
DAO's entity. |
java.util.Collection |
create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.referential.vessel.VesselMasterPeriod and adds from the passed in entities collection |
VesselMasterPeriod |
create(java.util.Date startDateTime,
java.util.Date endDateTime,
FishingVessel fishingVessel,
VesselMaster vesselMaster)
Creates a new fr.ifremer.allegro.referential.vessel.VesselMasterPeriod
instance from all attributes and
properties and adds it to the persistent store. |
VesselMasterPeriod |
create(FishingVessel fishingVessel,
java.util.Date startDateTime,
VesselMaster vesselMaster)
Creates a new fr.ifremer.allegro.referential.vessel.VesselMasterPeriod
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
java.util.Collection |
create(int transform,
java.util.Collection entities)
Does the same thing as VesselMasterPeriodDao.create(fr.ifremer.allegro.referential.vessel.VesselMasterPeriod) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.util.Date startDateTime,
java.util.Date endDateTime,
FishingVessel fishingVessel,
VesselMaster vesselMaster)
Does the same thing as VesselMasterPeriodDao.create(java.util.Date,java.util.Date,fr.ifremer.allegro.referential.vessel.FishingVessel,fr.ifremer.allegro.referential.vessel.VesselMaster) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
FishingVessel fishingVessel,
java.util.Date startDateTime,
VesselMaster vesselMaster)
Does the same thing as VesselMasterPeriodDao.create(fr.ifremer.allegro.referential.vessel.FishingVessel,java.util.Date,fr.ifremer.allegro.referential.vessel.VesselMaster) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
VesselMasterPeriod vesselMasterPeriod)
Does the same thing as VesselMasterPeriodDao.create(fr.ifremer.allegro.referential.vessel.VesselMasterPeriod) with an
additional flag called transform . |
VesselMasterPeriod |
create(VesselMasterPeriod vesselMasterPeriod)
Creates an instance of fr.ifremer.allegro.referential.vessel.VesselMasterPeriod and adds it to the persistent store. |
VesselMasterPeriod |
createFromClusterVesselMasterPeriod(ClusterVesselMasterPeriod clusterVesselMasterPeriod)
|
java.util.Collection |
findVesselMasterPeriodByFishingVessel(FishingVessel fishingVessel)
|
java.util.Collection |
findVesselMasterPeriodByFishingVessel(int transform,
FishingVessel fishingVessel)
Does the same thing as VesselMasterPeriodDao.findVesselMasterPeriodByFishingVessel(fr.ifremer.allegro.referential.vessel.FishingVessel) with an
additional flag called transform . |
java.util.Collection |
findVesselMasterPeriodByFishingVessel(int pageNumber,
int pageSize,
FishingVessel fishingVessel)
Does the same thing as VesselMasterPeriodDao.findVesselMasterPeriodByFishingVessel(fr.ifremer.allegro.referential.vessel.FishingVessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselMasterPeriodByFishingVessel(int transform,
int pageNumber,
int pageSize,
FishingVessel fishingVessel)
Does the same thing as VesselMasterPeriodDao.findVesselMasterPeriodByFishingVessel(int, fr.ifremer.allegro.referential.vessel.FishingVessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselMasterPeriodByFishingVessel(int transform,
java.lang.String queryString,
FishingVessel fishingVessel)
Does the same thing as VesselMasterPeriodDao.findVesselMasterPeriodByFishingVessel(int, fr.ifremer.allegro.referential.vessel.FishingVessel) with an
additional argument called queryString . |
java.util.Collection |
findVesselMasterPeriodByFishingVessel(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
FishingVessel fishingVessel)
Does the same thing as VesselMasterPeriodDao.findVesselMasterPeriodByFishingVessel(int, String, fr.ifremer.allegro.referential.vessel.FishingVessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselMasterPeriodByFishingVessel(java.lang.String queryString,
FishingVessel fishingVessel)
Does the same thing as VesselMasterPeriodDao.findVesselMasterPeriodByFishingVessel(fr.ifremer.allegro.referential.vessel.FishingVessel) with an
additional argument called queryString . |
java.util.Collection |
findVesselMasterPeriodByFishingVessel(java.lang.String queryString,
int pageNumber,
int pageSize,
FishingVessel fishingVessel)
Does the same thing as VesselMasterPeriodDao.findVesselMasterPeriodByFishingVessel(String, fr.ifremer.allegro.referential.vessel.FishingVessel) with an
additional two arguments called pageNumber and pageSize . |
VesselMasterPeriod |
findVesselMasterPeriodByIdentifiers(java.util.Date startDateTime,
VesselMaster vesselMaster,
FishingVessel fishingVessel)
|
java.lang.Object |
findVesselMasterPeriodByIdentifiers(int transform,
java.util.Date startDateTime,
VesselMaster vesselMaster,
FishingVessel fishingVessel)
Does the same thing as VesselMasterPeriodDao.findVesselMasterPeriodByIdentifiers(java.util.Date, fr.ifremer.allegro.referential.vessel.VesselMaster, fr.ifremer.allegro.referential.vessel.FishingVessel) with an
additional flag called transform . |
java.lang.Object |
findVesselMasterPeriodByIdentifiers(int transform,
java.lang.String queryString,
java.util.Date startDateTime,
VesselMaster vesselMaster,
FishingVessel fishingVessel)
Does the same thing as VesselMasterPeriodDao.findVesselMasterPeriodByIdentifiers(int, java.util.Date, fr.ifremer.allegro.referential.vessel.VesselMaster, fr.ifremer.allegro.referential.vessel.FishingVessel) with an
additional argument called queryString . |
VesselMasterPeriod |
findVesselMasterPeriodByIdentifiers(java.lang.String queryString,
java.util.Date startDateTime,
VesselMaster vesselMaster,
FishingVessel fishingVessel)
Does the same thing as VesselMasterPeriodDao.findVesselMasterPeriodByIdentifiers(java.util.Date, fr.ifremer.allegro.referential.vessel.VesselMaster, fr.ifremer.allegro.referential.vessel.FishingVessel) with an
additional argument called queryString . |
VesselMasterPeriod |
findVesselMasterPeriodByNaturalId(java.util.Date startDateTime,
VesselMaster vesselMaster,
FishingVessel fishingVessel)
|
java.lang.Object |
findVesselMasterPeriodByNaturalId(int transform,
java.util.Date startDateTime,
VesselMaster vesselMaster,
FishingVessel fishingVessel)
Does the same thing as VesselMasterPeriodDao.findVesselMasterPeriodByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.VesselMaster, fr.ifremer.allegro.referential.vessel.FishingVessel) with an
additional flag called transform . |
java.lang.Object |
findVesselMasterPeriodByNaturalId(int transform,
java.lang.String queryString,
java.util.Date startDateTime,
VesselMaster vesselMaster,
FishingVessel fishingVessel)
Does the same thing as VesselMasterPeriodDao.findVesselMasterPeriodByNaturalId(int, java.util.Date, fr.ifremer.allegro.referential.vessel.VesselMaster, fr.ifremer.allegro.referential.vessel.FishingVessel) with an
additional argument called queryString . |
VesselMasterPeriod |
findVesselMasterPeriodByNaturalId(java.lang.String queryString,
java.util.Date startDateTime,
VesselMaster vesselMaster,
FishingVessel fishingVessel)
Does the same thing as VesselMasterPeriodDao.findVesselMasterPeriodByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.VesselMaster, fr.ifremer.allegro.referential.vessel.FishingVessel) with an
additional argument called queryString . |
java.util.Collection |
findVesselMasterPeriodByStartDateTime(java.util.Date startDateTime)
|
java.util.Collection |
findVesselMasterPeriodByStartDateTime(int transform,
java.util.Date startDateTime)
Does the same thing as VesselMasterPeriodDao.findVesselMasterPeriodByStartDateTime(java.util.Date) with an
additional flag called transform . |
java.util.Collection |
findVesselMasterPeriodByStartDateTime(int pageNumber,
int pageSize,
java.util.Date startDateTime)
Does the same thing as VesselMasterPeriodDao.findVesselMasterPeriodByStartDateTime(java.util.Date) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselMasterPeriodByStartDateTime(int transform,
int pageNumber,
int pageSize,
java.util.Date startDateTime)
Does the same thing as VesselMasterPeriodDao.findVesselMasterPeriodByStartDateTime(int, java.util.Date) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselMasterPeriodByStartDateTime(int transform,
java.lang.String queryString,
java.util.Date startDateTime)
Does the same thing as VesselMasterPeriodDao.findVesselMasterPeriodByStartDateTime(int, java.util.Date) with an
additional argument called queryString . |
java.util.Collection |
findVesselMasterPeriodByStartDateTime(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
java.util.Date startDateTime)
Does the same thing as VesselMasterPeriodDao.findVesselMasterPeriodByStartDateTime(int, String, java.util.Date) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselMasterPeriodByStartDateTime(java.lang.String queryString,
java.util.Date startDateTime)
Does the same thing as VesselMasterPeriodDao.findVesselMasterPeriodByStartDateTime(java.util.Date) with an
additional argument called queryString . |
java.util.Collection |
findVesselMasterPeriodByStartDateTime(java.lang.String queryString,
int pageNumber,
int pageSize,
java.util.Date startDateTime)
Does the same thing as VesselMasterPeriodDao.findVesselMasterPeriodByStartDateTime(String, java.util.Date) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselMasterPeriodByVesselMaster(int transform,
int pageNumber,
int pageSize,
VesselMaster vesselMaster)
Does the same thing as VesselMasterPeriodDao.findVesselMasterPeriodByVesselMaster(int, fr.ifremer.allegro.referential.vessel.VesselMaster) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselMasterPeriodByVesselMaster(int pageNumber,
int pageSize,
VesselMaster vesselMaster)
Does the same thing as VesselMasterPeriodDao.findVesselMasterPeriodByVesselMaster(fr.ifremer.allegro.referential.vessel.VesselMaster) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselMasterPeriodByVesselMaster(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
VesselMaster vesselMaster)
Does the same thing as VesselMasterPeriodDao.findVesselMasterPeriodByVesselMaster(int, String, fr.ifremer.allegro.referential.vessel.VesselMaster) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselMasterPeriodByVesselMaster(int transform,
java.lang.String queryString,
VesselMaster vesselMaster)
Does the same thing as VesselMasterPeriodDao.findVesselMasterPeriodByVesselMaster(int, fr.ifremer.allegro.referential.vessel.VesselMaster) with an
additional argument called queryString . |
java.util.Collection |
findVesselMasterPeriodByVesselMaster(int transform,
VesselMaster vesselMaster)
Does the same thing as VesselMasterPeriodDao.findVesselMasterPeriodByVesselMaster(fr.ifremer.allegro.referential.vessel.VesselMaster) with an
additional flag called transform . |
java.util.Collection |
findVesselMasterPeriodByVesselMaster(java.lang.String queryString,
int pageNumber,
int pageSize,
VesselMaster vesselMaster)
Does the same thing as VesselMasterPeriodDao.findVesselMasterPeriodByVesselMaster(String, fr.ifremer.allegro.referential.vessel.VesselMaster) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselMasterPeriodByVesselMaster(java.lang.String queryString,
VesselMaster vesselMaster)
Does the same thing as VesselMasterPeriodDao.findVesselMasterPeriodByVesselMaster(fr.ifremer.allegro.referential.vessel.VesselMaster) with an
additional argument called queryString . |
java.util.Collection |
findVesselMasterPeriodByVesselMaster(VesselMaster vesselMaster)
|
java.util.Collection |
getAllVesselMasterPeriod()
|
java.util.Collection |
getAllVesselMasterPeriod(int transform)
Does the same thing as VesselMasterPeriodDao.getAllVesselMasterPeriod() with an
additional flag called transform . |
java.util.Collection |
getAllVesselMasterPeriod(int pageNumber,
int pageSize)
Does the same thing as VesselMasterPeriodDao.getAllVesselMasterPeriod() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllVesselMasterPeriod(int transform,
int pageNumber,
int pageSize)
Does the same thing as VesselMasterPeriodDao.getAllVesselMasterPeriod(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllVesselMasterPeriod(int transform,
java.lang.String queryString)
Does the same thing as VesselMasterPeriodDao.getAllVesselMasterPeriod(int) with an
additional argument called queryString . |
java.util.Collection |
getAllVesselMasterPeriod(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as VesselMasterPeriodDao.getAllVesselMasterPeriod(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllVesselMasterPeriod(java.lang.String queryString)
Does the same thing as VesselMasterPeriodDao.getAllVesselMasterPeriod() with an
additional argument called queryString . |
java.util.Collection |
getAllVesselMasterPeriod(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as VesselMasterPeriodDao.getAllVesselMasterPeriod(String) with an
additional two arguments called pageNumber and pageSize . |
protected FishingVesselDao |
getFishingVesselDao()
Gets the reference to fishingVesselDao . |
protected java.security.Principal |
getPrincipal()
Gets the current principal if one has been set,
otherwise returns null . |
protected VesselMasterDao |
getVesselMasterDao()
Gets the reference to vesselMasterDao . |
protected abstract VesselMasterPeriod |
handleCreateFromClusterVesselMasterPeriod(ClusterVesselMasterPeriod clusterVesselMasterPeriod)
Performs the core logic for createFromClusterVesselMasterPeriod(fr.ifremer.allegro.referential.vessel.generic.cluster.ClusterVesselMasterPeriod) |
VesselMasterPeriod |
load(java.util.Date startDateTime,
FishingVessel fishingVessel,
VesselMaster vesselMaster)
Loads an instance of fr.ifremer.allegro.referential.vessel.VesselMasterPeriod from the persistent store. |
java.lang.Object |
load(int transform,
java.util.Date startDateTime,
FishingVessel fishingVessel,
VesselMaster vesselMaster)
Does the same thing as VesselMasterPeriodDao.load(java.util.Date,fr.ifremer.allegro.referential.vessel.FishingVessel,fr.ifremer.allegro.referential.vessel.VesselMaster) with an
additional flag called transform . |
java.util.Collection |
loadAll()
Loads all entities of type VesselMasterPeriod . |
java.util.Collection |
loadAll(int transform)
Does the same thing as VesselMasterPeriodDao.loadAll() with an
additional flag called transform . |
java.util.Collection |
loadAll(int pageNumber,
int pageSize)
Does the same thing as VesselMasterPeriodDao.loadAll() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
loadAll(int transform,
int pageNumber,
int pageSize)
Does the same thing as VesselMasterPeriodDao.loadAll(int) with an
additional two arguments called pageNumber and pageSize . |
void |
remoteVesselMasterPeriodFullVOToEntity(RemoteVesselMasterPeriodFullVO source,
VesselMasterPeriod target,
boolean copyIfNull)
Copies the fields of RemoteVesselMasterPeriodFullVO to the specified entity. |
void |
remoteVesselMasterPeriodFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteVesselMasterPeriodFullVO to this
DAO's entity. |
void |
remoteVesselMasterPeriodNaturalIdToEntity(RemoteVesselMasterPeriodNaturalId source,
VesselMasterPeriod target,
boolean copyIfNull)
Copies the fields of RemoteVesselMasterPeriodNaturalId to the specified entity. |
void |
remoteVesselMasterPeriodNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteVesselMasterPeriodNaturalId to this
DAO's entity. |
void |
remove(java.util.Collection entities)
Removes all entities in the given entities |
void |
remove(java.util.Date startDateTime,
FishingVessel fishingVessel,
VesselMaster vesselMaster)
Removes the instance of fr.ifremer.allegro.referential.vessel.VesselMasterPeriod having the given identifiers from the persistent store. |
void |
remove(VesselMasterPeriod vesselMasterPeriod)
Removes the instance of fr.ifremer.allegro.referential.vessel.VesselMasterPeriod from the persistent store. |
PaginationResult |
search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as {@link #search(int, fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize . |
PaginationResult |
search(int pageNumber,
int pageSize,
Search search)
Does the same thing as {@link #search(fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize . |
java.util.Set |
search(int transform,
Search search)
Does the same thing as VesselMasterPeriodDao.search(fr.ifremer.allegro.Search) but with an
additional flag called transform . |
java.util.Set |
search(Search search)
Performs a search using the parameters specified in the given search object. |
void |
setFishingVesselDao(FishingVesselDao fishingVesselDao)
Sets the reference to fishingVesselDao . |
void |
setVesselMasterDao(VesselMasterDao vesselMasterDao)
Sets the reference to vesselMasterDao . |
protected ClusterVesselMasterPeriod |
toClusterVesselMasterPeriod(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
ClusterVesselMasterPeriod |
toClusterVesselMasterPeriod(VesselMasterPeriod entity)
Converts this DAO's entity to an object of type ClusterVesselMasterPeriod . |
void |
toClusterVesselMasterPeriod(VesselMasterPeriod source,
ClusterVesselMasterPeriod target)
Copies the fields of the specified entity to the target value object. |
ClusterVesselMasterPeriod[] |
toClusterVesselMasterPeriodArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterVesselMasterPeriod . |
void |
toClusterVesselMasterPeriodCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterVesselMasterPeriod . |
protected VesselMasterPeriod |
toEntity(java.lang.Object[] row)
|
protected RemoteVesselMasterPeriodFullVO |
toRemoteVesselMasterPeriodFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteVesselMasterPeriodFullVO |
toRemoteVesselMasterPeriodFullVO(VesselMasterPeriod entity)
Converts this DAO's entity to an object of type RemoteVesselMasterPeriodFullVO . |
void |
toRemoteVesselMasterPeriodFullVO(VesselMasterPeriod source,
RemoteVesselMasterPeriodFullVO target)
Copies the fields of the specified entity to the target value object. |
RemoteVesselMasterPeriodFullVO[] |
toRemoteVesselMasterPeriodFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteVesselMasterPeriodFullVO . |
void |
toRemoteVesselMasterPeriodFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteVesselMasterPeriodFullVO . |
protected RemoteVesselMasterPeriodNaturalId |
toRemoteVesselMasterPeriodNaturalId(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteVesselMasterPeriodNaturalId |
toRemoteVesselMasterPeriodNaturalId(VesselMasterPeriod entity)
Converts this DAO's entity to an object of type RemoteVesselMasterPeriodNaturalId . |
void |
toRemoteVesselMasterPeriodNaturalId(VesselMasterPeriod source,
RemoteVesselMasterPeriodNaturalId target)
Copies the fields of the specified entity to the target value object. |
RemoteVesselMasterPeriodNaturalId[] |
toRemoteVesselMasterPeriodNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteVesselMasterPeriodNaturalId . |
void |
toRemoteVesselMasterPeriodNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteVesselMasterPeriodNaturalId . |
protected void |
transformEntities(int transform,
java.util.Collection entities)
Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.referential.vessel.VesselMasterPeriod)
method. |
protected java.lang.Object |
transformEntity(int transform,
VesselMasterPeriod entity)
Allows transformation of entities into value objects (or something else for that matter), when the transform
flag is set to one of the constants defined in fr.ifremer.allegro.referential.vessel.VesselMasterPeriodDao , please note
that the VesselMasterPeriodDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
update(java.util.Collection entities)
Updates all instances in the entities collection in the persistent store. |
void |
update(VesselMasterPeriod vesselMasterPeriod)
Updates the vesselMasterPeriod instance in the persistent store. |
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.referential.vessel.VesselMasterPeriodDao |
---|
clusterVesselMasterPeriodToEntity, remoteVesselMasterPeriodFullVOToEntity, remoteVesselMasterPeriodNaturalIdToEntity |
Constructor Detail |
---|
public VesselMasterPeriodDaoBase()
Method Detail |
---|
public void setVesselMasterDao(VesselMasterDao vesselMasterDao)
vesselMasterDao
.
protected VesselMasterDao getVesselMasterDao()
vesselMasterDao
.
public void setFishingVesselDao(FishingVesselDao fishingVesselDao)
fishingVesselDao
.
protected FishingVesselDao getFishingVesselDao()
fishingVesselDao
.
public java.lang.Object load(int transform, java.util.Date startDateTime, FishingVessel fishingVessel, VesselMaster vesselMaster)
VesselMasterPeriodDao
Does the same thing as VesselMasterPeriodDao.load(java.util.Date,fr.ifremer.allegro.referential.vessel.FishingVessel,fr.ifremer.allegro.referential.vessel.VesselMaster)
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 VesselMasterPeriodDao
startDateTime
- identifier of the entity to loadfishingVessel
- identifier of the entity to loadvesselMaster
- identifier of the entity to load
VesselMasterPeriodDao.load(int, java.util.Date,fr.ifremer.allegro.referential.vessel.FishingVessel,fr.ifremer.allegro.referential.vessel.VesselMaster)
public VesselMasterPeriod load(java.util.Date startDateTime, FishingVessel fishingVessel, VesselMaster vesselMaster)
VesselMasterPeriodDao
load
in interface VesselMasterPeriodDao
VesselMasterPeriodDao.load(java.util.Date,fr.ifremer.allegro.referential.vessel.FishingVessel,fr.ifremer.allegro.referential.vessel.VesselMaster)
public java.util.Collection loadAll()
VesselMasterPeriodDao
VesselMasterPeriod
.
loadAll
in interface VesselMasterPeriodDao
VesselMasterPeriodDao.loadAll()
public java.util.Collection loadAll(int transform)
VesselMasterPeriodDao
Does the same thing as VesselMasterPeriodDao.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 VesselMasterPeriodDao
transform
- the flag indicating what transformation to use.
VesselMasterPeriodDao.loadAll(int)
public java.util.Collection loadAll(int pageNumber, int pageSize)
VesselMasterPeriodDao
Does the same thing as VesselMasterPeriodDao.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 VesselMasterPeriodDao
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
VesselMasterPeriodDao.loadAll(int, int)
public java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
VesselMasterPeriodDao
Does the same thing as VesselMasterPeriodDao.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 VesselMasterPeriodDao
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.
VesselMasterPeriodDao.loadAll(int, int, int)
public VesselMasterPeriod create(VesselMasterPeriod vesselMasterPeriod)
VesselMasterPeriodDao
create
in interface VesselMasterPeriodDao
VesselMasterPeriodDao.create(fr.ifremer.allegro.referential.vessel.VesselMasterPeriod)
public java.lang.Object create(int transform, VesselMasterPeriod vesselMasterPeriod)
VesselMasterPeriodDao
Does the same thing as VesselMasterPeriodDao.create(fr.ifremer.allegro.referential.vessel.VesselMasterPeriod)
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 VesselMasterPeriodDao
VesselMasterPeriodDao.create(int transform, fr.ifremer.allegro.referential.vessel.VesselMasterPeriod)
public java.util.Collection create(java.util.Collection entities)
VesselMasterPeriodDao
entities
collection
create
in interface VesselMasterPeriodDao
entities
- the collection of fr.ifremer.allegro.referential.vessel.VesselMasterPeriod
instances to create.
VesselMasterPeriodDao.create(java.util.Collection)
public java.util.Collection create(int transform, java.util.Collection entities)
VesselMasterPeriodDao
Does the same thing as VesselMasterPeriodDao.create(fr.ifremer.allegro.referential.vessel.VesselMasterPeriod)
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 VesselMasterPeriodDao
VesselMasterPeriodDao.create(int, java.util.Collection)
public VesselMasterPeriod create(java.util.Date startDateTime, java.util.Date endDateTime, FishingVessel fishingVessel, VesselMaster vesselMaster)
VesselMasterPeriodDao
Creates a new fr.ifremer.allegro.referential.vessel.VesselMasterPeriod
instance from all attributes and
properties and adds it to the persistent store.
create
in interface VesselMasterPeriodDao
VesselMasterPeriodDao.create(java.util.Date,java.util.Date,fr.ifremer.allegro.referential.vessel.FishingVessel,fr.ifremer.allegro.referential.vessel.VesselMaster)
public java.lang.Object create(int transform, java.util.Date startDateTime, java.util.Date endDateTime, FishingVessel fishingVessel, VesselMaster vesselMaster)
VesselMasterPeriodDao
Does the same thing as VesselMasterPeriodDao.create(java.util.Date,java.util.Date,fr.ifremer.allegro.referential.vessel.FishingVessel,fr.ifremer.allegro.referential.vessel.VesselMaster)
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 VesselMasterPeriodDao
VesselMasterPeriodDao.create(int, java.util.Date,java.util.Date,fr.ifremer.allegro.referential.vessel.FishingVessel,fr.ifremer.allegro.referential.vessel.VesselMaster)
public VesselMasterPeriod create(FishingVessel fishingVessel, java.util.Date startDateTime, VesselMaster vesselMaster)
VesselMasterPeriodDao
Creates a new fr.ifremer.allegro.referential.vessel.VesselMasterPeriod
instance from only required properties (attributes
and association ends) and adds it to the persistent store.
create
in interface VesselMasterPeriodDao
VesselMasterPeriodDao.create(fr.ifremer.allegro.referential.vessel.FishingVessel,java.util.Date,fr.ifremer.allegro.referential.vessel.VesselMaster)
public java.lang.Object create(int transform, FishingVessel fishingVessel, java.util.Date startDateTime, VesselMaster vesselMaster)
VesselMasterPeriodDao
Does the same thing as VesselMasterPeriodDao.create(fr.ifremer.allegro.referential.vessel.FishingVessel,java.util.Date,fr.ifremer.allegro.referential.vessel.VesselMaster)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOTWILL 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 VesselMasterPeriodDao
VesselMasterPeriodDao.create(int, fr.ifremer.allegro.referential.vessel.FishingVessel,java.util.Date,fr.ifremer.allegro.referential.vessel.VesselMaster)
public void update(VesselMasterPeriod vesselMasterPeriod)
VesselMasterPeriodDao
vesselMasterPeriod
instance in the persistent store.
update
in interface VesselMasterPeriodDao
VesselMasterPeriodDao.update(fr.ifremer.allegro.referential.vessel.VesselMasterPeriod)
public void update(java.util.Collection entities)
VesselMasterPeriodDao
entities
collection in the persistent store.
update
in interface VesselMasterPeriodDao
VesselMasterPeriodDao.update(java.util.Collection)
public void remove(VesselMasterPeriod vesselMasterPeriod)
VesselMasterPeriodDao
remove
in interface VesselMasterPeriodDao
VesselMasterPeriodDao.remove(fr.ifremer.allegro.referential.vessel.VesselMasterPeriod)
public void remove(java.util.Date startDateTime, FishingVessel fishingVessel, VesselMaster vesselMaster)
VesselMasterPeriodDao
identifiers
from the persistent store.
remove
in interface VesselMasterPeriodDao
VesselMasterPeriodDao.remove(java.util.Date,fr.ifremer.allegro.referential.vessel.FishingVessel,fr.ifremer.allegro.referential.vessel.VesselMaster)
public void remove(java.util.Collection entities)
VesselMasterPeriodDao
entities collection.
- Specified by:
remove
in interface VesselMasterPeriodDao
- See Also:
VesselMasterPeriodDao.remove(java.util.Collection)
public java.util.Collection getAllVesselMasterPeriod()
getAllVesselMasterPeriod
in interface VesselMasterPeriodDao
VesselMasterPeriodDao.getAllVesselMasterPeriod()
public java.util.Collection getAllVesselMasterPeriod(int transform)
VesselMasterPeriodDao
Does the same thing as VesselMasterPeriodDao.getAllVesselMasterPeriod()
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.
getAllVesselMasterPeriod
in interface VesselMasterPeriodDao
VesselMasterPeriodDao.getAllVesselMasterPeriod(int)
public java.util.Collection getAllVesselMasterPeriod(java.lang.String queryString)
VesselMasterPeriodDao
Does the same thing as VesselMasterPeriodDao.getAllVesselMasterPeriod()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselMasterPeriodDao.getAllVesselMasterPeriod()
.
getAllVesselMasterPeriod
in interface VesselMasterPeriodDao
VesselMasterPeriodDao.getAllVesselMasterPeriod(java.lang.String)
public java.util.Collection getAllVesselMasterPeriod(int pageNumber, int pageSize)
VesselMasterPeriodDao
Does the same thing as VesselMasterPeriodDao.getAllVesselMasterPeriod()
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.
getAllVesselMasterPeriod
in interface VesselMasterPeriodDao
VesselMasterPeriodDao.getAllVesselMasterPeriod(int, int)
public java.util.Collection getAllVesselMasterPeriod(java.lang.String queryString, int pageNumber, int pageSize)
VesselMasterPeriodDao
Does the same thing as VesselMasterPeriodDao.getAllVesselMasterPeriod(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.
getAllVesselMasterPeriod
in interface VesselMasterPeriodDao
VesselMasterPeriodDao.getAllVesselMasterPeriod(String, int, int)
public java.util.Collection getAllVesselMasterPeriod(int transform, java.lang.String queryString)
VesselMasterPeriodDao
Does the same thing as VesselMasterPeriodDao.getAllVesselMasterPeriod(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselMasterPeriodDao.getAllVesselMasterPeriod(int)
.
getAllVesselMasterPeriod
in interface VesselMasterPeriodDao
VesselMasterPeriodDao.getAllVesselMasterPeriod(int, String)
public java.util.Collection getAllVesselMasterPeriod(int transform, int pageNumber, int pageSize)
VesselMasterPeriodDao
Does the same thing as VesselMasterPeriodDao.getAllVesselMasterPeriod(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.
getAllVesselMasterPeriod
in interface VesselMasterPeriodDao
VesselMasterPeriodDao.getAllVesselMasterPeriod(int, int, int)
public java.util.Collection getAllVesselMasterPeriod(int transform, java.lang.String queryString, int pageNumber, int pageSize)
VesselMasterPeriodDao
Does the same thing as VesselMasterPeriodDao.getAllVesselMasterPeriod(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.
getAllVesselMasterPeriod
in interface VesselMasterPeriodDao
VesselMasterPeriodDao.getAllVesselMasterPeriod(int, java.lang.String, int, int)
public java.util.Collection findVesselMasterPeriodByStartDateTime(java.util.Date startDateTime)
findVesselMasterPeriodByStartDateTime
in interface VesselMasterPeriodDao
VesselMasterPeriodDao.findVesselMasterPeriodByStartDateTime(java.util.Date)
public java.util.Collection findVesselMasterPeriodByStartDateTime(int transform, java.util.Date startDateTime)
VesselMasterPeriodDao
Does the same thing as VesselMasterPeriodDao.findVesselMasterPeriodByStartDateTime(java.util.Date)
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.
findVesselMasterPeriodByStartDateTime
in interface VesselMasterPeriodDao
VesselMasterPeriodDao.findVesselMasterPeriodByStartDateTime(int, java.util.Date)
public java.util.Collection findVesselMasterPeriodByStartDateTime(java.lang.String queryString, java.util.Date startDateTime)
VesselMasterPeriodDao
Does the same thing as VesselMasterPeriodDao.findVesselMasterPeriodByStartDateTime(java.util.Date)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselMasterPeriodDao.findVesselMasterPeriodByStartDateTime(java.util.Date)
.
findVesselMasterPeriodByStartDateTime
in interface VesselMasterPeriodDao
VesselMasterPeriodDao.findVesselMasterPeriodByStartDateTime(java.lang.String, java.util.Date)
public java.util.Collection findVesselMasterPeriodByStartDateTime(int pageNumber, int pageSize, java.util.Date startDateTime)
VesselMasterPeriodDao
Does the same thing as VesselMasterPeriodDao.findVesselMasterPeriodByStartDateTime(java.util.Date)
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.
findVesselMasterPeriodByStartDateTime
in interface VesselMasterPeriodDao
VesselMasterPeriodDao.findVesselMasterPeriodByStartDateTime(int, int, java.util.Date)
public java.util.Collection findVesselMasterPeriodByStartDateTime(java.lang.String queryString, int pageNumber, int pageSize, java.util.Date startDateTime)
VesselMasterPeriodDao
Does the same thing as VesselMasterPeriodDao.findVesselMasterPeriodByStartDateTime(String, java.util.Date)
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.
findVesselMasterPeriodByStartDateTime
in interface VesselMasterPeriodDao
VesselMasterPeriodDao.findVesselMasterPeriodByStartDateTime(String, int, int, java.util.Date)
public java.util.Collection findVesselMasterPeriodByStartDateTime(int transform, java.lang.String queryString, java.util.Date startDateTime)
VesselMasterPeriodDao
Does the same thing as VesselMasterPeriodDao.findVesselMasterPeriodByStartDateTime(int, java.util.Date)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselMasterPeriodDao.findVesselMasterPeriodByStartDateTime(int, java.util.Date startDateTime)
.
findVesselMasterPeriodByStartDateTime
in interface VesselMasterPeriodDao
VesselMasterPeriodDao.findVesselMasterPeriodByStartDateTime(int, String, java.util.Date)
public java.util.Collection findVesselMasterPeriodByStartDateTime(int transform, int pageNumber, int pageSize, java.util.Date startDateTime)
VesselMasterPeriodDao
Does the same thing as VesselMasterPeriodDao.findVesselMasterPeriodByStartDateTime(int, java.util.Date)
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.
findVesselMasterPeriodByStartDateTime
in interface VesselMasterPeriodDao
VesselMasterPeriodDao.findVesselMasterPeriodByStartDateTime(int, int, int, java.util.Date)
public java.util.Collection findVesselMasterPeriodByStartDateTime(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.util.Date startDateTime)
VesselMasterPeriodDao
Does the same thing as VesselMasterPeriodDao.findVesselMasterPeriodByStartDateTime(int, String, java.util.Date)
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.
findVesselMasterPeriodByStartDateTime
in interface VesselMasterPeriodDao
VesselMasterPeriodDao.findVesselMasterPeriodByStartDateTime(int, java.lang.String, int, int, java.util.Date)
public java.util.Collection findVesselMasterPeriodByVesselMaster(VesselMaster vesselMaster)
findVesselMasterPeriodByVesselMaster
in interface VesselMasterPeriodDao
VesselMasterPeriodDao.findVesselMasterPeriodByVesselMaster(fr.ifremer.allegro.referential.vessel.VesselMaster)
public java.util.Collection findVesselMasterPeriodByVesselMaster(int transform, VesselMaster vesselMaster)
VesselMasterPeriodDao
Does the same thing as VesselMasterPeriodDao.findVesselMasterPeriodByVesselMaster(fr.ifremer.allegro.referential.vessel.VesselMaster)
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.
findVesselMasterPeriodByVesselMaster
in interface VesselMasterPeriodDao
VesselMasterPeriodDao.findVesselMasterPeriodByVesselMaster(int, fr.ifremer.allegro.referential.vessel.VesselMaster)
public java.util.Collection findVesselMasterPeriodByVesselMaster(java.lang.String queryString, VesselMaster vesselMaster)
VesselMasterPeriodDao
Does the same thing as VesselMasterPeriodDao.findVesselMasterPeriodByVesselMaster(fr.ifremer.allegro.referential.vessel.VesselMaster)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselMasterPeriodDao.findVesselMasterPeriodByVesselMaster(fr.ifremer.allegro.referential.vessel.VesselMaster)
.
findVesselMasterPeriodByVesselMaster
in interface VesselMasterPeriodDao
VesselMasterPeriodDao.findVesselMasterPeriodByVesselMaster(java.lang.String, fr.ifremer.allegro.referential.vessel.VesselMaster)
public java.util.Collection findVesselMasterPeriodByVesselMaster(int pageNumber, int pageSize, VesselMaster vesselMaster)
VesselMasterPeriodDao
Does the same thing as VesselMasterPeriodDao.findVesselMasterPeriodByVesselMaster(fr.ifremer.allegro.referential.vessel.VesselMaster)
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.
findVesselMasterPeriodByVesselMaster
in interface VesselMasterPeriodDao
VesselMasterPeriodDao.findVesselMasterPeriodByVesselMaster(int, int, fr.ifremer.allegro.referential.vessel.VesselMaster)
public java.util.Collection findVesselMasterPeriodByVesselMaster(java.lang.String queryString, int pageNumber, int pageSize, VesselMaster vesselMaster)
VesselMasterPeriodDao
Does the same thing as VesselMasterPeriodDao.findVesselMasterPeriodByVesselMaster(String, fr.ifremer.allegro.referential.vessel.VesselMaster)
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.
findVesselMasterPeriodByVesselMaster
in interface VesselMasterPeriodDao
VesselMasterPeriodDao.findVesselMasterPeriodByVesselMaster(String, int, int, fr.ifremer.allegro.referential.vessel.VesselMaster)
public java.util.Collection findVesselMasterPeriodByVesselMaster(int transform, java.lang.String queryString, VesselMaster vesselMaster)
VesselMasterPeriodDao
Does the same thing as VesselMasterPeriodDao.findVesselMasterPeriodByVesselMaster(int, fr.ifremer.allegro.referential.vessel.VesselMaster)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselMasterPeriodDao.findVesselMasterPeriodByVesselMaster(int, fr.ifremer.allegro.referential.vessel.VesselMaster vesselMaster)
.
findVesselMasterPeriodByVesselMaster
in interface VesselMasterPeriodDao
VesselMasterPeriodDao.findVesselMasterPeriodByVesselMaster(int, String, fr.ifremer.allegro.referential.vessel.VesselMaster)
public java.util.Collection findVesselMasterPeriodByVesselMaster(int transform, int pageNumber, int pageSize, VesselMaster vesselMaster)
VesselMasterPeriodDao
Does the same thing as VesselMasterPeriodDao.findVesselMasterPeriodByVesselMaster(int, fr.ifremer.allegro.referential.vessel.VesselMaster)
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.
findVesselMasterPeriodByVesselMaster
in interface VesselMasterPeriodDao
VesselMasterPeriodDao.findVesselMasterPeriodByVesselMaster(int, int, int, fr.ifremer.allegro.referential.vessel.VesselMaster)
public java.util.Collection findVesselMasterPeriodByVesselMaster(int transform, java.lang.String queryString, int pageNumber, int pageSize, VesselMaster vesselMaster)
VesselMasterPeriodDao
Does the same thing as VesselMasterPeriodDao.findVesselMasterPeriodByVesselMaster(int, String, fr.ifremer.allegro.referential.vessel.VesselMaster)
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.
findVesselMasterPeriodByVesselMaster
in interface VesselMasterPeriodDao
VesselMasterPeriodDao.findVesselMasterPeriodByVesselMaster(int, java.lang.String, int, int, fr.ifremer.allegro.referential.vessel.VesselMaster)
public java.util.Collection findVesselMasterPeriodByFishingVessel(FishingVessel fishingVessel)
findVesselMasterPeriodByFishingVessel
in interface VesselMasterPeriodDao
VesselMasterPeriodDao.findVesselMasterPeriodByFishingVessel(fr.ifremer.allegro.referential.vessel.FishingVessel)
public java.util.Collection findVesselMasterPeriodByFishingVessel(int transform, FishingVessel fishingVessel)
VesselMasterPeriodDao
Does the same thing as VesselMasterPeriodDao.findVesselMasterPeriodByFishingVessel(fr.ifremer.allegro.referential.vessel.FishingVessel)
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.
findVesselMasterPeriodByFishingVessel
in interface VesselMasterPeriodDao
VesselMasterPeriodDao.findVesselMasterPeriodByFishingVessel(int, fr.ifremer.allegro.referential.vessel.FishingVessel)
public java.util.Collection findVesselMasterPeriodByFishingVessel(java.lang.String queryString, FishingVessel fishingVessel)
VesselMasterPeriodDao
Does the same thing as VesselMasterPeriodDao.findVesselMasterPeriodByFishingVessel(fr.ifremer.allegro.referential.vessel.FishingVessel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselMasterPeriodDao.findVesselMasterPeriodByFishingVessel(fr.ifremer.allegro.referential.vessel.FishingVessel)
.
findVesselMasterPeriodByFishingVessel
in interface VesselMasterPeriodDao
VesselMasterPeriodDao.findVesselMasterPeriodByFishingVessel(java.lang.String, fr.ifremer.allegro.referential.vessel.FishingVessel)
public java.util.Collection findVesselMasterPeriodByFishingVessel(int pageNumber, int pageSize, FishingVessel fishingVessel)
VesselMasterPeriodDao
Does the same thing as VesselMasterPeriodDao.findVesselMasterPeriodByFishingVessel(fr.ifremer.allegro.referential.vessel.FishingVessel)
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.
findVesselMasterPeriodByFishingVessel
in interface VesselMasterPeriodDao
VesselMasterPeriodDao.findVesselMasterPeriodByFishingVessel(int, int, fr.ifremer.allegro.referential.vessel.FishingVessel)
public java.util.Collection findVesselMasterPeriodByFishingVessel(java.lang.String queryString, int pageNumber, int pageSize, FishingVessel fishingVessel)
VesselMasterPeriodDao
Does the same thing as VesselMasterPeriodDao.findVesselMasterPeriodByFishingVessel(String, fr.ifremer.allegro.referential.vessel.FishingVessel)
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.
findVesselMasterPeriodByFishingVessel
in interface VesselMasterPeriodDao
VesselMasterPeriodDao.findVesselMasterPeriodByFishingVessel(String, int, int, fr.ifremer.allegro.referential.vessel.FishingVessel)
public java.util.Collection findVesselMasterPeriodByFishingVessel(int transform, java.lang.String queryString, FishingVessel fishingVessel)
VesselMasterPeriodDao
Does the same thing as VesselMasterPeriodDao.findVesselMasterPeriodByFishingVessel(int, fr.ifremer.allegro.referential.vessel.FishingVessel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselMasterPeriodDao.findVesselMasterPeriodByFishingVessel(int, fr.ifremer.allegro.referential.vessel.FishingVessel fishingVessel)
.
findVesselMasterPeriodByFishingVessel
in interface VesselMasterPeriodDao
VesselMasterPeriodDao.findVesselMasterPeriodByFishingVessel(int, String, fr.ifremer.allegro.referential.vessel.FishingVessel)
public java.util.Collection findVesselMasterPeriodByFishingVessel(int transform, int pageNumber, int pageSize, FishingVessel fishingVessel)
VesselMasterPeriodDao
Does the same thing as VesselMasterPeriodDao.findVesselMasterPeriodByFishingVessel(int, fr.ifremer.allegro.referential.vessel.FishingVessel)
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.
findVesselMasterPeriodByFishingVessel
in interface VesselMasterPeriodDao
VesselMasterPeriodDao.findVesselMasterPeriodByFishingVessel(int, int, int, fr.ifremer.allegro.referential.vessel.FishingVessel)
public java.util.Collection findVesselMasterPeriodByFishingVessel(int transform, java.lang.String queryString, int pageNumber, int pageSize, FishingVessel fishingVessel)
VesselMasterPeriodDao
Does the same thing as VesselMasterPeriodDao.findVesselMasterPeriodByFishingVessel(int, String, fr.ifremer.allegro.referential.vessel.FishingVessel)
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.
findVesselMasterPeriodByFishingVessel
in interface VesselMasterPeriodDao
VesselMasterPeriodDao.findVesselMasterPeriodByFishingVessel(int, java.lang.String, int, int, fr.ifremer.allegro.referential.vessel.FishingVessel)
public VesselMasterPeriod findVesselMasterPeriodByIdentifiers(java.util.Date startDateTime, VesselMaster vesselMaster, FishingVessel fishingVessel)
findVesselMasterPeriodByIdentifiers
in interface VesselMasterPeriodDao
VesselMasterPeriodDao.findVesselMasterPeriodByIdentifiers(java.util.Date, fr.ifremer.allegro.referential.vessel.VesselMaster, fr.ifremer.allegro.referential.vessel.FishingVessel)
public java.lang.Object findVesselMasterPeriodByIdentifiers(int transform, java.util.Date startDateTime, VesselMaster vesselMaster, FishingVessel fishingVessel)
VesselMasterPeriodDao
Does the same thing as VesselMasterPeriodDao.findVesselMasterPeriodByIdentifiers(java.util.Date, fr.ifremer.allegro.referential.vessel.VesselMaster, fr.ifremer.allegro.referential.vessel.FishingVessel)
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.
findVesselMasterPeriodByIdentifiers
in interface VesselMasterPeriodDao
VesselMasterPeriodDao.findVesselMasterPeriodByIdentifiers(int, java.util.Date, fr.ifremer.allegro.referential.vessel.VesselMaster, fr.ifremer.allegro.referential.vessel.FishingVessel)
public VesselMasterPeriod findVesselMasterPeriodByIdentifiers(java.lang.String queryString, java.util.Date startDateTime, VesselMaster vesselMaster, FishingVessel fishingVessel)
VesselMasterPeriodDao
Does the same thing as VesselMasterPeriodDao.findVesselMasterPeriodByIdentifiers(java.util.Date, fr.ifremer.allegro.referential.vessel.VesselMaster, fr.ifremer.allegro.referential.vessel.FishingVessel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselMasterPeriodDao.findVesselMasterPeriodByIdentifiers(java.util.Date, fr.ifremer.allegro.referential.vessel.VesselMaster, fr.ifremer.allegro.referential.vessel.FishingVessel)
.
findVesselMasterPeriodByIdentifiers
in interface VesselMasterPeriodDao
VesselMasterPeriodDao.findVesselMasterPeriodByIdentifiers(java.lang.String, java.util.Date, fr.ifremer.allegro.referential.vessel.VesselMaster, fr.ifremer.allegro.referential.vessel.FishingVessel)
public java.lang.Object findVesselMasterPeriodByIdentifiers(int transform, java.lang.String queryString, java.util.Date startDateTime, VesselMaster vesselMaster, FishingVessel fishingVessel)
VesselMasterPeriodDao
Does the same thing as VesselMasterPeriodDao.findVesselMasterPeriodByIdentifiers(int, java.util.Date, fr.ifremer.allegro.referential.vessel.VesselMaster, fr.ifremer.allegro.referential.vessel.FishingVessel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselMasterPeriodDao.findVesselMasterPeriodByIdentifiers(int, java.util.Date startDateTime, fr.ifremer.allegro.referential.vessel.VesselMaster vesselMaster, fr.ifremer.allegro.referential.vessel.FishingVessel fishingVessel)
.
findVesselMasterPeriodByIdentifiers
in interface VesselMasterPeriodDao
VesselMasterPeriodDao.findVesselMasterPeriodByIdentifiers(int, java.lang.String, java.util.Date, fr.ifremer.allegro.referential.vessel.VesselMaster, fr.ifremer.allegro.referential.vessel.FishingVessel)
public VesselMasterPeriod findVesselMasterPeriodByNaturalId(java.util.Date startDateTime, VesselMaster vesselMaster, FishingVessel fishingVessel)
findVesselMasterPeriodByNaturalId
in interface VesselMasterPeriodDao
VesselMasterPeriodDao.findVesselMasterPeriodByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.VesselMaster, fr.ifremer.allegro.referential.vessel.FishingVessel)
public java.lang.Object findVesselMasterPeriodByNaturalId(int transform, java.util.Date startDateTime, VesselMaster vesselMaster, FishingVessel fishingVessel)
VesselMasterPeriodDao
Does the same thing as VesselMasterPeriodDao.findVesselMasterPeriodByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.VesselMaster, fr.ifremer.allegro.referential.vessel.FishingVessel)
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.
findVesselMasterPeriodByNaturalId
in interface VesselMasterPeriodDao
VesselMasterPeriodDao.findVesselMasterPeriodByNaturalId(int, java.util.Date, fr.ifremer.allegro.referential.vessel.VesselMaster, fr.ifremer.allegro.referential.vessel.FishingVessel)
public VesselMasterPeriod findVesselMasterPeriodByNaturalId(java.lang.String queryString, java.util.Date startDateTime, VesselMaster vesselMaster, FishingVessel fishingVessel)
VesselMasterPeriodDao
Does the same thing as VesselMasterPeriodDao.findVesselMasterPeriodByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.VesselMaster, fr.ifremer.allegro.referential.vessel.FishingVessel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselMasterPeriodDao.findVesselMasterPeriodByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.VesselMaster, fr.ifremer.allegro.referential.vessel.FishingVessel)
.
findVesselMasterPeriodByNaturalId
in interface VesselMasterPeriodDao
VesselMasterPeriodDao.findVesselMasterPeriodByNaturalId(java.lang.String, java.util.Date, fr.ifremer.allegro.referential.vessel.VesselMaster, fr.ifremer.allegro.referential.vessel.FishingVessel)
public java.lang.Object findVesselMasterPeriodByNaturalId(int transform, java.lang.String queryString, java.util.Date startDateTime, VesselMaster vesselMaster, FishingVessel fishingVessel)
VesselMasterPeriodDao
Does the same thing as VesselMasterPeriodDao.findVesselMasterPeriodByNaturalId(int, java.util.Date, fr.ifremer.allegro.referential.vessel.VesselMaster, fr.ifremer.allegro.referential.vessel.FishingVessel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselMasterPeriodDao.findVesselMasterPeriodByNaturalId(int, java.util.Date startDateTime, fr.ifremer.allegro.referential.vessel.VesselMaster vesselMaster, fr.ifremer.allegro.referential.vessel.FishingVessel fishingVessel)
.
findVesselMasterPeriodByNaturalId
in interface VesselMasterPeriodDao
VesselMasterPeriodDao.findVesselMasterPeriodByNaturalId(int, java.lang.String, java.util.Date, fr.ifremer.allegro.referential.vessel.VesselMaster, fr.ifremer.allegro.referential.vessel.FishingVessel)
public VesselMasterPeriod createFromClusterVesselMasterPeriod(ClusterVesselMasterPeriod clusterVesselMasterPeriod)
createFromClusterVesselMasterPeriod
in interface VesselMasterPeriodDao
VesselMasterPeriodDao.createFromClusterVesselMasterPeriod(fr.ifremer.allegro.referential.vessel.generic.cluster.ClusterVesselMasterPeriod)
protected abstract VesselMasterPeriod handleCreateFromClusterVesselMasterPeriod(ClusterVesselMasterPeriod clusterVesselMasterPeriod) throws java.lang.Exception
createFromClusterVesselMasterPeriod(fr.ifremer.allegro.referential.vessel.generic.cluster.ClusterVesselMasterPeriod)
java.lang.Exception
protected java.lang.Object transformEntity(int transform, VesselMasterPeriod entity)
transform
flag is set to one of the constants defined in fr.ifremer.allegro.referential.vessel.VesselMasterPeriodDao
, please note
that the VesselMasterPeriodDao.TRANSFORM_NONE
constant denotes no transformation, so the entity itself
will be returned.
This method will return instances of these types:
VesselMasterPeriod
- VesselMasterPeriodDao.TRANSFORM_NONE
RemoteVesselMasterPeriodFullVO
- TRANSFORM_REMOTEVESSELMASTERPERIODFULLVO
RemoteVesselMasterPeriodNaturalId
- TRANSFORM_REMOTEVESSELMASTERPERIODNATURALID
ClusterVesselMasterPeriod
- TRANSFORM_CLUSTERVESSELMASTERPERIOD
VesselMasterPeriodDao.TRANSFORM_NONE
is assumed.
transform
- one of the constants declared in VesselMasterPeriodDao
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.referential.vessel.VesselMasterPeriod)
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.referential.vessel.VesselMasterPeriodDao
entities
- the collection of entities to transformtransformEntity(int,fr.ifremer.allegro.referential.vessel.VesselMasterPeriod)
protected VesselMasterPeriod toEntity(java.lang.Object[] row)
public final void toRemoteVesselMasterPeriodFullVOCollection(java.util.Collection entities)
VesselMasterPeriodDao
RemoteVesselMasterPeriodFullVO
.
toRemoteVesselMasterPeriodFullVOCollection
in interface VesselMasterPeriodDao
VesselMasterPeriodDao.toRemoteVesselMasterPeriodFullVOCollection(java.util.Collection)
public final RemoteVesselMasterPeriodFullVO[] toRemoteVesselMasterPeriodFullVOArray(java.util.Collection entities)
VesselMasterPeriodDao
RemoteVesselMasterPeriodFullVO
.
toRemoteVesselMasterPeriodFullVOArray
in interface VesselMasterPeriodDao
VesselMasterPeriodDao.toRemoteVesselMasterPeriodFullVOArray(java.util.Collection)
protected RemoteVesselMasterPeriodFullVO toRemoteVesselMasterPeriodFullVO(java.lang.Object[] row)
VesselMasterPeriodDaoImpl
class if you intend to use reporting queries.
VesselMasterPeriodDao.toRemoteVesselMasterPeriodFullVO(fr.ifremer.allegro.referential.vessel.VesselMasterPeriod)
public final void remoteVesselMasterPeriodFullVOToEntityCollection(java.util.Collection instances)
VesselMasterPeriodDao
RemoteVesselMasterPeriodFullVO
to this
DAO's entity.
remoteVesselMasterPeriodFullVOToEntityCollection
in interface VesselMasterPeriodDao
VesselMasterPeriodDao.remoteVesselMasterPeriodFullVOToEntityCollection(java.util.Collection)
public void toRemoteVesselMasterPeriodFullVO(VesselMasterPeriod source, RemoteVesselMasterPeriodFullVO target)
VesselMasterPeriodDao
toRemoteVesselMasterPeriodFullVO
in interface VesselMasterPeriodDao
VesselMasterPeriodDao.toRemoteVesselMasterPeriodFullVO(fr.ifremer.allegro.referential.vessel.VesselMasterPeriod, fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselMasterPeriodFullVO)
public RemoteVesselMasterPeriodFullVO toRemoteVesselMasterPeriodFullVO(VesselMasterPeriod entity)
VesselMasterPeriodDao
RemoteVesselMasterPeriodFullVO
.
toRemoteVesselMasterPeriodFullVO
in interface VesselMasterPeriodDao
VesselMasterPeriodDao.toRemoteVesselMasterPeriodFullVO(fr.ifremer.allegro.referential.vessel.VesselMasterPeriod)
public void remoteVesselMasterPeriodFullVOToEntity(RemoteVesselMasterPeriodFullVO source, VesselMasterPeriod target, boolean copyIfNull)
VesselMasterPeriodDao
RemoteVesselMasterPeriodFullVO
to the specified entity.
remoteVesselMasterPeriodFullVOToEntity
in interface VesselMasterPeriodDao
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.vessel.VesselMasterPeriodDao#remoteVesselMasterPeriodFullVOToEntity(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselMasterPeriodFullVO, fr.ifremer.allegro.referential.vessel.VesselMasterPeriod)
public final void toRemoteVesselMasterPeriodNaturalIdCollection(java.util.Collection entities)
VesselMasterPeriodDao
RemoteVesselMasterPeriodNaturalId
.
toRemoteVesselMasterPeriodNaturalIdCollection
in interface VesselMasterPeriodDao
VesselMasterPeriodDao.toRemoteVesselMasterPeriodNaturalIdCollection(java.util.Collection)
public final RemoteVesselMasterPeriodNaturalId[] toRemoteVesselMasterPeriodNaturalIdArray(java.util.Collection entities)
VesselMasterPeriodDao
RemoteVesselMasterPeriodNaturalId
.
toRemoteVesselMasterPeriodNaturalIdArray
in interface VesselMasterPeriodDao
VesselMasterPeriodDao.toRemoteVesselMasterPeriodNaturalIdArray(java.util.Collection)
protected RemoteVesselMasterPeriodNaturalId toRemoteVesselMasterPeriodNaturalId(java.lang.Object[] row)
VesselMasterPeriodDaoImpl
class if you intend to use reporting queries.
VesselMasterPeriodDao.toRemoteVesselMasterPeriodNaturalId(fr.ifremer.allegro.referential.vessel.VesselMasterPeriod)
public final void remoteVesselMasterPeriodNaturalIdToEntityCollection(java.util.Collection instances)
VesselMasterPeriodDao
RemoteVesselMasterPeriodNaturalId
to this
DAO's entity.
remoteVesselMasterPeriodNaturalIdToEntityCollection
in interface VesselMasterPeriodDao
VesselMasterPeriodDao.remoteVesselMasterPeriodNaturalIdToEntityCollection(java.util.Collection)
public void toRemoteVesselMasterPeriodNaturalId(VesselMasterPeriod source, RemoteVesselMasterPeriodNaturalId target)
VesselMasterPeriodDao
toRemoteVesselMasterPeriodNaturalId
in interface VesselMasterPeriodDao
VesselMasterPeriodDao.toRemoteVesselMasterPeriodNaturalId(fr.ifremer.allegro.referential.vessel.VesselMasterPeriod, fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselMasterPeriodNaturalId)
public RemoteVesselMasterPeriodNaturalId toRemoteVesselMasterPeriodNaturalId(VesselMasterPeriod entity)
VesselMasterPeriodDao
RemoteVesselMasterPeriodNaturalId
.
toRemoteVesselMasterPeriodNaturalId
in interface VesselMasterPeriodDao
VesselMasterPeriodDao.toRemoteVesselMasterPeriodNaturalId(fr.ifremer.allegro.referential.vessel.VesselMasterPeriod)
public void remoteVesselMasterPeriodNaturalIdToEntity(RemoteVesselMasterPeriodNaturalId source, VesselMasterPeriod target, boolean copyIfNull)
VesselMasterPeriodDao
RemoteVesselMasterPeriodNaturalId
to the specified entity.
remoteVesselMasterPeriodNaturalIdToEntity
in interface VesselMasterPeriodDao
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.vessel.VesselMasterPeriodDao#remoteVesselMasterPeriodNaturalIdToEntity(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselMasterPeriodNaturalId, fr.ifremer.allegro.referential.vessel.VesselMasterPeriod)
public final void toClusterVesselMasterPeriodCollection(java.util.Collection entities)
VesselMasterPeriodDao
ClusterVesselMasterPeriod
.
toClusterVesselMasterPeriodCollection
in interface VesselMasterPeriodDao
VesselMasterPeriodDao.toClusterVesselMasterPeriodCollection(java.util.Collection)
public final ClusterVesselMasterPeriod[] toClusterVesselMasterPeriodArray(java.util.Collection entities)
VesselMasterPeriodDao
ClusterVesselMasterPeriod
.
toClusterVesselMasterPeriodArray
in interface VesselMasterPeriodDao
VesselMasterPeriodDao.toClusterVesselMasterPeriodArray(java.util.Collection)
protected ClusterVesselMasterPeriod toClusterVesselMasterPeriod(java.lang.Object[] row)
VesselMasterPeriodDaoImpl
class if you intend to use reporting queries.
VesselMasterPeriodDao.toClusterVesselMasterPeriod(fr.ifremer.allegro.referential.vessel.VesselMasterPeriod)
public final void clusterVesselMasterPeriodToEntityCollection(java.util.Collection instances)
VesselMasterPeriodDao
ClusterVesselMasterPeriod
to this
DAO's entity.
clusterVesselMasterPeriodToEntityCollection
in interface VesselMasterPeriodDao
VesselMasterPeriodDao.clusterVesselMasterPeriodToEntityCollection(java.util.Collection)
public void toClusterVesselMasterPeriod(VesselMasterPeriod source, ClusterVesselMasterPeriod target)
VesselMasterPeriodDao
toClusterVesselMasterPeriod
in interface VesselMasterPeriodDao
VesselMasterPeriodDao.toClusterVesselMasterPeriod(fr.ifremer.allegro.referential.vessel.VesselMasterPeriod, fr.ifremer.allegro.referential.vessel.generic.cluster.ClusterVesselMasterPeriod)
public ClusterVesselMasterPeriod toClusterVesselMasterPeriod(VesselMasterPeriod entity)
VesselMasterPeriodDao
ClusterVesselMasterPeriod
.
toClusterVesselMasterPeriod
in interface VesselMasterPeriodDao
VesselMasterPeriodDao.toClusterVesselMasterPeriod(fr.ifremer.allegro.referential.vessel.VesselMasterPeriod)
public void clusterVesselMasterPeriodToEntity(ClusterVesselMasterPeriod source, VesselMasterPeriod target, boolean copyIfNull)
VesselMasterPeriodDao
ClusterVesselMasterPeriod
to the specified entity.
clusterVesselMasterPeriodToEntity
in interface VesselMasterPeriodDao
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.vessel.VesselMasterPeriodDao#clusterVesselMasterPeriodToEntity(fr.ifremer.allegro.referential.vessel.generic.cluster.ClusterVesselMasterPeriod, fr.ifremer.allegro.referential.vessel.VesselMasterPeriod)
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)
VesselMasterPeriodDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface VesselMasterPeriodDao
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.VesselMasterPeriodDao.search(int, int, int, fr.ifremer.allegro.Search)
public PaginationResult search(int pageNumber, int pageSize, Search search)
VesselMasterPeriodDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface VesselMasterPeriodDao
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.VesselMasterPeriodDao.search(int, int, fr.ifremer.allegro.Search)
public java.util.Set search(int transform, Search search)
VesselMasterPeriodDao
VesselMasterPeriodDao.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 VesselMasterPeriodDao
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
VesselMasterPeriodDao.search(int, fr.ifremer.allegro.Search)
public java.util.Set search(Search search)
VesselMasterPeriodDao
search
object.
search
in interface VesselMasterPeriodDao
search
- the search object which provides the search parameters and pagination specification.
VesselMasterPeriodDao.search(fr.ifremer.allegro.Search)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |