fr.ifremer.allegro.referential.vessel
Interface VesselOwnerPeriodDao

All Known Implementing Classes:
VesselOwnerPeriodDaoBase, VesselOwnerPeriodDaoImpl

public interface VesselOwnerPeriodDao

See Also:
VesselOwnerPeriod

Field Summary
static int TRANSFORM_CLUSTERVESSELOWNERPERIOD
          This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.
static int TRANSFORM_NONE
          This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.
static int TRANSFORM_REMOTEVESSELOWNERPERIODFULLVO
          This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.
static int TRANSFORM_REMOTEVESSELOWNERPERIODNATURALID
          This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.
 
Method Summary
 VesselOwnerPeriod clusterVesselOwnerPeriodToEntity(ClusterVesselOwnerPeriod clusterVesselOwnerPeriod)
          Converts an instance of type ClusterVesselOwnerPeriod to this DAO's entity.
 void clusterVesselOwnerPeriodToEntity(ClusterVesselOwnerPeriod source, VesselOwnerPeriod target, boolean copyIfNull)
          Copies the fields of ClusterVesselOwnerPeriod to the specified entity.
 void clusterVesselOwnerPeriodToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type ClusterVesselOwnerPeriod to this DAO's entity.
 java.util.Collection create(java.util.Collection entities)
          Creates a new instance of fr.ifremer.allegro.referential.vessel.VesselOwnerPeriod and adds from the passed in entities collection
 VesselOwnerPeriod create(java.util.Date startDateTime, java.util.Date endDateTime, VesselOwner vesselOwner, Vessel vessel)
           Creates a new fr.ifremer.allegro.referential.vessel.VesselOwnerPeriod instance from all attributes and properties and adds it to the persistent store.
 VesselOwnerPeriod create(java.util.Date startDateTime, Vessel vessel, VesselOwner vesselOwner)
           Creates a new fr.ifremer.allegro.referential.vessel.VesselOwnerPeriod instance from only required properties (attributes and association ends) and adds it to the persistent store.
 java.util.Collection create(int transform, java.util.Collection entities)
           Does the same thing as create(fr.ifremer.allegro.referential.vessel.VesselOwnerPeriod) with an additional flag called transform.
 java.lang.Object create(int transform, java.util.Date startDateTime, java.util.Date endDateTime, VesselOwner vesselOwner, Vessel vessel)
           Does the same thing as create(java.util.Date,java.util.Date,fr.ifremer.allegro.referential.vessel.VesselOwner,fr.ifremer.allegro.referential.vessel.Vessel) with an additional flag called transform.
 java.lang.Object create(int transform, java.util.Date startDateTime, Vessel vessel, VesselOwner vesselOwner)
           Does the same thing as create(java.util.Date,fr.ifremer.allegro.referential.vessel.Vessel,fr.ifremer.allegro.referential.vessel.VesselOwner) with an additional flag called transform.
 java.lang.Object create(int transform, VesselOwnerPeriod vesselOwnerPeriod)
           Does the same thing as create(fr.ifremer.allegro.referential.vessel.VesselOwnerPeriod) with an additional flag called transform.
 VesselOwnerPeriod create(VesselOwnerPeriod vesselOwnerPeriod)
          Creates an instance of fr.ifremer.allegro.referential.vessel.VesselOwnerPeriod and adds it to the persistent store.
 VesselOwnerPeriod createFromClusterVesselOwnerPeriod(ClusterVesselOwnerPeriod clusterVesselOwnerPeriod)
           
 java.lang.Object findVesselOwnerPeriodByIdentifiers(int transform, java.lang.String queryString, VesselOwner vesselOwner, java.util.Date startDateTime, Vessel vessel)
           Does the same thing as findVesselOwnerPeriodByIdentifiers(int, fr.ifremer.allegro.referential.vessel.VesselOwner, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel) with an additional argument called queryString.
 java.lang.Object findVesselOwnerPeriodByIdentifiers(int transform, VesselOwner vesselOwner, java.util.Date startDateTime, Vessel vessel)
           Does the same thing as findVesselOwnerPeriodByIdentifiers(fr.ifremer.allegro.referential.vessel.VesselOwner, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel) with an additional flag called transform.
 VesselOwnerPeriod findVesselOwnerPeriodByIdentifiers(java.lang.String queryString, VesselOwner vesselOwner, java.util.Date startDateTime, Vessel vessel)
           Does the same thing as findVesselOwnerPeriodByIdentifiers(fr.ifremer.allegro.referential.vessel.VesselOwner, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel) with an additional argument called queryString.
 VesselOwnerPeriod findVesselOwnerPeriodByIdentifiers(VesselOwner vesselOwner, java.util.Date startDateTime, Vessel vessel)
           
 java.lang.Object findVesselOwnerPeriodByNaturalId(int transform, java.lang.String queryString, VesselOwner vesselOwner, java.util.Date startDateTime, Vessel vessel)
           Does the same thing as findVesselOwnerPeriodByNaturalId(int, fr.ifremer.allegro.referential.vessel.VesselOwner, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel) with an additional argument called queryString.
 java.lang.Object findVesselOwnerPeriodByNaturalId(int transform, VesselOwner vesselOwner, java.util.Date startDateTime, Vessel vessel)
           Does the same thing as findVesselOwnerPeriodByNaturalId(fr.ifremer.allegro.referential.vessel.VesselOwner, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel) with an additional flag called transform.
 VesselOwnerPeriod findVesselOwnerPeriodByNaturalId(java.lang.String queryString, VesselOwner vesselOwner, java.util.Date startDateTime, Vessel vessel)
           Does the same thing as findVesselOwnerPeriodByNaturalId(fr.ifremer.allegro.referential.vessel.VesselOwner, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel) with an additional argument called queryString.
 VesselOwnerPeriod findVesselOwnerPeriodByNaturalId(VesselOwner vesselOwner, java.util.Date startDateTime, Vessel vessel)
           
 java.util.Collection findVesselOwnerPeriodByStartDateTime(java.util.Date startDateTime)
           
 java.util.Collection findVesselOwnerPeriodByStartDateTime(int transform, java.util.Date startDateTime)
           Does the same thing as findVesselOwnerPeriodByStartDateTime(java.util.Date) with an additional flag called transform.
 java.util.Collection findVesselOwnerPeriodByStartDateTime(int pageNumber, int pageSize, java.util.Date startDateTime)
           Does the same thing as findVesselOwnerPeriodByStartDateTime(java.util.Date) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselOwnerPeriodByStartDateTime(int transform, int pageNumber, int pageSize, java.util.Date startDateTime)
           Does the same thing as findVesselOwnerPeriodByStartDateTime(int, java.util.Date) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselOwnerPeriodByStartDateTime(int transform, java.lang.String queryString, java.util.Date startDateTime)
           Does the same thing as findVesselOwnerPeriodByStartDateTime(int, java.util.Date) with an additional argument called queryString.
 java.util.Collection findVesselOwnerPeriodByStartDateTime(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.util.Date startDateTime)
           Does the same thing as findVesselOwnerPeriodByStartDateTime(int, String, java.util.Date) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselOwnerPeriodByStartDateTime(java.lang.String queryString, java.util.Date startDateTime)
           Does the same thing as findVesselOwnerPeriodByStartDateTime(java.util.Date) with an additional argument called queryString.
 java.util.Collection findVesselOwnerPeriodByStartDateTime(java.lang.String queryString, int pageNumber, int pageSize, java.util.Date startDateTime)
           Does the same thing as findVesselOwnerPeriodByStartDateTime(String, java.util.Date) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselOwnerPeriodByVessel(int transform, int pageNumber, int pageSize, Vessel vessel)
           Does the same thing as findVesselOwnerPeriodByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselOwnerPeriodByVessel(int pageNumber, int pageSize, Vessel vessel)
           Does the same thing as findVesselOwnerPeriodByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselOwnerPeriodByVessel(int transform, java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
           Does the same thing as findVesselOwnerPeriodByVessel(int, String, fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselOwnerPeriodByVessel(int transform, java.lang.String queryString, Vessel vessel)
           Does the same thing as findVesselOwnerPeriodByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an additional argument called queryString.
 java.util.Collection findVesselOwnerPeriodByVessel(int transform, Vessel vessel)
           Does the same thing as findVesselOwnerPeriodByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an additional flag called transform.
 java.util.Collection findVesselOwnerPeriodByVessel(java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
           Does the same thing as findVesselOwnerPeriodByVessel(String, fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselOwnerPeriodByVessel(java.lang.String queryString, Vessel vessel)
           Does the same thing as findVesselOwnerPeriodByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an additional argument called queryString.
 java.util.Collection findVesselOwnerPeriodByVessel(Vessel vessel)
           
 java.util.Collection findVesselOwnerPeriodByVesselOwner(int transform, int pageNumber, int pageSize, VesselOwner vesselOwner)
           Does the same thing as findVesselOwnerPeriodByVesselOwner(int, fr.ifremer.allegro.referential.vessel.VesselOwner) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselOwnerPeriodByVesselOwner(int pageNumber, int pageSize, VesselOwner vesselOwner)
           Does the same thing as findVesselOwnerPeriodByVesselOwner(fr.ifremer.allegro.referential.vessel.VesselOwner) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselOwnerPeriodByVesselOwner(int transform, java.lang.String queryString, int pageNumber, int pageSize, VesselOwner vesselOwner)
           Does the same thing as findVesselOwnerPeriodByVesselOwner(int, String, fr.ifremer.allegro.referential.vessel.VesselOwner) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselOwnerPeriodByVesselOwner(int transform, java.lang.String queryString, VesselOwner vesselOwner)
           Does the same thing as findVesselOwnerPeriodByVesselOwner(int, fr.ifremer.allegro.referential.vessel.VesselOwner) with an additional argument called queryString.
 java.util.Collection findVesselOwnerPeriodByVesselOwner(int transform, VesselOwner vesselOwner)
           Does the same thing as findVesselOwnerPeriodByVesselOwner(fr.ifremer.allegro.referential.vessel.VesselOwner) with an additional flag called transform.
 java.util.Collection findVesselOwnerPeriodByVesselOwner(java.lang.String queryString, int pageNumber, int pageSize, VesselOwner vesselOwner)
           Does the same thing as findVesselOwnerPeriodByVesselOwner(String, fr.ifremer.allegro.referential.vessel.VesselOwner) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselOwnerPeriodByVesselOwner(java.lang.String queryString, VesselOwner vesselOwner)
           Does the same thing as findVesselOwnerPeriodByVesselOwner(fr.ifremer.allegro.referential.vessel.VesselOwner) with an additional argument called queryString.
 java.util.Collection findVesselOwnerPeriodByVesselOwner(VesselOwner vesselOwner)
           
 java.util.Collection getAllVesselOwnerPeriod()
           
 java.util.Collection getAllVesselOwnerPeriod(int transform)
           Does the same thing as getAllVesselOwnerPeriod() with an additional flag called transform.
 java.util.Collection getAllVesselOwnerPeriod(int pageNumber, int pageSize)
           Does the same thing as getAllVesselOwnerPeriod() with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllVesselOwnerPeriod(int transform, int pageNumber, int pageSize)
           Does the same thing as getAllVesselOwnerPeriod(int) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllVesselOwnerPeriod(int transform, java.lang.String queryString)
           Does the same thing as getAllVesselOwnerPeriod(int) with an additional argument called queryString.
 java.util.Collection getAllVesselOwnerPeriod(int transform, java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as getAllVesselOwnerPeriod(int, String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllVesselOwnerPeriod(java.lang.String queryString)
           Does the same thing as getAllVesselOwnerPeriod() with an additional argument called queryString.
 java.util.Collection getAllVesselOwnerPeriod(java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as getAllVesselOwnerPeriod(String) with an additional two arguments called pageNumber and pageSize.
 VesselOwnerPeriod load(java.util.Date startDateTime, VesselOwner vesselOwner, Vessel vessel)
          Loads an instance of fr.ifremer.allegro.referential.vessel.VesselOwnerPeriod from the persistent store.
 java.lang.Object load(int transform, java.util.Date startDateTime, VesselOwner vesselOwner, Vessel vessel)
           Does the same thing as load(java.util.Date,fr.ifremer.allegro.referential.vessel.VesselOwner,fr.ifremer.allegro.referential.vessel.Vessel) with an additional flag called transform.
 java.util.Collection loadAll()
          Loads all entities of type VesselOwnerPeriod.
 java.util.Collection loadAll(int transform)
           Does the same thing as loadAll() with an additional flag called transform.
 java.util.Collection loadAll(int pageNumber, int pageSize)
           Does the same thing as loadAll() with an additional two arguments called pageNumber and pageSize.
 java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
           Does the same thing as loadAll(int) with an additional two arguments called pageNumber and pageSize.
 VesselOwnerPeriod remoteVesselOwnerPeriodFullVOToEntity(RemoteVesselOwnerPeriodFullVO remoteVesselOwnerPeriodFullVO)
          Converts an instance of type RemoteVesselOwnerPeriodFullVO to this DAO's entity.
 void remoteVesselOwnerPeriodFullVOToEntity(RemoteVesselOwnerPeriodFullVO source, VesselOwnerPeriod target, boolean copyIfNull)
          Copies the fields of RemoteVesselOwnerPeriodFullVO to the specified entity.
 void remoteVesselOwnerPeriodFullVOToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteVesselOwnerPeriodFullVO to this DAO's entity.
 VesselOwnerPeriod remoteVesselOwnerPeriodNaturalIdToEntity(RemoteVesselOwnerPeriodNaturalId remoteVesselOwnerPeriodNaturalId)
          Converts an instance of type RemoteVesselOwnerPeriodNaturalId to this DAO's entity.
 void remoteVesselOwnerPeriodNaturalIdToEntity(RemoteVesselOwnerPeriodNaturalId source, VesselOwnerPeriod target, boolean copyIfNull)
          Copies the fields of RemoteVesselOwnerPeriodNaturalId to the specified entity.
 void remoteVesselOwnerPeriodNaturalIdToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteVesselOwnerPeriodNaturalId to this DAO's entity.
 void remove(java.util.Collection entities)
          Removes all entities in the given entities collection.
 void remove(java.util.Date startDateTime, VesselOwner vesselOwner, Vessel vessel)
          Removes the instance of fr.ifremer.allegro.referential.vessel.VesselOwnerPeriod having the given identifiers from the persistent store.
 void remove(VesselOwnerPeriod vesselOwnerPeriod)
          Removes the instance of fr.ifremer.allegro.referential.vessel.VesselOwnerPeriod from the persistent store.
 PaginationResult search(int transform, int pageNumber, int pageSize, Search search)
          Does the same thing as {@link #search(int, fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize.
 PaginationResult search(int pageNumber, int pageSize, Search search)
          Does the same thing as {@link #search(fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize.
 java.util.Set search(int transform, Search search)
          Does the same thing as search(fr.ifremer.allegro.Search) but with an additional flag called transform.
 java.util.Set search(Search search)
          Performs a search using the parameters specified in the given search object.
 ClusterVesselOwnerPeriod toClusterVesselOwnerPeriod(VesselOwnerPeriod entity)
          Converts this DAO's entity to an object of type ClusterVesselOwnerPeriod.
 void toClusterVesselOwnerPeriod(VesselOwnerPeriod source, ClusterVesselOwnerPeriod target)
          Copies the fields of the specified entity to the target value object.
 ClusterVesselOwnerPeriod[] toClusterVesselOwnerPeriodArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterVesselOwnerPeriod.
 void toClusterVesselOwnerPeriodCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type ClusterVesselOwnerPeriod.
 RemoteVesselOwnerPeriodFullVO toRemoteVesselOwnerPeriodFullVO(VesselOwnerPeriod entity)
          Converts this DAO's entity to an object of type RemoteVesselOwnerPeriodFullVO.
 void toRemoteVesselOwnerPeriodFullVO(VesselOwnerPeriod source, RemoteVesselOwnerPeriodFullVO target)
          Copies the fields of the specified entity to the target value object.
 RemoteVesselOwnerPeriodFullVO[] toRemoteVesselOwnerPeriodFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteVesselOwnerPeriodFullVO.
 void toRemoteVesselOwnerPeriodFullVOCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteVesselOwnerPeriodFullVO.
 RemoteVesselOwnerPeriodNaturalId toRemoteVesselOwnerPeriodNaturalId(VesselOwnerPeriod entity)
          Converts this DAO's entity to an object of type RemoteVesselOwnerPeriodNaturalId.
 void toRemoteVesselOwnerPeriodNaturalId(VesselOwnerPeriod source, RemoteVesselOwnerPeriodNaturalId target)
          Copies the fields of the specified entity to the target value object.
 RemoteVesselOwnerPeriodNaturalId[] toRemoteVesselOwnerPeriodNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteVesselOwnerPeriodNaturalId.
 void toRemoteVesselOwnerPeriodNaturalIdCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteVesselOwnerPeriodNaturalId.
 void update(java.util.Collection entities)
          Updates all instances in the entities collection in the persistent store.
 void update(VesselOwnerPeriod vesselOwnerPeriod)
          Updates the vesselOwnerPeriod instance in the persistent store.
 

Field Detail

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_REMOTEVESSELOWNERPERIODFULLVO

static final int TRANSFORM_REMOTEVESSELOWNERPERIODFULLVO
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.

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

See Also:
Constant Field Values

TRANSFORM_REMOTEVESSELOWNERPERIODNATURALID

static final int TRANSFORM_REMOTEVESSELOWNERPERIODNATURALID
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.

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

See Also:
Constant Field Values

TRANSFORM_CLUSTERVESSELOWNERPERIOD

static final int TRANSFORM_CLUSTERVESSELOWNERPERIOD
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.

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

See Also:
Constant Field Values
Method Detail

toRemoteVesselOwnerPeriodFullVO

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


toRemoteVesselOwnerPeriodFullVO

RemoteVesselOwnerPeriodFullVO toRemoteVesselOwnerPeriodFullVO(VesselOwnerPeriod entity)
Converts this DAO's entity to an object of type RemoteVesselOwnerPeriodFullVO.


toRemoteVesselOwnerPeriodFullVOCollection

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


toRemoteVesselOwnerPeriodFullVOArray

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


remoteVesselOwnerPeriodFullVOToEntity

void remoteVesselOwnerPeriodFullVOToEntity(RemoteVesselOwnerPeriodFullVO source,
                                           VesselOwnerPeriod target,
                                           boolean copyIfNull)
Copies the fields of RemoteVesselOwnerPeriodFullVO 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.

remoteVesselOwnerPeriodFullVOToEntity

VesselOwnerPeriod remoteVesselOwnerPeriodFullVOToEntity(RemoteVesselOwnerPeriodFullVO remoteVesselOwnerPeriodFullVO)
Converts an instance of type RemoteVesselOwnerPeriodFullVO to this DAO's entity.


remoteVesselOwnerPeriodFullVOToEntityCollection

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


toRemoteVesselOwnerPeriodNaturalId

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


toRemoteVesselOwnerPeriodNaturalId

RemoteVesselOwnerPeriodNaturalId toRemoteVesselOwnerPeriodNaturalId(VesselOwnerPeriod entity)
Converts this DAO's entity to an object of type RemoteVesselOwnerPeriodNaturalId.


toRemoteVesselOwnerPeriodNaturalIdCollection

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


toRemoteVesselOwnerPeriodNaturalIdArray

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


remoteVesselOwnerPeriodNaturalIdToEntity

void remoteVesselOwnerPeriodNaturalIdToEntity(RemoteVesselOwnerPeriodNaturalId source,
                                              VesselOwnerPeriod target,
                                              boolean copyIfNull)
Copies the fields of RemoteVesselOwnerPeriodNaturalId 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.

remoteVesselOwnerPeriodNaturalIdToEntity

VesselOwnerPeriod remoteVesselOwnerPeriodNaturalIdToEntity(RemoteVesselOwnerPeriodNaturalId remoteVesselOwnerPeriodNaturalId)
Converts an instance of type RemoteVesselOwnerPeriodNaturalId to this DAO's entity.


remoteVesselOwnerPeriodNaturalIdToEntityCollection

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


toClusterVesselOwnerPeriod

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


toClusterVesselOwnerPeriod

ClusterVesselOwnerPeriod toClusterVesselOwnerPeriod(VesselOwnerPeriod entity)
Converts this DAO's entity to an object of type ClusterVesselOwnerPeriod.


toClusterVesselOwnerPeriodCollection

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


toClusterVesselOwnerPeriodArray

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


clusterVesselOwnerPeriodToEntity

void clusterVesselOwnerPeriodToEntity(ClusterVesselOwnerPeriod source,
                                      VesselOwnerPeriod target,
                                      boolean copyIfNull)
Copies the fields of ClusterVesselOwnerPeriod 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.

clusterVesselOwnerPeriodToEntity

VesselOwnerPeriod clusterVesselOwnerPeriodToEntity(ClusterVesselOwnerPeriod clusterVesselOwnerPeriod)
Converts an instance of type ClusterVesselOwnerPeriod to this DAO's entity.


clusterVesselOwnerPeriodToEntityCollection

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


load

VesselOwnerPeriod load(java.util.Date startDateTime,
                       VesselOwner vesselOwner,
                       Vessel vessel)
Loads an instance of fr.ifremer.allegro.referential.vessel.VesselOwnerPeriod from the persistent store.


load

java.lang.Object load(int transform,
                      java.util.Date startDateTime,
                      VesselOwner vesselOwner,
                      Vessel vessel)

Does the same thing as load(java.util.Date,fr.ifremer.allegro.referential.vessel.VesselOwner,fr.ifremer.allegro.referential.vessel.Vessel) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then the returned entity will NOT be transformed. If this flag is any of the other constants defined in this class then the result WILL BE passed through an operation which can optionally transform the entity (into a value object for example). By default, transformation does not occur.

Parameters:
startDateTime - identifier of the entity to load
vesselOwner - identifier of the entity to load
vessel - 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 VesselOwnerPeriod.

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

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


create

java.lang.Object create(int transform,
                        VesselOwnerPeriod vesselOwnerPeriod)

Does the same thing as create(fr.ifremer.allegro.referential.vessel.VesselOwnerPeriod) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then the returned entity will NOT be transformed. If this flag is any of the other constants defined here then the result WILL BE passed through an operation which can optionally transform the entity (into a value object for example). By default, transformation does not occur.


create

java.util.Collection create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.referential.vessel.VesselOwnerPeriod and adds from the passed in entities collection

Parameters:
entities - the collection of fr.ifremer.allegro.referential.vessel.VesselOwnerPeriod 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.VesselOwnerPeriod) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then the returned entity will NOT be transformed. If this flag is any of the other constants defined here then the result WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.


create

VesselOwnerPeriod create(java.util.Date startDateTime,
                         java.util.Date endDateTime,
                         VesselOwner vesselOwner,
                         Vessel vessel)

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


create

java.lang.Object create(int transform,
                        java.util.Date startDateTime,
                        java.util.Date endDateTime,
                        VesselOwner vesselOwner,
                        Vessel vessel)

Does the same thing as create(java.util.Date,java.util.Date,fr.ifremer.allegro.referential.vessel.VesselOwner,fr.ifremer.allegro.referential.vessel.Vessel) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then the returned entity will NOT be transformed. If this flag is any of the other constants defined here then the result WILL BE passed through an operation which can optionally transform the entity (into a value object for example). By default, transformation does not occur.


create

VesselOwnerPeriod create(java.util.Date startDateTime,
                         Vessel vessel,
                         VesselOwner vesselOwner)

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


create

java.lang.Object create(int transform,
                        java.util.Date startDateTime,
                        Vessel vessel,
                        VesselOwner vesselOwner)

Does the same thing as create(java.util.Date,fr.ifremer.allegro.referential.vessel.Vessel,fr.ifremer.allegro.referential.vessel.VesselOwner) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then the returned entity will NOTWILL BE passed through an operation which can optionally transform the entity (into a value object for example). By default, transformation does not occur.


update

void update(VesselOwnerPeriod vesselOwnerPeriod)
Updates the vesselOwnerPeriod 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(VesselOwnerPeriod vesselOwnerPeriod)
Removes the instance of fr.ifremer.allegro.referential.vessel.VesselOwnerPeriod from the persistent store.


remove

void remove(java.util.Date startDateTime,
            VesselOwner vesselOwner,
            Vessel vessel)
Removes the instance of fr.ifremer.allegro.referential.vessel.VesselOwnerPeriod having the given identifiers from the persistent store.


remove

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


getAllVesselOwnerPeriod

java.util.Collection getAllVesselOwnerPeriod()

getAllVesselOwnerPeriod

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

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


getAllVesselOwnerPeriod

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

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


getAllVesselOwnerPeriod

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

Does the same thing as getAllVesselOwnerPeriod(String) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


getAllVesselOwnerPeriod

java.util.Collection getAllVesselOwnerPeriod(int transform)

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


getAllVesselOwnerPeriod

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

Does the same thing as getAllVesselOwnerPeriod(int) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


getAllVesselOwnerPeriod

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

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


getAllVesselOwnerPeriod

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

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


findVesselOwnerPeriodByStartDateTime

java.util.Collection findVesselOwnerPeriodByStartDateTime(java.util.Date startDateTime)

findVesselOwnerPeriodByStartDateTime

java.util.Collection findVesselOwnerPeriodByStartDateTime(java.lang.String queryString,
                                                          java.util.Date startDateTime)

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


findVesselOwnerPeriodByStartDateTime

java.util.Collection findVesselOwnerPeriodByStartDateTime(int pageNumber,
                                                          int pageSize,
                                                          java.util.Date startDateTime)

Does the same thing as findVesselOwnerPeriodByStartDateTime(java.util.Date) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findVesselOwnerPeriodByStartDateTime

java.util.Collection findVesselOwnerPeriodByStartDateTime(java.lang.String queryString,
                                                          int pageNumber,
                                                          int pageSize,
                                                          java.util.Date startDateTime)

Does the same thing as findVesselOwnerPeriodByStartDateTime(String, java.util.Date) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findVesselOwnerPeriodByStartDateTime

java.util.Collection findVesselOwnerPeriodByStartDateTime(int transform,
                                                          java.util.Date startDateTime)

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


findVesselOwnerPeriodByStartDateTime

java.util.Collection findVesselOwnerPeriodByStartDateTime(int transform,
                                                          int pageNumber,
                                                          int pageSize,
                                                          java.util.Date startDateTime)

Does the same thing as findVesselOwnerPeriodByStartDateTime(int, java.util.Date) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findVesselOwnerPeriodByStartDateTime

java.util.Collection findVesselOwnerPeriodByStartDateTime(int transform,
                                                          java.lang.String queryString,
                                                          java.util.Date startDateTime)

Does the same thing as findVesselOwnerPeriodByStartDateTime(int, java.util.Date) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findVesselOwnerPeriodByStartDateTime(int, java.util.Date startDateTime).


findVesselOwnerPeriodByStartDateTime

java.util.Collection findVesselOwnerPeriodByStartDateTime(int transform,
                                                          java.lang.String queryString,
                                                          int pageNumber,
                                                          int pageSize,
                                                          java.util.Date startDateTime)

Does the same thing as findVesselOwnerPeriodByStartDateTime(int, String, java.util.Date) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findVesselOwnerPeriodByVesselOwner

java.util.Collection findVesselOwnerPeriodByVesselOwner(VesselOwner vesselOwner)

findVesselOwnerPeriodByVesselOwner

java.util.Collection findVesselOwnerPeriodByVesselOwner(java.lang.String queryString,
                                                        VesselOwner vesselOwner)

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


findVesselOwnerPeriodByVesselOwner

java.util.Collection findVesselOwnerPeriodByVesselOwner(int pageNumber,
                                                        int pageSize,
                                                        VesselOwner vesselOwner)

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


findVesselOwnerPeriodByVesselOwner

java.util.Collection findVesselOwnerPeriodByVesselOwner(java.lang.String queryString,
                                                        int pageNumber,
                                                        int pageSize,
                                                        VesselOwner vesselOwner)

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


findVesselOwnerPeriodByVesselOwner

java.util.Collection findVesselOwnerPeriodByVesselOwner(int transform,
                                                        VesselOwner vesselOwner)

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


findVesselOwnerPeriodByVesselOwner

java.util.Collection findVesselOwnerPeriodByVesselOwner(int transform,
                                                        int pageNumber,
                                                        int pageSize,
                                                        VesselOwner vesselOwner)

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


findVesselOwnerPeriodByVesselOwner

java.util.Collection findVesselOwnerPeriodByVesselOwner(int transform,
                                                        java.lang.String queryString,
                                                        VesselOwner vesselOwner)

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


findVesselOwnerPeriodByVesselOwner

java.util.Collection findVesselOwnerPeriodByVesselOwner(int transform,
                                                        java.lang.String queryString,
                                                        int pageNumber,
                                                        int pageSize,
                                                        VesselOwner vesselOwner)

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


findVesselOwnerPeriodByVessel

java.util.Collection findVesselOwnerPeriodByVessel(Vessel vessel)

findVesselOwnerPeriodByVessel

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

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


findVesselOwnerPeriodByVessel

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

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


findVesselOwnerPeriodByVessel

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

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


findVesselOwnerPeriodByVessel

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

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


findVesselOwnerPeriodByVessel

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

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


findVesselOwnerPeriodByVessel

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

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


findVesselOwnerPeriodByVessel

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

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


findVesselOwnerPeriodByIdentifiers

VesselOwnerPeriod findVesselOwnerPeriodByIdentifiers(VesselOwner vesselOwner,
                                                     java.util.Date startDateTime,
                                                     Vessel vessel)

findVesselOwnerPeriodByIdentifiers

VesselOwnerPeriod findVesselOwnerPeriodByIdentifiers(java.lang.String queryString,
                                                     VesselOwner vesselOwner,
                                                     java.util.Date startDateTime,
                                                     Vessel vessel)

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


findVesselOwnerPeriodByIdentifiers

java.lang.Object findVesselOwnerPeriodByIdentifiers(int transform,
                                                    VesselOwner vesselOwner,
                                                    java.util.Date startDateTime,
                                                    Vessel vessel)

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


findVesselOwnerPeriodByIdentifiers

java.lang.Object findVesselOwnerPeriodByIdentifiers(int transform,
                                                    java.lang.String queryString,
                                                    VesselOwner vesselOwner,
                                                    java.util.Date startDateTime,
                                                    Vessel vessel)

Does the same thing as findVesselOwnerPeriodByIdentifiers(int, fr.ifremer.allegro.referential.vessel.VesselOwner, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findVesselOwnerPeriodByIdentifiers(int, fr.ifremer.allegro.referential.vessel.VesselOwner vesselOwner, java.util.Date startDateTime, fr.ifremer.allegro.referential.vessel.Vessel vessel).


findVesselOwnerPeriodByNaturalId

VesselOwnerPeriod findVesselOwnerPeriodByNaturalId(VesselOwner vesselOwner,
                                                   java.util.Date startDateTime,
                                                   Vessel vessel)

findVesselOwnerPeriodByNaturalId

VesselOwnerPeriod findVesselOwnerPeriodByNaturalId(java.lang.String queryString,
                                                   VesselOwner vesselOwner,
                                                   java.util.Date startDateTime,
                                                   Vessel vessel)

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


findVesselOwnerPeriodByNaturalId

java.lang.Object findVesselOwnerPeriodByNaturalId(int transform,
                                                  VesselOwner vesselOwner,
                                                  java.util.Date startDateTime,
                                                  Vessel vessel)

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


findVesselOwnerPeriodByNaturalId

java.lang.Object findVesselOwnerPeriodByNaturalId(int transform,
                                                  java.lang.String queryString,
                                                  VesselOwner vesselOwner,
                                                  java.util.Date startDateTime,
                                                  Vessel vessel)

Does the same thing as findVesselOwnerPeriodByNaturalId(int, fr.ifremer.allegro.referential.vessel.VesselOwner, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findVesselOwnerPeriodByNaturalId(int, fr.ifremer.allegro.referential.vessel.VesselOwner vesselOwner, java.util.Date startDateTime, fr.ifremer.allegro.referential.vessel.Vessel vessel).


createFromClusterVesselOwnerPeriod

VesselOwnerPeriod createFromClusterVesselOwnerPeriod(ClusterVesselOwnerPeriod clusterVesselOwnerPeriod)

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.