|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PmfmStrategyDao
PmfmStrategy
Field Summary | |
---|---|
static int |
TRANSFORM_CLUSTERPMFMSTRATEGY
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_REMOTEPMFMSTRATEGYFULLVO
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_REMOTEPMFMSTRATEGYNATURALID
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 | |
---|---|
PmfmStrategy |
clusterPmfmStrategyToEntity(ClusterPmfmStrategy clusterPmfmStrategy)
Converts an instance of type ClusterPmfmStrategy to this DAO's entity. |
void |
clusterPmfmStrategyToEntity(ClusterPmfmStrategy source,
PmfmStrategy target,
boolean copyIfNull)
Copies the fields of ClusterPmfmStrategy to the specified entity. |
void |
clusterPmfmStrategyToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterPmfmStrategy to this
DAO's entity. |
PmfmStrategy |
create(AcquisitionLevel acquisitionLevel,
java.lang.Integer acquisitionNumber,
java.lang.Boolean isMandatory,
Pmfm pmfm,
java.lang.Integer rankOrder,
Strategy strategy)
Creates a new fr.ifremer.allegro.administration.programStrategy.PmfmStrategy
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
java.util.Collection |
create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.administration.programStrategy.PmfmStrategy and adds from the passed in entities collection |
java.lang.Object |
create(int transform,
AcquisitionLevel acquisitionLevel,
java.lang.Integer acquisitionNumber,
java.lang.Boolean isMandatory,
Pmfm pmfm,
java.lang.Integer rankOrder,
Strategy strategy)
Does the same thing as create(fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel,java.lang.Integer,java.lang.Boolean,fr.ifremer.allegro.referential.pmfm.Pmfm,java.lang.Integer,fr.ifremer.allegro.administration.programStrategy.Strategy) 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.administration.programStrategy.PmfmStrategy) with an
additional flag called transform . |
PmfmStrategy |
create(java.lang.Integer acquisitionNumber,
java.lang.Integer rankOrder,
java.lang.Boolean isMandatory,
java.lang.Float minValue,
java.lang.Float maxValue,
AcquisitionLevel acquisitionLevel,
Strategy strategy,
Pmfm pmfm,
PrecisionType precisionType,
Gear gear,
FishingMetier fishingMetier)
Creates a new fr.ifremer.allegro.administration.programStrategy.PmfmStrategy
instance from all attributes and
properties and adds it to the persistent store. |
java.lang.Object |
create(int transform,
java.lang.Integer acquisitionNumber,
java.lang.Integer rankOrder,
java.lang.Boolean isMandatory,
java.lang.Float minValue,
java.lang.Float maxValue,
AcquisitionLevel acquisitionLevel,
Strategy strategy,
Pmfm pmfm,
PrecisionType precisionType,
Gear gear,
FishingMetier fishingMetier)
Does the same thing as create(java.lang.Integer,java.lang.Integer,java.lang.Boolean,java.lang.Float,java.lang.Float,fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel,fr.ifremer.allegro.administration.programStrategy.Strategy,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.PrecisionType,fr.ifremer.allegro.referential.gear.Gear,fr.ifremer.allegro.referential.metier.FishingMetier) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
PmfmStrategy pmfmStrategy)
Does the same thing as create(fr.ifremer.allegro.administration.programStrategy.PmfmStrategy) with an
additional flag called transform . |
PmfmStrategy |
create(PmfmStrategy pmfmStrategy)
Creates an instance of fr.ifremer.allegro.administration.programStrategy.PmfmStrategy and adds it to the persistent store. |
PmfmStrategy |
createFromClusterPmfmStrategy(ClusterPmfmStrategy clusterPmfmStrategy)
|
java.util.Collection |
findPmfmStrategyByAcquisitionLevel(AcquisitionLevel acquisitionLevel)
|
java.util.Collection |
findPmfmStrategyByAcquisitionLevel(int transform,
AcquisitionLevel acquisitionLevel)
Does the same thing as findPmfmStrategyByAcquisitionLevel(fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an
additional flag called transform . |
java.util.Collection |
findPmfmStrategyByAcquisitionLevel(int pageNumber,
int pageSize,
AcquisitionLevel acquisitionLevel)
Does the same thing as findPmfmStrategyByAcquisitionLevel(fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmStrategyByAcquisitionLevel(int transform,
int pageNumber,
int pageSize,
AcquisitionLevel acquisitionLevel)
Does the same thing as findPmfmStrategyByAcquisitionLevel(int, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmStrategyByAcquisitionLevel(int transform,
java.lang.String queryString,
AcquisitionLevel acquisitionLevel)
Does the same thing as findPmfmStrategyByAcquisitionLevel(int, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an
additional argument called queryString . |
java.util.Collection |
findPmfmStrategyByAcquisitionLevel(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
AcquisitionLevel acquisitionLevel)
Does the same thing as findPmfmStrategyByAcquisitionLevel(int, String, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmStrategyByAcquisitionLevel(java.lang.String queryString,
AcquisitionLevel acquisitionLevel)
Does the same thing as findPmfmStrategyByAcquisitionLevel(fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an
additional argument called queryString . |
java.util.Collection |
findPmfmStrategyByAcquisitionLevel(java.lang.String queryString,
int pageNumber,
int pageSize,
AcquisitionLevel acquisitionLevel)
Does the same thing as findPmfmStrategyByAcquisitionLevel(String, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmStrategyByFishingMetier(FishingMetier fishingMetier)
|
java.util.Collection |
findPmfmStrategyByFishingMetier(int transform,
FishingMetier fishingMetier)
Does the same thing as findPmfmStrategyByFishingMetier(fr.ifremer.allegro.referential.metier.FishingMetier) with an
additional flag called transform . |
java.util.Collection |
findPmfmStrategyByFishingMetier(int pageNumber,
int pageSize,
FishingMetier fishingMetier)
Does the same thing as findPmfmStrategyByFishingMetier(fr.ifremer.allegro.referential.metier.FishingMetier) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmStrategyByFishingMetier(int transform,
int pageNumber,
int pageSize,
FishingMetier fishingMetier)
Does the same thing as findPmfmStrategyByFishingMetier(int, fr.ifremer.allegro.referential.metier.FishingMetier) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmStrategyByFishingMetier(int transform,
java.lang.String queryString,
FishingMetier fishingMetier)
Does the same thing as findPmfmStrategyByFishingMetier(int, fr.ifremer.allegro.referential.metier.FishingMetier) with an
additional argument called queryString . |
java.util.Collection |
findPmfmStrategyByFishingMetier(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
FishingMetier fishingMetier)
Does the same thing as findPmfmStrategyByFishingMetier(int, String, fr.ifremer.allegro.referential.metier.FishingMetier) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmStrategyByFishingMetier(java.lang.String queryString,
FishingMetier fishingMetier)
Does the same thing as findPmfmStrategyByFishingMetier(fr.ifremer.allegro.referential.metier.FishingMetier) with an
additional argument called queryString . |
java.util.Collection |
findPmfmStrategyByFishingMetier(java.lang.String queryString,
int pageNumber,
int pageSize,
FishingMetier fishingMetier)
Does the same thing as findPmfmStrategyByFishingMetier(String, fr.ifremer.allegro.referential.metier.FishingMetier) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmStrategyByGear(Gear gear)
|
java.util.Collection |
findPmfmStrategyByGear(int transform,
Gear gear)
Does the same thing as findPmfmStrategyByGear(fr.ifremer.allegro.referential.gear.Gear) with an
additional flag called transform . |
java.util.Collection |
findPmfmStrategyByGear(int pageNumber,
int pageSize,
Gear gear)
Does the same thing as findPmfmStrategyByGear(fr.ifremer.allegro.referential.gear.Gear) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmStrategyByGear(int transform,
int pageNumber,
int pageSize,
Gear gear)
Does the same thing as findPmfmStrategyByGear(int, fr.ifremer.allegro.referential.gear.Gear) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmStrategyByGear(int transform,
java.lang.String queryString,
Gear gear)
Does the same thing as findPmfmStrategyByGear(int, fr.ifremer.allegro.referential.gear.Gear) with an
additional argument called queryString . |
java.util.Collection |
findPmfmStrategyByGear(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Gear gear)
Does the same thing as findPmfmStrategyByGear(int, String, fr.ifremer.allegro.referential.gear.Gear) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmStrategyByGear(java.lang.String queryString,
Gear gear)
Does the same thing as findPmfmStrategyByGear(fr.ifremer.allegro.referential.gear.Gear) with an
additional argument called queryString . |
java.util.Collection |
findPmfmStrategyByGear(java.lang.String queryString,
int pageNumber,
int pageSize,
Gear gear)
Does the same thing as findPmfmStrategyByGear(String, fr.ifremer.allegro.referential.gear.Gear) with an
additional two arguments called pageNumber and pageSize . |
PmfmStrategy |
findPmfmStrategyById(java.lang.Integer id)
|
java.lang.Object |
findPmfmStrategyById(int transform,
java.lang.Integer id)
Does the same thing as findPmfmStrategyById(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findPmfmStrategyById(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as findPmfmStrategyById(int, java.lang.Integer) with an
additional argument called queryString . |
PmfmStrategy |
findPmfmStrategyById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as findPmfmStrategyById(java.lang.Integer) with an
additional argument called queryString . |
PmfmStrategy |
findPmfmStrategyByNaturalId(java.lang.Integer id)
|
java.lang.Object |
findPmfmStrategyByNaturalId(int transform,
java.lang.Integer id)
Does the same thing as findPmfmStrategyByNaturalId(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findPmfmStrategyByNaturalId(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as findPmfmStrategyByNaturalId(int, java.lang.Integer) with an
additional argument called queryString . |
PmfmStrategy |
findPmfmStrategyByNaturalId(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as findPmfmStrategyByNaturalId(java.lang.Integer) with an
additional argument called queryString . |
java.util.Collection |
findPmfmStrategyByPmfm(int transform,
int pageNumber,
int pageSize,
Pmfm pmfm)
Does the same thing as findPmfmStrategyByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmStrategyByPmfm(int pageNumber,
int pageSize,
Pmfm pmfm)
Does the same thing as findPmfmStrategyByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmStrategyByPmfm(int transform,
Pmfm pmfm)
Does the same thing as findPmfmStrategyByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional flag called transform . |
java.util.Collection |
findPmfmStrategyByPmfm(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Pmfm pmfm)
Does the same thing as findPmfmStrategyByPmfm(int, String, fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmStrategyByPmfm(int transform,
java.lang.String queryString,
Pmfm pmfm)
Does the same thing as findPmfmStrategyByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional argument called queryString . |
java.util.Collection |
findPmfmStrategyByPmfm(Pmfm pmfm)
|
java.util.Collection |
findPmfmStrategyByPmfm(java.lang.String queryString,
int pageNumber,
int pageSize,
Pmfm pmfm)
Does the same thing as findPmfmStrategyByPmfm(String, fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmStrategyByPmfm(java.lang.String queryString,
Pmfm pmfm)
Does the same thing as findPmfmStrategyByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional argument called queryString . |
java.util.Collection |
findPmfmStrategyByPrecisionType(int transform,
int pageNumber,
int pageSize,
PrecisionType precisionType)
Does the same thing as findPmfmStrategyByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmStrategyByPrecisionType(int pageNumber,
int pageSize,
PrecisionType precisionType)
Does the same thing as findPmfmStrategyByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmStrategyByPrecisionType(int transform,
PrecisionType precisionType)
Does the same thing as findPmfmStrategyByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an
additional flag called transform . |
java.util.Collection |
findPmfmStrategyByPrecisionType(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
PrecisionType precisionType)
Does the same thing as findPmfmStrategyByPrecisionType(int, String, fr.ifremer.allegro.referential.PrecisionType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmStrategyByPrecisionType(int transform,
java.lang.String queryString,
PrecisionType precisionType)
Does the same thing as findPmfmStrategyByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType) with an
additional argument called queryString . |
java.util.Collection |
findPmfmStrategyByPrecisionType(PrecisionType precisionType)
|
java.util.Collection |
findPmfmStrategyByPrecisionType(java.lang.String queryString,
int pageNumber,
int pageSize,
PrecisionType precisionType)
Does the same thing as findPmfmStrategyByPrecisionType(String, fr.ifremer.allegro.referential.PrecisionType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmStrategyByPrecisionType(java.lang.String queryString,
PrecisionType precisionType)
Does the same thing as findPmfmStrategyByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an
additional argument called queryString . |
java.util.Collection |
findPmfmStrategyByStrategy(int transform,
int pageNumber,
int pageSize,
Strategy strategy)
Does the same thing as findPmfmStrategyByStrategy(int, fr.ifremer.allegro.administration.programStrategy.Strategy) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmStrategyByStrategy(int pageNumber,
int pageSize,
Strategy strategy)
Does the same thing as findPmfmStrategyByStrategy(fr.ifremer.allegro.administration.programStrategy.Strategy) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmStrategyByStrategy(int transform,
Strategy strategy)
Does the same thing as findPmfmStrategyByStrategy(fr.ifremer.allegro.administration.programStrategy.Strategy) with an
additional flag called transform . |
java.util.Collection |
findPmfmStrategyByStrategy(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Strategy strategy)
Does the same thing as findPmfmStrategyByStrategy(int, String, fr.ifremer.allegro.administration.programStrategy.Strategy) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmStrategyByStrategy(int transform,
java.lang.String queryString,
Strategy strategy)
Does the same thing as findPmfmStrategyByStrategy(int, fr.ifremer.allegro.administration.programStrategy.Strategy) with an
additional argument called queryString . |
java.util.Collection |
findPmfmStrategyByStrategy(Strategy strategy)
|
java.util.Collection |
findPmfmStrategyByStrategy(java.lang.String queryString,
int pageNumber,
int pageSize,
Strategy strategy)
Does the same thing as findPmfmStrategyByStrategy(String, fr.ifremer.allegro.administration.programStrategy.Strategy) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmStrategyByStrategy(java.lang.String queryString,
Strategy strategy)
Does the same thing as findPmfmStrategyByStrategy(fr.ifremer.allegro.administration.programStrategy.Strategy) with an
additional argument called queryString . |
java.util.Collection |
getAllPmfmStrategy()
|
java.util.Collection |
getAllPmfmStrategy(int transform)
Does the same thing as getAllPmfmStrategy() with an
additional flag called transform . |
java.util.Collection |
getAllPmfmStrategy(int pageNumber,
int pageSize)
Does the same thing as getAllPmfmStrategy() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllPmfmStrategy(int transform,
int pageNumber,
int pageSize)
Does the same thing as getAllPmfmStrategy(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllPmfmStrategy(int transform,
java.lang.String queryString)
Does the same thing as getAllPmfmStrategy(int) with an
additional argument called queryString . |
java.util.Collection |
getAllPmfmStrategy(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as getAllPmfmStrategy(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllPmfmStrategy(java.lang.String queryString)
Does the same thing as getAllPmfmStrategy() with an
additional argument called queryString . |
java.util.Collection |
getAllPmfmStrategy(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as getAllPmfmStrategy(String) with an
additional two arguments called pageNumber and pageSize . |
PmfmStrategy |
load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.administration.programStrategy.PmfmStrategy from the persistent store. |
java.lang.Object |
load(int transform,
java.lang.Integer id)
Does the same thing as load(java.lang.Integer) with an
additional flag called transform . |
java.util.Collection |
loadAll()
Loads all entities of type PmfmStrategy . |
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 . |
PmfmStrategy |
remotePmfmStrategyFullVOToEntity(RemotePmfmStrategyFullVO remotePmfmStrategyFullVO)
Converts an instance of type RemotePmfmStrategyFullVO to this DAO's entity. |
void |
remotePmfmStrategyFullVOToEntity(RemotePmfmStrategyFullVO source,
PmfmStrategy target,
boolean copyIfNull)
Copies the fields of RemotePmfmStrategyFullVO to the specified entity. |
void |
remotePmfmStrategyFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemotePmfmStrategyFullVO to this
DAO's entity. |
PmfmStrategy |
remotePmfmStrategyNaturalIdToEntity(RemotePmfmStrategyNaturalId remotePmfmStrategyNaturalId)
Converts an instance of type RemotePmfmStrategyNaturalId to this DAO's entity. |
void |
remotePmfmStrategyNaturalIdToEntity(RemotePmfmStrategyNaturalId source,
PmfmStrategy target,
boolean copyIfNull)
Copies the fields of RemotePmfmStrategyNaturalId to the specified entity. |
void |
remotePmfmStrategyNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemotePmfmStrategyNaturalId to this
DAO's entity. |
void |
remove(java.util.Collection entities)
Removes all entities in the given entities |
void |
remove(java.lang.Integer id)
Removes the instance of fr.ifremer.allegro.administration.programStrategy.PmfmStrategy having the given identifier from the persistent store. |
void |
remove(PmfmStrategy pmfmStrategy)
Removes the instance of fr.ifremer.allegro.administration.programStrategy.PmfmStrategy 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. |
ClusterPmfmStrategy |
toClusterPmfmStrategy(PmfmStrategy entity)
Converts this DAO's entity to an object of type ClusterPmfmStrategy . |
void |
toClusterPmfmStrategy(PmfmStrategy source,
ClusterPmfmStrategy target)
Copies the fields of the specified entity to the target value object. |
ClusterPmfmStrategy[] |
toClusterPmfmStrategyArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterPmfmStrategy . |
void |
toClusterPmfmStrategyCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterPmfmStrategy . |
RemotePmfmStrategyFullVO |
toRemotePmfmStrategyFullVO(PmfmStrategy entity)
Converts this DAO's entity to an object of type RemotePmfmStrategyFullVO . |
void |
toRemotePmfmStrategyFullVO(PmfmStrategy source,
RemotePmfmStrategyFullVO target)
Copies the fields of the specified entity to the target value object. |
RemotePmfmStrategyFullVO[] |
toRemotePmfmStrategyFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemotePmfmStrategyFullVO . |
void |
toRemotePmfmStrategyFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemotePmfmStrategyFullVO . |
RemotePmfmStrategyNaturalId |
toRemotePmfmStrategyNaturalId(PmfmStrategy entity)
Converts this DAO's entity to an object of type RemotePmfmStrategyNaturalId . |
void |
toRemotePmfmStrategyNaturalId(PmfmStrategy source,
RemotePmfmStrategyNaturalId target)
Copies the fields of the specified entity to the target value object. |
RemotePmfmStrategyNaturalId[] |
toRemotePmfmStrategyNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemotePmfmStrategyNaturalId . |
void |
toRemotePmfmStrategyNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemotePmfmStrategyNaturalId . |
void |
update(java.util.Collection entities)
Updates all instances in the entities collection in the persistent store. |
void |
update(PmfmStrategy pmfmStrategy)
Updates the pmfmStrategy 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_REMOTEPMFMSTRATEGYFULLVO
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemotePmfmStrategyFullVO
.
static final int TRANSFORM_REMOTEPMFMSTRATEGYNATURALID
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemotePmfmStrategyNaturalId
.
static final int TRANSFORM_CLUSTERPMFMSTRATEGY
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
ClusterPmfmStrategy
.
Method Detail |
---|
void toRemotePmfmStrategyFullVO(PmfmStrategy source, RemotePmfmStrategyFullVO target)
RemotePmfmStrategyFullVO toRemotePmfmStrategyFullVO(PmfmStrategy entity)
RemotePmfmStrategyFullVO
.
void toRemotePmfmStrategyFullVOCollection(java.util.Collection entities)
RemotePmfmStrategyFullVO
.
RemotePmfmStrategyFullVO[] toRemotePmfmStrategyFullVOArray(java.util.Collection entities)
RemotePmfmStrategyFullVO
.
void remotePmfmStrategyFullVOToEntity(RemotePmfmStrategyFullVO source, PmfmStrategy target, boolean copyIfNull)
RemotePmfmStrategyFullVO
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.PmfmStrategy remotePmfmStrategyFullVOToEntity(RemotePmfmStrategyFullVO remotePmfmStrategyFullVO)
RemotePmfmStrategyFullVO
to this DAO's entity.
void remotePmfmStrategyFullVOToEntityCollection(java.util.Collection instances)
RemotePmfmStrategyFullVO
to this
DAO's entity.
void toRemotePmfmStrategyNaturalId(PmfmStrategy source, RemotePmfmStrategyNaturalId target)
RemotePmfmStrategyNaturalId toRemotePmfmStrategyNaturalId(PmfmStrategy entity)
RemotePmfmStrategyNaturalId
.
void toRemotePmfmStrategyNaturalIdCollection(java.util.Collection entities)
RemotePmfmStrategyNaturalId
.
RemotePmfmStrategyNaturalId[] toRemotePmfmStrategyNaturalIdArray(java.util.Collection entities)
RemotePmfmStrategyNaturalId
.
void remotePmfmStrategyNaturalIdToEntity(RemotePmfmStrategyNaturalId source, PmfmStrategy target, boolean copyIfNull)
RemotePmfmStrategyNaturalId
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.PmfmStrategy remotePmfmStrategyNaturalIdToEntity(RemotePmfmStrategyNaturalId remotePmfmStrategyNaturalId)
RemotePmfmStrategyNaturalId
to this DAO's entity.
void remotePmfmStrategyNaturalIdToEntityCollection(java.util.Collection instances)
RemotePmfmStrategyNaturalId
to this
DAO's entity.
void toClusterPmfmStrategy(PmfmStrategy source, ClusterPmfmStrategy target)
ClusterPmfmStrategy toClusterPmfmStrategy(PmfmStrategy entity)
ClusterPmfmStrategy
.
void toClusterPmfmStrategyCollection(java.util.Collection entities)
ClusterPmfmStrategy
.
ClusterPmfmStrategy[] toClusterPmfmStrategyArray(java.util.Collection entities)
ClusterPmfmStrategy
.
void clusterPmfmStrategyToEntity(ClusterPmfmStrategy source, PmfmStrategy target, boolean copyIfNull)
ClusterPmfmStrategy
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.PmfmStrategy clusterPmfmStrategyToEntity(ClusterPmfmStrategy clusterPmfmStrategy)
ClusterPmfmStrategy
to this DAO's entity.
void clusterPmfmStrategyToEntityCollection(java.util.Collection instances)
ClusterPmfmStrategy
to this
DAO's entity.
PmfmStrategy load(java.lang.Integer id)
java.lang.Object load(int transform, java.lang.Integer id)
Does the same thing as load(java.lang.Integer)
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.
id
- identifier of the entity to load
java.util.Collection loadAll()
PmfmStrategy
.
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.
PmfmStrategy create(PmfmStrategy pmfmStrategy)
java.lang.Object create(int transform, PmfmStrategy pmfmStrategy)
Does the same thing as create(fr.ifremer.allegro.administration.programStrategy.PmfmStrategy)
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.administration.programStrategy.PmfmStrategy
instances to create.
java.util.Collection create(int transform, java.util.Collection entities)
Does the same thing as create(fr.ifremer.allegro.administration.programStrategy.PmfmStrategy)
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.
PmfmStrategy create(java.lang.Integer acquisitionNumber, java.lang.Integer rankOrder, java.lang.Boolean isMandatory, java.lang.Float minValue, java.lang.Float maxValue, AcquisitionLevel acquisitionLevel, Strategy strategy, Pmfm pmfm, PrecisionType precisionType, Gear gear, FishingMetier fishingMetier)
Creates a new fr.ifremer.allegro.administration.programStrategy.PmfmStrategy
instance from all attributes and
properties and adds it to the persistent store.
java.lang.Object create(int transform, java.lang.Integer acquisitionNumber, java.lang.Integer rankOrder, java.lang.Boolean isMandatory, java.lang.Float minValue, java.lang.Float maxValue, AcquisitionLevel acquisitionLevel, Strategy strategy, Pmfm pmfm, PrecisionType precisionType, Gear gear, FishingMetier fishingMetier)
Does the same thing as create(java.lang.Integer,java.lang.Integer,java.lang.Boolean,java.lang.Float,java.lang.Float,fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel,fr.ifremer.allegro.administration.programStrategy.Strategy,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.PrecisionType,fr.ifremer.allegro.referential.gear.Gear,fr.ifremer.allegro.referential.metier.FishingMetier)
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.
PmfmStrategy create(AcquisitionLevel acquisitionLevel, java.lang.Integer acquisitionNumber, java.lang.Boolean isMandatory, Pmfm pmfm, java.lang.Integer rankOrder, Strategy strategy)
Creates a new fr.ifremer.allegro.administration.programStrategy.PmfmStrategy
instance from only required properties (attributes
and association ends) and adds it to the persistent store.
java.lang.Object create(int transform, AcquisitionLevel acquisitionLevel, java.lang.Integer acquisitionNumber, java.lang.Boolean isMandatory, Pmfm pmfm, java.lang.Integer rankOrder, Strategy strategy)
Does the same thing as create(fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel,java.lang.Integer,java.lang.Boolean,fr.ifremer.allegro.referential.pmfm.Pmfm,java.lang.Integer,fr.ifremer.allegro.administration.programStrategy.Strategy)
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(PmfmStrategy pmfmStrategy)
pmfmStrategy
instance in the persistent store.
void update(java.util.Collection entities)
entities
collection in the persistent store.
void remove(PmfmStrategy pmfmStrategy)
void remove(java.lang.Integer id)
identifier
from the persistent store.
void remove(java.util.Collection entities)
entities collection.
java.util.Collection getAllPmfmStrategy()
java.util.Collection getAllPmfmStrategy(java.lang.String queryString)
Does the same thing as getAllPmfmStrategy()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllPmfmStrategy()
.
java.util.Collection getAllPmfmStrategy(int pageNumber, int pageSize)
Does the same thing as getAllPmfmStrategy()
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 getAllPmfmStrategy(java.lang.String queryString, int pageNumber, int pageSize)
Does the same thing as getAllPmfmStrategy(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 getAllPmfmStrategy(int transform)
Does the same thing as getAllPmfmStrategy()
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 getAllPmfmStrategy(int transform, int pageNumber, int pageSize)
Does the same thing as getAllPmfmStrategy(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 getAllPmfmStrategy(int transform, java.lang.String queryString)
Does the same thing as getAllPmfmStrategy(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllPmfmStrategy(int)
.
java.util.Collection getAllPmfmStrategy(int transform, java.lang.String queryString, int pageNumber, int pageSize)
Does the same thing as getAllPmfmStrategy(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.
PmfmStrategy findPmfmStrategyById(java.lang.Integer id)
PmfmStrategy findPmfmStrategyById(java.lang.String queryString, java.lang.Integer id)
Does the same thing as findPmfmStrategyById(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findPmfmStrategyById(java.lang.Integer)
.
java.lang.Object findPmfmStrategyById(int transform, java.lang.Integer id)
Does the same thing as findPmfmStrategyById(java.lang.Integer)
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 findPmfmStrategyById(int transform, java.lang.String queryString, java.lang.Integer id)
Does the same thing as findPmfmStrategyById(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findPmfmStrategyById(int, java.lang.Integer id)
.
java.util.Collection findPmfmStrategyByAcquisitionLevel(AcquisitionLevel acquisitionLevel)
java.util.Collection findPmfmStrategyByAcquisitionLevel(java.lang.String queryString, AcquisitionLevel acquisitionLevel)
Does the same thing as findPmfmStrategyByAcquisitionLevel(fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findPmfmStrategyByAcquisitionLevel(fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
.
java.util.Collection findPmfmStrategyByAcquisitionLevel(int pageNumber, int pageSize, AcquisitionLevel acquisitionLevel)
Does the same thing as findPmfmStrategyByAcquisitionLevel(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 findPmfmStrategyByAcquisitionLevel(java.lang.String queryString, int pageNumber, int pageSize, AcquisitionLevel acquisitionLevel)
Does the same thing as findPmfmStrategyByAcquisitionLevel(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 findPmfmStrategyByAcquisitionLevel(int transform, AcquisitionLevel acquisitionLevel)
Does the same thing as findPmfmStrategyByAcquisitionLevel(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 findPmfmStrategyByAcquisitionLevel(int transform, int pageNumber, int pageSize, AcquisitionLevel acquisitionLevel)
Does the same thing as findPmfmStrategyByAcquisitionLevel(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 findPmfmStrategyByAcquisitionLevel(int transform, java.lang.String queryString, AcquisitionLevel acquisitionLevel)
Does the same thing as findPmfmStrategyByAcquisitionLevel(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 findPmfmStrategyByAcquisitionLevel(int, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel acquisitionLevel)
.
java.util.Collection findPmfmStrategyByAcquisitionLevel(int transform, java.lang.String queryString, int pageNumber, int pageSize, AcquisitionLevel acquisitionLevel)
Does the same thing as findPmfmStrategyByAcquisitionLevel(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.
java.util.Collection findPmfmStrategyByPmfm(Pmfm pmfm)
java.util.Collection findPmfmStrategyByPmfm(java.lang.String queryString, Pmfm pmfm)
Does the same thing as findPmfmStrategyByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findPmfmStrategyByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm)
.
java.util.Collection findPmfmStrategyByPmfm(int pageNumber, int pageSize, Pmfm pmfm)
Does the same thing as findPmfmStrategyByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm)
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 findPmfmStrategyByPmfm(java.lang.String queryString, int pageNumber, int pageSize, Pmfm pmfm)
Does the same thing as findPmfmStrategyByPmfm(String, fr.ifremer.allegro.referential.pmfm.Pmfm)
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 findPmfmStrategyByPmfm(int transform, Pmfm pmfm)
Does the same thing as findPmfmStrategyByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm)
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 findPmfmStrategyByPmfm(int transform, int pageNumber, int pageSize, Pmfm pmfm)
Does the same thing as findPmfmStrategyByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm)
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 findPmfmStrategyByPmfm(int transform, java.lang.String queryString, Pmfm pmfm)
Does the same thing as findPmfmStrategyByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findPmfmStrategyByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm pmfm)
.
java.util.Collection findPmfmStrategyByPmfm(int transform, java.lang.String queryString, int pageNumber, int pageSize, Pmfm pmfm)
Does the same thing as findPmfmStrategyByPmfm(int, String, fr.ifremer.allegro.referential.pmfm.Pmfm)
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 findPmfmStrategyByStrategy(Strategy strategy)
java.util.Collection findPmfmStrategyByStrategy(java.lang.String queryString, Strategy strategy)
Does the same thing as findPmfmStrategyByStrategy(fr.ifremer.allegro.administration.programStrategy.Strategy)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findPmfmStrategyByStrategy(fr.ifremer.allegro.administration.programStrategy.Strategy)
.
java.util.Collection findPmfmStrategyByStrategy(int pageNumber, int pageSize, Strategy strategy)
Does the same thing as findPmfmStrategyByStrategy(fr.ifremer.allegro.administration.programStrategy.Strategy)
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 findPmfmStrategyByStrategy(java.lang.String queryString, int pageNumber, int pageSize, Strategy strategy)
Does the same thing as findPmfmStrategyByStrategy(String, fr.ifremer.allegro.administration.programStrategy.Strategy)
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 findPmfmStrategyByStrategy(int transform, Strategy strategy)
Does the same thing as findPmfmStrategyByStrategy(fr.ifremer.allegro.administration.programStrategy.Strategy)
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 findPmfmStrategyByStrategy(int transform, int pageNumber, int pageSize, Strategy strategy)
Does the same thing as findPmfmStrategyByStrategy(int, fr.ifremer.allegro.administration.programStrategy.Strategy)
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 findPmfmStrategyByStrategy(int transform, java.lang.String queryString, Strategy strategy)
Does the same thing as findPmfmStrategyByStrategy(int, fr.ifremer.allegro.administration.programStrategy.Strategy)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findPmfmStrategyByStrategy(int, fr.ifremer.allegro.administration.programStrategy.Strategy strategy)
.
java.util.Collection findPmfmStrategyByStrategy(int transform, java.lang.String queryString, int pageNumber, int pageSize, Strategy strategy)
Does the same thing as findPmfmStrategyByStrategy(int, String, fr.ifremer.allegro.administration.programStrategy.Strategy)
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 findPmfmStrategyByPrecisionType(PrecisionType precisionType)
java.util.Collection findPmfmStrategyByPrecisionType(java.lang.String queryString, PrecisionType precisionType)
Does the same thing as findPmfmStrategyByPrecisionType(fr.ifremer.allegro.referential.PrecisionType)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findPmfmStrategyByPrecisionType(fr.ifremer.allegro.referential.PrecisionType)
.
java.util.Collection findPmfmStrategyByPrecisionType(int pageNumber, int pageSize, PrecisionType precisionType)
Does the same thing as findPmfmStrategyByPrecisionType(fr.ifremer.allegro.referential.PrecisionType)
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 findPmfmStrategyByPrecisionType(java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
Does the same thing as findPmfmStrategyByPrecisionType(String, fr.ifremer.allegro.referential.PrecisionType)
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 findPmfmStrategyByPrecisionType(int transform, PrecisionType precisionType)
Does the same thing as findPmfmStrategyByPrecisionType(fr.ifremer.allegro.referential.PrecisionType)
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 findPmfmStrategyByPrecisionType(int transform, int pageNumber, int pageSize, PrecisionType precisionType)
Does the same thing as findPmfmStrategyByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType)
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 findPmfmStrategyByPrecisionType(int transform, java.lang.String queryString, PrecisionType precisionType)
Does the same thing as findPmfmStrategyByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findPmfmStrategyByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType precisionType)
.
java.util.Collection findPmfmStrategyByPrecisionType(int transform, java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
Does the same thing as findPmfmStrategyByPrecisionType(int, String, fr.ifremer.allegro.referential.PrecisionType)
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 findPmfmStrategyByGear(Gear gear)
java.util.Collection findPmfmStrategyByGear(java.lang.String queryString, Gear gear)
Does the same thing as findPmfmStrategyByGear(fr.ifremer.allegro.referential.gear.Gear)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findPmfmStrategyByGear(fr.ifremer.allegro.referential.gear.Gear)
.
java.util.Collection findPmfmStrategyByGear(int pageNumber, int pageSize, Gear gear)
Does the same thing as findPmfmStrategyByGear(fr.ifremer.allegro.referential.gear.Gear)
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 findPmfmStrategyByGear(java.lang.String queryString, int pageNumber, int pageSize, Gear gear)
Does the same thing as findPmfmStrategyByGear(String, fr.ifremer.allegro.referential.gear.Gear)
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 findPmfmStrategyByGear(int transform, Gear gear)
Does the same thing as findPmfmStrategyByGear(fr.ifremer.allegro.referential.gear.Gear)
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 findPmfmStrategyByGear(int transform, int pageNumber, int pageSize, Gear gear)
Does the same thing as findPmfmStrategyByGear(int, fr.ifremer.allegro.referential.gear.Gear)
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 findPmfmStrategyByGear(int transform, java.lang.String queryString, Gear gear)
Does the same thing as findPmfmStrategyByGear(int, fr.ifremer.allegro.referential.gear.Gear)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findPmfmStrategyByGear(int, fr.ifremer.allegro.referential.gear.Gear gear)
.
java.util.Collection findPmfmStrategyByGear(int transform, java.lang.String queryString, int pageNumber, int pageSize, Gear gear)
Does the same thing as findPmfmStrategyByGear(int, String, fr.ifremer.allegro.referential.gear.Gear)
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 findPmfmStrategyByFishingMetier(FishingMetier fishingMetier)
java.util.Collection findPmfmStrategyByFishingMetier(java.lang.String queryString, FishingMetier fishingMetier)
Does the same thing as findPmfmStrategyByFishingMetier(fr.ifremer.allegro.referential.metier.FishingMetier)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findPmfmStrategyByFishingMetier(fr.ifremer.allegro.referential.metier.FishingMetier)
.
java.util.Collection findPmfmStrategyByFishingMetier(int pageNumber, int pageSize, FishingMetier fishingMetier)
Does the same thing as findPmfmStrategyByFishingMetier(fr.ifremer.allegro.referential.metier.FishingMetier)
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 findPmfmStrategyByFishingMetier(java.lang.String queryString, int pageNumber, int pageSize, FishingMetier fishingMetier)
Does the same thing as findPmfmStrategyByFishingMetier(String, fr.ifremer.allegro.referential.metier.FishingMetier)
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 findPmfmStrategyByFishingMetier(int transform, FishingMetier fishingMetier)
Does the same thing as findPmfmStrategyByFishingMetier(fr.ifremer.allegro.referential.metier.FishingMetier)
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 findPmfmStrategyByFishingMetier(int transform, int pageNumber, int pageSize, FishingMetier fishingMetier)
Does the same thing as findPmfmStrategyByFishingMetier(int, fr.ifremer.allegro.referential.metier.FishingMetier)
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 findPmfmStrategyByFishingMetier(int transform, java.lang.String queryString, FishingMetier fishingMetier)
Does the same thing as findPmfmStrategyByFishingMetier(int, fr.ifremer.allegro.referential.metier.FishingMetier)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findPmfmStrategyByFishingMetier(int, fr.ifremer.allegro.referential.metier.FishingMetier fishingMetier)
.
java.util.Collection findPmfmStrategyByFishingMetier(int transform, java.lang.String queryString, int pageNumber, int pageSize, FishingMetier fishingMetier)
Does the same thing as findPmfmStrategyByFishingMetier(int, String, fr.ifremer.allegro.referential.metier.FishingMetier)
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.
PmfmStrategy findPmfmStrategyByNaturalId(java.lang.Integer id)
PmfmStrategy findPmfmStrategyByNaturalId(java.lang.String queryString, java.lang.Integer id)
Does the same thing as findPmfmStrategyByNaturalId(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findPmfmStrategyByNaturalId(java.lang.Integer)
.
java.lang.Object findPmfmStrategyByNaturalId(int transform, java.lang.Integer id)
Does the same thing as findPmfmStrategyByNaturalId(java.lang.Integer)
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 findPmfmStrategyByNaturalId(int transform, java.lang.String queryString, java.lang.Integer id)
Does the same thing as findPmfmStrategyByNaturalId(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findPmfmStrategyByNaturalId(int, java.lang.Integer id)
.
PmfmStrategy createFromClusterPmfmStrategy(ClusterPmfmStrategy clusterPmfmStrategy)
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 |