fr.ifremer.allegro.referential.vessel
Interface VesselFeaturesDao

All Known Implementing Classes:
VesselFeaturesDaoBase, VesselFeaturesDaoImpl

public interface VesselFeaturesDao

See Also:
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 collection.
 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

TRANSFORM_NONE

static final 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.

This specific flag denotes no transformation will occur.

See Also:
Constant Field Values

TRANSFORM_REMOTEVESSELFEATURESFULLVO

static final 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.

This specific flag denotes entities must be transformed into objects of type RemoteVesselFeaturesFullVO.

See Also:
Constant Field Values

TRANSFORM_REMOTEVESSELFEATURESNATURALID

static final 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.

This specific flag denotes entities must be transformed into objects of type RemoteVesselFeaturesNaturalId.

See Also:
Constant Field Values

TRANSFORM_CLUSTERVESSELFEATURES

static final 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.

This specific flag denotes entities must be transformed into objects of type ClusterVesselFeatures.

See Also:
Constant Field Values
Method Detail

toRemoteVesselFeaturesFullVO

void toRemoteVesselFeaturesFullVO(VesselFeatures source,
                                  RemoteVesselFeaturesFullVO target)
Copies the fields of the specified entity to the target value object. This method is similar to toRemoteVesselFeaturesFullVO(), but it does not handle any attributes in the target value object that are "read-only" (as those do not have setter methods exposed).


toRemoteVesselFeaturesFullVO

RemoteVesselFeaturesFullVO toRemoteVesselFeaturesFullVO(VesselFeatures entity)
Converts this DAO's entity to an object of type RemoteVesselFeaturesFullVO.


toRemoteVesselFeaturesFullVOCollection

void toRemoteVesselFeaturesFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteVesselFeaturesFullVO.


toRemoteVesselFeaturesFullVOArray

RemoteVesselFeaturesFullVO[] toRemoteVesselFeaturesFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteVesselFeaturesFullVO.


remoteVesselFeaturesFullVOToEntity

void remoteVesselFeaturesFullVOToEntity(RemoteVesselFeaturesFullVO source,
                                        VesselFeatures target,
                                        boolean copyIfNull)
Copies the fields of RemoteVesselFeaturesFullVO to the specified entity.

Parameters:
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.

remoteVesselFeaturesFullVOToEntity

VesselFeatures remoteVesselFeaturesFullVOToEntity(RemoteVesselFeaturesFullVO remoteVesselFeaturesFullVO)
Converts an instance of type RemoteVesselFeaturesFullVO to this DAO's entity.


remoteVesselFeaturesFullVOToEntityCollection

void remoteVesselFeaturesFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteVesselFeaturesFullVO to this DAO's entity.


toRemoteVesselFeaturesNaturalId

void toRemoteVesselFeaturesNaturalId(VesselFeatures source,
                                     RemoteVesselFeaturesNaturalId target)
Copies the fields of the specified entity to the target value object. This method is similar to toRemoteVesselFeaturesNaturalId(), but it does not handle any attributes in the target value object that are "read-only" (as those do not have setter methods exposed).


toRemoteVesselFeaturesNaturalId

RemoteVesselFeaturesNaturalId toRemoteVesselFeaturesNaturalId(VesselFeatures entity)
Converts this DAO's entity to an object of type RemoteVesselFeaturesNaturalId.


toRemoteVesselFeaturesNaturalIdCollection

void toRemoteVesselFeaturesNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteVesselFeaturesNaturalId.


toRemoteVesselFeaturesNaturalIdArray

RemoteVesselFeaturesNaturalId[] toRemoteVesselFeaturesNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteVesselFeaturesNaturalId.


remoteVesselFeaturesNaturalIdToEntity

void remoteVesselFeaturesNaturalIdToEntity(RemoteVesselFeaturesNaturalId source,
                                           VesselFeatures target,
                                           boolean copyIfNull)
Copies the fields of RemoteVesselFeaturesNaturalId to the specified entity.

Parameters:
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.

remoteVesselFeaturesNaturalIdToEntity

VesselFeatures remoteVesselFeaturesNaturalIdToEntity(RemoteVesselFeaturesNaturalId remoteVesselFeaturesNaturalId)
Converts an instance of type RemoteVesselFeaturesNaturalId to this DAO's entity.


remoteVesselFeaturesNaturalIdToEntityCollection

void remoteVesselFeaturesNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteVesselFeaturesNaturalId to this DAO's entity.


toClusterVesselFeatures

void toClusterVesselFeatures(VesselFeatures source,
                             ClusterVesselFeatures target)
Copies the fields of the specified entity to the target value object. This method is similar to toClusterVesselFeatures(), but it does not handle any attributes in the target value object that are "read-only" (as those do not have setter methods exposed).


toClusterVesselFeatures

ClusterVesselFeatures toClusterVesselFeatures(VesselFeatures entity)
Converts this DAO's entity to an object of type ClusterVesselFeatures.


toClusterVesselFeaturesCollection

void toClusterVesselFeaturesCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterVesselFeatures.


toClusterVesselFeaturesArray

ClusterVesselFeatures[] toClusterVesselFeaturesArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterVesselFeatures.


clusterVesselFeaturesToEntity

void clusterVesselFeaturesToEntity(ClusterVesselFeatures source,
                                   VesselFeatures target,
                                   boolean copyIfNull)
Copies the fields of ClusterVesselFeatures to the specified entity.

Parameters:
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.

clusterVesselFeaturesToEntity

VesselFeatures clusterVesselFeaturesToEntity(ClusterVesselFeatures clusterVesselFeatures)
Converts an instance of type ClusterVesselFeatures to this DAO's entity.


clusterVesselFeaturesToEntityCollection

void clusterVesselFeaturesToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterVesselFeatures to this DAO's entity.


load

VesselFeatures load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.referential.vessel.VesselFeatures from the persistent store.


load

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.

Parameters:
id - identifier of the entity to load
Returns:
either the entity or the object transformed from the entity.

loadAll

java.util.Collection loadAll()
Loads all entities of type VesselFeatures.

Returns:
the loaded entities.

loadAll

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.

Parameters:
transform - the flag indicating what transformation to use.
Returns:
the loaded entities.

loadAll

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.

Parameters:
pageNumber - the page number to retrieve when paging results.
pageSize - the size of the page to retrieve when paging results.
Returns:
the loaded entities.

loadAll

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.

Parameters:
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.
Returns:
the loaded entities.

create

VesselFeatures create(VesselFeatures vesselFeatures)
Creates an instance of fr.ifremer.allegro.referential.vessel.VesselFeatures and adds it to the persistent store.


create

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.


create

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

Parameters:
entities - the collection of fr.ifremer.allegro.referential.vessel.VesselFeatures instances to create.
Returns:
the created instances.

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.


create

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.


create

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.


create

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.


create

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.


update

void update(VesselFeatures vesselFeatures)
Updates the vesselFeatures instance in the persistent store.


update

void update(java.util.Collection entities)
Updates all instances in the entities collection in the persistent store.


remove

void remove(VesselFeatures vesselFeatures)
Removes the instance of fr.ifremer.allegro.referential.vessel.VesselFeatures from the persistent store.


remove

void remove(java.lang.Integer id)
Removes the instance of fr.ifremer.allegro.referential.vessel.VesselFeatures having the given identifier from the persistent store.


remove

void remove(java.util.Collection entities)
Removes all entities in the given entities collection.


getAllVesselFeatures

java.util.Collection getAllVesselFeatures()

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().


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.


getAllVesselFeatures

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.


getAllVesselFeatures

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.


getAllVesselFeatures

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.


getAllVesselFeatures

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).


getAllVesselFeatures

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.


findVesselFeaturesById

VesselFeatures findVesselFeaturesById(java.lang.Integer id)

findVesselFeaturesById

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).


findVesselFeaturesById

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.


findVesselFeaturesById

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).


findVesselFeaturesByFishingVessel

java.util.Collection findVesselFeaturesByFishingVessel(FishingVessel fishingVessel)

findVesselFeaturesByFishingVessel

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).


findVesselFeaturesByFishingVessel

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.


findVesselFeaturesByFishingVessel

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.


findVesselFeaturesByFishingVessel

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.


findVesselFeaturesByFishingVessel

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.


findVesselFeaturesByFishingVessel

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).


findVesselFeaturesByFishingVessel

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.


findVesselFeaturesByBasePortLocation

java.util.Collection findVesselFeaturesByBasePortLocation(Location basePortLocation)

findVesselFeaturesByBasePortLocation

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).


findVesselFeaturesByBasePortLocation

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.


findVesselFeaturesByBasePortLocation

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.


findVesselFeaturesByBasePortLocation

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.


findVesselFeaturesByBasePortLocation

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.


findVesselFeaturesByBasePortLocation

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).


findVesselFeaturesByBasePortLocation

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.


findVesselFeaturesByHullMaterial

java.util.Collection findVesselFeaturesByHullMaterial(QualitativeValue hullMaterial)

findVesselFeaturesByHullMaterial

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).


findVesselFeaturesByHullMaterial

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.


findVesselFeaturesByHullMaterial

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.


findVesselFeaturesByHullMaterial

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.


findVesselFeaturesByHullMaterial

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.


findVesselFeaturesByHullMaterial

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).


findVesselFeaturesByHullMaterial

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.


findVesselFeaturesByNaturalId

VesselFeatures findVesselFeaturesByNaturalId(FishingVessel fishingVessel,
                                             java.util.Date startDateTime)

findVesselFeaturesByNaturalId

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).


findVesselFeaturesByNaturalId

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.


findVesselFeaturesByNaturalId

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).


getAllVesselFeaturesSinceDateSynchro

java.util.Collection getAllVesselFeaturesSinceDateSynchro(java.sql.Timestamp updateDate)

getAllVesselFeaturesSinceDateSynchro

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).


getAllVesselFeaturesSinceDateSynchro

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.


getAllVesselFeaturesSinceDateSynchro

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.


getAllVesselFeaturesSinceDateSynchro

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.


getAllVesselFeaturesSinceDateSynchro

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.


getAllVesselFeaturesSinceDateSynchro

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).


getAllVesselFeaturesSinceDateSynchro

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.


createFromClusterVesselFeatures

VesselFeatures createFromClusterVesselFeatures(ClusterVesselFeatures clusterVesselFeatures)

getAllClusterVesselFeaturesSinceDateSynchro

ClusterVesselFeatures[] getAllClusterVesselFeaturesSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
                                                                    java.lang.Integer userId,
                                                                    java.lang.Integer[] registrationLocationIds,
                                                                    java.lang.Integer pageNumber,
                                                                    java.lang.Integer pageSize)

search

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. These flags allow you to limit your data to a specified page number and size.

Parameters:
transform - the transformation flag.
pageNumber - the page number in the data to retrieve
pageSize - the size of the page to retrieve.
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search wrapped in a PaginationResult instance.

search

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. These flags allow you to limit your data to a specified page number and size.

Parameters:
pageNumber - the page number in the data to retrieve
pageSize - the size of the page to retrieve.
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search wrapped in a PaginationResult instance.

search

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. 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.

Parameters:
transform - the transformation flag.
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search.

search

java.util.Set search(Search search)
Performs a search using the parameters specified in the given search object.

Parameters:
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search.


Copyright © 2008-2010 IFREMER. All Rights Reserved.