|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MinimumSizeAllowedDao
MinimumSizeAllowed
Field Summary | |
---|---|
static int |
TRANSFORM_CLUSTERMINIMUMSIZEALLOWED
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_REMOTEMINIMUMSIZEALLOWEDFULLVO
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_REMOTEMINIMUMSIZEALLOWEDNATURALID
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 | |
---|---|
MinimumSizeAllowed |
clusterMinimumSizeAllowedToEntity(ClusterMinimumSizeAllowed clusterMinimumSizeAllowed)
Converts an instance of type ClusterMinimumSizeAllowed to this DAO's entity. |
void |
clusterMinimumSizeAllowedToEntity(ClusterMinimumSizeAllowed source,
MinimumSizeAllowed target,
boolean copyIfNull)
Copies the fields of ClusterMinimumSizeAllowed to the specified entity. |
void |
clusterMinimumSizeAllowedToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterMinimumSizeAllowed to this
DAO's entity. |
java.util.Collection |
create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.referential.regulation.MinimumSizeAllowed and adds from the passed in entities collection |
MinimumSizeAllowed |
create(Corpus corpus,
java.util.Collection locations,
java.lang.Float minimumSize,
Unit sizeUnit,
TaxonGroup taxonGroup)
Creates a new fr.ifremer.allegro.referential.regulation.MinimumSizeAllowed
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
MinimumSizeAllowed |
create(java.lang.Float minimumSize,
java.sql.Timestamp updateDate,
Corpus corpus,
TaxonGroup taxonGroup,
java.util.Collection locations,
Unit sizeUnit)
Creates a new fr.ifremer.allegro.referential.regulation.MinimumSizeAllowed
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.referential.regulation.MinimumSizeAllowed) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
Corpus corpus,
java.util.Collection locations,
java.lang.Float minimumSize,
Unit sizeUnit,
TaxonGroup taxonGroup)
Does the same thing as create(fr.ifremer.allegro.referential.regulation.Corpus,java.util.Collection,java.lang.Float,fr.ifremer.allegro.referential.pmfm.Unit,fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.lang.Float minimumSize,
java.sql.Timestamp updateDate,
Corpus corpus,
TaxonGroup taxonGroup,
java.util.Collection locations,
Unit sizeUnit)
Does the same thing as create(java.lang.Float,java.sql.Timestamp,fr.ifremer.allegro.referential.regulation.Corpus,fr.ifremer.allegro.referential.taxon.TaxonGroup,java.util.Collection,fr.ifremer.allegro.referential.pmfm.Unit) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
MinimumSizeAllowed minimumSizeAllowed)
Does the same thing as create(fr.ifremer.allegro.referential.regulation.MinimumSizeAllowed) with an
additional flag called transform . |
MinimumSizeAllowed |
create(MinimumSizeAllowed minimumSizeAllowed)
Creates an instance of fr.ifremer.allegro.referential.regulation.MinimumSizeAllowed and adds it to the persistent store. |
MinimumSizeAllowed |
createFromClusterMinimumSizeAllowed(ClusterMinimumSizeAllowed clusterMinimumSizeAllowed)
|
java.util.Collection |
findMinimumSizeAllowedByCorpus(Corpus corpus)
|
java.util.Collection |
findMinimumSizeAllowedByCorpus(int transform,
Corpus corpus)
Does the same thing as findMinimumSizeAllowedByCorpus(fr.ifremer.allegro.referential.regulation.Corpus) with an
additional flag called transform . |
java.util.Collection |
findMinimumSizeAllowedByCorpus(int pageNumber,
int pageSize,
Corpus corpus)
Does the same thing as findMinimumSizeAllowedByCorpus(fr.ifremer.allegro.referential.regulation.Corpus) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMinimumSizeAllowedByCorpus(int transform,
int pageNumber,
int pageSize,
Corpus corpus)
Does the same thing as findMinimumSizeAllowedByCorpus(int, fr.ifremer.allegro.referential.regulation.Corpus) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMinimumSizeAllowedByCorpus(int transform,
java.lang.String queryString,
Corpus corpus)
Does the same thing as findMinimumSizeAllowedByCorpus(int, fr.ifremer.allegro.referential.regulation.Corpus) with an
additional argument called queryString . |
java.util.Collection |
findMinimumSizeAllowedByCorpus(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Corpus corpus)
Does the same thing as findMinimumSizeAllowedByCorpus(int, String, fr.ifremer.allegro.referential.regulation.Corpus) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMinimumSizeAllowedByCorpus(java.lang.String queryString,
Corpus corpus)
Does the same thing as findMinimumSizeAllowedByCorpus(fr.ifremer.allegro.referential.regulation.Corpus) with an
additional argument called queryString . |
java.util.Collection |
findMinimumSizeAllowedByCorpus(java.lang.String queryString,
int pageNumber,
int pageSize,
Corpus corpus)
Does the same thing as findMinimumSizeAllowedByCorpus(String, fr.ifremer.allegro.referential.regulation.Corpus) with an
additional two arguments called pageNumber and pageSize . |
MinimumSizeAllowed |
findMinimumSizeAllowedById(java.lang.Integer id)
|
java.lang.Object |
findMinimumSizeAllowedById(int transform,
java.lang.Integer id)
Does the same thing as findMinimumSizeAllowedById(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findMinimumSizeAllowedById(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as findMinimumSizeAllowedById(int, java.lang.Integer) with an
additional argument called queryString . |
MinimumSizeAllowed |
findMinimumSizeAllowedById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as findMinimumSizeAllowedById(java.lang.Integer) with an
additional argument called queryString . |
MinimumSizeAllowed |
findMinimumSizeAllowedByNaturalId(java.lang.Integer id)
|
java.lang.Object |
findMinimumSizeAllowedByNaturalId(int transform,
java.lang.Integer id)
Does the same thing as findMinimumSizeAllowedByNaturalId(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findMinimumSizeAllowedByNaturalId(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as findMinimumSizeAllowedByNaturalId(int, java.lang.Integer) with an
additional argument called queryString . |
MinimumSizeAllowed |
findMinimumSizeAllowedByNaturalId(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as findMinimumSizeAllowedByNaturalId(java.lang.Integer) with an
additional argument called queryString . |
java.util.Collection |
findMinimumSizeAllowedBySizeUnit(int transform,
int pageNumber,
int pageSize,
Unit sizeUnit)
Does the same thing as findMinimumSizeAllowedBySizeUnit(int, fr.ifremer.allegro.referential.pmfm.Unit) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMinimumSizeAllowedBySizeUnit(int pageNumber,
int pageSize,
Unit sizeUnit)
Does the same thing as findMinimumSizeAllowedBySizeUnit(fr.ifremer.allegro.referential.pmfm.Unit) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMinimumSizeAllowedBySizeUnit(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Unit sizeUnit)
Does the same thing as findMinimumSizeAllowedBySizeUnit(int, String, fr.ifremer.allegro.referential.pmfm.Unit) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMinimumSizeAllowedBySizeUnit(int transform,
java.lang.String queryString,
Unit sizeUnit)
Does the same thing as findMinimumSizeAllowedBySizeUnit(int, fr.ifremer.allegro.referential.pmfm.Unit) with an
additional argument called queryString . |
java.util.Collection |
findMinimumSizeAllowedBySizeUnit(int transform,
Unit sizeUnit)
Does the same thing as findMinimumSizeAllowedBySizeUnit(fr.ifremer.allegro.referential.pmfm.Unit) with an
additional flag called transform . |
java.util.Collection |
findMinimumSizeAllowedBySizeUnit(java.lang.String queryString,
int pageNumber,
int pageSize,
Unit sizeUnit)
Does the same thing as findMinimumSizeAllowedBySizeUnit(String, fr.ifremer.allegro.referential.pmfm.Unit) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMinimumSizeAllowedBySizeUnit(java.lang.String queryString,
Unit sizeUnit)
Does the same thing as findMinimumSizeAllowedBySizeUnit(fr.ifremer.allegro.referential.pmfm.Unit) with an
additional argument called queryString . |
java.util.Collection |
findMinimumSizeAllowedBySizeUnit(Unit sizeUnit)
|
java.util.Collection |
findMinimumSizeAllowedByTaxonGroup(int transform,
int pageNumber,
int pageSize,
TaxonGroup taxonGroup)
Does the same thing as findMinimumSizeAllowedByTaxonGroup(int, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMinimumSizeAllowedByTaxonGroup(int pageNumber,
int pageSize,
TaxonGroup taxonGroup)
Does the same thing as findMinimumSizeAllowedByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMinimumSizeAllowedByTaxonGroup(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
TaxonGroup taxonGroup)
Does the same thing as findMinimumSizeAllowedByTaxonGroup(int, String, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMinimumSizeAllowedByTaxonGroup(int transform,
java.lang.String queryString,
TaxonGroup taxonGroup)
Does the same thing as findMinimumSizeAllowedByTaxonGroup(int, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional argument called queryString . |
java.util.Collection |
findMinimumSizeAllowedByTaxonGroup(int transform,
TaxonGroup taxonGroup)
Does the same thing as findMinimumSizeAllowedByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional flag called transform . |
java.util.Collection |
findMinimumSizeAllowedByTaxonGroup(java.lang.String queryString,
int pageNumber,
int pageSize,
TaxonGroup taxonGroup)
Does the same thing as findMinimumSizeAllowedByTaxonGroup(String, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMinimumSizeAllowedByTaxonGroup(java.lang.String queryString,
TaxonGroup taxonGroup)
Does the same thing as findMinimumSizeAllowedByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional argument called queryString . |
java.util.Collection |
findMinimumSizeAllowedByTaxonGroup(TaxonGroup taxonGroup)
|
java.util.Collection |
getAllMinimumSizeAllowed()
|
java.util.Collection |
getAllMinimumSizeAllowed(int transform)
Does the same thing as getAllMinimumSizeAllowed() with an
additional flag called transform . |
java.util.Collection |
getAllMinimumSizeAllowed(int pageNumber,
int pageSize)
Does the same thing as getAllMinimumSizeAllowed() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllMinimumSizeAllowed(int transform,
int pageNumber,
int pageSize)
Does the same thing as getAllMinimumSizeAllowed(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllMinimumSizeAllowed(int transform,
java.lang.String queryString)
Does the same thing as getAllMinimumSizeAllowed(int) with an
additional argument called queryString . |
java.util.Collection |
getAllMinimumSizeAllowed(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as getAllMinimumSizeAllowed(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllMinimumSizeAllowed(java.lang.String queryString)
Does the same thing as getAllMinimumSizeAllowed() with an
additional argument called queryString . |
java.util.Collection |
getAllMinimumSizeAllowed(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as getAllMinimumSizeAllowed(String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllMinimumSizeAllowedSinceDateSynchro(int transform,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllMinimumSizeAllowedSinceDateSynchro(int, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllMinimumSizeAllowedSinceDateSynchro(int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllMinimumSizeAllowedSinceDateSynchro(java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllMinimumSizeAllowedSinceDateSynchro(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllMinimumSizeAllowedSinceDateSynchro(int, String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllMinimumSizeAllowedSinceDateSynchro(int transform,
java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as getAllMinimumSizeAllowedSinceDateSynchro(int, java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllMinimumSizeAllowedSinceDateSynchro(int transform,
java.sql.Timestamp updateDate)
Does the same thing as getAllMinimumSizeAllowedSinceDateSynchro(java.sql.Timestamp) with an
additional flag called transform . |
java.util.Collection |
getAllMinimumSizeAllowedSinceDateSynchro(java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllMinimumSizeAllowedSinceDateSynchro(String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllMinimumSizeAllowedSinceDateSynchro(java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as getAllMinimumSizeAllowedSinceDateSynchro(java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllMinimumSizeAllowedSinceDateSynchro(java.sql.Timestamp updateDate)
|
MinimumSizeAllowed |
load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.referential.regulation.MinimumSizeAllowed 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 MinimumSizeAllowed . |
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 . |
MinimumSizeAllowed |
remoteMinimumSizeAllowedFullVOToEntity(RemoteMinimumSizeAllowedFullVO remoteMinimumSizeAllowedFullVO)
Converts an instance of type RemoteMinimumSizeAllowedFullVO to this DAO's entity. |
void |
remoteMinimumSizeAllowedFullVOToEntity(RemoteMinimumSizeAllowedFullVO source,
MinimumSizeAllowed target,
boolean copyIfNull)
Copies the fields of RemoteMinimumSizeAllowedFullVO to the specified entity. |
void |
remoteMinimumSizeAllowedFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteMinimumSizeAllowedFullVO to this
DAO's entity. |
MinimumSizeAllowed |
remoteMinimumSizeAllowedNaturalIdToEntity(RemoteMinimumSizeAllowedNaturalId remoteMinimumSizeAllowedNaturalId)
Converts an instance of type RemoteMinimumSizeAllowedNaturalId to this DAO's entity. |
void |
remoteMinimumSizeAllowedNaturalIdToEntity(RemoteMinimumSizeAllowedNaturalId source,
MinimumSizeAllowed target,
boolean copyIfNull)
Copies the fields of RemoteMinimumSizeAllowedNaturalId to the specified entity. |
void |
remoteMinimumSizeAllowedNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteMinimumSizeAllowedNaturalId 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.referential.regulation.MinimumSizeAllowed having the given identifier from the persistent store. |
void |
remove(MinimumSizeAllowed minimumSizeAllowed)
Removes the instance of fr.ifremer.allegro.referential.regulation.MinimumSizeAllowed 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. |
ClusterMinimumSizeAllowed |
toClusterMinimumSizeAllowed(MinimumSizeAllowed entity)
Converts this DAO's entity to an object of type ClusterMinimumSizeAllowed . |
void |
toClusterMinimumSizeAllowed(MinimumSizeAllowed source,
ClusterMinimumSizeAllowed target)
Copies the fields of the specified entity to the target value object. |
ClusterMinimumSizeAllowed[] |
toClusterMinimumSizeAllowedArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterMinimumSizeAllowed . |
void |
toClusterMinimumSizeAllowedCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterMinimumSizeAllowed . |
RemoteMinimumSizeAllowedFullVO |
toRemoteMinimumSizeAllowedFullVO(MinimumSizeAllowed entity)
Converts this DAO's entity to an object of type RemoteMinimumSizeAllowedFullVO . |
void |
toRemoteMinimumSizeAllowedFullVO(MinimumSizeAllowed source,
RemoteMinimumSizeAllowedFullVO target)
Copies the fields of the specified entity to the target value object. |
RemoteMinimumSizeAllowedFullVO[] |
toRemoteMinimumSizeAllowedFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteMinimumSizeAllowedFullVO . |
void |
toRemoteMinimumSizeAllowedFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteMinimumSizeAllowedFullVO . |
RemoteMinimumSizeAllowedNaturalId |
toRemoteMinimumSizeAllowedNaturalId(MinimumSizeAllowed entity)
Converts this DAO's entity to an object of type RemoteMinimumSizeAllowedNaturalId . |
void |
toRemoteMinimumSizeAllowedNaturalId(MinimumSizeAllowed source,
RemoteMinimumSizeAllowedNaturalId target)
Copies the fields of the specified entity to the target value object. |
RemoteMinimumSizeAllowedNaturalId[] |
toRemoteMinimumSizeAllowedNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteMinimumSizeAllowedNaturalId . |
void |
toRemoteMinimumSizeAllowedNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteMinimumSizeAllowedNaturalId . |
void |
update(java.util.Collection entities)
Updates all instances in the entities collection in the persistent store. |
void |
update(MinimumSizeAllowed minimumSizeAllowed)
Updates the minimumSizeAllowed 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_REMOTEMINIMUMSIZEALLOWEDFULLVO
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteMinimumSizeAllowedFullVO
.
static final int TRANSFORM_REMOTEMINIMUMSIZEALLOWEDNATURALID
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteMinimumSizeAllowedNaturalId
.
static final int TRANSFORM_CLUSTERMINIMUMSIZEALLOWED
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
ClusterMinimumSizeAllowed
.
Method Detail |
---|
void toRemoteMinimumSizeAllowedFullVO(MinimumSizeAllowed source, RemoteMinimumSizeAllowedFullVO target)
RemoteMinimumSizeAllowedFullVO toRemoteMinimumSizeAllowedFullVO(MinimumSizeAllowed entity)
RemoteMinimumSizeAllowedFullVO
.
void toRemoteMinimumSizeAllowedFullVOCollection(java.util.Collection entities)
RemoteMinimumSizeAllowedFullVO
.
RemoteMinimumSizeAllowedFullVO[] toRemoteMinimumSizeAllowedFullVOArray(java.util.Collection entities)
RemoteMinimumSizeAllowedFullVO
.
void remoteMinimumSizeAllowedFullVOToEntity(RemoteMinimumSizeAllowedFullVO source, MinimumSizeAllowed target, boolean copyIfNull)
RemoteMinimumSizeAllowedFullVO
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.MinimumSizeAllowed remoteMinimumSizeAllowedFullVOToEntity(RemoteMinimumSizeAllowedFullVO remoteMinimumSizeAllowedFullVO)
RemoteMinimumSizeAllowedFullVO
to this DAO's entity.
void remoteMinimumSizeAllowedFullVOToEntityCollection(java.util.Collection instances)
RemoteMinimumSizeAllowedFullVO
to this
DAO's entity.
void toRemoteMinimumSizeAllowedNaturalId(MinimumSizeAllowed source, RemoteMinimumSizeAllowedNaturalId target)
RemoteMinimumSizeAllowedNaturalId toRemoteMinimumSizeAllowedNaturalId(MinimumSizeAllowed entity)
RemoteMinimumSizeAllowedNaturalId
.
void toRemoteMinimumSizeAllowedNaturalIdCollection(java.util.Collection entities)
RemoteMinimumSizeAllowedNaturalId
.
RemoteMinimumSizeAllowedNaturalId[] toRemoteMinimumSizeAllowedNaturalIdArray(java.util.Collection entities)
RemoteMinimumSizeAllowedNaturalId
.
void remoteMinimumSizeAllowedNaturalIdToEntity(RemoteMinimumSizeAllowedNaturalId source, MinimumSizeAllowed target, boolean copyIfNull)
RemoteMinimumSizeAllowedNaturalId
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.MinimumSizeAllowed remoteMinimumSizeAllowedNaturalIdToEntity(RemoteMinimumSizeAllowedNaturalId remoteMinimumSizeAllowedNaturalId)
RemoteMinimumSizeAllowedNaturalId
to this DAO's entity.
void remoteMinimumSizeAllowedNaturalIdToEntityCollection(java.util.Collection instances)
RemoteMinimumSizeAllowedNaturalId
to this
DAO's entity.
void toClusterMinimumSizeAllowed(MinimumSizeAllowed source, ClusterMinimumSizeAllowed target)
ClusterMinimumSizeAllowed toClusterMinimumSizeAllowed(MinimumSizeAllowed entity)
ClusterMinimumSizeAllowed
.
void toClusterMinimumSizeAllowedCollection(java.util.Collection entities)
ClusterMinimumSizeAllowed
.
ClusterMinimumSizeAllowed[] toClusterMinimumSizeAllowedArray(java.util.Collection entities)
ClusterMinimumSizeAllowed
.
void clusterMinimumSizeAllowedToEntity(ClusterMinimumSizeAllowed source, MinimumSizeAllowed target, boolean copyIfNull)
ClusterMinimumSizeAllowed
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.MinimumSizeAllowed clusterMinimumSizeAllowedToEntity(ClusterMinimumSizeAllowed clusterMinimumSizeAllowed)
ClusterMinimumSizeAllowed
to this DAO's entity.
void clusterMinimumSizeAllowedToEntityCollection(java.util.Collection instances)
ClusterMinimumSizeAllowed
to this
DAO's entity.
MinimumSizeAllowed 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()
MinimumSizeAllowed
.
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.
MinimumSizeAllowed create(MinimumSizeAllowed minimumSizeAllowed)
java.lang.Object create(int transform, MinimumSizeAllowed minimumSizeAllowed)
Does the same thing as create(fr.ifremer.allegro.referential.regulation.MinimumSizeAllowed)
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.referential.regulation.MinimumSizeAllowed
instances to create.
java.util.Collection create(int transform, java.util.Collection entities)
Does the same thing as create(fr.ifremer.allegro.referential.regulation.MinimumSizeAllowed)
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.
MinimumSizeAllowed create(java.lang.Float minimumSize, java.sql.Timestamp updateDate, Corpus corpus, TaxonGroup taxonGroup, java.util.Collection locations, Unit sizeUnit)
Creates a new fr.ifremer.allegro.referential.regulation.MinimumSizeAllowed
instance from all attributes and
properties and adds it to the persistent store.
java.lang.Object create(int transform, java.lang.Float minimumSize, java.sql.Timestamp updateDate, Corpus corpus, TaxonGroup taxonGroup, java.util.Collection locations, Unit sizeUnit)
Does the same thing as create(java.lang.Float,java.sql.Timestamp,fr.ifremer.allegro.referential.regulation.Corpus,fr.ifremer.allegro.referential.taxon.TaxonGroup,java.util.Collection,fr.ifremer.allegro.referential.pmfm.Unit)
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.
MinimumSizeAllowed create(Corpus corpus, java.util.Collection locations, java.lang.Float minimumSize, Unit sizeUnit, TaxonGroup taxonGroup)
Creates a new fr.ifremer.allegro.referential.regulation.MinimumSizeAllowed
instance from only required properties (attributes
and association ends) and adds it to the persistent store.
java.lang.Object create(int transform, Corpus corpus, java.util.Collection locations, java.lang.Float minimumSize, Unit sizeUnit, TaxonGroup taxonGroup)
Does the same thing as create(fr.ifremer.allegro.referential.regulation.Corpus,java.util.Collection,java.lang.Float,fr.ifremer.allegro.referential.pmfm.Unit,fr.ifremer.allegro.referential.taxon.TaxonGroup)
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(MinimumSizeAllowed minimumSizeAllowed)
minimumSizeAllowed
instance in the persistent store.
void update(java.util.Collection entities)
entities
collection in the persistent store.
void remove(MinimumSizeAllowed minimumSizeAllowed)
void remove(java.lang.Integer id)
identifier
from the persistent store.
void remove(java.util.Collection entities)
entities collection.
getAllMinimumSizeAllowed
java.util.Collection getAllMinimumSizeAllowed()
getAllMinimumSizeAllowed
java.util.Collection getAllMinimumSizeAllowed(java.lang.String queryString)
Does the same thing as getAllMinimumSizeAllowed()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllMinimumSizeAllowed()
.
getAllMinimumSizeAllowed
java.util.Collection getAllMinimumSizeAllowed(int pageNumber,
int pageSize)
Does the same thing as getAllMinimumSizeAllowed()
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.
getAllMinimumSizeAllowed
java.util.Collection getAllMinimumSizeAllowed(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as getAllMinimumSizeAllowed(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.
getAllMinimumSizeAllowed
java.util.Collection getAllMinimumSizeAllowed(int transform)
Does the same thing as getAllMinimumSizeAllowed()
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.
getAllMinimumSizeAllowed
java.util.Collection getAllMinimumSizeAllowed(int transform,
int pageNumber,
int pageSize)
Does the same thing as getAllMinimumSizeAllowed(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.
getAllMinimumSizeAllowed
java.util.Collection getAllMinimumSizeAllowed(int transform,
java.lang.String queryString)
Does the same thing as getAllMinimumSizeAllowed(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllMinimumSizeAllowed(int)
.
getAllMinimumSizeAllowed
java.util.Collection getAllMinimumSizeAllowed(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as getAllMinimumSizeAllowed(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.
findMinimumSizeAllowedById
MinimumSizeAllowed findMinimumSizeAllowedById(java.lang.Integer id)
findMinimumSizeAllowedById
MinimumSizeAllowed findMinimumSizeAllowedById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as findMinimumSizeAllowedById(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findMinimumSizeAllowedById(java.lang.Integer)
.
findMinimumSizeAllowedById
java.lang.Object findMinimumSizeAllowedById(int transform,
java.lang.Integer id)
Does the same thing as findMinimumSizeAllowedById(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.
findMinimumSizeAllowedById
java.lang.Object findMinimumSizeAllowedById(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as findMinimumSizeAllowedById(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findMinimumSizeAllowedById(int, java.lang.Integer id)
.
findMinimumSizeAllowedByTaxonGroup
java.util.Collection findMinimumSizeAllowedByTaxonGroup(TaxonGroup taxonGroup)
findMinimumSizeAllowedByTaxonGroup
java.util.Collection findMinimumSizeAllowedByTaxonGroup(java.lang.String queryString,
TaxonGroup taxonGroup)
Does the same thing as findMinimumSizeAllowedByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findMinimumSizeAllowedByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup)
.
findMinimumSizeAllowedByTaxonGroup
java.util.Collection findMinimumSizeAllowedByTaxonGroup(int pageNumber,
int pageSize,
TaxonGroup taxonGroup)
Does the same thing as findMinimumSizeAllowedByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup)
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.
findMinimumSizeAllowedByTaxonGroup
java.util.Collection findMinimumSizeAllowedByTaxonGroup(java.lang.String queryString,
int pageNumber,
int pageSize,
TaxonGroup taxonGroup)
Does the same thing as findMinimumSizeAllowedByTaxonGroup(String, fr.ifremer.allegro.referential.taxon.TaxonGroup)
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.
findMinimumSizeAllowedByTaxonGroup
java.util.Collection findMinimumSizeAllowedByTaxonGroup(int transform,
TaxonGroup taxonGroup)
Does the same thing as findMinimumSizeAllowedByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup)
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.
findMinimumSizeAllowedByTaxonGroup
java.util.Collection findMinimumSizeAllowedByTaxonGroup(int transform,
int pageNumber,
int pageSize,
TaxonGroup taxonGroup)
Does the same thing as findMinimumSizeAllowedByTaxonGroup(int, fr.ifremer.allegro.referential.taxon.TaxonGroup)
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.
findMinimumSizeAllowedByTaxonGroup
java.util.Collection findMinimumSizeAllowedByTaxonGroup(int transform,
java.lang.String queryString,
TaxonGroup taxonGroup)
Does the same thing as findMinimumSizeAllowedByTaxonGroup(int, fr.ifremer.allegro.referential.taxon.TaxonGroup)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findMinimumSizeAllowedByTaxonGroup(int, fr.ifremer.allegro.referential.taxon.TaxonGroup taxonGroup)
.
findMinimumSizeAllowedByTaxonGroup
java.util.Collection findMinimumSizeAllowedByTaxonGroup(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
TaxonGroup taxonGroup)
Does the same thing as findMinimumSizeAllowedByTaxonGroup(int, String, fr.ifremer.allegro.referential.taxon.TaxonGroup)
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.
findMinimumSizeAllowedBySizeUnit
java.util.Collection findMinimumSizeAllowedBySizeUnit(Unit sizeUnit)
findMinimumSizeAllowedBySizeUnit
java.util.Collection findMinimumSizeAllowedBySizeUnit(java.lang.String queryString,
Unit sizeUnit)
Does the same thing as findMinimumSizeAllowedBySizeUnit(fr.ifremer.allegro.referential.pmfm.Unit)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findMinimumSizeAllowedBySizeUnit(fr.ifremer.allegro.referential.pmfm.Unit)
.
findMinimumSizeAllowedBySizeUnit
java.util.Collection findMinimumSizeAllowedBySizeUnit(int pageNumber,
int pageSize,
Unit sizeUnit)
Does the same thing as findMinimumSizeAllowedBySizeUnit(fr.ifremer.allegro.referential.pmfm.Unit)
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.
findMinimumSizeAllowedBySizeUnit
java.util.Collection findMinimumSizeAllowedBySizeUnit(java.lang.String queryString,
int pageNumber,
int pageSize,
Unit sizeUnit)
Does the same thing as findMinimumSizeAllowedBySizeUnit(String, fr.ifremer.allegro.referential.pmfm.Unit)
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.
findMinimumSizeAllowedBySizeUnit
java.util.Collection findMinimumSizeAllowedBySizeUnit(int transform,
Unit sizeUnit)
Does the same thing as findMinimumSizeAllowedBySizeUnit(fr.ifremer.allegro.referential.pmfm.Unit)
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.
findMinimumSizeAllowedBySizeUnit
java.util.Collection findMinimumSizeAllowedBySizeUnit(int transform,
int pageNumber,
int pageSize,
Unit sizeUnit)
Does the same thing as findMinimumSizeAllowedBySizeUnit(int, fr.ifremer.allegro.referential.pmfm.Unit)
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.
findMinimumSizeAllowedBySizeUnit
java.util.Collection findMinimumSizeAllowedBySizeUnit(int transform,
java.lang.String queryString,
Unit sizeUnit)
Does the same thing as findMinimumSizeAllowedBySizeUnit(int, fr.ifremer.allegro.referential.pmfm.Unit)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findMinimumSizeAllowedBySizeUnit(int, fr.ifremer.allegro.referential.pmfm.Unit sizeUnit)
.
findMinimumSizeAllowedBySizeUnit
java.util.Collection findMinimumSizeAllowedBySizeUnit(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Unit sizeUnit)
Does the same thing as findMinimumSizeAllowedBySizeUnit(int, String, fr.ifremer.allegro.referential.pmfm.Unit)
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.
findMinimumSizeAllowedByCorpus
java.util.Collection findMinimumSizeAllowedByCorpus(Corpus corpus)
findMinimumSizeAllowedByCorpus
java.util.Collection findMinimumSizeAllowedByCorpus(java.lang.String queryString,
Corpus corpus)
Does the same thing as findMinimumSizeAllowedByCorpus(fr.ifremer.allegro.referential.regulation.Corpus)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findMinimumSizeAllowedByCorpus(fr.ifremer.allegro.referential.regulation.Corpus)
.
findMinimumSizeAllowedByCorpus
java.util.Collection findMinimumSizeAllowedByCorpus(int pageNumber,
int pageSize,
Corpus corpus)
Does the same thing as findMinimumSizeAllowedByCorpus(fr.ifremer.allegro.referential.regulation.Corpus)
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.
findMinimumSizeAllowedByCorpus
java.util.Collection findMinimumSizeAllowedByCorpus(java.lang.String queryString,
int pageNumber,
int pageSize,
Corpus corpus)
Does the same thing as findMinimumSizeAllowedByCorpus(String, fr.ifremer.allegro.referential.regulation.Corpus)
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.
findMinimumSizeAllowedByCorpus
java.util.Collection findMinimumSizeAllowedByCorpus(int transform,
Corpus corpus)
Does the same thing as findMinimumSizeAllowedByCorpus(fr.ifremer.allegro.referential.regulation.Corpus)
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.
findMinimumSizeAllowedByCorpus
java.util.Collection findMinimumSizeAllowedByCorpus(int transform,
int pageNumber,
int pageSize,
Corpus corpus)
Does the same thing as findMinimumSizeAllowedByCorpus(int, fr.ifremer.allegro.referential.regulation.Corpus)
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.
findMinimumSizeAllowedByCorpus
java.util.Collection findMinimumSizeAllowedByCorpus(int transform,
java.lang.String queryString,
Corpus corpus)
Does the same thing as findMinimumSizeAllowedByCorpus(int, fr.ifremer.allegro.referential.regulation.Corpus)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findMinimumSizeAllowedByCorpus(int, fr.ifremer.allegro.referential.regulation.Corpus corpus)
.
findMinimumSizeAllowedByCorpus
java.util.Collection findMinimumSizeAllowedByCorpus(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Corpus corpus)
Does the same thing as findMinimumSizeAllowedByCorpus(int, String, fr.ifremer.allegro.referential.regulation.Corpus)
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.
findMinimumSizeAllowedByNaturalId
MinimumSizeAllowed findMinimumSizeAllowedByNaturalId(java.lang.Integer id)
findMinimumSizeAllowedByNaturalId
MinimumSizeAllowed findMinimumSizeAllowedByNaturalId(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as findMinimumSizeAllowedByNaturalId(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findMinimumSizeAllowedByNaturalId(java.lang.Integer)
.
findMinimumSizeAllowedByNaturalId
java.lang.Object findMinimumSizeAllowedByNaturalId(int transform,
java.lang.Integer id)
Does the same thing as findMinimumSizeAllowedByNaturalId(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.
findMinimumSizeAllowedByNaturalId
java.lang.Object findMinimumSizeAllowedByNaturalId(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as findMinimumSizeAllowedByNaturalId(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findMinimumSizeAllowedByNaturalId(int, java.lang.Integer id)
.
getAllMinimumSizeAllowedSinceDateSynchro
java.util.Collection getAllMinimumSizeAllowedSinceDateSynchro(java.sql.Timestamp updateDate)
getAllMinimumSizeAllowedSinceDateSynchro
java.util.Collection getAllMinimumSizeAllowedSinceDateSynchro(java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as getAllMinimumSizeAllowedSinceDateSynchro(java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllMinimumSizeAllowedSinceDateSynchro(java.sql.Timestamp)
.
getAllMinimumSizeAllowedSinceDateSynchro
java.util.Collection getAllMinimumSizeAllowedSinceDateSynchro(int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllMinimumSizeAllowedSinceDateSynchro(java.sql.Timestamp)
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.
getAllMinimumSizeAllowedSinceDateSynchro
java.util.Collection getAllMinimumSizeAllowedSinceDateSynchro(java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllMinimumSizeAllowedSinceDateSynchro(String, java.sql.Timestamp)
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.
getAllMinimumSizeAllowedSinceDateSynchro
java.util.Collection getAllMinimumSizeAllowedSinceDateSynchro(int transform,
java.sql.Timestamp updateDate)
Does the same thing as getAllMinimumSizeAllowedSinceDateSynchro(java.sql.Timestamp)
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.
getAllMinimumSizeAllowedSinceDateSynchro
java.util.Collection getAllMinimumSizeAllowedSinceDateSynchro(int transform,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllMinimumSizeAllowedSinceDateSynchro(int, java.sql.Timestamp)
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.
getAllMinimumSizeAllowedSinceDateSynchro
java.util.Collection getAllMinimumSizeAllowedSinceDateSynchro(int transform,
java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as getAllMinimumSizeAllowedSinceDateSynchro(int, java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllMinimumSizeAllowedSinceDateSynchro(int, java.sql.Timestamp updateDate)
.
getAllMinimumSizeAllowedSinceDateSynchro
java.util.Collection getAllMinimumSizeAllowedSinceDateSynchro(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllMinimumSizeAllowedSinceDateSynchro(int, String, java.sql.Timestamp)
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.
createFromClusterMinimumSizeAllowed
MinimumSizeAllowed createFromClusterMinimumSizeAllowed(ClusterMinimumSizeAllowed clusterMinimumSizeAllowed)
search
PaginationResult search(int transform,
int pageNumber,
int pageSize,
Search search)
- Does the same thing as {@link #search(int, fr.ifremer.allegro.Search) but with an
additional two flags called
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
- Parameters:
transform
- the transformation flag.pageNumber
- the page number in the data to retrievepageSize
- the size of the page to retrieve.search
- the search object which provides the search parameters and pagination specification.
- Returns:
- any found results from the search wrapped in a
PaginationResult
instance.
search
PaginationResult search(int pageNumber,
int pageSize,
Search search)
- Does the same thing as {@link #search(fr.ifremer.allegro.Search) but with an
additional two flags called
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
- Parameters:
pageNumber
- the page number in the data to retrievepageSize
- the size of the page to retrieve.search
- the search object which provides the search parameters and pagination specification.
- Returns:
- any found results from the search wrapped in a
PaginationResult
instance.
search
java.util.Set search(int transform,
Search search)
- Does the same thing as
search(fr.ifremer.allegro.Search)
but with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
- Parameters:
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
- Returns:
- any found results from the search.
search
java.util.Set search(Search search)
- Performs a search using the parameters specified in the given
search
object.
- Parameters:
search
- the search object which provides the search parameters and pagination specification.
- Returns:
- any found results from the search.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
Copyright © 2008-2010 IFREMER. All Rights Reserved.