|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VesselMasterPeriodDao
VesselMasterPeriod
Field Summary | |
---|---|
static int |
TRANSFORM_CLUSTERVESSELMASTERPERIOD
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_REMOTEVESSELMASTERPERIODFULLVO
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_REMOTEVESSELMASTERPERIODNATURALID
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 | |
---|---|
VesselMasterPeriod |
clusterVesselMasterPeriodToEntity(ClusterVesselMasterPeriod clusterVesselMasterPeriod)
Converts an instance of type ClusterVesselMasterPeriod to this DAO's entity. |
void |
clusterVesselMasterPeriodToEntity(ClusterVesselMasterPeriod source,
VesselMasterPeriod target,
boolean copyIfNull)
Copies the fields of ClusterVesselMasterPeriod to the specified entity. |
void |
clusterVesselMasterPeriodToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterVesselMasterPeriod to this
DAO's entity. |
java.util.Collection |
create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.referential.vessel.VesselMasterPeriod and adds from the passed in entities collection |
VesselMasterPeriod |
create(java.util.Date startDateTime,
java.util.Date endDateTime,
FishingVessel fishingVessel,
VesselMaster vesselMaster)
Creates a new fr.ifremer.allegro.referential.vessel.VesselMasterPeriod
instance from all attributes and
properties and adds it to the persistent store. |
VesselMasterPeriod |
create(FishingVessel fishingVessel,
java.util.Date startDateTime,
VesselMaster vesselMaster)
Creates a new fr.ifremer.allegro.referential.vessel.VesselMasterPeriod
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
java.util.Collection |
create(int transform,
java.util.Collection entities)
Does the same thing as create(fr.ifremer.allegro.referential.vessel.VesselMasterPeriod) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.util.Date startDateTime,
java.util.Date endDateTime,
FishingVessel fishingVessel,
VesselMaster vesselMaster)
Does the same thing as create(java.util.Date,java.util.Date,fr.ifremer.allegro.referential.vessel.FishingVessel,fr.ifremer.allegro.referential.vessel.VesselMaster) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
FishingVessel fishingVessel,
java.util.Date startDateTime,
VesselMaster vesselMaster)
Does the same thing as create(fr.ifremer.allegro.referential.vessel.FishingVessel,java.util.Date,fr.ifremer.allegro.referential.vessel.VesselMaster) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
VesselMasterPeriod vesselMasterPeriod)
Does the same thing as create(fr.ifremer.allegro.referential.vessel.VesselMasterPeriod) with an
additional flag called transform . |
VesselMasterPeriod |
create(VesselMasterPeriod vesselMasterPeriod)
Creates an instance of fr.ifremer.allegro.referential.vessel.VesselMasterPeriod and adds it to the persistent store. |
VesselMasterPeriod |
createFromClusterVesselMasterPeriod(ClusterVesselMasterPeriod clusterVesselMasterPeriod)
|
java.util.Collection |
findVesselMasterPeriodByFishingVessel(FishingVessel fishingVessel)
|
java.util.Collection |
findVesselMasterPeriodByFishingVessel(int transform,
FishingVessel fishingVessel)
Does the same thing as findVesselMasterPeriodByFishingVessel(fr.ifremer.allegro.referential.vessel.FishingVessel) with an
additional flag called transform . |
java.util.Collection |
findVesselMasterPeriodByFishingVessel(int pageNumber,
int pageSize,
FishingVessel fishingVessel)
Does the same thing as findVesselMasterPeriodByFishingVessel(fr.ifremer.allegro.referential.vessel.FishingVessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselMasterPeriodByFishingVessel(int transform,
int pageNumber,
int pageSize,
FishingVessel fishingVessel)
Does the same thing as findVesselMasterPeriodByFishingVessel(int, fr.ifremer.allegro.referential.vessel.FishingVessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselMasterPeriodByFishingVessel(int transform,
java.lang.String queryString,
FishingVessel fishingVessel)
Does the same thing as findVesselMasterPeriodByFishingVessel(int, fr.ifremer.allegro.referential.vessel.FishingVessel) with an
additional argument called queryString . |
java.util.Collection |
findVesselMasterPeriodByFishingVessel(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
FishingVessel fishingVessel)
Does the same thing as findVesselMasterPeriodByFishingVessel(int, String, fr.ifremer.allegro.referential.vessel.FishingVessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselMasterPeriodByFishingVessel(java.lang.String queryString,
FishingVessel fishingVessel)
Does the same thing as findVesselMasterPeriodByFishingVessel(fr.ifremer.allegro.referential.vessel.FishingVessel) with an
additional argument called queryString . |
java.util.Collection |
findVesselMasterPeriodByFishingVessel(java.lang.String queryString,
int pageNumber,
int pageSize,
FishingVessel fishingVessel)
Does the same thing as findVesselMasterPeriodByFishingVessel(String, fr.ifremer.allegro.referential.vessel.FishingVessel) with an
additional two arguments called pageNumber and pageSize . |
VesselMasterPeriod |
findVesselMasterPeriodByIdentifiers(java.util.Date startDateTime,
VesselMaster vesselMaster,
FishingVessel fishingVessel)
|
java.lang.Object |
findVesselMasterPeriodByIdentifiers(int transform,
java.util.Date startDateTime,
VesselMaster vesselMaster,
FishingVessel fishingVessel)
Does the same thing as findVesselMasterPeriodByIdentifiers(java.util.Date, fr.ifremer.allegro.referential.vessel.VesselMaster, fr.ifremer.allegro.referential.vessel.FishingVessel) with an
additional flag called transform . |
java.lang.Object |
findVesselMasterPeriodByIdentifiers(int transform,
java.lang.String queryString,
java.util.Date startDateTime,
VesselMaster vesselMaster,
FishingVessel fishingVessel)
Does the same thing as findVesselMasterPeriodByIdentifiers(int, java.util.Date, fr.ifremer.allegro.referential.vessel.VesselMaster, fr.ifremer.allegro.referential.vessel.FishingVessel) with an
additional argument called queryString . |
VesselMasterPeriod |
findVesselMasterPeriodByIdentifiers(java.lang.String queryString,
java.util.Date startDateTime,
VesselMaster vesselMaster,
FishingVessel fishingVessel)
Does the same thing as findVesselMasterPeriodByIdentifiers(java.util.Date, fr.ifremer.allegro.referential.vessel.VesselMaster, fr.ifremer.allegro.referential.vessel.FishingVessel) with an
additional argument called queryString . |
VesselMasterPeriod |
findVesselMasterPeriodByNaturalId(java.util.Date startDateTime,
VesselMaster vesselMaster,
FishingVessel fishingVessel)
|
java.lang.Object |
findVesselMasterPeriodByNaturalId(int transform,
java.util.Date startDateTime,
VesselMaster vesselMaster,
FishingVessel fishingVessel)
Does the same thing as findVesselMasterPeriodByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.VesselMaster, fr.ifremer.allegro.referential.vessel.FishingVessel) with an
additional flag called transform . |
java.lang.Object |
findVesselMasterPeriodByNaturalId(int transform,
java.lang.String queryString,
java.util.Date startDateTime,
VesselMaster vesselMaster,
FishingVessel fishingVessel)
Does the same thing as findVesselMasterPeriodByNaturalId(int, java.util.Date, fr.ifremer.allegro.referential.vessel.VesselMaster, fr.ifremer.allegro.referential.vessel.FishingVessel) with an
additional argument called queryString . |
VesselMasterPeriod |
findVesselMasterPeriodByNaturalId(java.lang.String queryString,
java.util.Date startDateTime,
VesselMaster vesselMaster,
FishingVessel fishingVessel)
Does the same thing as findVesselMasterPeriodByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.VesselMaster, fr.ifremer.allegro.referential.vessel.FishingVessel) with an
additional argument called queryString . |
java.util.Collection |
findVesselMasterPeriodByStartDateTime(java.util.Date startDateTime)
|
java.util.Collection |
findVesselMasterPeriodByStartDateTime(int transform,
java.util.Date startDateTime)
Does the same thing as findVesselMasterPeriodByStartDateTime(java.util.Date) with an
additional flag called transform . |
java.util.Collection |
findVesselMasterPeriodByStartDateTime(int pageNumber,
int pageSize,
java.util.Date startDateTime)
Does the same thing as findVesselMasterPeriodByStartDateTime(java.util.Date) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselMasterPeriodByStartDateTime(int transform,
int pageNumber,
int pageSize,
java.util.Date startDateTime)
Does the same thing as findVesselMasterPeriodByStartDateTime(int, java.util.Date) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselMasterPeriodByStartDateTime(int transform,
java.lang.String queryString,
java.util.Date startDateTime)
Does the same thing as findVesselMasterPeriodByStartDateTime(int, java.util.Date) with an
additional argument called queryString . |
java.util.Collection |
findVesselMasterPeriodByStartDateTime(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
java.util.Date startDateTime)
Does the same thing as findVesselMasterPeriodByStartDateTime(int, String, java.util.Date) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselMasterPeriodByStartDateTime(java.lang.String queryString,
java.util.Date startDateTime)
Does the same thing as findVesselMasterPeriodByStartDateTime(java.util.Date) with an
additional argument called queryString . |
java.util.Collection |
findVesselMasterPeriodByStartDateTime(java.lang.String queryString,
int pageNumber,
int pageSize,
java.util.Date startDateTime)
Does the same thing as findVesselMasterPeriodByStartDateTime(String, java.util.Date) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselMasterPeriodByVesselMaster(int transform,
int pageNumber,
int pageSize,
VesselMaster vesselMaster)
Does the same thing as findVesselMasterPeriodByVesselMaster(int, fr.ifremer.allegro.referential.vessel.VesselMaster) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselMasterPeriodByVesselMaster(int pageNumber,
int pageSize,
VesselMaster vesselMaster)
Does the same thing as findVesselMasterPeriodByVesselMaster(fr.ifremer.allegro.referential.vessel.VesselMaster) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselMasterPeriodByVesselMaster(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
VesselMaster vesselMaster)
Does the same thing as findVesselMasterPeriodByVesselMaster(int, String, fr.ifremer.allegro.referential.vessel.VesselMaster) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselMasterPeriodByVesselMaster(int transform,
java.lang.String queryString,
VesselMaster vesselMaster)
Does the same thing as findVesselMasterPeriodByVesselMaster(int, fr.ifremer.allegro.referential.vessel.VesselMaster) with an
additional argument called queryString . |
java.util.Collection |
findVesselMasterPeriodByVesselMaster(int transform,
VesselMaster vesselMaster)
Does the same thing as findVesselMasterPeriodByVesselMaster(fr.ifremer.allegro.referential.vessel.VesselMaster) with an
additional flag called transform . |
java.util.Collection |
findVesselMasterPeriodByVesselMaster(java.lang.String queryString,
int pageNumber,
int pageSize,
VesselMaster vesselMaster)
Does the same thing as findVesselMasterPeriodByVesselMaster(String, fr.ifremer.allegro.referential.vessel.VesselMaster) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselMasterPeriodByVesselMaster(java.lang.String queryString,
VesselMaster vesselMaster)
Does the same thing as findVesselMasterPeriodByVesselMaster(fr.ifremer.allegro.referential.vessel.VesselMaster) with an
additional argument called queryString . |
java.util.Collection |
findVesselMasterPeriodByVesselMaster(VesselMaster vesselMaster)
|
java.util.Collection |
getAllVesselMasterPeriod()
|
java.util.Collection |
getAllVesselMasterPeriod(int transform)
Does the same thing as getAllVesselMasterPeriod() with an
additional flag called transform . |
java.util.Collection |
getAllVesselMasterPeriod(int pageNumber,
int pageSize)
Does the same thing as getAllVesselMasterPeriod() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllVesselMasterPeriod(int transform,
int pageNumber,
int pageSize)
Does the same thing as getAllVesselMasterPeriod(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllVesselMasterPeriod(int transform,
java.lang.String queryString)
Does the same thing as getAllVesselMasterPeriod(int) with an
additional argument called queryString . |
java.util.Collection |
getAllVesselMasterPeriod(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as getAllVesselMasterPeriod(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllVesselMasterPeriod(java.lang.String queryString)
Does the same thing as getAllVesselMasterPeriod() with an
additional argument called queryString . |
java.util.Collection |
getAllVesselMasterPeriod(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as getAllVesselMasterPeriod(String) with an
additional two arguments called pageNumber and pageSize . |
VesselMasterPeriod |
load(java.util.Date startDateTime,
FishingVessel fishingVessel,
VesselMaster vesselMaster)
Loads an instance of fr.ifremer.allegro.referential.vessel.VesselMasterPeriod from the persistent store. |
java.lang.Object |
load(int transform,
java.util.Date startDateTime,
FishingVessel fishingVessel,
VesselMaster vesselMaster)
Does the same thing as load(java.util.Date,fr.ifremer.allegro.referential.vessel.FishingVessel,fr.ifremer.allegro.referential.vessel.VesselMaster) with an
additional flag called transform . |
java.util.Collection |
loadAll()
Loads all entities of type VesselMasterPeriod . |
java.util.Collection |
loadAll(int transform)
Does the same thing as 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 . |
VesselMasterPeriod |
remoteVesselMasterPeriodFullVOToEntity(RemoteVesselMasterPeriodFullVO remoteVesselMasterPeriodFullVO)
Converts an instance of type RemoteVesselMasterPeriodFullVO to this DAO's entity. |
void |
remoteVesselMasterPeriodFullVOToEntity(RemoteVesselMasterPeriodFullVO source,
VesselMasterPeriod target,
boolean copyIfNull)
Copies the fields of RemoteVesselMasterPeriodFullVO to the specified entity. |
void |
remoteVesselMasterPeriodFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteVesselMasterPeriodFullVO to this
DAO's entity. |
VesselMasterPeriod |
remoteVesselMasterPeriodNaturalIdToEntity(RemoteVesselMasterPeriodNaturalId remoteVesselMasterPeriodNaturalId)
Converts an instance of type RemoteVesselMasterPeriodNaturalId to this DAO's entity. |
void |
remoteVesselMasterPeriodNaturalIdToEntity(RemoteVesselMasterPeriodNaturalId source,
VesselMasterPeriod target,
boolean copyIfNull)
Copies the fields of RemoteVesselMasterPeriodNaturalId to the specified entity. |
void |
remoteVesselMasterPeriodNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteVesselMasterPeriodNaturalId to this
DAO's entity. |
void |
remove(java.util.Collection entities)
Removes all entities in the given entities |
void |
remove(java.util.Date startDateTime,
FishingVessel fishingVessel,
VesselMaster vesselMaster)
Removes the instance of fr.ifremer.allegro.referential.vessel.VesselMasterPeriod having the given identifiers from the persistent store. |
void |
remove(VesselMasterPeriod vesselMasterPeriod)
Removes the instance of fr.ifremer.allegro.referential.vessel.VesselMasterPeriod from the persistent store. |
PaginationResult |
search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as {@link #search(int, fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize . |
PaginationResult |
search(int pageNumber,
int pageSize,
Search search)
Does the same thing as {@link #search(fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize . |
java.util.Set |
search(int transform,
Search search)
Does the same thing as 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. |
ClusterVesselMasterPeriod |
toClusterVesselMasterPeriod(VesselMasterPeriod entity)
Converts this DAO's entity to an object of type ClusterVesselMasterPeriod . |
void |
toClusterVesselMasterPeriod(VesselMasterPeriod source,
ClusterVesselMasterPeriod target)
Copies the fields of the specified entity to the target value object. |
ClusterVesselMasterPeriod[] |
toClusterVesselMasterPeriodArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterVesselMasterPeriod . |
void |
toClusterVesselMasterPeriodCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterVesselMasterPeriod . |
RemoteVesselMasterPeriodFullVO |
toRemoteVesselMasterPeriodFullVO(VesselMasterPeriod entity)
Converts this DAO's entity to an object of type RemoteVesselMasterPeriodFullVO . |
void |
toRemoteVesselMasterPeriodFullVO(VesselMasterPeriod source,
RemoteVesselMasterPeriodFullVO target)
Copies the fields of the specified entity to the target value object. |
RemoteVesselMasterPeriodFullVO[] |
toRemoteVesselMasterPeriodFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteVesselMasterPeriodFullVO . |
void |
toRemoteVesselMasterPeriodFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteVesselMasterPeriodFullVO . |
RemoteVesselMasterPeriodNaturalId |
toRemoteVesselMasterPeriodNaturalId(VesselMasterPeriod entity)
Converts this DAO's entity to an object of type RemoteVesselMasterPeriodNaturalId . |
void |
toRemoteVesselMasterPeriodNaturalId(VesselMasterPeriod source,
RemoteVesselMasterPeriodNaturalId target)
Copies the fields of the specified entity to the target value object. |
RemoteVesselMasterPeriodNaturalId[] |
toRemoteVesselMasterPeriodNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteVesselMasterPeriodNaturalId . |
void |
toRemoteVesselMasterPeriodNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteVesselMasterPeriodNaturalId . |
void |
update(java.util.Collection entities)
Updates all instances in the entities collection in the persistent store. |
void |
update(VesselMasterPeriod vesselMasterPeriod)
Updates the vesselMasterPeriod instance in the persistent store. |
Field Detail |
---|
static final int TRANSFORM_NONE
int
parameter called transform
.
This specific flag denotes no transformation will occur.
static final int TRANSFORM_REMOTEVESSELMASTERPERIODFULLVO
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteVesselMasterPeriodFullVO
.
static final int TRANSFORM_REMOTEVESSELMASTERPERIODNATURALID
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteVesselMasterPeriodNaturalId
.
static final int TRANSFORM_CLUSTERVESSELMASTERPERIOD
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
ClusterVesselMasterPeriod
.
Method Detail |
---|
void toRemoteVesselMasterPeriodFullVO(VesselMasterPeriod source, RemoteVesselMasterPeriodFullVO target)
RemoteVesselMasterPeriodFullVO toRemoteVesselMasterPeriodFullVO(VesselMasterPeriod entity)
RemoteVesselMasterPeriodFullVO
.
void toRemoteVesselMasterPeriodFullVOCollection(java.util.Collection entities)
RemoteVesselMasterPeriodFullVO
.
RemoteVesselMasterPeriodFullVO[] toRemoteVesselMasterPeriodFullVOArray(java.util.Collection entities)
RemoteVesselMasterPeriodFullVO
.
void remoteVesselMasterPeriodFullVOToEntity(RemoteVesselMasterPeriodFullVO source, VesselMasterPeriod target, boolean copyIfNull)
RemoteVesselMasterPeriodFullVO
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.VesselMasterPeriod remoteVesselMasterPeriodFullVOToEntity(RemoteVesselMasterPeriodFullVO remoteVesselMasterPeriodFullVO)
RemoteVesselMasterPeriodFullVO
to this DAO's entity.
void remoteVesselMasterPeriodFullVOToEntityCollection(java.util.Collection instances)
RemoteVesselMasterPeriodFullVO
to this
DAO's entity.
void toRemoteVesselMasterPeriodNaturalId(VesselMasterPeriod source, RemoteVesselMasterPeriodNaturalId target)
RemoteVesselMasterPeriodNaturalId toRemoteVesselMasterPeriodNaturalId(VesselMasterPeriod entity)
RemoteVesselMasterPeriodNaturalId
.
void toRemoteVesselMasterPeriodNaturalIdCollection(java.util.Collection entities)
RemoteVesselMasterPeriodNaturalId
.
RemoteVesselMasterPeriodNaturalId[] toRemoteVesselMasterPeriodNaturalIdArray(java.util.Collection entities)
RemoteVesselMasterPeriodNaturalId
.
void remoteVesselMasterPeriodNaturalIdToEntity(RemoteVesselMasterPeriodNaturalId source, VesselMasterPeriod target, boolean copyIfNull)
RemoteVesselMasterPeriodNaturalId
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.VesselMasterPeriod remoteVesselMasterPeriodNaturalIdToEntity(RemoteVesselMasterPeriodNaturalId remoteVesselMasterPeriodNaturalId)
RemoteVesselMasterPeriodNaturalId
to this DAO's entity.
void remoteVesselMasterPeriodNaturalIdToEntityCollection(java.util.Collection instances)
RemoteVesselMasterPeriodNaturalId
to this
DAO's entity.
void toClusterVesselMasterPeriod(VesselMasterPeriod source, ClusterVesselMasterPeriod target)
ClusterVesselMasterPeriod toClusterVesselMasterPeriod(VesselMasterPeriod entity)
ClusterVesselMasterPeriod
.
void toClusterVesselMasterPeriodCollection(java.util.Collection entities)
ClusterVesselMasterPeriod
.
ClusterVesselMasterPeriod[] toClusterVesselMasterPeriodArray(java.util.Collection entities)
ClusterVesselMasterPeriod
.
void clusterVesselMasterPeriodToEntity(ClusterVesselMasterPeriod source, VesselMasterPeriod target, boolean copyIfNull)
ClusterVesselMasterPeriod
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.VesselMasterPeriod clusterVesselMasterPeriodToEntity(ClusterVesselMasterPeriod clusterVesselMasterPeriod)
ClusterVesselMasterPeriod
to this DAO's entity.
void clusterVesselMasterPeriodToEntityCollection(java.util.Collection instances)
ClusterVesselMasterPeriod
to this
DAO's entity.
VesselMasterPeriod load(java.util.Date startDateTime, FishingVessel fishingVessel, VesselMaster vesselMaster)
java.lang.Object load(int transform, java.util.Date startDateTime, FishingVessel fishingVessel, VesselMaster vesselMaster)
Does the same thing as load(java.util.Date,fr.ifremer.allegro.referential.vessel.FishingVessel,fr.ifremer.allegro.referential.vessel.VesselMaster)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined in this class then the result WILL BE passed through an operation which can
optionally transform the entity (into a value object for example). By default, transformation does
not occur.
startDateTime
- identifier of the entity to loadfishingVessel
- identifier of the entity to loadvesselMaster
- identifier of the entity to load
java.util.Collection loadAll()
VesselMasterPeriod
.
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.
VesselMasterPeriod create(VesselMasterPeriod vesselMasterPeriod)
java.lang.Object create(int transform, VesselMasterPeriod vesselMasterPeriod)
Does the same thing as create(fr.ifremer.allegro.referential.vessel.VesselMasterPeriod)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
java.util.Collection create(java.util.Collection entities)
entities
collection
entities
- the collection of fr.ifremer.allegro.referential.vessel.VesselMasterPeriod
instances to create.
java.util.Collection create(int transform, java.util.Collection entities)
Does the same thing as create(fr.ifremer.allegro.referential.vessel.VesselMasterPeriod)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
VesselMasterPeriod create(java.util.Date startDateTime, java.util.Date endDateTime, FishingVessel fishingVessel, VesselMaster vesselMaster)
Creates a new fr.ifremer.allegro.referential.vessel.VesselMasterPeriod
instance from all attributes and
properties and adds it to the persistent store.
java.lang.Object create(int transform, java.util.Date startDateTime, java.util.Date endDateTime, FishingVessel fishingVessel, VesselMaster vesselMaster)
Does the same thing as create(java.util.Date,java.util.Date,fr.ifremer.allegro.referential.vessel.FishingVessel,fr.ifremer.allegro.referential.vessel.VesselMaster)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
VesselMasterPeriod create(FishingVessel fishingVessel, java.util.Date startDateTime, VesselMaster vesselMaster)
Creates a new fr.ifremer.allegro.referential.vessel.VesselMasterPeriod
instance from only required properties (attributes
and association ends) and adds it to the persistent store.
java.lang.Object create(int transform, FishingVessel fishingVessel, java.util.Date startDateTime, VesselMaster vesselMaster)
Does the same thing as create(fr.ifremer.allegro.referential.vessel.FishingVessel,java.util.Date,fr.ifremer.allegro.referential.vessel.VesselMaster)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOTWILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
void update(VesselMasterPeriod vesselMasterPeriod)
vesselMasterPeriod
instance in the persistent store.
void update(java.util.Collection entities)
entities
collection in the persistent store.
void remove(VesselMasterPeriod vesselMasterPeriod)
void remove(java.util.Date startDateTime, FishingVessel fishingVessel, VesselMaster vesselMaster)
identifiers
from the persistent store.
void remove(java.util.Collection entities)
entities collection.
java.util.Collection getAllVesselMasterPeriod()
java.util.Collection getAllVesselMasterPeriod(java.lang.String queryString)
Does the same thing as getAllVesselMasterPeriod()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllVesselMasterPeriod()
.
java.util.Collection getAllVesselMasterPeriod(int pageNumber, int pageSize)
Does the same thing as getAllVesselMasterPeriod()
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection getAllVesselMasterPeriod(java.lang.String queryString, int pageNumber, int pageSize)
Does the same thing as getAllVesselMasterPeriod(String)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection getAllVesselMasterPeriod(int transform)
Does the same thing as getAllVesselMasterPeriod()
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
java.util.Collection getAllVesselMasterPeriod(int transform, int pageNumber, int pageSize)
Does the same thing as getAllVesselMasterPeriod(int)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection getAllVesselMasterPeriod(int transform, java.lang.String queryString)
Does the same thing as getAllVesselMasterPeriod(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllVesselMasterPeriod(int)
.
java.util.Collection getAllVesselMasterPeriod(int transform, java.lang.String queryString, int pageNumber, int pageSize)
Does the same thing as getAllVesselMasterPeriod(int, String)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findVesselMasterPeriodByStartDateTime(java.util.Date startDateTime)
java.util.Collection findVesselMasterPeriodByStartDateTime(java.lang.String queryString, java.util.Date startDateTime)
Does the same thing as findVesselMasterPeriodByStartDateTime(java.util.Date)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findVesselMasterPeriodByStartDateTime(java.util.Date)
.
java.util.Collection findVesselMasterPeriodByStartDateTime(int pageNumber, int pageSize, java.util.Date startDateTime)
Does the same thing as findVesselMasterPeriodByStartDateTime(java.util.Date)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findVesselMasterPeriodByStartDateTime(java.lang.String queryString, int pageNumber, int pageSize, java.util.Date startDateTime)
Does the same thing as findVesselMasterPeriodByStartDateTime(String, java.util.Date)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findVesselMasterPeriodByStartDateTime(int transform, java.util.Date startDateTime)
Does the same thing as findVesselMasterPeriodByStartDateTime(java.util.Date)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
java.util.Collection findVesselMasterPeriodByStartDateTime(int transform, int pageNumber, int pageSize, java.util.Date startDateTime)
Does the same thing as findVesselMasterPeriodByStartDateTime(int, java.util.Date)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findVesselMasterPeriodByStartDateTime(int transform, java.lang.String queryString, java.util.Date startDateTime)
Does the same thing as findVesselMasterPeriodByStartDateTime(int, java.util.Date)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findVesselMasterPeriodByStartDateTime(int, java.util.Date startDateTime)
.
java.util.Collection findVesselMasterPeriodByStartDateTime(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.util.Date startDateTime)
Does the same thing as findVesselMasterPeriodByStartDateTime(int, String, java.util.Date)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findVesselMasterPeriodByVesselMaster(VesselMaster vesselMaster)
java.util.Collection findVesselMasterPeriodByVesselMaster(java.lang.String queryString, VesselMaster vesselMaster)
Does the same thing as findVesselMasterPeriodByVesselMaster(fr.ifremer.allegro.referential.vessel.VesselMaster)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findVesselMasterPeriodByVesselMaster(fr.ifremer.allegro.referential.vessel.VesselMaster)
.
java.util.Collection findVesselMasterPeriodByVesselMaster(int pageNumber, int pageSize, VesselMaster vesselMaster)
Does the same thing as findVesselMasterPeriodByVesselMaster(fr.ifremer.allegro.referential.vessel.VesselMaster)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findVesselMasterPeriodByVesselMaster(java.lang.String queryString, int pageNumber, int pageSize, VesselMaster vesselMaster)
Does the same thing as findVesselMasterPeriodByVesselMaster(String, fr.ifremer.allegro.referential.vessel.VesselMaster)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findVesselMasterPeriodByVesselMaster(int transform, VesselMaster vesselMaster)
Does the same thing as findVesselMasterPeriodByVesselMaster(fr.ifremer.allegro.referential.vessel.VesselMaster)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
java.util.Collection findVesselMasterPeriodByVesselMaster(int transform, int pageNumber, int pageSize, VesselMaster vesselMaster)
Does the same thing as findVesselMasterPeriodByVesselMaster(int, fr.ifremer.allegro.referential.vessel.VesselMaster)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findVesselMasterPeriodByVesselMaster(int transform, java.lang.String queryString, VesselMaster vesselMaster)
Does the same thing as findVesselMasterPeriodByVesselMaster(int, fr.ifremer.allegro.referential.vessel.VesselMaster)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findVesselMasterPeriodByVesselMaster(int, fr.ifremer.allegro.referential.vessel.VesselMaster vesselMaster)
.
java.util.Collection findVesselMasterPeriodByVesselMaster(int transform, java.lang.String queryString, int pageNumber, int pageSize, VesselMaster vesselMaster)
Does the same thing as findVesselMasterPeriodByVesselMaster(int, String, fr.ifremer.allegro.referential.vessel.VesselMaster)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findVesselMasterPeriodByFishingVessel(FishingVessel fishingVessel)
java.util.Collection findVesselMasterPeriodByFishingVessel(java.lang.String queryString, FishingVessel fishingVessel)
Does the same thing as findVesselMasterPeriodByFishingVessel(fr.ifremer.allegro.referential.vessel.FishingVessel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findVesselMasterPeriodByFishingVessel(fr.ifremer.allegro.referential.vessel.FishingVessel)
.
java.util.Collection findVesselMasterPeriodByFishingVessel(int pageNumber, int pageSize, FishingVessel fishingVessel)
Does the same thing as findVesselMasterPeriodByFishingVessel(fr.ifremer.allegro.referential.vessel.FishingVessel)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findVesselMasterPeriodByFishingVessel(java.lang.String queryString, int pageNumber, int pageSize, FishingVessel fishingVessel)
Does the same thing as findVesselMasterPeriodByFishingVessel(String, fr.ifremer.allegro.referential.vessel.FishingVessel)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findVesselMasterPeriodByFishingVessel(int transform, FishingVessel fishingVessel)
Does the same thing as findVesselMasterPeriodByFishingVessel(fr.ifremer.allegro.referential.vessel.FishingVessel)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
java.util.Collection findVesselMasterPeriodByFishingVessel(int transform, int pageNumber, int pageSize, FishingVessel fishingVessel)
Does the same thing as findVesselMasterPeriodByFishingVessel(int, fr.ifremer.allegro.referential.vessel.FishingVessel)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findVesselMasterPeriodByFishingVessel(int transform, java.lang.String queryString, FishingVessel fishingVessel)
Does the same thing as findVesselMasterPeriodByFishingVessel(int, fr.ifremer.allegro.referential.vessel.FishingVessel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findVesselMasterPeriodByFishingVessel(int, fr.ifremer.allegro.referential.vessel.FishingVessel fishingVessel)
.
java.util.Collection findVesselMasterPeriodByFishingVessel(int transform, java.lang.String queryString, int pageNumber, int pageSize, FishingVessel fishingVessel)
Does the same thing as findVesselMasterPeriodByFishingVessel(int, String, fr.ifremer.allegro.referential.vessel.FishingVessel)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
VesselMasterPeriod findVesselMasterPeriodByIdentifiers(java.util.Date startDateTime, VesselMaster vesselMaster, FishingVessel fishingVessel)
VesselMasterPeriod findVesselMasterPeriodByIdentifiers(java.lang.String queryString, java.util.Date startDateTime, VesselMaster vesselMaster, FishingVessel fishingVessel)
Does the same thing as findVesselMasterPeriodByIdentifiers(java.util.Date, fr.ifremer.allegro.referential.vessel.VesselMaster, fr.ifremer.allegro.referential.vessel.FishingVessel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findVesselMasterPeriodByIdentifiers(java.util.Date, fr.ifremer.allegro.referential.vessel.VesselMaster, fr.ifremer.allegro.referential.vessel.FishingVessel)
.
java.lang.Object findVesselMasterPeriodByIdentifiers(int transform, java.util.Date startDateTime, VesselMaster vesselMaster, FishingVessel fishingVessel)
Does the same thing as findVesselMasterPeriodByIdentifiers(java.util.Date, fr.ifremer.allegro.referential.vessel.VesselMaster, fr.ifremer.allegro.referential.vessel.FishingVessel)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
java.lang.Object findVesselMasterPeriodByIdentifiers(int transform, java.lang.String queryString, java.util.Date startDateTime, VesselMaster vesselMaster, FishingVessel fishingVessel)
Does the same thing as findVesselMasterPeriodByIdentifiers(int, java.util.Date, fr.ifremer.allegro.referential.vessel.VesselMaster, fr.ifremer.allegro.referential.vessel.FishingVessel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findVesselMasterPeriodByIdentifiers(int, java.util.Date startDateTime, fr.ifremer.allegro.referential.vessel.VesselMaster vesselMaster, fr.ifremer.allegro.referential.vessel.FishingVessel fishingVessel)
.
VesselMasterPeriod findVesselMasterPeriodByNaturalId(java.util.Date startDateTime, VesselMaster vesselMaster, FishingVessel fishingVessel)
VesselMasterPeriod findVesselMasterPeriodByNaturalId(java.lang.String queryString, java.util.Date startDateTime, VesselMaster vesselMaster, FishingVessel fishingVessel)
Does the same thing as findVesselMasterPeriodByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.VesselMaster, fr.ifremer.allegro.referential.vessel.FishingVessel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findVesselMasterPeriodByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.VesselMaster, fr.ifremer.allegro.referential.vessel.FishingVessel)
.
java.lang.Object findVesselMasterPeriodByNaturalId(int transform, java.util.Date startDateTime, VesselMaster vesselMaster, FishingVessel fishingVessel)
Does the same thing as findVesselMasterPeriodByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.VesselMaster, fr.ifremer.allegro.referential.vessel.FishingVessel)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
java.lang.Object findVesselMasterPeriodByNaturalId(int transform, java.lang.String queryString, java.util.Date startDateTime, VesselMaster vesselMaster, FishingVessel fishingVessel)
Does the same thing as findVesselMasterPeriodByNaturalId(int, java.util.Date, fr.ifremer.allegro.referential.vessel.VesselMaster, fr.ifremer.allegro.referential.vessel.FishingVessel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findVesselMasterPeriodByNaturalId(int, java.util.Date startDateTime, fr.ifremer.allegro.referential.vessel.VesselMaster vesselMaster, fr.ifremer.allegro.referential.vessel.FishingVessel fishingVessel)
.
VesselMasterPeriod createFromClusterVesselMasterPeriod(ClusterVesselMasterPeriod clusterVesselMasterPeriod)
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 |