|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VesselFeaturesDao
VesselFeatures
Field Summary | |
---|---|
static int |
TRANSFORM_CLUSTERVESSELFEATURES
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_REMOTEVESSELFEATURESFULLVO
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_REMOTEVESSELFEATURESNATURALID
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 | |
---|---|
VesselFeatures |
clusterVesselFeaturesToEntity(ClusterVesselFeatures clusterVesselFeatures)
Converts an instance of type ClusterVesselFeatures to this DAO's entity. |
void |
clusterVesselFeaturesToEntity(ClusterVesselFeatures source,
VesselFeatures target,
boolean copyIfNull)
Copies the fields of ClusterVesselFeatures to the specified entity. |
void |
clusterVesselFeaturesToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterVesselFeatures to this
DAO's entity. |
java.util.Collection |
create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.referential.vessel.VesselFeatures and adds from the passed in entities collection |
VesselFeatures |
create(java.util.Date startDateTime,
java.util.Date endDateTime,
java.lang.String name,
java.lang.String exteriorMarking,
java.lang.Float administrativePower,
java.lang.Float auxiliaryPower,
java.lang.Integer grossTonnageGT,
java.lang.Integer grossTonnageGRT,
java.lang.Integer lengthOverAll,
java.lang.Integer lengthBeetweenPerpendiculars,
java.lang.Integer constructionYear,
java.lang.String IRCS,
java.lang.Boolean hasVMS,
java.lang.Boolean isFPC,
java.sql.Timestamp updateDate,
Location basePortLocation,
FishingVessel fishingVessel,
QualitativeValue hullMaterial)
Creates a new fr.ifremer.allegro.referential.vessel.VesselFeatures
instance from all attributes and
properties and adds it to the persistent store. |
VesselFeatures |
create(FishingVessel fishingVessel,
java.lang.Boolean isFPC,
java.util.Date startDateTime)
Creates a new fr.ifremer.allegro.referential.vessel.VesselFeatures
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.VesselFeatures) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.util.Date startDateTime,
java.util.Date endDateTime,
java.lang.String name,
java.lang.String exteriorMarking,
java.lang.Float administrativePower,
java.lang.Float auxiliaryPower,
java.lang.Integer grossTonnageGT,
java.lang.Integer grossTonnageGRT,
java.lang.Integer lengthOverAll,
java.lang.Integer lengthBeetweenPerpendiculars,
java.lang.Integer constructionYear,
java.lang.String IRCS,
java.lang.Boolean hasVMS,
java.lang.Boolean isFPC,
java.sql.Timestamp updateDate,
Location basePortLocation,
FishingVessel fishingVessel,
QualitativeValue hullMaterial)
Does the same thing as create(java.util.Date,java.util.Date,java.lang.String,java.lang.String,java.lang.Float,java.lang.Float,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Boolean,java.lang.Boolean,java.sql.Timestamp,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.referential.vessel.FishingVessel,fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
FishingVessel fishingVessel,
java.lang.Boolean isFPC,
java.util.Date startDateTime)
Does the same thing as create(fr.ifremer.allegro.referential.vessel.FishingVessel,java.lang.Boolean,java.util.Date) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
VesselFeatures vesselFeatures)
Does the same thing as create(fr.ifremer.allegro.referential.vessel.VesselFeatures) with an
additional flag called transform . |
VesselFeatures |
create(VesselFeatures vesselFeatures)
Creates an instance of fr.ifremer.allegro.referential.vessel.VesselFeatures and adds it to the persistent store. |
VesselFeatures |
createFromClusterVesselFeatures(ClusterVesselFeatures clusterVesselFeatures)
|
java.util.Collection |
findVesselFeaturesByBasePortLocation(int transform,
int pageNumber,
int pageSize,
Location basePortLocation)
Does the same thing as findVesselFeaturesByBasePortLocation(int, fr.ifremer.allegro.referential.location.Location) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselFeaturesByBasePortLocation(int pageNumber,
int pageSize,
Location basePortLocation)
Does the same thing as findVesselFeaturesByBasePortLocation(fr.ifremer.allegro.referential.location.Location) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselFeaturesByBasePortLocation(int transform,
Location basePortLocation)
Does the same thing as findVesselFeaturesByBasePortLocation(fr.ifremer.allegro.referential.location.Location) with an
additional flag called transform . |
java.util.Collection |
findVesselFeaturesByBasePortLocation(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Location basePortLocation)
Does the same thing as findVesselFeaturesByBasePortLocation(int, String, fr.ifremer.allegro.referential.location.Location) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselFeaturesByBasePortLocation(int transform,
java.lang.String queryString,
Location basePortLocation)
Does the same thing as findVesselFeaturesByBasePortLocation(int, fr.ifremer.allegro.referential.location.Location) with an
additional argument called queryString . |
java.util.Collection |
findVesselFeaturesByBasePortLocation(Location basePortLocation)
|
java.util.Collection |
findVesselFeaturesByBasePortLocation(java.lang.String queryString,
int pageNumber,
int pageSize,
Location basePortLocation)
Does the same thing as findVesselFeaturesByBasePortLocation(String, fr.ifremer.allegro.referential.location.Location) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselFeaturesByBasePortLocation(java.lang.String queryString,
Location basePortLocation)
Does the same thing as findVesselFeaturesByBasePortLocation(fr.ifremer.allegro.referential.location.Location) with an
additional argument called queryString . |
java.util.Collection |
findVesselFeaturesByFishingVessel(FishingVessel fishingVessel)
|
java.util.Collection |
findVesselFeaturesByFishingVessel(int transform,
FishingVessel fishingVessel)
Does the same thing as findVesselFeaturesByFishingVessel(fr.ifremer.allegro.referential.vessel.FishingVessel) with an
additional flag called transform . |
java.util.Collection |
findVesselFeaturesByFishingVessel(int pageNumber,
int pageSize,
FishingVessel fishingVessel)
Does the same thing as findVesselFeaturesByFishingVessel(fr.ifremer.allegro.referential.vessel.FishingVessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselFeaturesByFishingVessel(int transform,
int pageNumber,
int pageSize,
FishingVessel fishingVessel)
Does the same thing as findVesselFeaturesByFishingVessel(int, fr.ifremer.allegro.referential.vessel.FishingVessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselFeaturesByFishingVessel(int transform,
java.lang.String queryString,
FishingVessel fishingVessel)
Does the same thing as findVesselFeaturesByFishingVessel(int, fr.ifremer.allegro.referential.vessel.FishingVessel) with an
additional argument called queryString . |
java.util.Collection |
findVesselFeaturesByFishingVessel(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
FishingVessel fishingVessel)
Does the same thing as findVesselFeaturesByFishingVessel(int, String, fr.ifremer.allegro.referential.vessel.FishingVessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselFeaturesByFishingVessel(java.lang.String queryString,
FishingVessel fishingVessel)
Does the same thing as findVesselFeaturesByFishingVessel(fr.ifremer.allegro.referential.vessel.FishingVessel) with an
additional argument called queryString . |
java.util.Collection |
findVesselFeaturesByFishingVessel(java.lang.String queryString,
int pageNumber,
int pageSize,
FishingVessel fishingVessel)
Does the same thing as findVesselFeaturesByFishingVessel(String, fr.ifremer.allegro.referential.vessel.FishingVessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselFeaturesByHullMaterial(int transform,
int pageNumber,
int pageSize,
QualitativeValue hullMaterial)
Does the same thing as findVesselFeaturesByHullMaterial(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselFeaturesByHullMaterial(int pageNumber,
int pageSize,
QualitativeValue hullMaterial)
Does the same thing as findVesselFeaturesByHullMaterial(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselFeaturesByHullMaterial(int transform,
QualitativeValue hullMaterial)
Does the same thing as findVesselFeaturesByHullMaterial(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional flag called transform . |
java.util.Collection |
findVesselFeaturesByHullMaterial(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
QualitativeValue hullMaterial)
Does the same thing as findVesselFeaturesByHullMaterial(int, String, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselFeaturesByHullMaterial(int transform,
java.lang.String queryString,
QualitativeValue hullMaterial)
Does the same thing as findVesselFeaturesByHullMaterial(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional argument called queryString . |
java.util.Collection |
findVesselFeaturesByHullMaterial(QualitativeValue hullMaterial)
|
java.util.Collection |
findVesselFeaturesByHullMaterial(java.lang.String queryString,
int pageNumber,
int pageSize,
QualitativeValue hullMaterial)
Does the same thing as findVesselFeaturesByHullMaterial(String, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselFeaturesByHullMaterial(java.lang.String queryString,
QualitativeValue hullMaterial)
Does the same thing as findVesselFeaturesByHullMaterial(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional argument called queryString . |
VesselFeatures |
findVesselFeaturesById(java.lang.Integer id)
|
java.lang.Object |
findVesselFeaturesById(int transform,
java.lang.Integer id)
Does the same thing as findVesselFeaturesById(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findVesselFeaturesById(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as findVesselFeaturesById(int, java.lang.Integer) with an
additional argument called queryString . |
VesselFeatures |
findVesselFeaturesById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as findVesselFeaturesById(java.lang.Integer) with an
additional argument called queryString . |
VesselFeatures |
findVesselFeaturesByNaturalId(FishingVessel fishingVessel,
java.util.Date startDateTime)
|
java.lang.Object |
findVesselFeaturesByNaturalId(int transform,
FishingVessel fishingVessel,
java.util.Date startDateTime)
Does the same thing as findVesselFeaturesByNaturalId(fr.ifremer.allegro.referential.vessel.FishingVessel, java.util.Date) with an
additional flag called transform . |
java.lang.Object |
findVesselFeaturesByNaturalId(int transform,
java.lang.String queryString,
FishingVessel fishingVessel,
java.util.Date startDateTime)
Does the same thing as findVesselFeaturesByNaturalId(int, fr.ifremer.allegro.referential.vessel.FishingVessel, java.util.Date) with an
additional argument called queryString . |
VesselFeatures |
findVesselFeaturesByNaturalId(java.lang.String queryString,
FishingVessel fishingVessel,
java.util.Date startDateTime)
Does the same thing as findVesselFeaturesByNaturalId(fr.ifremer.allegro.referential.vessel.FishingVessel, java.util.Date) with an
additional argument called queryString . |
ClusterVesselFeatures[] |
getAllClusterVesselFeaturesSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
java.util.Collection |
getAllVesselFeatures()
|
java.util.Collection |
getAllVesselFeatures(int transform)
Does the same thing as getAllVesselFeatures() with an
additional flag called transform . |
java.util.Collection |
getAllVesselFeatures(int pageNumber,
int pageSize)
Does the same thing as getAllVesselFeatures() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllVesselFeatures(int transform,
int pageNumber,
int pageSize)
Does the same thing as getAllVesselFeatures(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllVesselFeatures(int transform,
java.lang.String queryString)
Does the same thing as getAllVesselFeatures(int) with an
additional argument called queryString . |
java.util.Collection |
getAllVesselFeatures(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as getAllVesselFeatures(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllVesselFeatures(java.lang.String queryString)
Does the same thing as getAllVesselFeatures() with an
additional argument called queryString . |
java.util.Collection |
getAllVesselFeatures(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as getAllVesselFeatures(String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllVesselFeaturesSinceDateSynchro(int transform,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllVesselFeaturesSinceDateSynchro(int, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllVesselFeaturesSinceDateSynchro(int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllVesselFeaturesSinceDateSynchro(java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllVesselFeaturesSinceDateSynchro(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllVesselFeaturesSinceDateSynchro(int, String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllVesselFeaturesSinceDateSynchro(int transform,
java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as getAllVesselFeaturesSinceDateSynchro(int, java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllVesselFeaturesSinceDateSynchro(int transform,
java.sql.Timestamp updateDate)
Does the same thing as getAllVesselFeaturesSinceDateSynchro(java.sql.Timestamp) with an
additional flag called transform . |
java.util.Collection |
getAllVesselFeaturesSinceDateSynchro(java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllVesselFeaturesSinceDateSynchro(String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllVesselFeaturesSinceDateSynchro(java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as getAllVesselFeaturesSinceDateSynchro(java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllVesselFeaturesSinceDateSynchro(java.sql.Timestamp updateDate)
|
VesselFeatures |
load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.referential.vessel.VesselFeatures from the persistent store. |
java.lang.Object |
load(int transform,
java.lang.Integer id)
Does the same thing as load(java.lang.Integer) with an
additional flag called transform . |
java.util.Collection |
loadAll()
Loads all entities of type VesselFeatures . |
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 . |
VesselFeatures |
remoteVesselFeaturesFullVOToEntity(RemoteVesselFeaturesFullVO remoteVesselFeaturesFullVO)
Converts an instance of type RemoteVesselFeaturesFullVO to this DAO's entity. |
void |
remoteVesselFeaturesFullVOToEntity(RemoteVesselFeaturesFullVO source,
VesselFeatures target,
boolean copyIfNull)
Copies the fields of RemoteVesselFeaturesFullVO to the specified entity. |
void |
remoteVesselFeaturesFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteVesselFeaturesFullVO to this
DAO's entity. |
VesselFeatures |
remoteVesselFeaturesNaturalIdToEntity(RemoteVesselFeaturesNaturalId remoteVesselFeaturesNaturalId)
Converts an instance of type RemoteVesselFeaturesNaturalId to this DAO's entity. |
void |
remoteVesselFeaturesNaturalIdToEntity(RemoteVesselFeaturesNaturalId source,
VesselFeatures target,
boolean copyIfNull)
Copies the fields of RemoteVesselFeaturesNaturalId to the specified entity. |
void |
remoteVesselFeaturesNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteVesselFeaturesNaturalId to this
DAO's entity. |
void |
remove(java.util.Collection entities)
Removes all entities in the given entities |
void |
remove(java.lang.Integer id)
Removes the instance of fr.ifremer.allegro.referential.vessel.VesselFeatures having the given identifier from the persistent store. |
void |
remove(VesselFeatures vesselFeatures)
Removes the instance of fr.ifremer.allegro.referential.vessel.VesselFeatures 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. |
ClusterVesselFeatures |
toClusterVesselFeatures(VesselFeatures entity)
Converts this DAO's entity to an object of type ClusterVesselFeatures . |
void |
toClusterVesselFeatures(VesselFeatures source,
ClusterVesselFeatures target)
Copies the fields of the specified entity to the target value object. |
ClusterVesselFeatures[] |
toClusterVesselFeaturesArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterVesselFeatures . |
void |
toClusterVesselFeaturesCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterVesselFeatures . |
RemoteVesselFeaturesFullVO |
toRemoteVesselFeaturesFullVO(VesselFeatures entity)
Converts this DAO's entity to an object of type RemoteVesselFeaturesFullVO . |
void |
toRemoteVesselFeaturesFullVO(VesselFeatures source,
RemoteVesselFeaturesFullVO target)
Copies the fields of the specified entity to the target value object. |
RemoteVesselFeaturesFullVO[] |
toRemoteVesselFeaturesFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteVesselFeaturesFullVO . |
void |
toRemoteVesselFeaturesFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteVesselFeaturesFullVO . |
RemoteVesselFeaturesNaturalId |
toRemoteVesselFeaturesNaturalId(VesselFeatures entity)
Converts this DAO's entity to an object of type RemoteVesselFeaturesNaturalId . |
void |
toRemoteVesselFeaturesNaturalId(VesselFeatures source,
RemoteVesselFeaturesNaturalId target)
Copies the fields of the specified entity to the target value object. |
RemoteVesselFeaturesNaturalId[] |
toRemoteVesselFeaturesNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteVesselFeaturesNaturalId . |
void |
toRemoteVesselFeaturesNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteVesselFeaturesNaturalId . |
void |
update(java.util.Collection entities)
Updates all instances in the entities collection in the persistent store. |
void |
update(VesselFeatures vesselFeatures)
Updates the vesselFeatures 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_REMOTEVESSELFEATURESFULLVO
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteVesselFeaturesFullVO
.
static final int TRANSFORM_REMOTEVESSELFEATURESNATURALID
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteVesselFeaturesNaturalId
.
static final int TRANSFORM_CLUSTERVESSELFEATURES
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
ClusterVesselFeatures
.
Method Detail |
---|
void toRemoteVesselFeaturesFullVO(VesselFeatures source, RemoteVesselFeaturesFullVO target)
RemoteVesselFeaturesFullVO toRemoteVesselFeaturesFullVO(VesselFeatures entity)
RemoteVesselFeaturesFullVO
.
void toRemoteVesselFeaturesFullVOCollection(java.util.Collection entities)
RemoteVesselFeaturesFullVO
.
RemoteVesselFeaturesFullVO[] toRemoteVesselFeaturesFullVOArray(java.util.Collection entities)
RemoteVesselFeaturesFullVO
.
void remoteVesselFeaturesFullVOToEntity(RemoteVesselFeaturesFullVO source, VesselFeatures target, boolean copyIfNull)
RemoteVesselFeaturesFullVO
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.VesselFeatures remoteVesselFeaturesFullVOToEntity(RemoteVesselFeaturesFullVO remoteVesselFeaturesFullVO)
RemoteVesselFeaturesFullVO
to this DAO's entity.
void remoteVesselFeaturesFullVOToEntityCollection(java.util.Collection instances)
RemoteVesselFeaturesFullVO
to this
DAO's entity.
void toRemoteVesselFeaturesNaturalId(VesselFeatures source, RemoteVesselFeaturesNaturalId target)
RemoteVesselFeaturesNaturalId toRemoteVesselFeaturesNaturalId(VesselFeatures entity)
RemoteVesselFeaturesNaturalId
.
void toRemoteVesselFeaturesNaturalIdCollection(java.util.Collection entities)
RemoteVesselFeaturesNaturalId
.
RemoteVesselFeaturesNaturalId[] toRemoteVesselFeaturesNaturalIdArray(java.util.Collection entities)
RemoteVesselFeaturesNaturalId
.
void remoteVesselFeaturesNaturalIdToEntity(RemoteVesselFeaturesNaturalId source, VesselFeatures target, boolean copyIfNull)
RemoteVesselFeaturesNaturalId
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.VesselFeatures remoteVesselFeaturesNaturalIdToEntity(RemoteVesselFeaturesNaturalId remoteVesselFeaturesNaturalId)
RemoteVesselFeaturesNaturalId
to this DAO's entity.
void remoteVesselFeaturesNaturalIdToEntityCollection(java.util.Collection instances)
RemoteVesselFeaturesNaturalId
to this
DAO's entity.
void toClusterVesselFeatures(VesselFeatures source, ClusterVesselFeatures target)
ClusterVesselFeatures toClusterVesselFeatures(VesselFeatures entity)
ClusterVesselFeatures
.
void toClusterVesselFeaturesCollection(java.util.Collection entities)
ClusterVesselFeatures
.
ClusterVesselFeatures[] toClusterVesselFeaturesArray(java.util.Collection entities)
ClusterVesselFeatures
.
void clusterVesselFeaturesToEntity(ClusterVesselFeatures source, VesselFeatures target, boolean copyIfNull)
ClusterVesselFeatures
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.VesselFeatures clusterVesselFeaturesToEntity(ClusterVesselFeatures clusterVesselFeatures)
ClusterVesselFeatures
to this DAO's entity.
void clusterVesselFeaturesToEntityCollection(java.util.Collection instances)
ClusterVesselFeatures
to this
DAO's entity.
VesselFeatures load(java.lang.Integer id)
java.lang.Object load(int transform, java.lang.Integer id)
Does the same thing as load(java.lang.Integer)
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.
id
- identifier of the entity to load
java.util.Collection loadAll()
VesselFeatures
.
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.
VesselFeatures create(VesselFeatures vesselFeatures)
java.lang.Object create(int transform, VesselFeatures vesselFeatures)
Does the same thing as create(fr.ifremer.allegro.referential.vessel.VesselFeatures)
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.VesselFeatures
instances to create.
java.util.Collection create(int transform, java.util.Collection entities)
Does the same thing as create(fr.ifremer.allegro.referential.vessel.VesselFeatures)
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.
VesselFeatures create(java.util.Date startDateTime, java.util.Date endDateTime, java.lang.String name, java.lang.String exteriorMarking, java.lang.Float administrativePower, java.lang.Float auxiliaryPower, java.lang.Integer grossTonnageGT, java.lang.Integer grossTonnageGRT, java.lang.Integer lengthOverAll, java.lang.Integer lengthBeetweenPerpendiculars, java.lang.Integer constructionYear, java.lang.String IRCS, java.lang.Boolean hasVMS, java.lang.Boolean isFPC, java.sql.Timestamp updateDate, Location basePortLocation, FishingVessel fishingVessel, QualitativeValue hullMaterial)
Creates a new fr.ifremer.allegro.referential.vessel.VesselFeatures
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, java.lang.String name, java.lang.String exteriorMarking, java.lang.Float administrativePower, java.lang.Float auxiliaryPower, java.lang.Integer grossTonnageGT, java.lang.Integer grossTonnageGRT, java.lang.Integer lengthOverAll, java.lang.Integer lengthBeetweenPerpendiculars, java.lang.Integer constructionYear, java.lang.String IRCS, java.lang.Boolean hasVMS, java.lang.Boolean isFPC, java.sql.Timestamp updateDate, Location basePortLocation, FishingVessel fishingVessel, QualitativeValue hullMaterial)
Does the same thing as create(java.util.Date,java.util.Date,java.lang.String,java.lang.String,java.lang.Float,java.lang.Float,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Boolean,java.lang.Boolean,java.sql.Timestamp,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.referential.vessel.FishingVessel,fr.ifremer.allegro.referential.pmfm.QualitativeValue)
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.
VesselFeatures create(FishingVessel fishingVessel, java.lang.Boolean isFPC, java.util.Date startDateTime)
Creates a new fr.ifremer.allegro.referential.vessel.VesselFeatures
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.lang.Boolean isFPC, java.util.Date startDateTime)
Does the same thing as create(fr.ifremer.allegro.referential.vessel.FishingVessel,java.lang.Boolean,java.util.Date)
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(VesselFeatures vesselFeatures)
vesselFeatures
instance in the persistent store.
void update(java.util.Collection entities)
entities
collection in the persistent store.
void remove(VesselFeatures vesselFeatures)
void remove(java.lang.Integer id)
identifier
from the persistent store.
void remove(java.util.Collection entities)
entities collection.
java.util.Collection getAllVesselFeatures()
java.util.Collection getAllVesselFeatures(java.lang.String queryString)
Does the same thing as getAllVesselFeatures()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllVesselFeatures()
.
java.util.Collection getAllVesselFeatures(int pageNumber, int pageSize)
Does the same thing as getAllVesselFeatures()
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 getAllVesselFeatures(java.lang.String queryString, int pageNumber, int pageSize)
Does the same thing as getAllVesselFeatures(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 getAllVesselFeatures(int transform)
Does the same thing as getAllVesselFeatures()
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 getAllVesselFeatures(int transform, int pageNumber, int pageSize)
Does the same thing as getAllVesselFeatures(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 getAllVesselFeatures(int transform, java.lang.String queryString)
Does the same thing as getAllVesselFeatures(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllVesselFeatures(int)
.
java.util.Collection getAllVesselFeatures(int transform, java.lang.String queryString, int pageNumber, int pageSize)
Does the same thing as getAllVesselFeatures(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.
VesselFeatures findVesselFeaturesById(java.lang.Integer id)
VesselFeatures findVesselFeaturesById(java.lang.String queryString, java.lang.Integer id)
Does the same thing as findVesselFeaturesById(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findVesselFeaturesById(java.lang.Integer)
.
java.lang.Object findVesselFeaturesById(int transform, java.lang.Integer id)
Does the same thing as findVesselFeaturesById(java.lang.Integer)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
java.lang.Object findVesselFeaturesById(int transform, java.lang.String queryString, java.lang.Integer id)
Does the same thing as findVesselFeaturesById(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findVesselFeaturesById(int, java.lang.Integer id)
.
java.util.Collection findVesselFeaturesByFishingVessel(FishingVessel fishingVessel)
java.util.Collection findVesselFeaturesByFishingVessel(java.lang.String queryString, FishingVessel fishingVessel)
Does the same thing as findVesselFeaturesByFishingVessel(fr.ifremer.allegro.referential.vessel.FishingVessel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findVesselFeaturesByFishingVessel(fr.ifremer.allegro.referential.vessel.FishingVessel)
.
java.util.Collection findVesselFeaturesByFishingVessel(int pageNumber, int pageSize, FishingVessel fishingVessel)
Does the same thing as findVesselFeaturesByFishingVessel(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 findVesselFeaturesByFishingVessel(java.lang.String queryString, int pageNumber, int pageSize, FishingVessel fishingVessel)
Does the same thing as findVesselFeaturesByFishingVessel(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 findVesselFeaturesByFishingVessel(int transform, FishingVessel fishingVessel)
Does the same thing as findVesselFeaturesByFishingVessel(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 findVesselFeaturesByFishingVessel(int transform, int pageNumber, int pageSize, FishingVessel fishingVessel)
Does the same thing as findVesselFeaturesByFishingVessel(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 findVesselFeaturesByFishingVessel(int transform, java.lang.String queryString, FishingVessel fishingVessel)
Does the same thing as findVesselFeaturesByFishingVessel(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 findVesselFeaturesByFishingVessel(int, fr.ifremer.allegro.referential.vessel.FishingVessel fishingVessel)
.
java.util.Collection findVesselFeaturesByFishingVessel(int transform, java.lang.String queryString, int pageNumber, int pageSize, FishingVessel fishingVessel)
Does the same thing as findVesselFeaturesByFishingVessel(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.
java.util.Collection findVesselFeaturesByBasePortLocation(Location basePortLocation)
java.util.Collection findVesselFeaturesByBasePortLocation(java.lang.String queryString, Location basePortLocation)
Does the same thing as findVesselFeaturesByBasePortLocation(fr.ifremer.allegro.referential.location.Location)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findVesselFeaturesByBasePortLocation(fr.ifremer.allegro.referential.location.Location)
.
java.util.Collection findVesselFeaturesByBasePortLocation(int pageNumber, int pageSize, Location basePortLocation)
Does the same thing as findVesselFeaturesByBasePortLocation(fr.ifremer.allegro.referential.location.Location)
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 findVesselFeaturesByBasePortLocation(java.lang.String queryString, int pageNumber, int pageSize, Location basePortLocation)
Does the same thing as findVesselFeaturesByBasePortLocation(String, fr.ifremer.allegro.referential.location.Location)
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 findVesselFeaturesByBasePortLocation(int transform, Location basePortLocation)
Does the same thing as findVesselFeaturesByBasePortLocation(fr.ifremer.allegro.referential.location.Location)
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 findVesselFeaturesByBasePortLocation(int transform, int pageNumber, int pageSize, Location basePortLocation)
Does the same thing as findVesselFeaturesByBasePortLocation(int, fr.ifremer.allegro.referential.location.Location)
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 findVesselFeaturesByBasePortLocation(int transform, java.lang.String queryString, Location basePortLocation)
Does the same thing as findVesselFeaturesByBasePortLocation(int, fr.ifremer.allegro.referential.location.Location)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findVesselFeaturesByBasePortLocation(int, fr.ifremer.allegro.referential.location.Location basePortLocation)
.
java.util.Collection findVesselFeaturesByBasePortLocation(int transform, java.lang.String queryString, int pageNumber, int pageSize, Location basePortLocation)
Does the same thing as findVesselFeaturesByBasePortLocation(int, String, fr.ifremer.allegro.referential.location.Location)
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 findVesselFeaturesByHullMaterial(QualitativeValue hullMaterial)
java.util.Collection findVesselFeaturesByHullMaterial(java.lang.String queryString, QualitativeValue hullMaterial)
Does the same thing as findVesselFeaturesByHullMaterial(fr.ifremer.allegro.referential.pmfm.QualitativeValue)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findVesselFeaturesByHullMaterial(fr.ifremer.allegro.referential.pmfm.QualitativeValue)
.
java.util.Collection findVesselFeaturesByHullMaterial(int pageNumber, int pageSize, QualitativeValue hullMaterial)
Does the same thing as findVesselFeaturesByHullMaterial(fr.ifremer.allegro.referential.pmfm.QualitativeValue)
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 findVesselFeaturesByHullMaterial(java.lang.String queryString, int pageNumber, int pageSize, QualitativeValue hullMaterial)
Does the same thing as findVesselFeaturesByHullMaterial(String, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
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 findVesselFeaturesByHullMaterial(int transform, QualitativeValue hullMaterial)
Does the same thing as findVesselFeaturesByHullMaterial(fr.ifremer.allegro.referential.pmfm.QualitativeValue)
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 findVesselFeaturesByHullMaterial(int transform, int pageNumber, int pageSize, QualitativeValue hullMaterial)
Does the same thing as findVesselFeaturesByHullMaterial(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
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 findVesselFeaturesByHullMaterial(int transform, java.lang.String queryString, QualitativeValue hullMaterial)
Does the same thing as findVesselFeaturesByHullMaterial(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findVesselFeaturesByHullMaterial(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue hullMaterial)
.
java.util.Collection findVesselFeaturesByHullMaterial(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualitativeValue hullMaterial)
Does the same thing as findVesselFeaturesByHullMaterial(int, String, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
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.
VesselFeatures findVesselFeaturesByNaturalId(FishingVessel fishingVessel, java.util.Date startDateTime)
VesselFeatures findVesselFeaturesByNaturalId(java.lang.String queryString, FishingVessel fishingVessel, java.util.Date startDateTime)
Does the same thing as findVesselFeaturesByNaturalId(fr.ifremer.allegro.referential.vessel.FishingVessel, java.util.Date)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findVesselFeaturesByNaturalId(fr.ifremer.allegro.referential.vessel.FishingVessel, java.util.Date)
.
java.lang.Object findVesselFeaturesByNaturalId(int transform, FishingVessel fishingVessel, java.util.Date startDateTime)
Does the same thing as findVesselFeaturesByNaturalId(fr.ifremer.allegro.referential.vessel.FishingVessel, 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.lang.Object findVesselFeaturesByNaturalId(int transform, java.lang.String queryString, FishingVessel fishingVessel, java.util.Date startDateTime)
Does the same thing as findVesselFeaturesByNaturalId(int, fr.ifremer.allegro.referential.vessel.FishingVessel, java.util.Date)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findVesselFeaturesByNaturalId(int, fr.ifremer.allegro.referential.vessel.FishingVessel fishingVessel, java.util.Date startDateTime)
.
java.util.Collection getAllVesselFeaturesSinceDateSynchro(java.sql.Timestamp updateDate)
java.util.Collection getAllVesselFeaturesSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
Does the same thing as getAllVesselFeaturesSinceDateSynchro(java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllVesselFeaturesSinceDateSynchro(java.sql.Timestamp)
.
java.util.Collection getAllVesselFeaturesSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as getAllVesselFeaturesSinceDateSynchro(java.sql.Timestamp)
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 getAllVesselFeaturesSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as getAllVesselFeaturesSinceDateSynchro(String, java.sql.Timestamp)
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 getAllVesselFeaturesSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
Does the same thing as getAllVesselFeaturesSinceDateSynchro(java.sql.Timestamp)
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 getAllVesselFeaturesSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as getAllVesselFeaturesSinceDateSynchro(int, java.sql.Timestamp)
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 getAllVesselFeaturesSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
Does the same thing as getAllVesselFeaturesSinceDateSynchro(int, java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllVesselFeaturesSinceDateSynchro(int, java.sql.Timestamp updateDate)
.
java.util.Collection getAllVesselFeaturesSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as getAllVesselFeaturesSinceDateSynchro(int, String, java.sql.Timestamp)
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.
VesselFeatures createFromClusterVesselFeatures(ClusterVesselFeatures clusterVesselFeatures)
ClusterVesselFeatures[] getAllClusterVesselFeaturesSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
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 |