fr.ifremer.allegro.data.operation
Interface OperationVesselAssociationDao

All Known Implementing Classes:
OperationVesselAssociationDaoBase, OperationVesselAssociationDaoImpl

public interface OperationVesselAssociationDao

See Also:
OperationVesselAssociation

Field Summary
static int TRANSFORM_CLUSTEROPERATIONVESSELASSOCIATION
          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_REMOTEOPERATIONVESSELASSOCIATIONFULLVO
          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_REMOTEOPERATIONVESSELASSOCIATIONNATURALID
          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
 OperationVesselAssociation clusterOperationVesselAssociationToEntity(ClusterOperationVesselAssociation clusterOperationVesselAssociation)
          Converts an instance of type ClusterOperationVesselAssociation to this DAO's entity.
 void clusterOperationVesselAssociationToEntity(ClusterOperationVesselAssociation source, OperationVesselAssociation target, boolean copyIfNull)
          Copies the fields of ClusterOperationVesselAssociation to the specified entity.
 void clusterOperationVesselAssociationToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type ClusterOperationVesselAssociation to this DAO's entity.
 OperationVesselAssociation create(java.lang.Boolean isCatchOnOperationVessel, Operation operation, Vessel vessel)
           Creates a new fr.ifremer.allegro.data.operation.OperationVesselAssociation instance from only required properties (attributes and association ends) and adds it to the persistent store.
 OperationVesselAssociation create(java.lang.Boolean isCatchOnOperationVessel, java.lang.String comments, Operation operation, Vessel vessel)
           Creates a new fr.ifremer.allegro.data.operation.OperationVesselAssociation instance from all attributes and properties and adds it to the persistent store.
 java.util.Collection create(java.util.Collection entities)
          Creates a new instance of fr.ifremer.allegro.data.operation.OperationVesselAssociation and adds from the passed in entities collection
 java.lang.Object create(int transform, java.lang.Boolean isCatchOnOperationVessel, Operation operation, Vessel vessel)
           Does the same thing as create(java.lang.Boolean,fr.ifremer.allegro.data.operation.Operation,fr.ifremer.allegro.referential.vessel.Vessel) with an additional flag called transform.
 java.lang.Object create(int transform, java.lang.Boolean isCatchOnOperationVessel, java.lang.String comments, Operation operation, Vessel vessel)
           Does the same thing as create(java.lang.Boolean,java.lang.String,fr.ifremer.allegro.data.operation.Operation,fr.ifremer.allegro.referential.vessel.Vessel) with an additional flag called transform.
 java.util.Collection create(int transform, java.util.Collection entities)
           Does the same thing as create(fr.ifremer.allegro.data.operation.OperationVesselAssociation) with an additional flag called transform.
 java.lang.Object create(int transform, OperationVesselAssociation operationVesselAssociation)
           Does the same thing as create(fr.ifremer.allegro.data.operation.OperationVesselAssociation) with an additional flag called transform.
 OperationVesselAssociation create(OperationVesselAssociation operationVesselAssociation)
          Creates an instance of fr.ifremer.allegro.data.operation.OperationVesselAssociation and adds it to the persistent store.
 OperationVesselAssociation createFromClusterOperationVesselAssociation(ClusterOperationVesselAssociation clusterOperationVesselAssociation)
           
 java.lang.Object findOperationVesselAssociationByIdentifiers(int transform, Operation operation, Vessel vessel)
           Does the same thing as findOperationVesselAssociationByIdentifiers(fr.ifremer.allegro.data.operation.Operation, fr.ifremer.allegro.referential.vessel.Vessel) with an additional flag called transform.
 java.lang.Object findOperationVesselAssociationByIdentifiers(int transform, java.lang.String queryString, Operation operation, Vessel vessel)
           Does the same thing as findOperationVesselAssociationByIdentifiers(int, fr.ifremer.allegro.data.operation.Operation, fr.ifremer.allegro.referential.vessel.Vessel) with an additional argument called queryString.
 OperationVesselAssociation findOperationVesselAssociationByIdentifiers(Operation operation, Vessel vessel)
           
 OperationVesselAssociation findOperationVesselAssociationByIdentifiers(java.lang.String queryString, Operation operation, Vessel vessel)
           Does the same thing as findOperationVesselAssociationByIdentifiers(fr.ifremer.allegro.data.operation.Operation, fr.ifremer.allegro.referential.vessel.Vessel) with an additional argument called queryString.
 java.lang.Object findOperationVesselAssociationByNaturalId(int transform, Operation operation, Vessel vessel)
           Does the same thing as findOperationVesselAssociationByNaturalId(fr.ifremer.allegro.data.operation.Operation, fr.ifremer.allegro.referential.vessel.Vessel) with an additional flag called transform.
 java.lang.Object findOperationVesselAssociationByNaturalId(int transform, java.lang.String queryString, Operation operation, Vessel vessel)
           Does the same thing as findOperationVesselAssociationByNaturalId(int, fr.ifremer.allegro.data.operation.Operation, fr.ifremer.allegro.referential.vessel.Vessel) with an additional argument called queryString.
 OperationVesselAssociation findOperationVesselAssociationByNaturalId(Operation operation, Vessel vessel)
           
 OperationVesselAssociation findOperationVesselAssociationByNaturalId(java.lang.String queryString, Operation operation, Vessel vessel)
           Does the same thing as findOperationVesselAssociationByNaturalId(fr.ifremer.allegro.data.operation.Operation, fr.ifremer.allegro.referential.vessel.Vessel) with an additional argument called queryString.
 java.util.Collection findOperationVesselAssociationByOperation(int transform, int pageNumber, int pageSize, Operation operation)
           Does the same thing as findOperationVesselAssociationByOperation(int, fr.ifremer.allegro.data.operation.Operation) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findOperationVesselAssociationByOperation(int pageNumber, int pageSize, Operation operation)
           Does the same thing as findOperationVesselAssociationByOperation(fr.ifremer.allegro.data.operation.Operation) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findOperationVesselAssociationByOperation(int transform, Operation operation)
           Does the same thing as findOperationVesselAssociationByOperation(fr.ifremer.allegro.data.operation.Operation) with an additional flag called transform.
 java.util.Collection findOperationVesselAssociationByOperation(int transform, java.lang.String queryString, int pageNumber, int pageSize, Operation operation)
           Does the same thing as findOperationVesselAssociationByOperation(int, String, fr.ifremer.allegro.data.operation.Operation) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findOperationVesselAssociationByOperation(int transform, java.lang.String queryString, Operation operation)
           Does the same thing as findOperationVesselAssociationByOperation(int, fr.ifremer.allegro.data.operation.Operation) with an additional argument called queryString.
 java.util.Collection findOperationVesselAssociationByOperation(Operation operation)
           
 java.util.Collection findOperationVesselAssociationByOperation(java.lang.String queryString, int pageNumber, int pageSize, Operation operation)
           Does the same thing as findOperationVesselAssociationByOperation(String, fr.ifremer.allegro.data.operation.Operation) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findOperationVesselAssociationByOperation(java.lang.String queryString, Operation operation)
           Does the same thing as findOperationVesselAssociationByOperation(fr.ifremer.allegro.data.operation.Operation) with an additional argument called queryString.
 java.util.Collection findOperationVesselAssociationByVessel(int transform, int pageNumber, int pageSize, Vessel vessel)
           Does the same thing as findOperationVesselAssociationByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findOperationVesselAssociationByVessel(int pageNumber, int pageSize, Vessel vessel)
           Does the same thing as findOperationVesselAssociationByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findOperationVesselAssociationByVessel(int transform, java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
           Does the same thing as findOperationVesselAssociationByVessel(int, String, fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findOperationVesselAssociationByVessel(int transform, java.lang.String queryString, Vessel vessel)
           Does the same thing as findOperationVesselAssociationByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an additional argument called queryString.
 java.util.Collection findOperationVesselAssociationByVessel(int transform, Vessel vessel)
           Does the same thing as findOperationVesselAssociationByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an additional flag called transform.
 java.util.Collection findOperationVesselAssociationByVessel(java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
           Does the same thing as findOperationVesselAssociationByVessel(String, fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findOperationVesselAssociationByVessel(java.lang.String queryString, Vessel vessel)
           Does the same thing as findOperationVesselAssociationByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an additional argument called queryString.
 java.util.Collection findOperationVesselAssociationByVessel(Vessel vessel)
           
 java.util.Collection getAllOperationVesselAssociation()
           
 java.util.Collection getAllOperationVesselAssociation(int transform)
           Does the same thing as getAllOperationVesselAssociation() with an additional flag called transform.
 java.util.Collection getAllOperationVesselAssociation(int pageNumber, int pageSize)
           Does the same thing as getAllOperationVesselAssociation() with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllOperationVesselAssociation(int transform, int pageNumber, int pageSize)
           Does the same thing as getAllOperationVesselAssociation(int) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllOperationVesselAssociation(int transform, java.lang.String queryString)
           Does the same thing as getAllOperationVesselAssociation(int) with an additional argument called queryString.
 java.util.Collection getAllOperationVesselAssociation(int transform, java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as getAllOperationVesselAssociation(int, String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllOperationVesselAssociation(java.lang.String queryString)
           Does the same thing as getAllOperationVesselAssociation() with an additional argument called queryString.
 java.util.Collection getAllOperationVesselAssociation(java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as getAllOperationVesselAssociation(String) with an additional two arguments called pageNumber and pageSize.
 java.lang.Object load(int transform, Operation operation, Vessel vessel)
           Does the same thing as load(fr.ifremer.allegro.data.operation.Operation,fr.ifremer.allegro.referential.vessel.Vessel) with an additional flag called transform.
 OperationVesselAssociation load(Operation operation, Vessel vessel)
          Loads an instance of fr.ifremer.allegro.data.operation.OperationVesselAssociation from the persistent store.
 java.util.Collection loadAll()
          Loads all entities of type OperationVesselAssociation.
 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.
 OperationVesselAssociation remoteOperationVesselAssociationFullVOToEntity(RemoteOperationVesselAssociationFullVO remoteOperationVesselAssociationFullVO)
          Converts an instance of type RemoteOperationVesselAssociationFullVO to this DAO's entity.
 void remoteOperationVesselAssociationFullVOToEntity(RemoteOperationVesselAssociationFullVO source, OperationVesselAssociation target, boolean copyIfNull)
          Copies the fields of RemoteOperationVesselAssociationFullVO to the specified entity.
 void remoteOperationVesselAssociationFullVOToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteOperationVesselAssociationFullVO to this DAO's entity.
 OperationVesselAssociation remoteOperationVesselAssociationNaturalIdToEntity(RemoteOperationVesselAssociationNaturalId remoteOperationVesselAssociationNaturalId)
          Converts an instance of type RemoteOperationVesselAssociationNaturalId to this DAO's entity.
 void remoteOperationVesselAssociationNaturalIdToEntity(RemoteOperationVesselAssociationNaturalId source, OperationVesselAssociation target, boolean copyIfNull)
          Copies the fields of RemoteOperationVesselAssociationNaturalId to the specified entity.
 void remoteOperationVesselAssociationNaturalIdToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteOperationVesselAssociationNaturalId to this DAO's entity.
 void remove(java.util.Collection entities)
          Removes all entities in the given entities collection.
 void remove(Operation operation, Vessel vessel)
          Removes the instance of fr.ifremer.allegro.data.operation.OperationVesselAssociation having the given identifiers from the persistent store.
 void remove(OperationVesselAssociation operationVesselAssociation)
          Removes the instance of fr.ifremer.allegro.data.operation.OperationVesselAssociation 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.
 ClusterOperationVesselAssociation toClusterOperationVesselAssociation(OperationVesselAssociation entity)
          Converts this DAO's entity to an object of type ClusterOperationVesselAssociation.
 void toClusterOperationVesselAssociation(OperationVesselAssociation source, ClusterOperationVesselAssociation target)
          Copies the fields of the specified entity to the target value object.
 ClusterOperationVesselAssociation[] toClusterOperationVesselAssociationArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterOperationVesselAssociation.
 void toClusterOperationVesselAssociationCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type ClusterOperationVesselAssociation.
 RemoteOperationVesselAssociationFullVO toRemoteOperationVesselAssociationFullVO(OperationVesselAssociation entity)
          Converts this DAO's entity to an object of type RemoteOperationVesselAssociationFullVO.
 void toRemoteOperationVesselAssociationFullVO(OperationVesselAssociation source, RemoteOperationVesselAssociationFullVO target)
          Copies the fields of the specified entity to the target value object.
 RemoteOperationVesselAssociationFullVO[] toRemoteOperationVesselAssociationFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteOperationVesselAssociationFullVO.
 void toRemoteOperationVesselAssociationFullVOCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteOperationVesselAssociationFullVO.
 RemoteOperationVesselAssociationNaturalId toRemoteOperationVesselAssociationNaturalId(OperationVesselAssociation entity)
          Converts this DAO's entity to an object of type RemoteOperationVesselAssociationNaturalId.
 void toRemoteOperationVesselAssociationNaturalId(OperationVesselAssociation source, RemoteOperationVesselAssociationNaturalId target)
          Copies the fields of the specified entity to the target value object.
 RemoteOperationVesselAssociationNaturalId[] toRemoteOperationVesselAssociationNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteOperationVesselAssociationNaturalId.
 void toRemoteOperationVesselAssociationNaturalIdCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteOperationVesselAssociationNaturalId.
 void update(java.util.Collection entities)
          Updates all instances in the entities collection in the persistent store.
 void update(OperationVesselAssociation operationVesselAssociation)
          Updates the operationVesselAssociation 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_REMOTEOPERATIONVESSELASSOCIATIONFULLVO

static final int TRANSFORM_REMOTEOPERATIONVESSELASSOCIATIONFULLVO
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 RemoteOperationVesselAssociationFullVO.

See Also:
Constant Field Values

TRANSFORM_REMOTEOPERATIONVESSELASSOCIATIONNATURALID

static final int TRANSFORM_REMOTEOPERATIONVESSELASSOCIATIONNATURALID
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 RemoteOperationVesselAssociationNaturalId.

See Also:
Constant Field Values

TRANSFORM_CLUSTEROPERATIONVESSELASSOCIATION

static final int TRANSFORM_CLUSTEROPERATIONVESSELASSOCIATION
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 ClusterOperationVesselAssociation.

See Also:
Constant Field Values
Method Detail

toRemoteOperationVesselAssociationFullVO

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


toRemoteOperationVesselAssociationFullVO

RemoteOperationVesselAssociationFullVO toRemoteOperationVesselAssociationFullVO(OperationVesselAssociation entity)
Converts this DAO's entity to an object of type RemoteOperationVesselAssociationFullVO.


toRemoteOperationVesselAssociationFullVOCollection

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


toRemoteOperationVesselAssociationFullVOArray

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


remoteOperationVesselAssociationFullVOToEntity

void remoteOperationVesselAssociationFullVOToEntity(RemoteOperationVesselAssociationFullVO source,
                                                    OperationVesselAssociation target,
                                                    boolean copyIfNull)
Copies the fields of RemoteOperationVesselAssociationFullVO 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.

remoteOperationVesselAssociationFullVOToEntity

OperationVesselAssociation remoteOperationVesselAssociationFullVOToEntity(RemoteOperationVesselAssociationFullVO remoteOperationVesselAssociationFullVO)
Converts an instance of type RemoteOperationVesselAssociationFullVO to this DAO's entity.


remoteOperationVesselAssociationFullVOToEntityCollection

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


toRemoteOperationVesselAssociationNaturalId

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


toRemoteOperationVesselAssociationNaturalId

RemoteOperationVesselAssociationNaturalId toRemoteOperationVesselAssociationNaturalId(OperationVesselAssociation entity)
Converts this DAO's entity to an object of type RemoteOperationVesselAssociationNaturalId.


toRemoteOperationVesselAssociationNaturalIdCollection

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


toRemoteOperationVesselAssociationNaturalIdArray

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


remoteOperationVesselAssociationNaturalIdToEntity

void remoteOperationVesselAssociationNaturalIdToEntity(RemoteOperationVesselAssociationNaturalId source,
                                                       OperationVesselAssociation target,
                                                       boolean copyIfNull)
Copies the fields of RemoteOperationVesselAssociationNaturalId 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.

remoteOperationVesselAssociationNaturalIdToEntity

OperationVesselAssociation remoteOperationVesselAssociationNaturalIdToEntity(RemoteOperationVesselAssociationNaturalId remoteOperationVesselAssociationNaturalId)
Converts an instance of type RemoteOperationVesselAssociationNaturalId to this DAO's entity.


remoteOperationVesselAssociationNaturalIdToEntityCollection

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


toClusterOperationVesselAssociation

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


toClusterOperationVesselAssociation

ClusterOperationVesselAssociation toClusterOperationVesselAssociation(OperationVesselAssociation entity)
Converts this DAO's entity to an object of type ClusterOperationVesselAssociation.


toClusterOperationVesselAssociationCollection

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


toClusterOperationVesselAssociationArray

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


clusterOperationVesselAssociationToEntity

void clusterOperationVesselAssociationToEntity(ClusterOperationVesselAssociation source,
                                               OperationVesselAssociation target,
                                               boolean copyIfNull)
Copies the fields of ClusterOperationVesselAssociation 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.

clusterOperationVesselAssociationToEntity

OperationVesselAssociation clusterOperationVesselAssociationToEntity(ClusterOperationVesselAssociation clusterOperationVesselAssociation)
Converts an instance of type ClusterOperationVesselAssociation to this DAO's entity.


clusterOperationVesselAssociationToEntityCollection

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


load

OperationVesselAssociation load(Operation operation,
                                Vessel vessel)
Loads an instance of fr.ifremer.allegro.data.operation.OperationVesselAssociation from the persistent store.


load

java.lang.Object load(int transform,
                      Operation operation,
                      Vessel vessel)

Does the same thing as load(fr.ifremer.allegro.data.operation.Operation,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:
operation - 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 OperationVesselAssociation.

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

OperationVesselAssociation create(OperationVesselAssociation operationVesselAssociation)
Creates an instance of fr.ifremer.allegro.data.operation.OperationVesselAssociation and adds it to the persistent store.


create

java.lang.Object create(int transform,
                        OperationVesselAssociation operationVesselAssociation)

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

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

OperationVesselAssociation create(java.lang.Boolean isCatchOnOperationVessel,
                                  java.lang.String comments,
                                  Operation operation,
                                  Vessel vessel)

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


create

java.lang.Object create(int transform,
                        java.lang.Boolean isCatchOnOperationVessel,
                        java.lang.String comments,
                        Operation operation,
                        Vessel vessel)

Does the same thing as create(java.lang.Boolean,java.lang.String,fr.ifremer.allegro.data.operation.Operation,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

OperationVesselAssociation create(java.lang.Boolean isCatchOnOperationVessel,
                                  Operation operation,
                                  Vessel vessel)

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


create

java.lang.Object create(int transform,
                        java.lang.Boolean isCatchOnOperationVessel,
                        Operation operation,
                        Vessel vessel)

Does the same thing as create(java.lang.Boolean,fr.ifremer.allegro.data.operation.Operation,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(OperationVesselAssociation operationVesselAssociation)
Updates the operationVesselAssociation 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(OperationVesselAssociation operationVesselAssociation)
Removes the instance of fr.ifremer.allegro.data.operation.OperationVesselAssociation from the persistent store.


remove

void remove(Operation operation,
            Vessel vessel)
Removes the instance of fr.ifremer.allegro.data.operation.OperationVesselAssociation having the given identifiers from the persistent store.


remove

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


getAllOperationVesselAssociation

java.util.Collection getAllOperationVesselAssociation()

getAllOperationVesselAssociation

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

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


getAllOperationVesselAssociation

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

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


getAllOperationVesselAssociation

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

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


getAllOperationVesselAssociation

java.util.Collection getAllOperationVesselAssociation(int transform)

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


getAllOperationVesselAssociation

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

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


getAllOperationVesselAssociation

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

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


getAllOperationVesselAssociation

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

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


findOperationVesselAssociationByOperation

java.util.Collection findOperationVesselAssociationByOperation(Operation operation)

findOperationVesselAssociationByOperation

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

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


findOperationVesselAssociationByOperation

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

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


findOperationVesselAssociationByOperation

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

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


findOperationVesselAssociationByOperation

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

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


findOperationVesselAssociationByOperation

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

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


findOperationVesselAssociationByOperation

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

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


findOperationVesselAssociationByOperation

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

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


findOperationVesselAssociationByVessel

java.util.Collection findOperationVesselAssociationByVessel(Vessel vessel)

findOperationVesselAssociationByVessel

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

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


findOperationVesselAssociationByVessel

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

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


findOperationVesselAssociationByVessel

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

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


findOperationVesselAssociationByVessel

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

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


findOperationVesselAssociationByVessel

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

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


findOperationVesselAssociationByVessel

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

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


findOperationVesselAssociationByVessel

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

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


findOperationVesselAssociationByIdentifiers

OperationVesselAssociation findOperationVesselAssociationByIdentifiers(Operation operation,
                                                                       Vessel vessel)

findOperationVesselAssociationByIdentifiers

OperationVesselAssociation findOperationVesselAssociationByIdentifiers(java.lang.String queryString,
                                                                       Operation operation,
                                                                       Vessel vessel)

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


findOperationVesselAssociationByIdentifiers

java.lang.Object findOperationVesselAssociationByIdentifiers(int transform,
                                                             Operation operation,
                                                             Vessel vessel)

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


findOperationVesselAssociationByIdentifiers

java.lang.Object findOperationVesselAssociationByIdentifiers(int transform,
                                                             java.lang.String queryString,
                                                             Operation operation,
                                                             Vessel vessel)

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


findOperationVesselAssociationByNaturalId

OperationVesselAssociation findOperationVesselAssociationByNaturalId(Operation operation,
                                                                     Vessel vessel)

findOperationVesselAssociationByNaturalId

OperationVesselAssociation findOperationVesselAssociationByNaturalId(java.lang.String queryString,
                                                                     Operation operation,
                                                                     Vessel vessel)

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


findOperationVesselAssociationByNaturalId

java.lang.Object findOperationVesselAssociationByNaturalId(int transform,
                                                           Operation operation,
                                                           Vessel vessel)

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


findOperationVesselAssociationByNaturalId

java.lang.Object findOperationVesselAssociationByNaturalId(int transform,
                                                           java.lang.String queryString,
                                                           Operation operation,
                                                           Vessel vessel)

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


createFromClusterOperationVesselAssociation

OperationVesselAssociation createFromClusterOperationVesselAssociation(ClusterOperationVesselAssociation clusterOperationVesselAssociation)

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.