|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OperationVesselAssociationDao
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 |
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 |
---|
static final int TRANSFORM_NONE
int
parameter called transform
.
This specific flag denotes no transformation will occur.
static final int TRANSFORM_REMOTEOPERATIONVESSELASSOCIATIONFULLVO
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteOperationVesselAssociationFullVO
.
static final int TRANSFORM_REMOTEOPERATIONVESSELASSOCIATIONNATURALID
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteOperationVesselAssociationNaturalId
.
static final int TRANSFORM_CLUSTEROPERATIONVESSELASSOCIATION
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
ClusterOperationVesselAssociation
.
Method Detail |
---|
void toRemoteOperationVesselAssociationFullVO(OperationVesselAssociation source, RemoteOperationVesselAssociationFullVO target)
RemoteOperationVesselAssociationFullVO toRemoteOperationVesselAssociationFullVO(OperationVesselAssociation entity)
RemoteOperationVesselAssociationFullVO
.
void toRemoteOperationVesselAssociationFullVOCollection(java.util.Collection entities)
RemoteOperationVesselAssociationFullVO
.
RemoteOperationVesselAssociationFullVO[] toRemoteOperationVesselAssociationFullVOArray(java.util.Collection entities)
RemoteOperationVesselAssociationFullVO
.
void remoteOperationVesselAssociationFullVOToEntity(RemoteOperationVesselAssociationFullVO source, OperationVesselAssociation target, boolean copyIfNull)
RemoteOperationVesselAssociationFullVO
to the specified entity.
copyIfNull
- If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE,
it will be copied regardless of its value.OperationVesselAssociation remoteOperationVesselAssociationFullVOToEntity(RemoteOperationVesselAssociationFullVO remoteOperationVesselAssociationFullVO)
RemoteOperationVesselAssociationFullVO
to this DAO's entity.
void remoteOperationVesselAssociationFullVOToEntityCollection(java.util.Collection instances)
RemoteOperationVesselAssociationFullVO
to this
DAO's entity.
void toRemoteOperationVesselAssociationNaturalId(OperationVesselAssociation source, RemoteOperationVesselAssociationNaturalId target)
RemoteOperationVesselAssociationNaturalId toRemoteOperationVesselAssociationNaturalId(OperationVesselAssociation entity)
RemoteOperationVesselAssociationNaturalId
.
void toRemoteOperationVesselAssociationNaturalIdCollection(java.util.Collection entities)
RemoteOperationVesselAssociationNaturalId
.
RemoteOperationVesselAssociationNaturalId[] toRemoteOperationVesselAssociationNaturalIdArray(java.util.Collection entities)
RemoteOperationVesselAssociationNaturalId
.
void remoteOperationVesselAssociationNaturalIdToEntity(RemoteOperationVesselAssociationNaturalId source, OperationVesselAssociation target, boolean copyIfNull)
RemoteOperationVesselAssociationNaturalId
to the specified entity.
copyIfNull
- If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE,
it will be copied regardless of its value.OperationVesselAssociation remoteOperationVesselAssociationNaturalIdToEntity(RemoteOperationVesselAssociationNaturalId remoteOperationVesselAssociationNaturalId)
RemoteOperationVesselAssociationNaturalId
to this DAO's entity.
void remoteOperationVesselAssociationNaturalIdToEntityCollection(java.util.Collection instances)
RemoteOperationVesselAssociationNaturalId
to this
DAO's entity.
void toClusterOperationVesselAssociation(OperationVesselAssociation source, ClusterOperationVesselAssociation target)
ClusterOperationVesselAssociation toClusterOperationVesselAssociation(OperationVesselAssociation entity)
ClusterOperationVesselAssociation
.
void toClusterOperationVesselAssociationCollection(java.util.Collection entities)
ClusterOperationVesselAssociation
.
ClusterOperationVesselAssociation[] toClusterOperationVesselAssociationArray(java.util.Collection entities)
ClusterOperationVesselAssociation
.
void clusterOperationVesselAssociationToEntity(ClusterOperationVesselAssociation source, OperationVesselAssociation target, boolean copyIfNull)
ClusterOperationVesselAssociation
to the specified entity.
copyIfNull
- If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE,
it will be copied regardless of its value.OperationVesselAssociation clusterOperationVesselAssociationToEntity(ClusterOperationVesselAssociation clusterOperationVesselAssociation)
ClusterOperationVesselAssociation
to this DAO's entity.
void clusterOperationVesselAssociationToEntityCollection(java.util.Collection instances)
ClusterOperationVesselAssociation
to this
DAO's entity.
OperationVesselAssociation load(Operation operation, Vessel vessel)
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.
operation
- identifier of the entity to loadvessel
- identifier of the entity to load
java.util.Collection loadAll()
OperationVesselAssociation
.
java.util.Collection loadAll(int transform)
Does the same thing as loadAll()
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
transform
- the flag indicating what transformation to use.
java.util.Collection loadAll(int pageNumber, int pageSize)
Does the same thing as loadAll()
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
Does the same thing as loadAll(int)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
transform
- the flag indicating what transformation to use.pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
OperationVesselAssociation create(OperationVesselAssociation operationVesselAssociation)
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.
java.util.Collection create(java.util.Collection entities)
entities
collection
entities
- the collection of fr.ifremer.allegro.data.operation.OperationVesselAssociation
instances to 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.
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.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.
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.
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.
void update(OperationVesselAssociation operationVesselAssociation)
operationVesselAssociation
instance in the persistent store.
void update(java.util.Collection entities)
entities
collection in the persistent store.
void remove(OperationVesselAssociation operationVesselAssociation)
void remove(Operation operation, Vessel vessel)
identifiers
from the persistent store.
void remove(java.util.Collection entities)
entities collection.
java.util.Collection 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()
.
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.
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.
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.
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.
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)
.
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.
java.util.Collection findOperationVesselAssociationByOperation(Operation operation)
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)
.
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.
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.
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.
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.
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)
.
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.
java.util.Collection findOperationVesselAssociationByVessel(Vessel vessel)
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)
.
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.
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.
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.
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.
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)
.
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.
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
. 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)
.
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.
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)
.
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
. 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)
.
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.
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)
.
OperationVesselAssociation createFromClusterOperationVesselAssociation(ClusterOperationVesselAssociation clusterOperationVesselAssociation)
PaginationResult search(int transform, int pageNumber, int pageSize, Search search)
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
transform
- the transformation flag.pageNumber
- the page number in the data to retrievepageSize
- the size of the page to retrieve.search
- the search object which provides the search parameters and pagination specification.
PaginationResult
instance.PaginationResult search(int pageNumber, int pageSize, Search search)
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
pageNumber
- the page number in the data to retrievepageSize
- the size of the page to retrieve.search
- the search object which provides the search parameters and pagination specification.
PaginationResult
instance.java.util.Set search(int transform, Search search)
search(fr.ifremer.allegro.Search)
but with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
java.util.Set search(Search search)
search
object.
search
- the search object which provides the search parameters and pagination specification.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |