fr.ifremer.allegro.data.vessel.position
Interface VesselPositionDao

All Known Subinterfaces:
VesselExtendedPositionDao
All Known Implementing Classes:
VesselExtendedPositionDaoBase, VesselExtendedPositionDaoImpl, VesselPositionDaoBase, VesselPositionDaoImpl

public interface VesselPositionDao

See Also:
VesselPosition

Field Summary
static int TRANSFORM_CLUSTERVESSELPOSITION
          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_REMOTEVESSELPOSITIONFULLVO
          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_REMOTEVESSELPOSITIONNATURALID
          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
 VesselPosition clusterVesselPositionToEntity(ClusterVesselPosition clusterVesselPosition)
          Converts an instance of type ClusterVesselPosition to this DAO's entity.
 void clusterVesselPositionToEntity(ClusterVesselPosition source, VesselPosition target, boolean copyIfNull)
          Copies the fields of ClusterVesselPosition to the specified entity.
 void clusterVesselPositionToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type ClusterVesselPosition to this DAO's entity.
 java.util.Collection create(java.util.Collection entities)
          Creates a new instance of fr.ifremer.allegro.data.vessel.position.VesselPosition and adds from the passed in entities collection
 VesselPosition create(java.util.Date dateTime, java.lang.Float latitude, java.lang.Float longitude, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.sql.Timestamp updateDate, Vessel vessel, java.util.Collection vesselPositionMeasurements, Operation operation, QualityFlag qualityFlag, Program program, Department recorderDepartment)
           Creates a new fr.ifremer.allegro.data.vessel.position.VesselPosition instance from all attributes and properties and adds it to the persistent store.
 VesselPosition create(java.util.Date dateTime, java.lang.Float latitude, java.lang.Float longitude, Operation operation, Program program, QualityFlag qualityFlag, Department recorderDepartment, Vessel vessel)
           Creates a new fr.ifremer.allegro.data.vessel.position.VesselPosition 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.data.vessel.position.VesselPosition) with an additional flag called transform.
 java.lang.Object create(int transform, java.util.Date dateTime, java.lang.Float latitude, java.lang.Float longitude, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.sql.Timestamp updateDate, Vessel vessel, java.util.Collection vesselPositionMeasurements, Operation operation, QualityFlag qualityFlag, Program program, Department recorderDepartment)
           Does the same thing as create(java.util.Date,java.lang.Float,java.lang.Float,java.util.Date,java.util.Date,java.util.Date,java.sql.Timestamp,fr.ifremer.allegro.referential.vessel.Vessel,java.util.Collection,fr.ifremer.allegro.data.operation.Operation,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department) with an additional flag called transform.
 java.lang.Object create(int transform, java.util.Date dateTime, java.lang.Float latitude, java.lang.Float longitude, Operation operation, Program program, QualityFlag qualityFlag, Department recorderDepartment, Vessel vessel)
           Does the same thing as create(java.util.Date,java.lang.Float,java.lang.Float,fr.ifremer.allegro.data.operation.Operation,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.vessel.Vessel) with an additional flag called transform.
 java.lang.Object create(int transform, VesselPosition vesselPosition)
           Does the same thing as create(fr.ifremer.allegro.data.vessel.position.VesselPosition) with an additional flag called transform.
 VesselPosition create(VesselPosition vesselPosition)
          Creates an instance of fr.ifremer.allegro.data.vessel.position.VesselPosition and adds it to the persistent store.
 VesselPosition createFromClusterVesselPosition(ClusterVesselPosition clusterVesselPosition)
           
 java.lang.Object findVesselPositionById(int transform, java.lang.Long id)
           Does the same thing as findVesselPositionById(java.lang.Long) with an additional flag called transform.
 java.lang.Object findVesselPositionById(int transform, java.lang.String queryString, java.lang.Long id)
           Does the same thing as findVesselPositionById(int, java.lang.Long) with an additional argument called queryString.
 VesselPosition findVesselPositionById(java.lang.Long id)
           
 VesselPosition findVesselPositionById(java.lang.String queryString, java.lang.Long id)
           Does the same thing as findVesselPositionById(java.lang.Long) with an additional argument called queryString.
 VesselPosition findVesselPositionByNaturalId(java.util.Date dateTime, Vessel vessel, Program program)
           
 java.lang.Object findVesselPositionByNaturalId(int transform, java.util.Date dateTime, Vessel vessel, Program program)
           Does the same thing as findVesselPositionByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an additional flag called transform.
 java.lang.Object findVesselPositionByNaturalId(int transform, java.lang.String queryString, java.util.Date dateTime, Vessel vessel, Program program)
           Does the same thing as findVesselPositionByNaturalId(int, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 VesselPosition findVesselPositionByNaturalId(java.lang.String queryString, java.util.Date dateTime, Vessel vessel, Program program)
           Does the same thing as findVesselPositionByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 java.util.Collection findVesselPositionByOperation(int transform, int pageNumber, int pageSize, Operation operation)
           Does the same thing as findVesselPositionByOperation(int, fr.ifremer.allegro.data.operation.Operation) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPositionByOperation(int pageNumber, int pageSize, Operation operation)
           Does the same thing as findVesselPositionByOperation(fr.ifremer.allegro.data.operation.Operation) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPositionByOperation(int transform, Operation operation)
           Does the same thing as findVesselPositionByOperation(fr.ifremer.allegro.data.operation.Operation) with an additional flag called transform.
 java.util.Collection findVesselPositionByOperation(int transform, java.lang.String queryString, int pageNumber, int pageSize, Operation operation)
           Does the same thing as findVesselPositionByOperation(int, String, fr.ifremer.allegro.data.operation.Operation) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPositionByOperation(int transform, java.lang.String queryString, Operation operation)
           Does the same thing as findVesselPositionByOperation(int, fr.ifremer.allegro.data.operation.Operation) with an additional argument called queryString.
 java.util.Collection findVesselPositionByOperation(Operation operation)
           
 java.util.Collection findVesselPositionByOperation(java.lang.String queryString, int pageNumber, int pageSize, Operation operation)
           Does the same thing as findVesselPositionByOperation(String, fr.ifremer.allegro.data.operation.Operation) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPositionByOperation(java.lang.String queryString, Operation operation)
           Does the same thing as findVesselPositionByOperation(fr.ifremer.allegro.data.operation.Operation) with an additional argument called queryString.
 java.util.Collection findVesselPositionByProgram(int transform, int pageNumber, int pageSize, Program program)
           Does the same thing as findVesselPositionByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPositionByProgram(int pageNumber, int pageSize, Program program)
           Does the same thing as findVesselPositionByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPositionByProgram(int transform, Program program)
           Does the same thing as findVesselPositionByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional flag called transform.
 java.util.Collection findVesselPositionByProgram(int transform, java.lang.String queryString, int pageNumber, int pageSize, Program program)
           Does the same thing as findVesselPositionByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPositionByProgram(int transform, java.lang.String queryString, Program program)
           Does the same thing as findVesselPositionByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 java.util.Collection findVesselPositionByProgram(Program program)
           
 java.util.Collection findVesselPositionByProgram(java.lang.String queryString, int pageNumber, int pageSize, Program program)
           Does the same thing as findVesselPositionByProgram(String, fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPositionByProgram(java.lang.String queryString, Program program)
           Does the same thing as findVesselPositionByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 java.util.Collection findVesselPositionByQualityFlag(int transform, int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as findVesselPositionByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPositionByQualityFlag(int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as findVesselPositionByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPositionByQualityFlag(int transform, QualityFlag qualityFlag)
           Does the same thing as findVesselPositionByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional flag called transform.
 java.util.Collection findVesselPositionByQualityFlag(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as findVesselPositionByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPositionByQualityFlag(int transform, java.lang.String queryString, QualityFlag qualityFlag)
           Does the same thing as findVesselPositionByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an additional argument called queryString.
 java.util.Collection findVesselPositionByQualityFlag(QualityFlag qualityFlag)
           
 java.util.Collection findVesselPositionByQualityFlag(java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as findVesselPositionByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPositionByQualityFlag(java.lang.String queryString, QualityFlag qualityFlag)
           Does the same thing as findVesselPositionByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional argument called queryString.
 java.util.Collection findVesselPositionByRecorderDepartment(Department recorderDepartment)
           
 java.util.Collection findVesselPositionByRecorderDepartment(int transform, Department recorderDepartment)
           Does the same thing as findVesselPositionByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional flag called transform.
 java.util.Collection findVesselPositionByRecorderDepartment(int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as findVesselPositionByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPositionByRecorderDepartment(int transform, int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as findVesselPositionByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPositionByRecorderDepartment(int transform, java.lang.String queryString, Department recorderDepartment)
           Does the same thing as findVesselPositionByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection findVesselPositionByRecorderDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as findVesselPositionByRecorderDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPositionByRecorderDepartment(java.lang.String queryString, Department recorderDepartment)
           Does the same thing as findVesselPositionByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection findVesselPositionByRecorderDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as findVesselPositionByRecorderDepartment(String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPositionByVessel(int transform, int pageNumber, int pageSize, Vessel vessel)
           Does the same thing as findVesselPositionByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPositionByVessel(int pageNumber, int pageSize, Vessel vessel)
           Does the same thing as findVesselPositionByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPositionByVessel(int transform, java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
           Does the same thing as findVesselPositionByVessel(int, String, fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPositionByVessel(int transform, java.lang.String queryString, Vessel vessel)
           Does the same thing as findVesselPositionByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an additional argument called queryString.
 java.util.Collection findVesselPositionByVessel(int transform, Vessel vessel)
           Does the same thing as findVesselPositionByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an additional flag called transform.
 java.util.Collection findVesselPositionByVessel(java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
           Does the same thing as findVesselPositionByVessel(String, fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPositionByVessel(java.lang.String queryString, Vessel vessel)
           Does the same thing as findVesselPositionByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an additional argument called queryString.
 java.util.Collection findVesselPositionByVessel(Vessel vessel)
           
 java.util.Collection getAllVesselPosition()
           
 java.util.Collection getAllVesselPosition(int transform)
           Does the same thing as getAllVesselPosition() with an additional flag called transform.
 java.util.Collection getAllVesselPosition(int pageNumber, int pageSize)
           Does the same thing as getAllVesselPosition() with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllVesselPosition(int transform, int pageNumber, int pageSize)
           Does the same thing as getAllVesselPosition(int) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllVesselPosition(int transform, java.lang.String queryString)
           Does the same thing as getAllVesselPosition(int) with an additional argument called queryString.
 java.util.Collection getAllVesselPosition(int transform, java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as getAllVesselPosition(int, String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllVesselPosition(java.lang.String queryString)
           Does the same thing as getAllVesselPosition() with an additional argument called queryString.
 java.util.Collection getAllVesselPosition(java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as getAllVesselPosition(String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllVesselPositionSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as getAllVesselPositionSinceDateSynchro(int, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllVesselPositionSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as getAllVesselPositionSinceDateSynchro(java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllVesselPositionSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as getAllVesselPositionSinceDateSynchro(int, String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllVesselPositionSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
           Does the same thing as getAllVesselPositionSinceDateSynchro(int, java.sql.Timestamp) with an additional argument called queryString.
 java.util.Collection getAllVesselPositionSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
           Does the same thing as getAllVesselPositionSinceDateSynchro(java.sql.Timestamp) with an additional flag called transform.
 java.util.Collection getAllVesselPositionSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as getAllVesselPositionSinceDateSynchro(String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllVesselPositionSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
           Does the same thing as getAllVesselPositionSinceDateSynchro(java.sql.Timestamp) with an additional argument called queryString.
 java.util.Collection getAllVesselPositionSinceDateSynchro(java.sql.Timestamp updateDate)
           
 java.lang.Object load(int transform, java.lang.Long id)
           Does the same thing as load(java.lang.Long) with an additional flag called transform.
 VesselPosition load(java.lang.Long id)
          Loads an instance of fr.ifremer.allegro.data.vessel.position.VesselPosition from the persistent store.
 java.util.Collection loadAll()
          Loads all entities of type VesselPosition.
 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.
 VesselPosition remoteVesselPositionFullVOToEntity(RemoteVesselPositionFullVO remoteVesselPositionFullVO)
          Converts an instance of type RemoteVesselPositionFullVO to this DAO's entity.
 void remoteVesselPositionFullVOToEntity(RemoteVesselPositionFullVO source, VesselPosition target, boolean copyIfNull)
          Copies the fields of RemoteVesselPositionFullVO to the specified entity.
 void remoteVesselPositionFullVOToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteVesselPositionFullVO to this DAO's entity.
 VesselPosition remoteVesselPositionNaturalIdToEntity(RemoteVesselPositionNaturalId remoteVesselPositionNaturalId)
          Converts an instance of type RemoteVesselPositionNaturalId to this DAO's entity.
 void remoteVesselPositionNaturalIdToEntity(RemoteVesselPositionNaturalId source, VesselPosition target, boolean copyIfNull)
          Copies the fields of RemoteVesselPositionNaturalId to the specified entity.
 void remoteVesselPositionNaturalIdToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteVesselPositionNaturalId to this DAO's entity.
 void remove(java.util.Collection entities)
          Removes all entities in the given entities collection.
 void remove(java.lang.Long id)
          Removes the instance of fr.ifremer.allegro.data.vessel.position.VesselPosition having the given identifier from the persistent store.
 void remove(VesselPosition vesselPosition)
          Removes the instance of fr.ifremer.allegro.data.vessel.position.VesselPosition 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.
 ClusterVesselPosition toClusterVesselPosition(VesselPosition entity)
          Converts this DAO's entity to an object of type ClusterVesselPosition.
 void toClusterVesselPosition(VesselPosition source, ClusterVesselPosition target)
          Copies the fields of the specified entity to the target value object.
 ClusterVesselPosition[] toClusterVesselPositionArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterVesselPosition.
 void toClusterVesselPositionCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type ClusterVesselPosition.
 RemoteVesselPositionFullVO toRemoteVesselPositionFullVO(VesselPosition entity)
          Converts this DAO's entity to an object of type RemoteVesselPositionFullVO.
 void toRemoteVesselPositionFullVO(VesselPosition source, RemoteVesselPositionFullVO target)
          Copies the fields of the specified entity to the target value object.
 RemoteVesselPositionFullVO[] toRemoteVesselPositionFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteVesselPositionFullVO.
 void toRemoteVesselPositionFullVOCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteVesselPositionFullVO.
 RemoteVesselPositionNaturalId toRemoteVesselPositionNaturalId(VesselPosition entity)
          Converts this DAO's entity to an object of type RemoteVesselPositionNaturalId.
 void toRemoteVesselPositionNaturalId(VesselPosition source, RemoteVesselPositionNaturalId target)
          Copies the fields of the specified entity to the target value object.
 RemoteVesselPositionNaturalId[] toRemoteVesselPositionNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteVesselPositionNaturalId.
 void toRemoteVesselPositionNaturalIdCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteVesselPositionNaturalId.
 void update(java.util.Collection entities)
          Updates all instances in the entities collection in the persistent store.
 void update(VesselPosition vesselPosition)
          Updates the vesselPosition 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_REMOTEVESSELPOSITIONFULLVO

static final int TRANSFORM_REMOTEVESSELPOSITIONFULLVO
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 RemoteVesselPositionFullVO.

See Also:
Constant Field Values

TRANSFORM_REMOTEVESSELPOSITIONNATURALID

static final int TRANSFORM_REMOTEVESSELPOSITIONNATURALID
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 RemoteVesselPositionNaturalId.

See Also:
Constant Field Values

TRANSFORM_CLUSTERVESSELPOSITION

static final int TRANSFORM_CLUSTERVESSELPOSITION
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 ClusterVesselPosition.

See Also:
Constant Field Values
Method Detail

toRemoteVesselPositionFullVO

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


toRemoteVesselPositionFullVO

RemoteVesselPositionFullVO toRemoteVesselPositionFullVO(VesselPosition entity)
Converts this DAO's entity to an object of type RemoteVesselPositionFullVO.


toRemoteVesselPositionFullVOCollection

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


toRemoteVesselPositionFullVOArray

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


remoteVesselPositionFullVOToEntity

void remoteVesselPositionFullVOToEntity(RemoteVesselPositionFullVO source,
                                        VesselPosition target,
                                        boolean copyIfNull)
Copies the fields of RemoteVesselPositionFullVO 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.

remoteVesselPositionFullVOToEntity

VesselPosition remoteVesselPositionFullVOToEntity(RemoteVesselPositionFullVO remoteVesselPositionFullVO)
Converts an instance of type RemoteVesselPositionFullVO to this DAO's entity.


remoteVesselPositionFullVOToEntityCollection

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


toRemoteVesselPositionNaturalId

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


toRemoteVesselPositionNaturalId

RemoteVesselPositionNaturalId toRemoteVesselPositionNaturalId(VesselPosition entity)
Converts this DAO's entity to an object of type RemoteVesselPositionNaturalId.


toRemoteVesselPositionNaturalIdCollection

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


toRemoteVesselPositionNaturalIdArray

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


remoteVesselPositionNaturalIdToEntity

void remoteVesselPositionNaturalIdToEntity(RemoteVesselPositionNaturalId source,
                                           VesselPosition target,
                                           boolean copyIfNull)
Copies the fields of RemoteVesselPositionNaturalId 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.

remoteVesselPositionNaturalIdToEntity

VesselPosition remoteVesselPositionNaturalIdToEntity(RemoteVesselPositionNaturalId remoteVesselPositionNaturalId)
Converts an instance of type RemoteVesselPositionNaturalId to this DAO's entity.


remoteVesselPositionNaturalIdToEntityCollection

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


toClusterVesselPosition

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


toClusterVesselPosition

ClusterVesselPosition toClusterVesselPosition(VesselPosition entity)
Converts this DAO's entity to an object of type ClusterVesselPosition.


toClusterVesselPositionCollection

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


toClusterVesselPositionArray

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


clusterVesselPositionToEntity

void clusterVesselPositionToEntity(ClusterVesselPosition source,
                                   VesselPosition target,
                                   boolean copyIfNull)
Copies the fields of ClusterVesselPosition 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.

clusterVesselPositionToEntity

VesselPosition clusterVesselPositionToEntity(ClusterVesselPosition clusterVesselPosition)
Converts an instance of type ClusterVesselPosition to this DAO's entity.


clusterVesselPositionToEntityCollection

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


load

VesselPosition load(java.lang.Long id)
Loads an instance of fr.ifremer.allegro.data.vessel.position.VesselPosition from the persistent store.


load

java.lang.Object load(int transform,
                      java.lang.Long id)

Does the same thing as load(java.lang.Long) 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 VesselPosition.

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

VesselPosition create(VesselPosition vesselPosition)
Creates an instance of fr.ifremer.allegro.data.vessel.position.VesselPosition and adds it to the persistent store.


create

java.lang.Object create(int transform,
                        VesselPosition vesselPosition)

Does the same thing as create(fr.ifremer.allegro.data.vessel.position.VesselPosition) 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.data.vessel.position.VesselPosition and adds from the passed in entities collection

Parameters:
entities - the collection of fr.ifremer.allegro.data.vessel.position.VesselPosition 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.data.vessel.position.VesselPosition) 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

VesselPosition create(java.util.Date dateTime,
                      java.lang.Float latitude,
                      java.lang.Float longitude,
                      java.util.Date controlDate,
                      java.util.Date validationDate,
                      java.util.Date qualificationDate,
                      java.sql.Timestamp updateDate,
                      Vessel vessel,
                      java.util.Collection vesselPositionMeasurements,
                      Operation operation,
                      QualityFlag qualityFlag,
                      Program program,
                      Department recorderDepartment)

Creates a new fr.ifremer.allegro.data.vessel.position.VesselPosition instance from all attributes and properties and adds it to the persistent store.


create

java.lang.Object create(int transform,
                        java.util.Date dateTime,
                        java.lang.Float latitude,
                        java.lang.Float longitude,
                        java.util.Date controlDate,
                        java.util.Date validationDate,
                        java.util.Date qualificationDate,
                        java.sql.Timestamp updateDate,
                        Vessel vessel,
                        java.util.Collection vesselPositionMeasurements,
                        Operation operation,
                        QualityFlag qualityFlag,
                        Program program,
                        Department recorderDepartment)

Does the same thing as create(java.util.Date,java.lang.Float,java.lang.Float,java.util.Date,java.util.Date,java.util.Date,java.sql.Timestamp,fr.ifremer.allegro.referential.vessel.Vessel,java.util.Collection,fr.ifremer.allegro.data.operation.Operation,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department) 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

VesselPosition create(java.util.Date dateTime,
                      java.lang.Float latitude,
                      java.lang.Float longitude,
                      Operation operation,
                      Program program,
                      QualityFlag qualityFlag,
                      Department recorderDepartment,
                      Vessel vessel)

Creates a new fr.ifremer.allegro.data.vessel.position.VesselPosition instance from only required properties (attributes and association ends) and adds it to the persistent store.


create

java.lang.Object create(int transform,
                        java.util.Date dateTime,
                        java.lang.Float latitude,
                        java.lang.Float longitude,
                        Operation operation,
                        Program program,
                        QualityFlag qualityFlag,
                        Department recorderDepartment,
                        Vessel vessel)

Does the same thing as create(java.util.Date,java.lang.Float,java.lang.Float,fr.ifremer.allegro.data.operation.Operation,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.vessel.Vessel) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then the returned entity will 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(VesselPosition vesselPosition)
Updates the vesselPosition 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(VesselPosition vesselPosition)
Removes the instance of fr.ifremer.allegro.data.vessel.position.VesselPosition from the persistent store.


remove

void remove(java.lang.Long id)
Removes the instance of fr.ifremer.allegro.data.vessel.position.VesselPosition having the given identifier from the persistent store.


remove

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


getAllVesselPosition

java.util.Collection getAllVesselPosition()

getAllVesselPosition

java.util.Collection getAllVesselPosition(java.lang.String queryString)

Does the same thing as getAllVesselPosition() with an additional argument called queryString. This queryString argument allows you to override the query string defined in getAllVesselPosition().


getAllVesselPosition

java.util.Collection getAllVesselPosition(int pageNumber,
                                          int pageSize)

Does the same thing as getAllVesselPosition() 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.


getAllVesselPosition

java.util.Collection getAllVesselPosition(java.lang.String queryString,
                                          int pageNumber,
                                          int pageSize)

Does the same thing as getAllVesselPosition(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.


getAllVesselPosition

java.util.Collection getAllVesselPosition(int transform)

Does the same thing as getAllVesselPosition() 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.


getAllVesselPosition

java.util.Collection getAllVesselPosition(int transform,
                                          int pageNumber,
                                          int pageSize)

Does the same thing as getAllVesselPosition(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.


getAllVesselPosition

java.util.Collection getAllVesselPosition(int transform,
                                          java.lang.String queryString)

Does the same thing as getAllVesselPosition(int) with an additional argument called queryString. This queryString argument allows you to override the query string defined in getAllVesselPosition(int).


getAllVesselPosition

java.util.Collection getAllVesselPosition(int transform,
                                          java.lang.String queryString,
                                          int pageNumber,
                                          int pageSize)

Does the same thing as getAllVesselPosition(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.


findVesselPositionById

VesselPosition findVesselPositionById(java.lang.Long id)

findVesselPositionById

VesselPosition findVesselPositionById(java.lang.String queryString,
                                      java.lang.Long id)

Does the same thing as findVesselPositionById(java.lang.Long) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findVesselPositionById(java.lang.Long).


findVesselPositionById

java.lang.Object findVesselPositionById(int transform,
                                        java.lang.Long id)

Does the same thing as findVesselPositionById(java.lang.Long) 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.


findVesselPositionById

java.lang.Object findVesselPositionById(int transform,
                                        java.lang.String queryString,
                                        java.lang.Long id)

Does the same thing as findVesselPositionById(int, java.lang.Long) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findVesselPositionById(int, java.lang.Long id).


findVesselPositionByVessel

java.util.Collection findVesselPositionByVessel(Vessel vessel)

findVesselPositionByVessel

java.util.Collection findVesselPositionByVessel(java.lang.String queryString,
                                                Vessel vessel)

Does the same thing as findVesselPositionByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findVesselPositionByVessel(fr.ifremer.allegro.referential.vessel.Vessel).


findVesselPositionByVessel

java.util.Collection findVesselPositionByVessel(int pageNumber,
                                                int pageSize,
                                                Vessel vessel)

Does the same thing as findVesselPositionByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findVesselPositionByVessel

java.util.Collection findVesselPositionByVessel(java.lang.String queryString,
                                                int pageNumber,
                                                int pageSize,
                                                Vessel vessel)

Does the same thing as findVesselPositionByVessel(String, fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findVesselPositionByVessel

java.util.Collection findVesselPositionByVessel(int transform,
                                                Vessel vessel)

Does the same thing as findVesselPositionByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.


findVesselPositionByVessel

java.util.Collection findVesselPositionByVessel(int transform,
                                                int pageNumber,
                                                int pageSize,
                                                Vessel vessel)

Does the same thing as findVesselPositionByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findVesselPositionByVessel

java.util.Collection findVesselPositionByVessel(int transform,
                                                java.lang.String queryString,
                                                Vessel vessel)

Does the same thing as findVesselPositionByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findVesselPositionByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel vessel).


findVesselPositionByVessel

java.util.Collection findVesselPositionByVessel(int transform,
                                                java.lang.String queryString,
                                                int pageNumber,
                                                int pageSize,
                                                Vessel vessel)

Does the same thing as findVesselPositionByVessel(int, String, fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findVesselPositionByQualityFlag

java.util.Collection findVesselPositionByQualityFlag(QualityFlag qualityFlag)

findVesselPositionByQualityFlag

java.util.Collection findVesselPositionByQualityFlag(java.lang.String queryString,
                                                     QualityFlag qualityFlag)

Does the same thing as findVesselPositionByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findVesselPositionByQualityFlag(fr.ifremer.allegro.referential.QualityFlag).


findVesselPositionByQualityFlag

java.util.Collection findVesselPositionByQualityFlag(int pageNumber,
                                                     int pageSize,
                                                     QualityFlag qualityFlag)

Does the same thing as findVesselPositionByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) 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.


findVesselPositionByQualityFlag

java.util.Collection findVesselPositionByQualityFlag(java.lang.String queryString,
                                                     int pageNumber,
                                                     int pageSize,
                                                     QualityFlag qualityFlag)

Does the same thing as findVesselPositionByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag) 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.


findVesselPositionByQualityFlag

java.util.Collection findVesselPositionByQualityFlag(int transform,
                                                     QualityFlag qualityFlag)

Does the same thing as findVesselPositionByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) 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.


findVesselPositionByQualityFlag

java.util.Collection findVesselPositionByQualityFlag(int transform,
                                                     int pageNumber,
                                                     int pageSize,
                                                     QualityFlag qualityFlag)

Does the same thing as findVesselPositionByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) 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.


findVesselPositionByQualityFlag

java.util.Collection findVesselPositionByQualityFlag(int transform,
                                                     java.lang.String queryString,
                                                     QualityFlag qualityFlag)

Does the same thing as findVesselPositionByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findVesselPositionByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag qualityFlag).


findVesselPositionByQualityFlag

java.util.Collection findVesselPositionByQualityFlag(int transform,
                                                     java.lang.String queryString,
                                                     int pageNumber,
                                                     int pageSize,
                                                     QualityFlag qualityFlag)

Does the same thing as findVesselPositionByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag) 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.


findVesselPositionByProgram

java.util.Collection findVesselPositionByProgram(Program program)

findVesselPositionByProgram

java.util.Collection findVesselPositionByProgram(java.lang.String queryString,
                                                 Program program)

Does the same thing as findVesselPositionByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findVesselPositionByProgram(fr.ifremer.allegro.administration.programStrategy.Program).


findVesselPositionByProgram

java.util.Collection findVesselPositionByProgram(int pageNumber,
                                                 int pageSize,
                                                 Program program)

Does the same thing as findVesselPositionByProgram(fr.ifremer.allegro.administration.programStrategy.Program) 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.


findVesselPositionByProgram

java.util.Collection findVesselPositionByProgram(java.lang.String queryString,
                                                 int pageNumber,
                                                 int pageSize,
                                                 Program program)

Does the same thing as findVesselPositionByProgram(String, fr.ifremer.allegro.administration.programStrategy.Program) 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.


findVesselPositionByProgram

java.util.Collection findVesselPositionByProgram(int transform,
                                                 Program program)

Does the same thing as findVesselPositionByProgram(fr.ifremer.allegro.administration.programStrategy.Program) 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.


findVesselPositionByProgram

java.util.Collection findVesselPositionByProgram(int transform,
                                                 int pageNumber,
                                                 int pageSize,
                                                 Program program)

Does the same thing as findVesselPositionByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) 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.


findVesselPositionByProgram

java.util.Collection findVesselPositionByProgram(int transform,
                                                 java.lang.String queryString,
                                                 Program program)

Does the same thing as findVesselPositionByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findVesselPositionByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program program).


findVesselPositionByProgram

java.util.Collection findVesselPositionByProgram(int transform,
                                                 java.lang.String queryString,
                                                 int pageNumber,
                                                 int pageSize,
                                                 Program program)

Does the same thing as findVesselPositionByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program) 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.


findVesselPositionByRecorderDepartment

java.util.Collection findVesselPositionByRecorderDepartment(Department recorderDepartment)

findVesselPositionByRecorderDepartment

java.util.Collection findVesselPositionByRecorderDepartment(java.lang.String queryString,
                                                            Department recorderDepartment)

Does the same thing as findVesselPositionByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findVesselPositionByRecorderDepartment(fr.ifremer.allegro.administration.user.Department).


findVesselPositionByRecorderDepartment

java.util.Collection findVesselPositionByRecorderDepartment(int pageNumber,
                                                            int pageSize,
                                                            Department recorderDepartment)

Does the same thing as findVesselPositionByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) 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.


findVesselPositionByRecorderDepartment

java.util.Collection findVesselPositionByRecorderDepartment(java.lang.String queryString,
                                                            int pageNumber,
                                                            int pageSize,
                                                            Department recorderDepartment)

Does the same thing as findVesselPositionByRecorderDepartment(String, fr.ifremer.allegro.administration.user.Department) 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.


findVesselPositionByRecorderDepartment

java.util.Collection findVesselPositionByRecorderDepartment(int transform,
                                                            Department recorderDepartment)

Does the same thing as findVesselPositionByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) 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.


findVesselPositionByRecorderDepartment

java.util.Collection findVesselPositionByRecorderDepartment(int transform,
                                                            int pageNumber,
                                                            int pageSize,
                                                            Department recorderDepartment)

Does the same thing as findVesselPositionByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) 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.


findVesselPositionByRecorderDepartment

java.util.Collection findVesselPositionByRecorderDepartment(int transform,
                                                            java.lang.String queryString,
                                                            Department recorderDepartment)

Does the same thing as findVesselPositionByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findVesselPositionByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department recorderDepartment).


findVesselPositionByRecorderDepartment

java.util.Collection findVesselPositionByRecorderDepartment(int transform,
                                                            java.lang.String queryString,
                                                            int pageNumber,
                                                            int pageSize,
                                                            Department recorderDepartment)

Does the same thing as findVesselPositionByRecorderDepartment(int, String, fr.ifremer.allegro.administration.user.Department) 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.


findVesselPositionByOperation

java.util.Collection findVesselPositionByOperation(Operation operation)

findVesselPositionByOperation

java.util.Collection findVesselPositionByOperation(java.lang.String queryString,
                                                   Operation operation)

Does the same thing as findVesselPositionByOperation(fr.ifremer.allegro.data.operation.Operation) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findVesselPositionByOperation(fr.ifremer.allegro.data.operation.Operation).


findVesselPositionByOperation

java.util.Collection findVesselPositionByOperation(int pageNumber,
                                                   int pageSize,
                                                   Operation operation)

Does the same thing as findVesselPositionByOperation(fr.ifremer.allegro.data.operation.Operation) 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.


findVesselPositionByOperation

java.util.Collection findVesselPositionByOperation(java.lang.String queryString,
                                                   int pageNumber,
                                                   int pageSize,
                                                   Operation operation)

Does the same thing as findVesselPositionByOperation(String, fr.ifremer.allegro.data.operation.Operation) 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.


findVesselPositionByOperation

java.util.Collection findVesselPositionByOperation(int transform,
                                                   Operation operation)

Does the same thing as findVesselPositionByOperation(fr.ifremer.allegro.data.operation.Operation) 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.


findVesselPositionByOperation

java.util.Collection findVesselPositionByOperation(int transform,
                                                   int pageNumber,
                                                   int pageSize,
                                                   Operation operation)

Does the same thing as findVesselPositionByOperation(int, fr.ifremer.allegro.data.operation.Operation) 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.


findVesselPositionByOperation

java.util.Collection findVesselPositionByOperation(int transform,
                                                   java.lang.String queryString,
                                                   Operation operation)

Does the same thing as findVesselPositionByOperation(int, fr.ifremer.allegro.data.operation.Operation) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findVesselPositionByOperation(int, fr.ifremer.allegro.data.operation.Operation operation).


findVesselPositionByOperation

java.util.Collection findVesselPositionByOperation(int transform,
                                                   java.lang.String queryString,
                                                   int pageNumber,
                                                   int pageSize,
                                                   Operation operation)

Does the same thing as findVesselPositionByOperation(int, String, fr.ifremer.allegro.data.operation.Operation) 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.


findVesselPositionByNaturalId

VesselPosition findVesselPositionByNaturalId(java.util.Date dateTime,
                                             Vessel vessel,
                                             Program program)

findVesselPositionByNaturalId

VesselPosition findVesselPositionByNaturalId(java.lang.String queryString,
                                             java.util.Date dateTime,
                                             Vessel vessel,
                                             Program program)

Does the same thing as findVesselPositionByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findVesselPositionByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program).


findVesselPositionByNaturalId

java.lang.Object findVesselPositionByNaturalId(int transform,
                                               java.util.Date dateTime,
                                               Vessel vessel,
                                               Program program)

Does the same thing as findVesselPositionByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) 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.


findVesselPositionByNaturalId

java.lang.Object findVesselPositionByNaturalId(int transform,
                                               java.lang.String queryString,
                                               java.util.Date dateTime,
                                               Vessel vessel,
                                               Program program)

Does the same thing as findVesselPositionByNaturalId(int, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findVesselPositionByNaturalId(int, java.util.Date dateTime, fr.ifremer.allegro.referential.vessel.Vessel vessel, fr.ifremer.allegro.administration.programStrategy.Program program).


getAllVesselPositionSinceDateSynchro

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

getAllVesselPositionSinceDateSynchro

java.util.Collection getAllVesselPositionSinceDateSynchro(java.lang.String queryString,
                                                          java.sql.Timestamp updateDate)

Does the same thing as getAllVesselPositionSinceDateSynchro(java.sql.Timestamp) with an additional argument called queryString. This queryString argument allows you to override the query string defined in getAllVesselPositionSinceDateSynchro(java.sql.Timestamp).


getAllVesselPositionSinceDateSynchro

java.util.Collection getAllVesselPositionSinceDateSynchro(int pageNumber,
                                                          int pageSize,
                                                          java.sql.Timestamp updateDate)

Does the same thing as getAllVesselPositionSinceDateSynchro(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.


getAllVesselPositionSinceDateSynchro

java.util.Collection getAllVesselPositionSinceDateSynchro(java.lang.String queryString,
                                                          int pageNumber,
                                                          int pageSize,
                                                          java.sql.Timestamp updateDate)

Does the same thing as getAllVesselPositionSinceDateSynchro(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.


getAllVesselPositionSinceDateSynchro

java.util.Collection getAllVesselPositionSinceDateSynchro(int transform,
                                                          java.sql.Timestamp updateDate)

Does the same thing as getAllVesselPositionSinceDateSynchro(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.


getAllVesselPositionSinceDateSynchro

java.util.Collection getAllVesselPositionSinceDateSynchro(int transform,
                                                          int pageNumber,
                                                          int pageSize,
                                                          java.sql.Timestamp updateDate)

Does the same thing as getAllVesselPositionSinceDateSynchro(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.


getAllVesselPositionSinceDateSynchro

java.util.Collection getAllVesselPositionSinceDateSynchro(int transform,
                                                          java.lang.String queryString,
                                                          java.sql.Timestamp updateDate)

Does the same thing as getAllVesselPositionSinceDateSynchro(int, java.sql.Timestamp) with an additional argument called queryString. This queryString argument allows you to override the query string defined in getAllVesselPositionSinceDateSynchro(int, java.sql.Timestamp updateDate).


getAllVesselPositionSinceDateSynchro

java.util.Collection getAllVesselPositionSinceDateSynchro(int transform,
                                                          java.lang.String queryString,
                                                          int pageNumber,
                                                          int pageSize,
                                                          java.sql.Timestamp updateDate)

Does the same thing as getAllVesselPositionSinceDateSynchro(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.


createFromClusterVesselPosition

VesselPosition createFromClusterVesselPosition(ClusterVesselPosition clusterVesselPosition)

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.