|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VesselOwnerPeriodDao
VesselOwnerPeriod
Field Summary | |
---|---|
static int |
TRANSFORM_CLUSTERVESSELOWNERPERIOD
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform . |
static int |
TRANSFORM_NONE
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform . |
static int |
TRANSFORM_REMOTEVESSELOWNERPERIODFULLVO
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform . |
static int |
TRANSFORM_REMOTEVESSELOWNERPERIODNATURALID
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform . |
Method Summary | |
---|---|
VesselOwnerPeriod |
clusterVesselOwnerPeriodToEntity(ClusterVesselOwnerPeriod clusterVesselOwnerPeriod)
Converts an instance of type ClusterVesselOwnerPeriod to this DAO's entity. |
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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 getAllVesselOwnerPeriod() with an
additional flag called transform . |
java.util.Collection |
getAllVesselOwnerPeriod(int pageNumber,
int pageSize)
Does the same thing as 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 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 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 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 getAllVesselOwnerPeriod() with an
additional argument called queryString . |
java.util.Collection |
getAllVesselOwnerPeriod(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as getAllVesselOwnerPeriod(String) with an
additional two arguments called pageNumber and pageSize . |
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 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 loadAll() with an
additional flag called transform . |
java.util.Collection |
loadAll(int pageNumber,
int pageSize)
Does the same thing as 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 loadAll(int) with an
additional two arguments called pageNumber and pageSize . |
VesselOwnerPeriod |
remoteVesselOwnerPeriodFullVOToEntity(RemoteVesselOwnerPeriodFullVO remoteVesselOwnerPeriodFullVO)
Converts an instance of type RemoteVesselOwnerPeriodFullVO to this DAO's entity. |
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. |
VesselOwnerPeriod |
remoteVesselOwnerPeriodNaturalIdToEntity(RemoteVesselOwnerPeriodNaturalId remoteVesselOwnerPeriodNaturalId)
Converts an instance of type RemoteVesselOwnerPeriodNaturalId 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 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. |
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 . |
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 . |
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 . |
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. |
Field Detail |
---|
static final int TRANSFORM_NONE
int
parameter called transform
.
This specific flag denotes no transformation will occur.
static final int TRANSFORM_REMOTEVESSELOWNERPERIODFULLVO
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteVesselOwnerPeriodFullVO
.
static final int TRANSFORM_REMOTEVESSELOWNERPERIODNATURALID
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteVesselOwnerPeriodNaturalId
.
static final int TRANSFORM_CLUSTERVESSELOWNERPERIOD
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
ClusterVesselOwnerPeriod
.
Method Detail |
---|
void toRemoteVesselOwnerPeriodFullVO(VesselOwnerPeriod source, RemoteVesselOwnerPeriodFullVO target)
RemoteVesselOwnerPeriodFullVO toRemoteVesselOwnerPeriodFullVO(VesselOwnerPeriod entity)
RemoteVesselOwnerPeriodFullVO
.
void toRemoteVesselOwnerPeriodFullVOCollection(java.util.Collection entities)
RemoteVesselOwnerPeriodFullVO
.
RemoteVesselOwnerPeriodFullVO[] toRemoteVesselOwnerPeriodFullVOArray(java.util.Collection entities)
RemoteVesselOwnerPeriodFullVO
.
void remoteVesselOwnerPeriodFullVOToEntity(RemoteVesselOwnerPeriodFullVO source, VesselOwnerPeriod target, boolean copyIfNull)
RemoteVesselOwnerPeriodFullVO
to the specified entity.
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.VesselOwnerPeriod remoteVesselOwnerPeriodFullVOToEntity(RemoteVesselOwnerPeriodFullVO remoteVesselOwnerPeriodFullVO)
RemoteVesselOwnerPeriodFullVO
to this DAO's entity.
void remoteVesselOwnerPeriodFullVOToEntityCollection(java.util.Collection instances)
RemoteVesselOwnerPeriodFullVO
to this
DAO's entity.
void toRemoteVesselOwnerPeriodNaturalId(VesselOwnerPeriod source, RemoteVesselOwnerPeriodNaturalId target)
RemoteVesselOwnerPeriodNaturalId toRemoteVesselOwnerPeriodNaturalId(VesselOwnerPeriod entity)
RemoteVesselOwnerPeriodNaturalId
.
void toRemoteVesselOwnerPeriodNaturalIdCollection(java.util.Collection entities)
RemoteVesselOwnerPeriodNaturalId
.
RemoteVesselOwnerPeriodNaturalId[] toRemoteVesselOwnerPeriodNaturalIdArray(java.util.Collection entities)
RemoteVesselOwnerPeriodNaturalId
.
void remoteVesselOwnerPeriodNaturalIdToEntity(RemoteVesselOwnerPeriodNaturalId source, VesselOwnerPeriod target, boolean copyIfNull)
RemoteVesselOwnerPeriodNaturalId
to the specified entity.
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.VesselOwnerPeriod remoteVesselOwnerPeriodNaturalIdToEntity(RemoteVesselOwnerPeriodNaturalId remoteVesselOwnerPeriodNaturalId)
RemoteVesselOwnerPeriodNaturalId
to this DAO's entity.
void remoteVesselOwnerPeriodNaturalIdToEntityCollection(java.util.Collection instances)
RemoteVesselOwnerPeriodNaturalId
to this
DAO's entity.
void toClusterVesselOwnerPeriod(VesselOwnerPeriod source, ClusterVesselOwnerPeriod target)
ClusterVesselOwnerPeriod toClusterVesselOwnerPeriod(VesselOwnerPeriod entity)
ClusterVesselOwnerPeriod
.
void toClusterVesselOwnerPeriodCollection(java.util.Collection entities)
ClusterVesselOwnerPeriod
.
ClusterVesselOwnerPeriod[] toClusterVesselOwnerPeriodArray(java.util.Collection entities)
ClusterVesselOwnerPeriod
.
void clusterVesselOwnerPeriodToEntity(ClusterVesselOwnerPeriod source, VesselOwnerPeriod target, boolean copyIfNull)
ClusterVesselOwnerPeriod
to the specified entity.
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.VesselOwnerPeriod clusterVesselOwnerPeriodToEntity(ClusterVesselOwnerPeriod clusterVesselOwnerPeriod)
ClusterVesselOwnerPeriod
to this DAO's entity.
void clusterVesselOwnerPeriodToEntityCollection(java.util.Collection instances)
ClusterVesselOwnerPeriod
to this
DAO's entity.
VesselOwnerPeriod load(java.util.Date startDateTime, VesselOwner vesselOwner, Vessel vessel)
java.lang.Object load(int transform, java.util.Date startDateTime, VesselOwner vesselOwner, Vessel vessel)
Does the same thing as 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.
startDateTime
- identifier of the entity to loadvesselOwner
- identifier of the entity to loadvessel
- identifier of the entity to load
java.util.Collection loadAll()
VesselOwnerPeriod
.
java.util.Collection loadAll(int transform)
Does the same thing as 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.
transform
- the flag indicating what transformation to use.
java.util.Collection loadAll(int pageNumber, int pageSize)
Does the same thing as 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.
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
Does the same thing as 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.
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.
VesselOwnerPeriod create(VesselOwnerPeriod vesselOwnerPeriod)
java.lang.Object create(int transform, VesselOwnerPeriod vesselOwnerPeriod)
Does the same thing as 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.
java.util.Collection create(java.util.Collection entities)
entities
collection
entities
- the collection of fr.ifremer.allegro.referential.vessel.VesselOwnerPeriod
instances to create.
java.util.Collection create(int transform, java.util.Collection entities)
Does the same thing as 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.
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.
java.lang.Object create(int transform, java.util.Date startDateTime, java.util.Date endDateTime, VesselOwner vesselOwner, Vessel vessel)
Does the same thing as 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.
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.lang.Object create(int transform, java.util.Date startDateTime, Vessel vessel, VesselOwner vesselOwner)
Does the same thing as 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.
void update(VesselOwnerPeriod vesselOwnerPeriod)
vesselOwnerPeriod
instance in the persistent store.
void update(java.util.Collection entities)
entities
collection in the persistent store.
void remove(VesselOwnerPeriod vesselOwnerPeriod)
void remove(java.util.Date startDateTime, VesselOwner vesselOwner, Vessel vessel)
identifiers
from the persistent store.
void remove(java.util.Collection entities)
entities collection.
java.util.Collection getAllVesselOwnerPeriod()
java.util.Collection getAllVesselOwnerPeriod(java.lang.String queryString)
Does the same thing as getAllVesselOwnerPeriod()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllVesselOwnerPeriod()
.
java.util.Collection getAllVesselOwnerPeriod(int pageNumber, int pageSize)
Does the same thing as 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.
java.util.Collection getAllVesselOwnerPeriod(java.lang.String queryString, int pageNumber, int pageSize)
Does the same thing as 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.
java.util.Collection getAllVesselOwnerPeriod(int transform)
Does the same thing as 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.
java.util.Collection getAllVesselOwnerPeriod(int transform, int pageNumber, int pageSize)
Does the same thing as 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.
java.util.Collection getAllVesselOwnerPeriod(int transform, java.lang.String queryString)
Does the same thing as getAllVesselOwnerPeriod(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllVesselOwnerPeriod(int)
.
java.util.Collection getAllVesselOwnerPeriod(int transform, java.lang.String queryString, int pageNumber, int pageSize)
Does the same thing as 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.
java.util.Collection findVesselOwnerPeriodByStartDateTime(java.util.Date startDateTime)
java.util.Collection findVesselOwnerPeriodByStartDateTime(java.lang.String queryString, java.util.Date startDateTime)
Does the same thing as findVesselOwnerPeriodByStartDateTime(java.util.Date)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findVesselOwnerPeriodByStartDateTime(java.util.Date)
.
java.util.Collection findVesselOwnerPeriodByStartDateTime(int pageNumber, int pageSize, java.util.Date startDateTime)
Does the same thing as 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.
java.util.Collection findVesselOwnerPeriodByStartDateTime(java.lang.String queryString, int pageNumber, int pageSize, java.util.Date startDateTime)
Does the same thing as 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.
java.util.Collection findVesselOwnerPeriodByStartDateTime(int transform, java.util.Date startDateTime)
Does the same thing as 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.
java.util.Collection findVesselOwnerPeriodByStartDateTime(int transform, int pageNumber, int pageSize, java.util.Date startDateTime)
Does the same thing as 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.
java.util.Collection findVesselOwnerPeriodByStartDateTime(int transform, java.lang.String queryString, java.util.Date startDateTime)
Does the same thing as findVesselOwnerPeriodByStartDateTime(int, java.util.Date)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findVesselOwnerPeriodByStartDateTime(int, java.util.Date startDateTime)
.
java.util.Collection findVesselOwnerPeriodByStartDateTime(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.util.Date startDateTime)
Does the same thing as 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.
java.util.Collection findVesselOwnerPeriodByVesselOwner(VesselOwner vesselOwner)
java.util.Collection findVesselOwnerPeriodByVesselOwner(java.lang.String queryString, VesselOwner vesselOwner)
Does the same thing as 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 findVesselOwnerPeriodByVesselOwner(fr.ifremer.allegro.referential.vessel.VesselOwner)
.
java.util.Collection findVesselOwnerPeriodByVesselOwner(int pageNumber, int pageSize, VesselOwner vesselOwner)
Does the same thing as 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.
java.util.Collection findVesselOwnerPeriodByVesselOwner(java.lang.String queryString, int pageNumber, int pageSize, VesselOwner vesselOwner)
Does the same thing as 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.
java.util.Collection findVesselOwnerPeriodByVesselOwner(int transform, VesselOwner vesselOwner)
Does the same thing as 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.
java.util.Collection findVesselOwnerPeriodByVesselOwner(int transform, int pageNumber, int pageSize, VesselOwner vesselOwner)
Does the same thing as 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.
java.util.Collection findVesselOwnerPeriodByVesselOwner(int transform, java.lang.String queryString, VesselOwner vesselOwner)
Does the same thing as 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 findVesselOwnerPeriodByVesselOwner(int, fr.ifremer.allegro.referential.vessel.VesselOwner vesselOwner)
.
java.util.Collection findVesselOwnerPeriodByVesselOwner(int transform, java.lang.String queryString, int pageNumber, int pageSize, VesselOwner vesselOwner)
Does the same thing as 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.
java.util.Collection findVesselOwnerPeriodByVessel(Vessel vessel)
java.util.Collection findVesselOwnerPeriodByVessel(java.lang.String queryString, Vessel vessel)
Does the same thing as 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 findVesselOwnerPeriodByVessel(fr.ifremer.allegro.referential.vessel.Vessel)
.
java.util.Collection findVesselOwnerPeriodByVessel(int pageNumber, int pageSize, Vessel vessel)
Does the same thing as 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.
java.util.Collection findVesselOwnerPeriodByVessel(java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
Does the same thing as 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.
java.util.Collection findVesselOwnerPeriodByVessel(int transform, Vessel vessel)
Does the same thing as 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.
java.util.Collection findVesselOwnerPeriodByVessel(int transform, int pageNumber, int pageSize, Vessel vessel)
Does the same thing as 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.
java.util.Collection findVesselOwnerPeriodByVessel(int transform, java.lang.String queryString, Vessel vessel)
Does the same thing as 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 findVesselOwnerPeriodByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel vessel)
.
java.util.Collection findVesselOwnerPeriodByVessel(int transform, java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
Does the same thing as 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.
VesselOwnerPeriod findVesselOwnerPeriodByIdentifiers(VesselOwner vesselOwner, java.util.Date startDateTime, Vessel vessel)
VesselOwnerPeriod findVesselOwnerPeriodByIdentifiers(java.lang.String queryString, VesselOwner vesselOwner, java.util.Date startDateTime, Vessel vessel)
Does the same thing as 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 findVesselOwnerPeriodByIdentifiers(fr.ifremer.allegro.referential.vessel.VesselOwner, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel)
.
java.lang.Object findVesselOwnerPeriodByIdentifiers(int transform, VesselOwner vesselOwner, java.util.Date startDateTime, Vessel vessel)
Does the same thing as 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.
java.lang.Object findVesselOwnerPeriodByIdentifiers(int transform, java.lang.String queryString, VesselOwner vesselOwner, java.util.Date startDateTime, Vessel vessel)
Does the same thing as 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 findVesselOwnerPeriodByIdentifiers(int, fr.ifremer.allegro.referential.vessel.VesselOwner vesselOwner, java.util.Date startDateTime, fr.ifremer.allegro.referential.vessel.Vessel vessel)
.
VesselOwnerPeriod findVesselOwnerPeriodByNaturalId(VesselOwner vesselOwner, java.util.Date startDateTime, Vessel vessel)
VesselOwnerPeriod findVesselOwnerPeriodByNaturalId(java.lang.String queryString, VesselOwner vesselOwner, java.util.Date startDateTime, Vessel vessel)
Does the same thing as 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 findVesselOwnerPeriodByNaturalId(fr.ifremer.allegro.referential.vessel.VesselOwner, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel)
.
java.lang.Object findVesselOwnerPeriodByNaturalId(int transform, VesselOwner vesselOwner, java.util.Date startDateTime, Vessel vessel)
Does the same thing as 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.
java.lang.Object findVesselOwnerPeriodByNaturalId(int transform, java.lang.String queryString, VesselOwner vesselOwner, java.util.Date startDateTime, Vessel vessel)
Does the same thing as 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 findVesselOwnerPeriodByNaturalId(int, fr.ifremer.allegro.referential.vessel.VesselOwner vesselOwner, java.util.Date startDateTime, fr.ifremer.allegro.referential.vessel.Vessel vessel)
.
VesselOwnerPeriod createFromClusterVesselOwnerPeriod(ClusterVesselOwnerPeriod clusterVesselOwnerPeriod)
PaginationResult search(int transform, int pageNumber, int pageSize, Search search)
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
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.PaginationResult search(int pageNumber, int pageSize, Search search)
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
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.java.util.Set search(int transform, Search search)
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.
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
java.util.Set search(Search search)
search
object.
search
- the search object which provides the search parameters and pagination specification.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |