|
||||||||||
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.VesselOwnerPeriodDaoBase
public abstract class VesselOwnerPeriodDaoBase
Base Spring DAO Class: is able to create, update, remove, load, and find
objects of type fr.ifremer.allegro.referential.vessel.VesselOwnerPeriod
.
VesselOwnerPeriod
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.referential.vessel.VesselOwnerPeriodDao |
---|
TRANSFORM_CLUSTERVESSELOWNERPERIOD, TRANSFORM_NONE, TRANSFORM_REMOTEVESSELOWNERPERIODFULLVO, TRANSFORM_REMOTEVESSELOWNERPERIODNATURALID |
Constructor Summary | |
---|---|
VesselOwnerPeriodDaoBase()
|
Method Summary | |
---|---|
void |
clusterVesselOwnerPeriodToEntity(ClusterVesselOwnerPeriod source,
VesselOwnerPeriod target,
boolean copyIfNull)
Copies the fields of ClusterVesselOwnerPeriod to the specified entity. |
void |
clusterVesselOwnerPeriodToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterVesselOwnerPeriod to this
DAO's entity. |
java.util.Collection |
create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.referential.vessel.VesselOwnerPeriod and adds from the passed in entities collection |
VesselOwnerPeriod |
create(java.util.Date startDateTime,
java.util.Date endDateTime,
VesselOwner vesselOwner,
Vessel vessel)
Creates a new fr.ifremer.allegro.referential.vessel.VesselOwnerPeriod
instance from all attributes and
properties and adds it to the persistent store. |
VesselOwnerPeriod |
create(java.util.Date startDateTime,
Vessel vessel,
VesselOwner vesselOwner)
Creates a new fr.ifremer.allegro.referential.vessel.VesselOwnerPeriod
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 VesselOwnerPeriodDao.create(fr.ifremer.allegro.referential.vessel.VesselOwnerPeriod) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.util.Date startDateTime,
java.util.Date endDateTime,
VesselOwner vesselOwner,
Vessel vessel)
Does the same thing as VesselOwnerPeriodDao.create(java.util.Date,java.util.Date,fr.ifremer.allegro.referential.vessel.VesselOwner,fr.ifremer.allegro.referential.vessel.Vessel) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.util.Date startDateTime,
Vessel vessel,
VesselOwner vesselOwner)
Does the same thing as VesselOwnerPeriodDao.create(java.util.Date,fr.ifremer.allegro.referential.vessel.Vessel,fr.ifremer.allegro.referential.vessel.VesselOwner) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
VesselOwnerPeriod vesselOwnerPeriod)
Does the same thing as VesselOwnerPeriodDao.create(fr.ifremer.allegro.referential.vessel.VesselOwnerPeriod) with an
additional flag called transform . |
VesselOwnerPeriod |
create(VesselOwnerPeriod vesselOwnerPeriod)
Creates an instance of fr.ifremer.allegro.referential.vessel.VesselOwnerPeriod and adds it to the persistent store. |
VesselOwnerPeriod |
createFromClusterVesselOwnerPeriod(ClusterVesselOwnerPeriod clusterVesselOwnerPeriod)
|
java.lang.Object |
findVesselOwnerPeriodByIdentifiers(int transform,
java.lang.String queryString,
VesselOwner vesselOwner,
java.util.Date startDateTime,
Vessel vessel)
Does the same thing as VesselOwnerPeriodDao.findVesselOwnerPeriodByIdentifiers(int, fr.ifremer.allegro.referential.vessel.VesselOwner, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional argument called queryString . |
java.lang.Object |
findVesselOwnerPeriodByIdentifiers(int transform,
VesselOwner vesselOwner,
java.util.Date startDateTime,
Vessel vessel)
Does the same thing as VesselOwnerPeriodDao.findVesselOwnerPeriodByIdentifiers(fr.ifremer.allegro.referential.vessel.VesselOwner, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional flag called transform . |
VesselOwnerPeriod |
findVesselOwnerPeriodByIdentifiers(java.lang.String queryString,
VesselOwner vesselOwner,
java.util.Date startDateTime,
Vessel vessel)
Does the same thing as VesselOwnerPeriodDao.findVesselOwnerPeriodByIdentifiers(fr.ifremer.allegro.referential.vessel.VesselOwner, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional argument called queryString . |
VesselOwnerPeriod |
findVesselOwnerPeriodByIdentifiers(VesselOwner vesselOwner,
java.util.Date startDateTime,
Vessel vessel)
|
java.lang.Object |
findVesselOwnerPeriodByNaturalId(int transform,
java.lang.String queryString,
VesselOwner vesselOwner,
java.util.Date startDateTime,
Vessel vessel)
Does the same thing as VesselOwnerPeriodDao.findVesselOwnerPeriodByNaturalId(int, fr.ifremer.allegro.referential.vessel.VesselOwner, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional argument called queryString . |
java.lang.Object |
findVesselOwnerPeriodByNaturalId(int transform,
VesselOwner vesselOwner,
java.util.Date startDateTime,
Vessel vessel)
Does the same thing as VesselOwnerPeriodDao.findVesselOwnerPeriodByNaturalId(fr.ifremer.allegro.referential.vessel.VesselOwner, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional flag called transform . |
VesselOwnerPeriod |
findVesselOwnerPeriodByNaturalId(java.lang.String queryString,
VesselOwner vesselOwner,
java.util.Date startDateTime,
Vessel vessel)
Does the same thing as VesselOwnerPeriodDao.findVesselOwnerPeriodByNaturalId(fr.ifremer.allegro.referential.vessel.VesselOwner, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional argument called queryString . |
VesselOwnerPeriod |
findVesselOwnerPeriodByNaturalId(VesselOwner vesselOwner,
java.util.Date startDateTime,
Vessel vessel)
|
java.util.Collection |
findVesselOwnerPeriodByStartDateTime(java.util.Date startDateTime)
|
java.util.Collection |
findVesselOwnerPeriodByStartDateTime(int transform,
java.util.Date startDateTime)
Does the same thing as VesselOwnerPeriodDao.findVesselOwnerPeriodByStartDateTime(java.util.Date) with an
additional flag called transform . |
java.util.Collection |
findVesselOwnerPeriodByStartDateTime(int pageNumber,
int pageSize,
java.util.Date startDateTime)
Does the same thing as VesselOwnerPeriodDao.findVesselOwnerPeriodByStartDateTime(java.util.Date) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselOwnerPeriodByStartDateTime(int transform,
int pageNumber,
int pageSize,
java.util.Date startDateTime)
Does the same thing as VesselOwnerPeriodDao.findVesselOwnerPeriodByStartDateTime(int, java.util.Date) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselOwnerPeriodByStartDateTime(int transform,
java.lang.String queryString,
java.util.Date startDateTime)
Does the same thing as VesselOwnerPeriodDao.findVesselOwnerPeriodByStartDateTime(int, java.util.Date) with an
additional argument called queryString . |
java.util.Collection |
findVesselOwnerPeriodByStartDateTime(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
java.util.Date startDateTime)
Does the same thing as VesselOwnerPeriodDao.findVesselOwnerPeriodByStartDateTime(int, String, java.util.Date) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselOwnerPeriodByStartDateTime(java.lang.String queryString,
java.util.Date startDateTime)
Does the same thing as VesselOwnerPeriodDao.findVesselOwnerPeriodByStartDateTime(java.util.Date) with an
additional argument called queryString . |
java.util.Collection |
findVesselOwnerPeriodByStartDateTime(java.lang.String queryString,
int pageNumber,
int pageSize,
java.util.Date startDateTime)
Does the same thing as VesselOwnerPeriodDao.findVesselOwnerPeriodByStartDateTime(String, java.util.Date) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselOwnerPeriodByVessel(int transform,
int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as VesselOwnerPeriodDao.findVesselOwnerPeriodByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselOwnerPeriodByVessel(int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as VesselOwnerPeriodDao.findVesselOwnerPeriodByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselOwnerPeriodByVessel(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as VesselOwnerPeriodDao.findVesselOwnerPeriodByVessel(int, String, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselOwnerPeriodByVessel(int transform,
java.lang.String queryString,
Vessel vessel)
Does the same thing as VesselOwnerPeriodDao.findVesselOwnerPeriodByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional argument called queryString . |
java.util.Collection |
findVesselOwnerPeriodByVessel(int transform,
Vessel vessel)
Does the same thing as VesselOwnerPeriodDao.findVesselOwnerPeriodByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an
additional flag called transform . |
java.util.Collection |
findVesselOwnerPeriodByVessel(java.lang.String queryString,
int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as VesselOwnerPeriodDao.findVesselOwnerPeriodByVessel(String, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselOwnerPeriodByVessel(java.lang.String queryString,
Vessel vessel)
Does the same thing as VesselOwnerPeriodDao.findVesselOwnerPeriodByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an
additional argument called queryString . |
java.util.Collection |
findVesselOwnerPeriodByVessel(Vessel vessel)
|
java.util.Collection |
findVesselOwnerPeriodByVesselOwner(int transform,
int pageNumber,
int pageSize,
VesselOwner vesselOwner)
Does the same thing as VesselOwnerPeriodDao.findVesselOwnerPeriodByVesselOwner(int, fr.ifremer.allegro.referential.vessel.VesselOwner) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselOwnerPeriodByVesselOwner(int pageNumber,
int pageSize,
VesselOwner vesselOwner)
Does the same thing as VesselOwnerPeriodDao.findVesselOwnerPeriodByVesselOwner(fr.ifremer.allegro.referential.vessel.VesselOwner) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselOwnerPeriodByVesselOwner(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
VesselOwner vesselOwner)
Does the same thing as VesselOwnerPeriodDao.findVesselOwnerPeriodByVesselOwner(int, String, fr.ifremer.allegro.referential.vessel.VesselOwner) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselOwnerPeriodByVesselOwner(int transform,
java.lang.String queryString,
VesselOwner vesselOwner)
Does the same thing as VesselOwnerPeriodDao.findVesselOwnerPeriodByVesselOwner(int, fr.ifremer.allegro.referential.vessel.VesselOwner) with an
additional argument called queryString . |
java.util.Collection |
findVesselOwnerPeriodByVesselOwner(int transform,
VesselOwner vesselOwner)
Does the same thing as VesselOwnerPeriodDao.findVesselOwnerPeriodByVesselOwner(fr.ifremer.allegro.referential.vessel.VesselOwner) with an
additional flag called transform . |
java.util.Collection |
findVesselOwnerPeriodByVesselOwner(java.lang.String queryString,
int pageNumber,
int pageSize,
VesselOwner vesselOwner)
Does the same thing as VesselOwnerPeriodDao.findVesselOwnerPeriodByVesselOwner(String, fr.ifremer.allegro.referential.vessel.VesselOwner) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselOwnerPeriodByVesselOwner(java.lang.String queryString,
VesselOwner vesselOwner)
Does the same thing as VesselOwnerPeriodDao.findVesselOwnerPeriodByVesselOwner(fr.ifremer.allegro.referential.vessel.VesselOwner) with an
additional argument called queryString . |
java.util.Collection |
findVesselOwnerPeriodByVesselOwner(VesselOwner vesselOwner)
|
java.util.Collection |
getAllVesselOwnerPeriod()
|
java.util.Collection |
getAllVesselOwnerPeriod(int transform)
Does the same thing as VesselOwnerPeriodDao.getAllVesselOwnerPeriod() with an
additional flag called transform . |
java.util.Collection |
getAllVesselOwnerPeriod(int pageNumber,
int pageSize)
Does the same thing as VesselOwnerPeriodDao.getAllVesselOwnerPeriod() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllVesselOwnerPeriod(int transform,
int pageNumber,
int pageSize)
Does the same thing as VesselOwnerPeriodDao.getAllVesselOwnerPeriod(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllVesselOwnerPeriod(int transform,
java.lang.String queryString)
Does the same thing as VesselOwnerPeriodDao.getAllVesselOwnerPeriod(int) with an
additional argument called queryString . |
java.util.Collection |
getAllVesselOwnerPeriod(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as VesselOwnerPeriodDao.getAllVesselOwnerPeriod(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllVesselOwnerPeriod(java.lang.String queryString)
Does the same thing as VesselOwnerPeriodDao.getAllVesselOwnerPeriod() with an
additional argument called queryString . |
java.util.Collection |
getAllVesselOwnerPeriod(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as VesselOwnerPeriodDao.getAllVesselOwnerPeriod(String) with an
additional two arguments called pageNumber and pageSize . |
protected java.security.Principal |
getPrincipal()
Gets the current principal if one has been set,
otherwise returns null . |
protected VesselDao |
getVesselDao()
Gets the reference to vesselDao . |
protected VesselOwnerDao |
getVesselOwnerDao()
Gets the reference to vesselOwnerDao . |
protected abstract VesselOwnerPeriod |
handleCreateFromClusterVesselOwnerPeriod(ClusterVesselOwnerPeriod clusterVesselOwnerPeriod)
Performs the core logic for createFromClusterVesselOwnerPeriod(fr.ifremer.allegro.referential.vessel.generic.cluster.ClusterVesselOwnerPeriod) |
VesselOwnerPeriod |
load(java.util.Date startDateTime,
VesselOwner vesselOwner,
Vessel vessel)
Loads an instance of fr.ifremer.allegro.referential.vessel.VesselOwnerPeriod from the persistent store. |
java.lang.Object |
load(int transform,
java.util.Date startDateTime,
VesselOwner vesselOwner,
Vessel vessel)
Does the same thing as VesselOwnerPeriodDao.load(java.util.Date,fr.ifremer.allegro.referential.vessel.VesselOwner,fr.ifremer.allegro.referential.vessel.Vessel) with an
additional flag called transform . |
java.util.Collection |
loadAll()
Loads all entities of type VesselOwnerPeriod . |
java.util.Collection |
loadAll(int transform)
Does the same thing as VesselOwnerPeriodDao.loadAll() with an
additional flag called transform . |
java.util.Collection |
loadAll(int pageNumber,
int pageSize)
Does the same thing as VesselOwnerPeriodDao.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 VesselOwnerPeriodDao.loadAll(int) with an
additional two arguments called pageNumber and pageSize . |
void |
remoteVesselOwnerPeriodFullVOToEntity(RemoteVesselOwnerPeriodFullVO source,
VesselOwnerPeriod target,
boolean copyIfNull)
Copies the fields of RemoteVesselOwnerPeriodFullVO to the specified entity. |
void |
remoteVesselOwnerPeriodFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteVesselOwnerPeriodFullVO to this
DAO's entity. |
void |
remoteVesselOwnerPeriodNaturalIdToEntity(RemoteVesselOwnerPeriodNaturalId source,
VesselOwnerPeriod target,
boolean copyIfNull)
Copies the fields of RemoteVesselOwnerPeriodNaturalId to the specified entity. |
void |
remoteVesselOwnerPeriodNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteVesselOwnerPeriodNaturalId to this
DAO's entity. |
void |
remove(java.util.Collection entities)
Removes all entities in the given entities |
void |
remove(java.util.Date startDateTime,
VesselOwner vesselOwner,
Vessel vessel)
Removes the instance of fr.ifremer.allegro.referential.vessel.VesselOwnerPeriod having the given identifiers from the persistent store. |
void |
remove(VesselOwnerPeriod vesselOwnerPeriod)
Removes the instance of fr.ifremer.allegro.referential.vessel.VesselOwnerPeriod 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 VesselOwnerPeriodDao.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 |
setVesselDao(VesselDao vesselDao)
Sets the reference to vesselDao . |
void |
setVesselOwnerDao(VesselOwnerDao vesselOwnerDao)
Sets the reference to vesselOwnerDao . |
protected ClusterVesselOwnerPeriod |
toClusterVesselOwnerPeriod(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
ClusterVesselOwnerPeriod |
toClusterVesselOwnerPeriod(VesselOwnerPeriod entity)
Converts this DAO's entity to an object of type ClusterVesselOwnerPeriod . |
void |
toClusterVesselOwnerPeriod(VesselOwnerPeriod source,
ClusterVesselOwnerPeriod target)
Copies the fields of the specified entity to the target value object. |
ClusterVesselOwnerPeriod[] |
toClusterVesselOwnerPeriodArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterVesselOwnerPeriod . |
void |
toClusterVesselOwnerPeriodCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterVesselOwnerPeriod . |
protected VesselOwnerPeriod |
toEntity(java.lang.Object[] row)
|
protected RemoteVesselOwnerPeriodFullVO |
toRemoteVesselOwnerPeriodFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteVesselOwnerPeriodFullVO |
toRemoteVesselOwnerPeriodFullVO(VesselOwnerPeriod entity)
Converts this DAO's entity to an object of type RemoteVesselOwnerPeriodFullVO . |
void |
toRemoteVesselOwnerPeriodFullVO(VesselOwnerPeriod source,
RemoteVesselOwnerPeriodFullVO target)
Copies the fields of the specified entity to the target value object. |
RemoteVesselOwnerPeriodFullVO[] |
toRemoteVesselOwnerPeriodFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteVesselOwnerPeriodFullVO . |
void |
toRemoteVesselOwnerPeriodFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteVesselOwnerPeriodFullVO . |
protected RemoteVesselOwnerPeriodNaturalId |
toRemoteVesselOwnerPeriodNaturalId(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteVesselOwnerPeriodNaturalId |
toRemoteVesselOwnerPeriodNaturalId(VesselOwnerPeriod entity)
Converts this DAO's entity to an object of type RemoteVesselOwnerPeriodNaturalId . |
void |
toRemoteVesselOwnerPeriodNaturalId(VesselOwnerPeriod source,
RemoteVesselOwnerPeriodNaturalId target)
Copies the fields of the specified entity to the target value object. |
RemoteVesselOwnerPeriodNaturalId[] |
toRemoteVesselOwnerPeriodNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteVesselOwnerPeriodNaturalId . |
void |
toRemoteVesselOwnerPeriodNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteVesselOwnerPeriodNaturalId . |
protected void |
transformEntities(int transform,
java.util.Collection entities)
Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.referential.vessel.VesselOwnerPeriod)
method. |
protected java.lang.Object |
transformEntity(int transform,
VesselOwnerPeriod 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.VesselOwnerPeriodDao , please note
that the VesselOwnerPeriodDao.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(VesselOwnerPeriod vesselOwnerPeriod)
Updates the vesselOwnerPeriod 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.VesselOwnerPeriodDao |
---|
clusterVesselOwnerPeriodToEntity, remoteVesselOwnerPeriodFullVOToEntity, remoteVesselOwnerPeriodNaturalIdToEntity |
Constructor Detail |
---|
public VesselOwnerPeriodDaoBase()
Method Detail |
---|
public void setVesselOwnerDao(VesselOwnerDao vesselOwnerDao)
vesselOwnerDao
.
protected VesselOwnerDao getVesselOwnerDao()
vesselOwnerDao
.
public void setVesselDao(VesselDao vesselDao)
vesselDao
.
protected VesselDao getVesselDao()
vesselDao
.
public java.lang.Object load(int transform, java.util.Date startDateTime, VesselOwner vesselOwner, Vessel vessel)
VesselOwnerPeriodDao
Does the same thing as VesselOwnerPeriodDao.load(java.util.Date,fr.ifremer.allegro.referential.vessel.VesselOwner,fr.ifremer.allegro.referential.vessel.Vessel)
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 VesselOwnerPeriodDao
startDateTime
- identifier of the entity to loadvesselOwner
- identifier of the entity to loadvessel
- identifier of the entity to load
VesselOwnerPeriodDao.load(int, java.util.Date,fr.ifremer.allegro.referential.vessel.VesselOwner,fr.ifremer.allegro.referential.vessel.Vessel)
public VesselOwnerPeriod load(java.util.Date startDateTime, VesselOwner vesselOwner, Vessel vessel)
VesselOwnerPeriodDao
load
in interface VesselOwnerPeriodDao
VesselOwnerPeriodDao.load(java.util.Date,fr.ifremer.allegro.referential.vessel.VesselOwner,fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection loadAll()
VesselOwnerPeriodDao
VesselOwnerPeriod
.
loadAll
in interface VesselOwnerPeriodDao
VesselOwnerPeriodDao.loadAll()
public java.util.Collection loadAll(int transform)
VesselOwnerPeriodDao
Does the same thing as VesselOwnerPeriodDao.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 VesselOwnerPeriodDao
transform
- the flag indicating what transformation to use.
VesselOwnerPeriodDao.loadAll(int)
public java.util.Collection loadAll(int pageNumber, int pageSize)
VesselOwnerPeriodDao
Does the same thing as VesselOwnerPeriodDao.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 VesselOwnerPeriodDao
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
VesselOwnerPeriodDao.loadAll(int, int)
public java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
VesselOwnerPeriodDao
Does the same thing as VesselOwnerPeriodDao.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 VesselOwnerPeriodDao
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.
VesselOwnerPeriodDao.loadAll(int, int, int)
public VesselOwnerPeriod create(VesselOwnerPeriod vesselOwnerPeriod)
VesselOwnerPeriodDao
create
in interface VesselOwnerPeriodDao
VesselOwnerPeriodDao.create(fr.ifremer.allegro.referential.vessel.VesselOwnerPeriod)
public java.lang.Object create(int transform, VesselOwnerPeriod vesselOwnerPeriod)
VesselOwnerPeriodDao
Does the same thing as VesselOwnerPeriodDao.create(fr.ifremer.allegro.referential.vessel.VesselOwnerPeriod)
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 VesselOwnerPeriodDao
VesselOwnerPeriodDao.create(int transform, fr.ifremer.allegro.referential.vessel.VesselOwnerPeriod)
public java.util.Collection create(java.util.Collection entities)
VesselOwnerPeriodDao
entities
collection
create
in interface VesselOwnerPeriodDao
entities
- the collection of fr.ifremer.allegro.referential.vessel.VesselOwnerPeriod
instances to create.
VesselOwnerPeriodDao.create(java.util.Collection)
public java.util.Collection create(int transform, java.util.Collection entities)
VesselOwnerPeriodDao
Does the same thing as VesselOwnerPeriodDao.create(fr.ifremer.allegro.referential.vessel.VesselOwnerPeriod)
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 VesselOwnerPeriodDao
VesselOwnerPeriodDao.create(int, java.util.Collection)
public VesselOwnerPeriod create(java.util.Date startDateTime, java.util.Date endDateTime, VesselOwner vesselOwner, Vessel vessel)
VesselOwnerPeriodDao
Creates a new fr.ifremer.allegro.referential.vessel.VesselOwnerPeriod
instance from all attributes and
properties and adds it to the persistent store.
create
in interface VesselOwnerPeriodDao
VesselOwnerPeriodDao.create(java.util.Date,java.util.Date,fr.ifremer.allegro.referential.vessel.VesselOwner,fr.ifremer.allegro.referential.vessel.Vessel)
public java.lang.Object create(int transform, java.util.Date startDateTime, java.util.Date endDateTime, VesselOwner vesselOwner, Vessel vessel)
VesselOwnerPeriodDao
Does the same thing as VesselOwnerPeriodDao.create(java.util.Date,java.util.Date,fr.ifremer.allegro.referential.vessel.VesselOwner,fr.ifremer.allegro.referential.vessel.Vessel)
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 VesselOwnerPeriodDao
VesselOwnerPeriodDao.create(int, java.util.Date,java.util.Date,fr.ifremer.allegro.referential.vessel.VesselOwner,fr.ifremer.allegro.referential.vessel.Vessel)
public VesselOwnerPeriod create(java.util.Date startDateTime, Vessel vessel, VesselOwner vesselOwner)
VesselOwnerPeriodDao
Creates a new fr.ifremer.allegro.referential.vessel.VesselOwnerPeriod
instance from only required properties (attributes
and association ends) and adds it to the persistent store.
create
in interface VesselOwnerPeriodDao
VesselOwnerPeriodDao.create(java.util.Date,fr.ifremer.allegro.referential.vessel.Vessel,fr.ifremer.allegro.referential.vessel.VesselOwner)
public java.lang.Object create(int transform, java.util.Date startDateTime, Vessel vessel, VesselOwner vesselOwner)
VesselOwnerPeriodDao
Does the same thing as VesselOwnerPeriodDao.create(java.util.Date,fr.ifremer.allegro.referential.vessel.Vessel,fr.ifremer.allegro.referential.vessel.VesselOwner)
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 VesselOwnerPeriodDao
VesselOwnerPeriodDao.create(int, java.util.Date,fr.ifremer.allegro.referential.vessel.Vessel,fr.ifremer.allegro.referential.vessel.VesselOwner)
public void update(VesselOwnerPeriod vesselOwnerPeriod)
VesselOwnerPeriodDao
vesselOwnerPeriod
instance in the persistent store.
update
in interface VesselOwnerPeriodDao
VesselOwnerPeriodDao.update(fr.ifremer.allegro.referential.vessel.VesselOwnerPeriod)
public void update(java.util.Collection entities)
VesselOwnerPeriodDao
entities
collection in the persistent store.
update
in interface VesselOwnerPeriodDao
VesselOwnerPeriodDao.update(java.util.Collection)
public void remove(VesselOwnerPeriod vesselOwnerPeriod)
VesselOwnerPeriodDao
remove
in interface VesselOwnerPeriodDao
VesselOwnerPeriodDao.remove(fr.ifremer.allegro.referential.vessel.VesselOwnerPeriod)
public void remove(java.util.Date startDateTime, VesselOwner vesselOwner, Vessel vessel)
VesselOwnerPeriodDao
identifiers
from the persistent store.
remove
in interface VesselOwnerPeriodDao
VesselOwnerPeriodDao.remove(java.util.Date,fr.ifremer.allegro.referential.vessel.VesselOwner,fr.ifremer.allegro.referential.vessel.Vessel)
public void remove(java.util.Collection entities)
VesselOwnerPeriodDao
entities collection.
- Specified by:
remove
in interface VesselOwnerPeriodDao
- See Also:
VesselOwnerPeriodDao.remove(java.util.Collection)
public java.util.Collection getAllVesselOwnerPeriod()
getAllVesselOwnerPeriod
in interface VesselOwnerPeriodDao
VesselOwnerPeriodDao.getAllVesselOwnerPeriod()
public java.util.Collection getAllVesselOwnerPeriod(int transform)
VesselOwnerPeriodDao
Does the same thing as VesselOwnerPeriodDao.getAllVesselOwnerPeriod()
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.
getAllVesselOwnerPeriod
in interface VesselOwnerPeriodDao
VesselOwnerPeriodDao.getAllVesselOwnerPeriod(int)
public java.util.Collection getAllVesselOwnerPeriod(java.lang.String queryString)
VesselOwnerPeriodDao
Does the same thing as VesselOwnerPeriodDao.getAllVesselOwnerPeriod()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselOwnerPeriodDao.getAllVesselOwnerPeriod()
.
getAllVesselOwnerPeriod
in interface VesselOwnerPeriodDao
VesselOwnerPeriodDao.getAllVesselOwnerPeriod(java.lang.String)
public java.util.Collection getAllVesselOwnerPeriod(int pageNumber, int pageSize)
VesselOwnerPeriodDao
Does the same thing as VesselOwnerPeriodDao.getAllVesselOwnerPeriod()
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.
getAllVesselOwnerPeriod
in interface VesselOwnerPeriodDao
VesselOwnerPeriodDao.getAllVesselOwnerPeriod(int, int)
public java.util.Collection getAllVesselOwnerPeriod(java.lang.String queryString, int pageNumber, int pageSize)
VesselOwnerPeriodDao
Does the same thing as VesselOwnerPeriodDao.getAllVesselOwnerPeriod(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.
getAllVesselOwnerPeriod
in interface VesselOwnerPeriodDao
VesselOwnerPeriodDao.getAllVesselOwnerPeriod(String, int, int)
public java.util.Collection getAllVesselOwnerPeriod(int transform, java.lang.String queryString)
VesselOwnerPeriodDao
Does the same thing as VesselOwnerPeriodDao.getAllVesselOwnerPeriod(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselOwnerPeriodDao.getAllVesselOwnerPeriod(int)
.
getAllVesselOwnerPeriod
in interface VesselOwnerPeriodDao
VesselOwnerPeriodDao.getAllVesselOwnerPeriod(int, String)
public java.util.Collection getAllVesselOwnerPeriod(int transform, int pageNumber, int pageSize)
VesselOwnerPeriodDao
Does the same thing as VesselOwnerPeriodDao.getAllVesselOwnerPeriod(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.
getAllVesselOwnerPeriod
in interface VesselOwnerPeriodDao
VesselOwnerPeriodDao.getAllVesselOwnerPeriod(int, int, int)
public java.util.Collection getAllVesselOwnerPeriod(int transform, java.lang.String queryString, int pageNumber, int pageSize)
VesselOwnerPeriodDao
Does the same thing as VesselOwnerPeriodDao.getAllVesselOwnerPeriod(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.
getAllVesselOwnerPeriod
in interface VesselOwnerPeriodDao
VesselOwnerPeriodDao.getAllVesselOwnerPeriod(int, java.lang.String, int, int)
public java.util.Collection findVesselOwnerPeriodByStartDateTime(java.util.Date startDateTime)
findVesselOwnerPeriodByStartDateTime
in interface VesselOwnerPeriodDao
VesselOwnerPeriodDao.findVesselOwnerPeriodByStartDateTime(java.util.Date)
public java.util.Collection findVesselOwnerPeriodByStartDateTime(int transform, java.util.Date startDateTime)
VesselOwnerPeriodDao
Does the same thing as VesselOwnerPeriodDao.findVesselOwnerPeriodByStartDateTime(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.
findVesselOwnerPeriodByStartDateTime
in interface VesselOwnerPeriodDao
VesselOwnerPeriodDao.findVesselOwnerPeriodByStartDateTime(int, java.util.Date)
public java.util.Collection findVesselOwnerPeriodByStartDateTime(java.lang.String queryString, java.util.Date startDateTime)
VesselOwnerPeriodDao
Does the same thing as VesselOwnerPeriodDao.findVesselOwnerPeriodByStartDateTime(java.util.Date)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselOwnerPeriodDao.findVesselOwnerPeriodByStartDateTime(java.util.Date)
.
findVesselOwnerPeriodByStartDateTime
in interface VesselOwnerPeriodDao
VesselOwnerPeriodDao.findVesselOwnerPeriodByStartDateTime(java.lang.String, java.util.Date)
public java.util.Collection findVesselOwnerPeriodByStartDateTime(int pageNumber, int pageSize, java.util.Date startDateTime)
VesselOwnerPeriodDao
Does the same thing as VesselOwnerPeriodDao.findVesselOwnerPeriodByStartDateTime(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.
findVesselOwnerPeriodByStartDateTime
in interface VesselOwnerPeriodDao
VesselOwnerPeriodDao.findVesselOwnerPeriodByStartDateTime(int, int, java.util.Date)
public java.util.Collection findVesselOwnerPeriodByStartDateTime(java.lang.String queryString, int pageNumber, int pageSize, java.util.Date startDateTime)
VesselOwnerPeriodDao
Does the same thing as VesselOwnerPeriodDao.findVesselOwnerPeriodByStartDateTime(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.
findVesselOwnerPeriodByStartDateTime
in interface VesselOwnerPeriodDao
VesselOwnerPeriodDao.findVesselOwnerPeriodByStartDateTime(String, int, int, java.util.Date)
public java.util.Collection findVesselOwnerPeriodByStartDateTime(int transform, java.lang.String queryString, java.util.Date startDateTime)
VesselOwnerPeriodDao
Does the same thing as VesselOwnerPeriodDao.findVesselOwnerPeriodByStartDateTime(int, java.util.Date)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselOwnerPeriodDao.findVesselOwnerPeriodByStartDateTime(int, java.util.Date startDateTime)
.
findVesselOwnerPeriodByStartDateTime
in interface VesselOwnerPeriodDao
VesselOwnerPeriodDao.findVesselOwnerPeriodByStartDateTime(int, String, java.util.Date)
public java.util.Collection findVesselOwnerPeriodByStartDateTime(int transform, int pageNumber, int pageSize, java.util.Date startDateTime)
VesselOwnerPeriodDao
Does the same thing as VesselOwnerPeriodDao.findVesselOwnerPeriodByStartDateTime(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.
findVesselOwnerPeriodByStartDateTime
in interface VesselOwnerPeriodDao
VesselOwnerPeriodDao.findVesselOwnerPeriodByStartDateTime(int, int, int, java.util.Date)
public java.util.Collection findVesselOwnerPeriodByStartDateTime(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.util.Date startDateTime)
VesselOwnerPeriodDao
Does the same thing as VesselOwnerPeriodDao.findVesselOwnerPeriodByStartDateTime(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.
findVesselOwnerPeriodByStartDateTime
in interface VesselOwnerPeriodDao
VesselOwnerPeriodDao.findVesselOwnerPeriodByStartDateTime(int, java.lang.String, int, int, java.util.Date)
public java.util.Collection findVesselOwnerPeriodByVesselOwner(VesselOwner vesselOwner)
findVesselOwnerPeriodByVesselOwner
in interface VesselOwnerPeriodDao
VesselOwnerPeriodDao.findVesselOwnerPeriodByVesselOwner(fr.ifremer.allegro.referential.vessel.VesselOwner)
public java.util.Collection findVesselOwnerPeriodByVesselOwner(int transform, VesselOwner vesselOwner)
VesselOwnerPeriodDao
Does the same thing as VesselOwnerPeriodDao.findVesselOwnerPeriodByVesselOwner(fr.ifremer.allegro.referential.vessel.VesselOwner)
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.
findVesselOwnerPeriodByVesselOwner
in interface VesselOwnerPeriodDao
VesselOwnerPeriodDao.findVesselOwnerPeriodByVesselOwner(int, fr.ifremer.allegro.referential.vessel.VesselOwner)
public java.util.Collection findVesselOwnerPeriodByVesselOwner(java.lang.String queryString, VesselOwner vesselOwner)
VesselOwnerPeriodDao
Does the same thing as VesselOwnerPeriodDao.findVesselOwnerPeriodByVesselOwner(fr.ifremer.allegro.referential.vessel.VesselOwner)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselOwnerPeriodDao.findVesselOwnerPeriodByVesselOwner(fr.ifremer.allegro.referential.vessel.VesselOwner)
.
findVesselOwnerPeriodByVesselOwner
in interface VesselOwnerPeriodDao
VesselOwnerPeriodDao.findVesselOwnerPeriodByVesselOwner(java.lang.String, fr.ifremer.allegro.referential.vessel.VesselOwner)
public java.util.Collection findVesselOwnerPeriodByVesselOwner(int pageNumber, int pageSize, VesselOwner vesselOwner)
VesselOwnerPeriodDao
Does the same thing as VesselOwnerPeriodDao.findVesselOwnerPeriodByVesselOwner(fr.ifremer.allegro.referential.vessel.VesselOwner)
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.
findVesselOwnerPeriodByVesselOwner
in interface VesselOwnerPeriodDao
VesselOwnerPeriodDao.findVesselOwnerPeriodByVesselOwner(int, int, fr.ifremer.allegro.referential.vessel.VesselOwner)
public java.util.Collection findVesselOwnerPeriodByVesselOwner(java.lang.String queryString, int pageNumber, int pageSize, VesselOwner vesselOwner)
VesselOwnerPeriodDao
Does the same thing as VesselOwnerPeriodDao.findVesselOwnerPeriodByVesselOwner(String, fr.ifremer.allegro.referential.vessel.VesselOwner)
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.
findVesselOwnerPeriodByVesselOwner
in interface VesselOwnerPeriodDao
VesselOwnerPeriodDao.findVesselOwnerPeriodByVesselOwner(String, int, int, fr.ifremer.allegro.referential.vessel.VesselOwner)
public java.util.Collection findVesselOwnerPeriodByVesselOwner(int transform, java.lang.String queryString, VesselOwner vesselOwner)
VesselOwnerPeriodDao
Does the same thing as VesselOwnerPeriodDao.findVesselOwnerPeriodByVesselOwner(int, fr.ifremer.allegro.referential.vessel.VesselOwner)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselOwnerPeriodDao.findVesselOwnerPeriodByVesselOwner(int, fr.ifremer.allegro.referential.vessel.VesselOwner vesselOwner)
.
findVesselOwnerPeriodByVesselOwner
in interface VesselOwnerPeriodDao
VesselOwnerPeriodDao.findVesselOwnerPeriodByVesselOwner(int, String, fr.ifremer.allegro.referential.vessel.VesselOwner)
public java.util.Collection findVesselOwnerPeriodByVesselOwner(int transform, int pageNumber, int pageSize, VesselOwner vesselOwner)
VesselOwnerPeriodDao
Does the same thing as VesselOwnerPeriodDao.findVesselOwnerPeriodByVesselOwner(int, fr.ifremer.allegro.referential.vessel.VesselOwner)
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.
findVesselOwnerPeriodByVesselOwner
in interface VesselOwnerPeriodDao
VesselOwnerPeriodDao.findVesselOwnerPeriodByVesselOwner(int, int, int, fr.ifremer.allegro.referential.vessel.VesselOwner)
public java.util.Collection findVesselOwnerPeriodByVesselOwner(int transform, java.lang.String queryString, int pageNumber, int pageSize, VesselOwner vesselOwner)
VesselOwnerPeriodDao
Does the same thing as VesselOwnerPeriodDao.findVesselOwnerPeriodByVesselOwner(int, String, fr.ifremer.allegro.referential.vessel.VesselOwner)
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.
findVesselOwnerPeriodByVesselOwner
in interface VesselOwnerPeriodDao
VesselOwnerPeriodDao.findVesselOwnerPeriodByVesselOwner(int, java.lang.String, int, int, fr.ifremer.allegro.referential.vessel.VesselOwner)
public java.util.Collection findVesselOwnerPeriodByVessel(Vessel vessel)
findVesselOwnerPeriodByVessel
in interface VesselOwnerPeriodDao
VesselOwnerPeriodDao.findVesselOwnerPeriodByVessel(fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findVesselOwnerPeriodByVessel(int transform, Vessel vessel)
VesselOwnerPeriodDao
Does the same thing as VesselOwnerPeriodDao.findVesselOwnerPeriodByVessel(fr.ifremer.allegro.referential.vessel.Vessel)
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.
findVesselOwnerPeriodByVessel
in interface VesselOwnerPeriodDao
VesselOwnerPeriodDao.findVesselOwnerPeriodByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findVesselOwnerPeriodByVessel(java.lang.String queryString, Vessel vessel)
VesselOwnerPeriodDao
Does the same thing as VesselOwnerPeriodDao.findVesselOwnerPeriodByVessel(fr.ifremer.allegro.referential.vessel.Vessel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselOwnerPeriodDao.findVesselOwnerPeriodByVessel(fr.ifremer.allegro.referential.vessel.Vessel)
.
findVesselOwnerPeriodByVessel
in interface VesselOwnerPeriodDao
VesselOwnerPeriodDao.findVesselOwnerPeriodByVessel(java.lang.String, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findVesselOwnerPeriodByVessel(int pageNumber, int pageSize, Vessel vessel)
VesselOwnerPeriodDao
Does the same thing as VesselOwnerPeriodDao.findVesselOwnerPeriodByVessel(fr.ifremer.allegro.referential.vessel.Vessel)
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.
findVesselOwnerPeriodByVessel
in interface VesselOwnerPeriodDao
VesselOwnerPeriodDao.findVesselOwnerPeriodByVessel(int, int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findVesselOwnerPeriodByVessel(java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
VesselOwnerPeriodDao
Does the same thing as VesselOwnerPeriodDao.findVesselOwnerPeriodByVessel(String, fr.ifremer.allegro.referential.vessel.Vessel)
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.
findVesselOwnerPeriodByVessel
in interface VesselOwnerPeriodDao
VesselOwnerPeriodDao.findVesselOwnerPeriodByVessel(String, int, int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findVesselOwnerPeriodByVessel(int transform, java.lang.String queryString, Vessel vessel)
VesselOwnerPeriodDao
Does the same thing as VesselOwnerPeriodDao.findVesselOwnerPeriodByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselOwnerPeriodDao.findVesselOwnerPeriodByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel vessel)
.
findVesselOwnerPeriodByVessel
in interface VesselOwnerPeriodDao
VesselOwnerPeriodDao.findVesselOwnerPeriodByVessel(int, String, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findVesselOwnerPeriodByVessel(int transform, int pageNumber, int pageSize, Vessel vessel)
VesselOwnerPeriodDao
Does the same thing as VesselOwnerPeriodDao.findVesselOwnerPeriodByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel)
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.
findVesselOwnerPeriodByVessel
in interface VesselOwnerPeriodDao
VesselOwnerPeriodDao.findVesselOwnerPeriodByVessel(int, int, int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findVesselOwnerPeriodByVessel(int transform, java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
VesselOwnerPeriodDao
Does the same thing as VesselOwnerPeriodDao.findVesselOwnerPeriodByVessel(int, String, fr.ifremer.allegro.referential.vessel.Vessel)
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.
findVesselOwnerPeriodByVessel
in interface VesselOwnerPeriodDao
VesselOwnerPeriodDao.findVesselOwnerPeriodByVessel(int, java.lang.String, int, int, fr.ifremer.allegro.referential.vessel.Vessel)
public VesselOwnerPeriod findVesselOwnerPeriodByIdentifiers(VesselOwner vesselOwner, java.util.Date startDateTime, Vessel vessel)
findVesselOwnerPeriodByIdentifiers
in interface VesselOwnerPeriodDao
VesselOwnerPeriodDao.findVesselOwnerPeriodByIdentifiers(fr.ifremer.allegro.referential.vessel.VesselOwner, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel)
public java.lang.Object findVesselOwnerPeriodByIdentifiers(int transform, VesselOwner vesselOwner, java.util.Date startDateTime, Vessel vessel)
VesselOwnerPeriodDao
Does the same thing as VesselOwnerPeriodDao.findVesselOwnerPeriodByIdentifiers(fr.ifremer.allegro.referential.vessel.VesselOwner, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel)
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.
findVesselOwnerPeriodByIdentifiers
in interface VesselOwnerPeriodDao
VesselOwnerPeriodDao.findVesselOwnerPeriodByIdentifiers(int, fr.ifremer.allegro.referential.vessel.VesselOwner, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel)
public VesselOwnerPeriod findVesselOwnerPeriodByIdentifiers(java.lang.String queryString, VesselOwner vesselOwner, java.util.Date startDateTime, Vessel vessel)
VesselOwnerPeriodDao
Does the same thing as VesselOwnerPeriodDao.findVesselOwnerPeriodByIdentifiers(fr.ifremer.allegro.referential.vessel.VesselOwner, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselOwnerPeriodDao.findVesselOwnerPeriodByIdentifiers(fr.ifremer.allegro.referential.vessel.VesselOwner, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel)
.
findVesselOwnerPeriodByIdentifiers
in interface VesselOwnerPeriodDao
VesselOwnerPeriodDao.findVesselOwnerPeriodByIdentifiers(java.lang.String, fr.ifremer.allegro.referential.vessel.VesselOwner, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel)
public java.lang.Object findVesselOwnerPeriodByIdentifiers(int transform, java.lang.String queryString, VesselOwner vesselOwner, java.util.Date startDateTime, Vessel vessel)
VesselOwnerPeriodDao
Does the same thing as VesselOwnerPeriodDao.findVesselOwnerPeriodByIdentifiers(int, fr.ifremer.allegro.referential.vessel.VesselOwner, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselOwnerPeriodDao.findVesselOwnerPeriodByIdentifiers(int, fr.ifremer.allegro.referential.vessel.VesselOwner vesselOwner, java.util.Date startDateTime, fr.ifremer.allegro.referential.vessel.Vessel vessel)
.
findVesselOwnerPeriodByIdentifiers
in interface VesselOwnerPeriodDao
VesselOwnerPeriodDao.findVesselOwnerPeriodByIdentifiers(int, java.lang.String, fr.ifremer.allegro.referential.vessel.VesselOwner, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel)
public VesselOwnerPeriod findVesselOwnerPeriodByNaturalId(VesselOwner vesselOwner, java.util.Date startDateTime, Vessel vessel)
findVesselOwnerPeriodByNaturalId
in interface VesselOwnerPeriodDao
VesselOwnerPeriodDao.findVesselOwnerPeriodByNaturalId(fr.ifremer.allegro.referential.vessel.VesselOwner, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel)
public java.lang.Object findVesselOwnerPeriodByNaturalId(int transform, VesselOwner vesselOwner, java.util.Date startDateTime, Vessel vessel)
VesselOwnerPeriodDao
Does the same thing as VesselOwnerPeriodDao.findVesselOwnerPeriodByNaturalId(fr.ifremer.allegro.referential.vessel.VesselOwner, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel)
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.
findVesselOwnerPeriodByNaturalId
in interface VesselOwnerPeriodDao
VesselOwnerPeriodDao.findVesselOwnerPeriodByNaturalId(int, fr.ifremer.allegro.referential.vessel.VesselOwner, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel)
public VesselOwnerPeriod findVesselOwnerPeriodByNaturalId(java.lang.String queryString, VesselOwner vesselOwner, java.util.Date startDateTime, Vessel vessel)
VesselOwnerPeriodDao
Does the same thing as VesselOwnerPeriodDao.findVesselOwnerPeriodByNaturalId(fr.ifremer.allegro.referential.vessel.VesselOwner, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselOwnerPeriodDao.findVesselOwnerPeriodByNaturalId(fr.ifremer.allegro.referential.vessel.VesselOwner, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel)
.
findVesselOwnerPeriodByNaturalId
in interface VesselOwnerPeriodDao
VesselOwnerPeriodDao.findVesselOwnerPeriodByNaturalId(java.lang.String, fr.ifremer.allegro.referential.vessel.VesselOwner, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel)
public java.lang.Object findVesselOwnerPeriodByNaturalId(int transform, java.lang.String queryString, VesselOwner vesselOwner, java.util.Date startDateTime, Vessel vessel)
VesselOwnerPeriodDao
Does the same thing as VesselOwnerPeriodDao.findVesselOwnerPeriodByNaturalId(int, fr.ifremer.allegro.referential.vessel.VesselOwner, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselOwnerPeriodDao.findVesselOwnerPeriodByNaturalId(int, fr.ifremer.allegro.referential.vessel.VesselOwner vesselOwner, java.util.Date startDateTime, fr.ifremer.allegro.referential.vessel.Vessel vessel)
.
findVesselOwnerPeriodByNaturalId
in interface VesselOwnerPeriodDao
VesselOwnerPeriodDao.findVesselOwnerPeriodByNaturalId(int, java.lang.String, fr.ifremer.allegro.referential.vessel.VesselOwner, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel)
public VesselOwnerPeriod createFromClusterVesselOwnerPeriod(ClusterVesselOwnerPeriod clusterVesselOwnerPeriod)
createFromClusterVesselOwnerPeriod
in interface VesselOwnerPeriodDao
VesselOwnerPeriodDao.createFromClusterVesselOwnerPeriod(fr.ifremer.allegro.referential.vessel.generic.cluster.ClusterVesselOwnerPeriod)
protected abstract VesselOwnerPeriod handleCreateFromClusterVesselOwnerPeriod(ClusterVesselOwnerPeriod clusterVesselOwnerPeriod) throws java.lang.Exception
createFromClusterVesselOwnerPeriod(fr.ifremer.allegro.referential.vessel.generic.cluster.ClusterVesselOwnerPeriod)
java.lang.Exception
protected java.lang.Object transformEntity(int transform, VesselOwnerPeriod entity)
transform
flag is set to one of the constants defined in fr.ifremer.allegro.referential.vessel.VesselOwnerPeriodDao
, please note
that the VesselOwnerPeriodDao.TRANSFORM_NONE
constant denotes no transformation, so the entity itself
will be returned.
This method will return instances of these types:
VesselOwnerPeriod
- VesselOwnerPeriodDao.TRANSFORM_NONE
RemoteVesselOwnerPeriodFullVO
- TRANSFORM_REMOTEVESSELOWNERPERIODFULLVO
RemoteVesselOwnerPeriodNaturalId
- TRANSFORM_REMOTEVESSELOWNERPERIODNATURALID
ClusterVesselOwnerPeriod
- TRANSFORM_CLUSTERVESSELOWNERPERIOD
VesselOwnerPeriodDao.TRANSFORM_NONE
is assumed.
transform
- one of the constants declared in VesselOwnerPeriodDao
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.VesselOwnerPeriod)
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.VesselOwnerPeriodDao
entities
- the collection of entities to transformtransformEntity(int,fr.ifremer.allegro.referential.vessel.VesselOwnerPeriod)
protected VesselOwnerPeriod toEntity(java.lang.Object[] row)
public final void toRemoteVesselOwnerPeriodFullVOCollection(java.util.Collection entities)
VesselOwnerPeriodDao
RemoteVesselOwnerPeriodFullVO
.
toRemoteVesselOwnerPeriodFullVOCollection
in interface VesselOwnerPeriodDao
VesselOwnerPeriodDao.toRemoteVesselOwnerPeriodFullVOCollection(java.util.Collection)
public final RemoteVesselOwnerPeriodFullVO[] toRemoteVesselOwnerPeriodFullVOArray(java.util.Collection entities)
VesselOwnerPeriodDao
RemoteVesselOwnerPeriodFullVO
.
toRemoteVesselOwnerPeriodFullVOArray
in interface VesselOwnerPeriodDao
VesselOwnerPeriodDao.toRemoteVesselOwnerPeriodFullVOArray(java.util.Collection)
protected RemoteVesselOwnerPeriodFullVO toRemoteVesselOwnerPeriodFullVO(java.lang.Object[] row)
VesselOwnerPeriodDaoImpl
class if you intend to use reporting queries.
VesselOwnerPeriodDao.toRemoteVesselOwnerPeriodFullVO(fr.ifremer.allegro.referential.vessel.VesselOwnerPeriod)
public final void remoteVesselOwnerPeriodFullVOToEntityCollection(java.util.Collection instances)
VesselOwnerPeriodDao
RemoteVesselOwnerPeriodFullVO
to this
DAO's entity.
remoteVesselOwnerPeriodFullVOToEntityCollection
in interface VesselOwnerPeriodDao
VesselOwnerPeriodDao.remoteVesselOwnerPeriodFullVOToEntityCollection(java.util.Collection)
public void toRemoteVesselOwnerPeriodFullVO(VesselOwnerPeriod source, RemoteVesselOwnerPeriodFullVO target)
VesselOwnerPeriodDao
toRemoteVesselOwnerPeriodFullVO
in interface VesselOwnerPeriodDao
VesselOwnerPeriodDao.toRemoteVesselOwnerPeriodFullVO(fr.ifremer.allegro.referential.vessel.VesselOwnerPeriod, fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselOwnerPeriodFullVO)
public RemoteVesselOwnerPeriodFullVO toRemoteVesselOwnerPeriodFullVO(VesselOwnerPeriod entity)
VesselOwnerPeriodDao
RemoteVesselOwnerPeriodFullVO
.
toRemoteVesselOwnerPeriodFullVO
in interface VesselOwnerPeriodDao
VesselOwnerPeriodDao.toRemoteVesselOwnerPeriodFullVO(fr.ifremer.allegro.referential.vessel.VesselOwnerPeriod)
public void remoteVesselOwnerPeriodFullVOToEntity(RemoteVesselOwnerPeriodFullVO source, VesselOwnerPeriod target, boolean copyIfNull)
VesselOwnerPeriodDao
RemoteVesselOwnerPeriodFullVO
to the specified entity.
remoteVesselOwnerPeriodFullVOToEntity
in interface VesselOwnerPeriodDao
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.VesselOwnerPeriodDao#remoteVesselOwnerPeriodFullVOToEntity(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselOwnerPeriodFullVO, fr.ifremer.allegro.referential.vessel.VesselOwnerPeriod)
public final void toRemoteVesselOwnerPeriodNaturalIdCollection(java.util.Collection entities)
VesselOwnerPeriodDao
RemoteVesselOwnerPeriodNaturalId
.
toRemoteVesselOwnerPeriodNaturalIdCollection
in interface VesselOwnerPeriodDao
VesselOwnerPeriodDao.toRemoteVesselOwnerPeriodNaturalIdCollection(java.util.Collection)
public final RemoteVesselOwnerPeriodNaturalId[] toRemoteVesselOwnerPeriodNaturalIdArray(java.util.Collection entities)
VesselOwnerPeriodDao
RemoteVesselOwnerPeriodNaturalId
.
toRemoteVesselOwnerPeriodNaturalIdArray
in interface VesselOwnerPeriodDao
VesselOwnerPeriodDao.toRemoteVesselOwnerPeriodNaturalIdArray(java.util.Collection)
protected RemoteVesselOwnerPeriodNaturalId toRemoteVesselOwnerPeriodNaturalId(java.lang.Object[] row)
VesselOwnerPeriodDaoImpl
class if you intend to use reporting queries.
VesselOwnerPeriodDao.toRemoteVesselOwnerPeriodNaturalId(fr.ifremer.allegro.referential.vessel.VesselOwnerPeriod)
public final void remoteVesselOwnerPeriodNaturalIdToEntityCollection(java.util.Collection instances)
VesselOwnerPeriodDao
RemoteVesselOwnerPeriodNaturalId
to this
DAO's entity.
remoteVesselOwnerPeriodNaturalIdToEntityCollection
in interface VesselOwnerPeriodDao
VesselOwnerPeriodDao.remoteVesselOwnerPeriodNaturalIdToEntityCollection(java.util.Collection)
public void toRemoteVesselOwnerPeriodNaturalId(VesselOwnerPeriod source, RemoteVesselOwnerPeriodNaturalId target)
VesselOwnerPeriodDao
toRemoteVesselOwnerPeriodNaturalId
in interface VesselOwnerPeriodDao
VesselOwnerPeriodDao.toRemoteVesselOwnerPeriodNaturalId(fr.ifremer.allegro.referential.vessel.VesselOwnerPeriod, fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselOwnerPeriodNaturalId)
public RemoteVesselOwnerPeriodNaturalId toRemoteVesselOwnerPeriodNaturalId(VesselOwnerPeriod entity)
VesselOwnerPeriodDao
RemoteVesselOwnerPeriodNaturalId
.
toRemoteVesselOwnerPeriodNaturalId
in interface VesselOwnerPeriodDao
VesselOwnerPeriodDao.toRemoteVesselOwnerPeriodNaturalId(fr.ifremer.allegro.referential.vessel.VesselOwnerPeriod)
public void remoteVesselOwnerPeriodNaturalIdToEntity(RemoteVesselOwnerPeriodNaturalId source, VesselOwnerPeriod target, boolean copyIfNull)
VesselOwnerPeriodDao
RemoteVesselOwnerPeriodNaturalId
to the specified entity.
remoteVesselOwnerPeriodNaturalIdToEntity
in interface VesselOwnerPeriodDao
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.VesselOwnerPeriodDao#remoteVesselOwnerPeriodNaturalIdToEntity(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselOwnerPeriodNaturalId, fr.ifremer.allegro.referential.vessel.VesselOwnerPeriod)
public final void toClusterVesselOwnerPeriodCollection(java.util.Collection entities)
VesselOwnerPeriodDao
ClusterVesselOwnerPeriod
.
toClusterVesselOwnerPeriodCollection
in interface VesselOwnerPeriodDao
VesselOwnerPeriodDao.toClusterVesselOwnerPeriodCollection(java.util.Collection)
public final ClusterVesselOwnerPeriod[] toClusterVesselOwnerPeriodArray(java.util.Collection entities)
VesselOwnerPeriodDao
ClusterVesselOwnerPeriod
.
toClusterVesselOwnerPeriodArray
in interface VesselOwnerPeriodDao
VesselOwnerPeriodDao.toClusterVesselOwnerPeriodArray(java.util.Collection)
protected ClusterVesselOwnerPeriod toClusterVesselOwnerPeriod(java.lang.Object[] row)
VesselOwnerPeriodDaoImpl
class if you intend to use reporting queries.
VesselOwnerPeriodDao.toClusterVesselOwnerPeriod(fr.ifremer.allegro.referential.vessel.VesselOwnerPeriod)
public final void clusterVesselOwnerPeriodToEntityCollection(java.util.Collection instances)
VesselOwnerPeriodDao
ClusterVesselOwnerPeriod
to this
DAO's entity.
clusterVesselOwnerPeriodToEntityCollection
in interface VesselOwnerPeriodDao
VesselOwnerPeriodDao.clusterVesselOwnerPeriodToEntityCollection(java.util.Collection)
public void toClusterVesselOwnerPeriod(VesselOwnerPeriod source, ClusterVesselOwnerPeriod target)
VesselOwnerPeriodDao
toClusterVesselOwnerPeriod
in interface VesselOwnerPeriodDao
VesselOwnerPeriodDao.toClusterVesselOwnerPeriod(fr.ifremer.allegro.referential.vessel.VesselOwnerPeriod, fr.ifremer.allegro.referential.vessel.generic.cluster.ClusterVesselOwnerPeriod)
public ClusterVesselOwnerPeriod toClusterVesselOwnerPeriod(VesselOwnerPeriod entity)
VesselOwnerPeriodDao
ClusterVesselOwnerPeriod
.
toClusterVesselOwnerPeriod
in interface VesselOwnerPeriodDao
VesselOwnerPeriodDao.toClusterVesselOwnerPeriod(fr.ifremer.allegro.referential.vessel.VesselOwnerPeriod)
public void clusterVesselOwnerPeriodToEntity(ClusterVesselOwnerPeriod source, VesselOwnerPeriod target, boolean copyIfNull)
VesselOwnerPeriodDao
ClusterVesselOwnerPeriod
to the specified entity.
clusterVesselOwnerPeriodToEntity
in interface VesselOwnerPeriodDao
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.VesselOwnerPeriodDao#clusterVesselOwnerPeriodToEntity(fr.ifremer.allegro.referential.vessel.generic.cluster.ClusterVesselOwnerPeriod, fr.ifremer.allegro.referential.vessel.VesselOwnerPeriod)
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)
VesselOwnerPeriodDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface VesselOwnerPeriodDao
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.VesselOwnerPeriodDao.search(int, int, int, fr.ifremer.allegro.Search)
public PaginationResult search(int pageNumber, int pageSize, Search search)
VesselOwnerPeriodDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface VesselOwnerPeriodDao
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.VesselOwnerPeriodDao.search(int, int, fr.ifremer.allegro.Search)
public java.util.Set search(int transform, Search search)
VesselOwnerPeriodDao
VesselOwnerPeriodDao.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 VesselOwnerPeriodDao
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
VesselOwnerPeriodDao.search(int, fr.ifremer.allegro.Search)
public java.util.Set search(Search search)
VesselOwnerPeriodDao
search
object.
search
in interface VesselOwnerPeriodDao
search
- the search object which provides the search parameters and pagination specification.
VesselOwnerPeriodDao.search(fr.ifremer.allegro.Search)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |