|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GearUseFeaturesOriginDao
GearUseFeaturesOrigin
Field Summary | |
---|---|
static int |
TRANSFORM_CLUSTERGEARUSEFEATURESORIGIN
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_REMOTEGEARUSEFEATURESORIGINFULLVO
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_REMOTEGEARUSEFEATURESORIGINNATURALID
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 | |
---|---|
GearUseFeaturesOrigin |
clusterGearUseFeaturesOriginToEntity(ClusterGearUseFeaturesOrigin clusterGearUseFeaturesOrigin)
Converts an instance of type ClusterGearUseFeaturesOrigin to this DAO's entity. |
void |
clusterGearUseFeaturesOriginToEntity(ClusterGearUseFeaturesOrigin source,
GearUseFeaturesOrigin target,
boolean copyIfNull)
Copies the fields of ClusterGearUseFeaturesOrigin to the specified entity. |
void |
clusterGearUseFeaturesOriginToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterGearUseFeaturesOrigin to this
DAO's entity. |
java.util.Collection |
create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.data.vessel.feature.use.GearUseFeaturesOrigin and adds from the passed in entities collection |
GearUseFeaturesOrigin |
create(GearUseFeaturesOrigin gearUseFeaturesOrigin)
Creates an instance of fr.ifremer.allegro.data.vessel.feature.use.GearUseFeaturesOrigin and adds it to the persistent store. |
GearUseFeaturesOrigin |
create(GearUseFeatures gearUseFeatures,
Program program)
Creates a new fr.ifremer.allegro.data.vessel.feature.use.GearUseFeaturesOrigin
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
GearUseFeaturesOrigin |
create(GearUseFeatures gearUseFeatures,
Program program,
AcquisitionLevel acquisitionLevel)
Creates a new fr.ifremer.allegro.data.vessel.feature.use.GearUseFeaturesOrigin
instance from all attributes and
properties and adds it to the persistent store. |
java.util.Collection |
create(int transform,
java.util.Collection entities)
Does the same thing as create(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeaturesOrigin) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
GearUseFeaturesOrigin gearUseFeaturesOrigin)
Does the same thing as create(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeaturesOrigin) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
GearUseFeatures gearUseFeatures,
Program program)
Does the same thing as create(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures,fr.ifremer.allegro.administration.programStrategy.Program) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
GearUseFeatures gearUseFeatures,
Program program,
AcquisitionLevel acquisitionLevel)
Does the same thing as create(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an
additional flag called transform . |
GearUseFeaturesOrigin |
createFromClusterGearUseFeaturesOrigin(ClusterGearUseFeaturesOrigin clusterGearUseFeaturesOrigin)
|
java.util.Collection |
findGearUseFeaturesOriginByAcquisitionLevel(AcquisitionLevel acquisitionLevel)
|
java.util.Collection |
findGearUseFeaturesOriginByAcquisitionLevel(int transform,
AcquisitionLevel acquisitionLevel)
Does the same thing as findGearUseFeaturesOriginByAcquisitionLevel(fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an
additional flag called transform . |
java.util.Collection |
findGearUseFeaturesOriginByAcquisitionLevel(int pageNumber,
int pageSize,
AcquisitionLevel acquisitionLevel)
Does the same thing as findGearUseFeaturesOriginByAcquisitionLevel(fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearUseFeaturesOriginByAcquisitionLevel(int transform,
int pageNumber,
int pageSize,
AcquisitionLevel acquisitionLevel)
Does the same thing as findGearUseFeaturesOriginByAcquisitionLevel(int, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearUseFeaturesOriginByAcquisitionLevel(int transform,
java.lang.String queryString,
AcquisitionLevel acquisitionLevel)
Does the same thing as findGearUseFeaturesOriginByAcquisitionLevel(int, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an
additional argument called queryString . |
java.util.Collection |
findGearUseFeaturesOriginByAcquisitionLevel(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
AcquisitionLevel acquisitionLevel)
Does the same thing as findGearUseFeaturesOriginByAcquisitionLevel(int, String, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearUseFeaturesOriginByAcquisitionLevel(java.lang.String queryString,
AcquisitionLevel acquisitionLevel)
Does the same thing as findGearUseFeaturesOriginByAcquisitionLevel(fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an
additional argument called queryString . |
java.util.Collection |
findGearUseFeaturesOriginByAcquisitionLevel(java.lang.String queryString,
int pageNumber,
int pageSize,
AcquisitionLevel acquisitionLevel)
Does the same thing as findGearUseFeaturesOriginByAcquisitionLevel(String, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearUseFeaturesOriginByGearUseFeatures(GearUseFeatures gearUseFeatures)
|
java.util.Collection |
findGearUseFeaturesOriginByGearUseFeatures(int transform,
GearUseFeatures gearUseFeatures)
Does the same thing as findGearUseFeaturesOriginByGearUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures) with an
additional flag called transform . |
java.util.Collection |
findGearUseFeaturesOriginByGearUseFeatures(int pageNumber,
int pageSize,
GearUseFeatures gearUseFeatures)
Does the same thing as findGearUseFeaturesOriginByGearUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearUseFeaturesOriginByGearUseFeatures(int transform,
int pageNumber,
int pageSize,
GearUseFeatures gearUseFeatures)
Does the same thing as findGearUseFeaturesOriginByGearUseFeatures(int, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearUseFeaturesOriginByGearUseFeatures(int transform,
java.lang.String queryString,
GearUseFeatures gearUseFeatures)
Does the same thing as findGearUseFeaturesOriginByGearUseFeatures(int, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures) with an
additional argument called queryString . |
java.util.Collection |
findGearUseFeaturesOriginByGearUseFeatures(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
GearUseFeatures gearUseFeatures)
Does the same thing as findGearUseFeaturesOriginByGearUseFeatures(int, String, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearUseFeaturesOriginByGearUseFeatures(java.lang.String queryString,
GearUseFeatures gearUseFeatures)
Does the same thing as findGearUseFeaturesOriginByGearUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures) with an
additional argument called queryString . |
java.util.Collection |
findGearUseFeaturesOriginByGearUseFeatures(java.lang.String queryString,
int pageNumber,
int pageSize,
GearUseFeatures gearUseFeatures)
Does the same thing as findGearUseFeaturesOriginByGearUseFeatures(String, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures) with an
additional two arguments called pageNumber and pageSize . |
GearUseFeaturesOrigin |
findGearUseFeaturesOriginByIdentifiers(GearUseFeatures gearUseFeatures,
Program program)
|
java.lang.Object |
findGearUseFeaturesOriginByIdentifiers(int transform,
GearUseFeatures gearUseFeatures,
Program program)
Does the same thing as findGearUseFeaturesOriginByIdentifiers(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional flag called transform . |
java.lang.Object |
findGearUseFeaturesOriginByIdentifiers(int transform,
java.lang.String queryString,
GearUseFeatures gearUseFeatures,
Program program)
Does the same thing as findGearUseFeaturesOriginByIdentifiers(int, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
GearUseFeaturesOrigin |
findGearUseFeaturesOriginByIdentifiers(java.lang.String queryString,
GearUseFeatures gearUseFeatures,
Program program)
Does the same thing as findGearUseFeaturesOriginByIdentifiers(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
GearUseFeaturesOrigin |
findGearUseFeaturesOriginByNaturalId(GearUseFeatures gearUseFeatures,
Program program)
|
java.lang.Object |
findGearUseFeaturesOriginByNaturalId(int transform,
GearUseFeatures gearUseFeatures,
Program program)
Does the same thing as findGearUseFeaturesOriginByNaturalId(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional flag called transform . |
java.lang.Object |
findGearUseFeaturesOriginByNaturalId(int transform,
java.lang.String queryString,
GearUseFeatures gearUseFeatures,
Program program)
Does the same thing as findGearUseFeaturesOriginByNaturalId(int, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
GearUseFeaturesOrigin |
findGearUseFeaturesOriginByNaturalId(java.lang.String queryString,
GearUseFeatures gearUseFeatures,
Program program)
Does the same thing as findGearUseFeaturesOriginByNaturalId(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
java.util.Collection |
findGearUseFeaturesOriginByProgram(int transform,
int pageNumber,
int pageSize,
Program program)
Does the same thing as findGearUseFeaturesOriginByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearUseFeaturesOriginByProgram(int pageNumber,
int pageSize,
Program program)
Does the same thing as findGearUseFeaturesOriginByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearUseFeaturesOriginByProgram(int transform,
Program program)
Does the same thing as findGearUseFeaturesOriginByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional flag called transform . |
java.util.Collection |
findGearUseFeaturesOriginByProgram(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Program program)
Does the same thing as findGearUseFeaturesOriginByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearUseFeaturesOriginByProgram(int transform,
java.lang.String queryString,
Program program)
Does the same thing as findGearUseFeaturesOriginByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
java.util.Collection |
findGearUseFeaturesOriginByProgram(Program program)
|
java.util.Collection |
findGearUseFeaturesOriginByProgram(java.lang.String queryString,
int pageNumber,
int pageSize,
Program program)
Does the same thing as findGearUseFeaturesOriginByProgram(String, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearUseFeaturesOriginByProgram(java.lang.String queryString,
Program program)
Does the same thing as findGearUseFeaturesOriginByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
java.util.Collection |
getAllGearUseFeaturesOrigin()
|
java.util.Collection |
getAllGearUseFeaturesOrigin(int transform)
Does the same thing as getAllGearUseFeaturesOrigin() with an
additional flag called transform . |
java.util.Collection |
getAllGearUseFeaturesOrigin(int pageNumber,
int pageSize)
Does the same thing as getAllGearUseFeaturesOrigin() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllGearUseFeaturesOrigin(int transform,
int pageNumber,
int pageSize)
Does the same thing as getAllGearUseFeaturesOrigin(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllGearUseFeaturesOrigin(int transform,
java.lang.String queryString)
Does the same thing as getAllGearUseFeaturesOrigin(int) with an
additional argument called queryString . |
java.util.Collection |
getAllGearUseFeaturesOrigin(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as getAllGearUseFeaturesOrigin(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllGearUseFeaturesOrigin(java.lang.String queryString)
Does the same thing as getAllGearUseFeaturesOrigin() with an
additional argument called queryString . |
java.util.Collection |
getAllGearUseFeaturesOrigin(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as getAllGearUseFeaturesOrigin(String) with an
additional two arguments called pageNumber and pageSize . |
GearUseFeaturesOrigin |
load(GearUseFeatures gearUseFeatures,
Program program)
Loads an instance of fr.ifremer.allegro.data.vessel.feature.use.GearUseFeaturesOrigin from the persistent store. |
java.lang.Object |
load(int transform,
GearUseFeatures gearUseFeatures,
Program program)
Does the same thing as load(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures,fr.ifremer.allegro.administration.programStrategy.Program) with an
additional flag called transform . |
java.util.Collection |
loadAll()
Loads all entities of type GearUseFeaturesOrigin . |
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 . |
GearUseFeaturesOrigin |
remoteGearUseFeaturesOriginFullVOToEntity(RemoteGearUseFeaturesOriginFullVO remoteGearUseFeaturesOriginFullVO)
Converts an instance of type RemoteGearUseFeaturesOriginFullVO to this DAO's entity. |
void |
remoteGearUseFeaturesOriginFullVOToEntity(RemoteGearUseFeaturesOriginFullVO source,
GearUseFeaturesOrigin target,
boolean copyIfNull)
Copies the fields of RemoteGearUseFeaturesOriginFullVO to the specified entity. |
void |
remoteGearUseFeaturesOriginFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteGearUseFeaturesOriginFullVO to this
DAO's entity. |
GearUseFeaturesOrigin |
remoteGearUseFeaturesOriginNaturalIdToEntity(RemoteGearUseFeaturesOriginNaturalId remoteGearUseFeaturesOriginNaturalId)
Converts an instance of type RemoteGearUseFeaturesOriginNaturalId to this DAO's entity. |
void |
remoteGearUseFeaturesOriginNaturalIdToEntity(RemoteGearUseFeaturesOriginNaturalId source,
GearUseFeaturesOrigin target,
boolean copyIfNull)
Copies the fields of RemoteGearUseFeaturesOriginNaturalId to the specified entity. |
void |
remoteGearUseFeaturesOriginNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteGearUseFeaturesOriginNaturalId to this
DAO's entity. |
void |
remove(java.util.Collection entities)
Removes all entities in the given entities |
void |
remove(GearUseFeaturesOrigin gearUseFeaturesOrigin)
Removes the instance of fr.ifremer.allegro.data.vessel.feature.use.GearUseFeaturesOrigin from the persistent store. |
void |
remove(GearUseFeatures gearUseFeatures,
Program program)
Removes the instance of fr.ifremer.allegro.data.vessel.feature.use.GearUseFeaturesOrigin having the given identifiers 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. |
ClusterGearUseFeaturesOrigin |
toClusterGearUseFeaturesOrigin(GearUseFeaturesOrigin entity)
Converts this DAO's entity to an object of type ClusterGearUseFeaturesOrigin . |
void |
toClusterGearUseFeaturesOrigin(GearUseFeaturesOrigin source,
ClusterGearUseFeaturesOrigin target)
Copies the fields of the specified entity to the target value object. |
ClusterGearUseFeaturesOrigin[] |
toClusterGearUseFeaturesOriginArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterGearUseFeaturesOrigin . |
void |
toClusterGearUseFeaturesOriginCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterGearUseFeaturesOrigin . |
RemoteGearUseFeaturesOriginFullVO |
toRemoteGearUseFeaturesOriginFullVO(GearUseFeaturesOrigin entity)
Converts this DAO's entity to an object of type RemoteGearUseFeaturesOriginFullVO . |
void |
toRemoteGearUseFeaturesOriginFullVO(GearUseFeaturesOrigin source,
RemoteGearUseFeaturesOriginFullVO target)
Copies the fields of the specified entity to the target value object. |
RemoteGearUseFeaturesOriginFullVO[] |
toRemoteGearUseFeaturesOriginFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteGearUseFeaturesOriginFullVO . |
void |
toRemoteGearUseFeaturesOriginFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteGearUseFeaturesOriginFullVO . |
RemoteGearUseFeaturesOriginNaturalId |
toRemoteGearUseFeaturesOriginNaturalId(GearUseFeaturesOrigin entity)
Converts this DAO's entity to an object of type RemoteGearUseFeaturesOriginNaturalId . |
void |
toRemoteGearUseFeaturesOriginNaturalId(GearUseFeaturesOrigin source,
RemoteGearUseFeaturesOriginNaturalId target)
Copies the fields of the specified entity to the target value object. |
RemoteGearUseFeaturesOriginNaturalId[] |
toRemoteGearUseFeaturesOriginNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteGearUseFeaturesOriginNaturalId . |
void |
toRemoteGearUseFeaturesOriginNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteGearUseFeaturesOriginNaturalId . |
void |
update(java.util.Collection entities)
Updates all instances in the entities collection in the persistent store. |
void |
update(GearUseFeaturesOrigin gearUseFeaturesOrigin)
Updates the gearUseFeaturesOrigin 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_REMOTEGEARUSEFEATURESORIGINFULLVO
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteGearUseFeaturesOriginFullVO
.
static final int TRANSFORM_REMOTEGEARUSEFEATURESORIGINNATURALID
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteGearUseFeaturesOriginNaturalId
.
static final int TRANSFORM_CLUSTERGEARUSEFEATURESORIGIN
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
ClusterGearUseFeaturesOrigin
.
Method Detail |
---|
void toRemoteGearUseFeaturesOriginFullVO(GearUseFeaturesOrigin source, RemoteGearUseFeaturesOriginFullVO target)
RemoteGearUseFeaturesOriginFullVO toRemoteGearUseFeaturesOriginFullVO(GearUseFeaturesOrigin entity)
RemoteGearUseFeaturesOriginFullVO
.
void toRemoteGearUseFeaturesOriginFullVOCollection(java.util.Collection entities)
RemoteGearUseFeaturesOriginFullVO
.
RemoteGearUseFeaturesOriginFullVO[] toRemoteGearUseFeaturesOriginFullVOArray(java.util.Collection entities)
RemoteGearUseFeaturesOriginFullVO
.
void remoteGearUseFeaturesOriginFullVOToEntity(RemoteGearUseFeaturesOriginFullVO source, GearUseFeaturesOrigin target, boolean copyIfNull)
RemoteGearUseFeaturesOriginFullVO
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.GearUseFeaturesOrigin remoteGearUseFeaturesOriginFullVOToEntity(RemoteGearUseFeaturesOriginFullVO remoteGearUseFeaturesOriginFullVO)
RemoteGearUseFeaturesOriginFullVO
to this DAO's entity.
void remoteGearUseFeaturesOriginFullVOToEntityCollection(java.util.Collection instances)
RemoteGearUseFeaturesOriginFullVO
to this
DAO's entity.
void toRemoteGearUseFeaturesOriginNaturalId(GearUseFeaturesOrigin source, RemoteGearUseFeaturesOriginNaturalId target)
RemoteGearUseFeaturesOriginNaturalId toRemoteGearUseFeaturesOriginNaturalId(GearUseFeaturesOrigin entity)
RemoteGearUseFeaturesOriginNaturalId
.
void toRemoteGearUseFeaturesOriginNaturalIdCollection(java.util.Collection entities)
RemoteGearUseFeaturesOriginNaturalId
.
RemoteGearUseFeaturesOriginNaturalId[] toRemoteGearUseFeaturesOriginNaturalIdArray(java.util.Collection entities)
RemoteGearUseFeaturesOriginNaturalId
.
void remoteGearUseFeaturesOriginNaturalIdToEntity(RemoteGearUseFeaturesOriginNaturalId source, GearUseFeaturesOrigin target, boolean copyIfNull)
RemoteGearUseFeaturesOriginNaturalId
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.GearUseFeaturesOrigin remoteGearUseFeaturesOriginNaturalIdToEntity(RemoteGearUseFeaturesOriginNaturalId remoteGearUseFeaturesOriginNaturalId)
RemoteGearUseFeaturesOriginNaturalId
to this DAO's entity.
void remoteGearUseFeaturesOriginNaturalIdToEntityCollection(java.util.Collection instances)
RemoteGearUseFeaturesOriginNaturalId
to this
DAO's entity.
void toClusterGearUseFeaturesOrigin(GearUseFeaturesOrigin source, ClusterGearUseFeaturesOrigin target)
ClusterGearUseFeaturesOrigin toClusterGearUseFeaturesOrigin(GearUseFeaturesOrigin entity)
ClusterGearUseFeaturesOrigin
.
void toClusterGearUseFeaturesOriginCollection(java.util.Collection entities)
ClusterGearUseFeaturesOrigin
.
ClusterGearUseFeaturesOrigin[] toClusterGearUseFeaturesOriginArray(java.util.Collection entities)
ClusterGearUseFeaturesOrigin
.
void clusterGearUseFeaturesOriginToEntity(ClusterGearUseFeaturesOrigin source, GearUseFeaturesOrigin target, boolean copyIfNull)
ClusterGearUseFeaturesOrigin
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.GearUseFeaturesOrigin clusterGearUseFeaturesOriginToEntity(ClusterGearUseFeaturesOrigin clusterGearUseFeaturesOrigin)
ClusterGearUseFeaturesOrigin
to this DAO's entity.
void clusterGearUseFeaturesOriginToEntityCollection(java.util.Collection instances)
ClusterGearUseFeaturesOrigin
to this
DAO's entity.
GearUseFeaturesOrigin load(GearUseFeatures gearUseFeatures, Program program)
java.lang.Object load(int transform, GearUseFeatures gearUseFeatures, Program program)
Does the same thing as load(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures,fr.ifremer.allegro.administration.programStrategy.Program)
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.
gearUseFeatures
- identifier of the entity to loadprogram
- identifier of the entity to load
java.util.Collection loadAll()
GearUseFeaturesOrigin
.
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.
GearUseFeaturesOrigin create(GearUseFeaturesOrigin gearUseFeaturesOrigin)
java.lang.Object create(int transform, GearUseFeaturesOrigin gearUseFeaturesOrigin)
Does the same thing as create(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeaturesOrigin)
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.vessel.feature.use.GearUseFeaturesOrigin
instances to create.
java.util.Collection create(int transform, java.util.Collection entities)
Does the same thing as create(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeaturesOrigin)
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.
GearUseFeaturesOrigin create(GearUseFeatures gearUseFeatures, Program program, AcquisitionLevel acquisitionLevel)
Creates a new fr.ifremer.allegro.data.vessel.feature.use.GearUseFeaturesOrigin
instance from all attributes and
properties and adds it to the persistent store.
java.lang.Object create(int transform, GearUseFeatures gearUseFeatures, Program program, AcquisitionLevel acquisitionLevel)
Does the same thing as create(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
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.
GearUseFeaturesOrigin create(GearUseFeatures gearUseFeatures, Program program)
Creates a new fr.ifremer.allegro.data.vessel.feature.use.GearUseFeaturesOrigin
instance from only required properties (attributes
and association ends) and adds it to the persistent store.
java.lang.Object create(int transform, GearUseFeatures gearUseFeatures, Program program)
Does the same thing as create(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures,fr.ifremer.allegro.administration.programStrategy.Program)
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(GearUseFeaturesOrigin gearUseFeaturesOrigin)
gearUseFeaturesOrigin
instance in the persistent store.
void update(java.util.Collection entities)
entities
collection in the persistent store.
void remove(GearUseFeaturesOrigin gearUseFeaturesOrigin)
void remove(GearUseFeatures gearUseFeatures, Program program)
identifiers
from the persistent store.
void remove(java.util.Collection entities)
entities collection.
java.util.Collection getAllGearUseFeaturesOrigin()
java.util.Collection getAllGearUseFeaturesOrigin(java.lang.String queryString)
Does the same thing as getAllGearUseFeaturesOrigin()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllGearUseFeaturesOrigin()
.
java.util.Collection getAllGearUseFeaturesOrigin(int pageNumber, int pageSize)
Does the same thing as getAllGearUseFeaturesOrigin()
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 getAllGearUseFeaturesOrigin(java.lang.String queryString, int pageNumber, int pageSize)
Does the same thing as getAllGearUseFeaturesOrigin(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 getAllGearUseFeaturesOrigin(int transform)
Does the same thing as getAllGearUseFeaturesOrigin()
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 getAllGearUseFeaturesOrigin(int transform, int pageNumber, int pageSize)
Does the same thing as getAllGearUseFeaturesOrigin(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 getAllGearUseFeaturesOrigin(int transform, java.lang.String queryString)
Does the same thing as getAllGearUseFeaturesOrigin(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllGearUseFeaturesOrigin(int)
.
java.util.Collection getAllGearUseFeaturesOrigin(int transform, java.lang.String queryString, int pageNumber, int pageSize)
Does the same thing as getAllGearUseFeaturesOrigin(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 findGearUseFeaturesOriginByGearUseFeatures(GearUseFeatures gearUseFeatures)
java.util.Collection findGearUseFeaturesOriginByGearUseFeatures(java.lang.String queryString, GearUseFeatures gearUseFeatures)
Does the same thing as findGearUseFeaturesOriginByGearUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findGearUseFeaturesOriginByGearUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures)
.
java.util.Collection findGearUseFeaturesOriginByGearUseFeatures(int pageNumber, int pageSize, GearUseFeatures gearUseFeatures)
Does the same thing as findGearUseFeaturesOriginByGearUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures)
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 findGearUseFeaturesOriginByGearUseFeatures(java.lang.String queryString, int pageNumber, int pageSize, GearUseFeatures gearUseFeatures)
Does the same thing as findGearUseFeaturesOriginByGearUseFeatures(String, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures)
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 findGearUseFeaturesOriginByGearUseFeatures(int transform, GearUseFeatures gearUseFeatures)
Does the same thing as findGearUseFeaturesOriginByGearUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures)
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 findGearUseFeaturesOriginByGearUseFeatures(int transform, int pageNumber, int pageSize, GearUseFeatures gearUseFeatures)
Does the same thing as findGearUseFeaturesOriginByGearUseFeatures(int, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures)
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 findGearUseFeaturesOriginByGearUseFeatures(int transform, java.lang.String queryString, GearUseFeatures gearUseFeatures)
Does the same thing as findGearUseFeaturesOriginByGearUseFeatures(int, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findGearUseFeaturesOriginByGearUseFeatures(int, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures gearUseFeatures)
.
java.util.Collection findGearUseFeaturesOriginByGearUseFeatures(int transform, java.lang.String queryString, int pageNumber, int pageSize, GearUseFeatures gearUseFeatures)
Does the same thing as findGearUseFeaturesOriginByGearUseFeatures(int, String, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures)
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 findGearUseFeaturesOriginByProgram(Program program)
java.util.Collection findGearUseFeaturesOriginByProgram(java.lang.String queryString, Program program)
Does the same thing as findGearUseFeaturesOriginByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findGearUseFeaturesOriginByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
.
java.util.Collection findGearUseFeaturesOriginByProgram(int pageNumber, int pageSize, Program program)
Does the same thing as findGearUseFeaturesOriginByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findGearUseFeaturesOriginByProgram(java.lang.String queryString, int pageNumber, int pageSize, Program program)
Does the same thing as findGearUseFeaturesOriginByProgram(String, fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findGearUseFeaturesOriginByProgram(int transform, Program program)
Does the same thing as findGearUseFeaturesOriginByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
java.util.Collection findGearUseFeaturesOriginByProgram(int transform, int pageNumber, int pageSize, Program program)
Does the same thing as findGearUseFeaturesOriginByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findGearUseFeaturesOriginByProgram(int transform, java.lang.String queryString, Program program)
Does the same thing as findGearUseFeaturesOriginByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findGearUseFeaturesOriginByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program program)
.
java.util.Collection findGearUseFeaturesOriginByProgram(int transform, java.lang.String queryString, int pageNumber, int pageSize, Program program)
Does the same thing as findGearUseFeaturesOriginByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findGearUseFeaturesOriginByAcquisitionLevel(AcquisitionLevel acquisitionLevel)
java.util.Collection findGearUseFeaturesOriginByAcquisitionLevel(java.lang.String queryString, AcquisitionLevel acquisitionLevel)
Does the same thing as findGearUseFeaturesOriginByAcquisitionLevel(fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findGearUseFeaturesOriginByAcquisitionLevel(fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
.
java.util.Collection findGearUseFeaturesOriginByAcquisitionLevel(int pageNumber, int pageSize, AcquisitionLevel acquisitionLevel)
Does the same thing as findGearUseFeaturesOriginByAcquisitionLevel(fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
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 findGearUseFeaturesOriginByAcquisitionLevel(java.lang.String queryString, int pageNumber, int pageSize, AcquisitionLevel acquisitionLevel)
Does the same thing as findGearUseFeaturesOriginByAcquisitionLevel(String, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
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 findGearUseFeaturesOriginByAcquisitionLevel(int transform, AcquisitionLevel acquisitionLevel)
Does the same thing as findGearUseFeaturesOriginByAcquisitionLevel(fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
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 findGearUseFeaturesOriginByAcquisitionLevel(int transform, int pageNumber, int pageSize, AcquisitionLevel acquisitionLevel)
Does the same thing as findGearUseFeaturesOriginByAcquisitionLevel(int, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
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 findGearUseFeaturesOriginByAcquisitionLevel(int transform, java.lang.String queryString, AcquisitionLevel acquisitionLevel)
Does the same thing as findGearUseFeaturesOriginByAcquisitionLevel(int, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findGearUseFeaturesOriginByAcquisitionLevel(int, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel acquisitionLevel)
.
java.util.Collection findGearUseFeaturesOriginByAcquisitionLevel(int transform, java.lang.String queryString, int pageNumber, int pageSize, AcquisitionLevel acquisitionLevel)
Does the same thing as findGearUseFeaturesOriginByAcquisitionLevel(int, String, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
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.
GearUseFeaturesOrigin findGearUseFeaturesOriginByIdentifiers(GearUseFeatures gearUseFeatures, Program program)
GearUseFeaturesOrigin findGearUseFeaturesOriginByIdentifiers(java.lang.String queryString, GearUseFeatures gearUseFeatures, Program program)
Does the same thing as findGearUseFeaturesOriginByIdentifiers(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures, fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findGearUseFeaturesOriginByIdentifiers(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures, fr.ifremer.allegro.administration.programStrategy.Program)
.
java.lang.Object findGearUseFeaturesOriginByIdentifiers(int transform, GearUseFeatures gearUseFeatures, Program program)
Does the same thing as findGearUseFeaturesOriginByIdentifiers(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures, fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
java.lang.Object findGearUseFeaturesOriginByIdentifiers(int transform, java.lang.String queryString, GearUseFeatures gearUseFeatures, Program program)
Does the same thing as findGearUseFeaturesOriginByIdentifiers(int, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures, fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findGearUseFeaturesOriginByIdentifiers(int, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures gearUseFeatures, fr.ifremer.allegro.administration.programStrategy.Program program)
.
GearUseFeaturesOrigin findGearUseFeaturesOriginByNaturalId(GearUseFeatures gearUseFeatures, Program program)
GearUseFeaturesOrigin findGearUseFeaturesOriginByNaturalId(java.lang.String queryString, GearUseFeatures gearUseFeatures, Program program)
Does the same thing as findGearUseFeaturesOriginByNaturalId(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures, fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findGearUseFeaturesOriginByNaturalId(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures, fr.ifremer.allegro.administration.programStrategy.Program)
.
java.lang.Object findGearUseFeaturesOriginByNaturalId(int transform, GearUseFeatures gearUseFeatures, Program program)
Does the same thing as findGearUseFeaturesOriginByNaturalId(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures, fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
java.lang.Object findGearUseFeaturesOriginByNaturalId(int transform, java.lang.String queryString, GearUseFeatures gearUseFeatures, Program program)
Does the same thing as findGearUseFeaturesOriginByNaturalId(int, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures, fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findGearUseFeaturesOriginByNaturalId(int, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures gearUseFeatures, fr.ifremer.allegro.administration.programStrategy.Program program)
.
GearUseFeaturesOrigin createFromClusterGearUseFeaturesOrigin(ClusterGearUseFeaturesOrigin clusterGearUseFeaturesOrigin)
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 |