|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PhysicalFeaturesDao
PhysicalFeatures
Field Summary | |
---|---|
static int |
TRANSFORM_CLUSTERPHYSICALFEATURES
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_REMOTEPHYSICALFEATURESFULLVO
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_REMOTEPHYSICALFEATURESNATURALID
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 | |
---|---|
PhysicalFeatures |
clusterPhysicalFeaturesToEntity(ClusterPhysicalFeatures clusterPhysicalFeatures)
Converts an instance of type ClusterPhysicalFeatures to this DAO's entity. |
void |
clusterPhysicalFeaturesToEntity(ClusterPhysicalFeatures source,
PhysicalFeatures target,
boolean copyIfNull)
Copies the fields of ClusterPhysicalFeatures to the specified entity. |
void |
clusterPhysicalFeaturesToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterPhysicalFeatures to this
DAO's entity. |
PhysicalFeatures |
findPhysicalFeaturesById(java.lang.Integer id)
|
java.lang.Object |
findPhysicalFeaturesById(int transform,
java.lang.Integer id)
Does the same thing as findPhysicalFeaturesById(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findPhysicalFeaturesById(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as findPhysicalFeaturesById(int, java.lang.Integer) with an
additional argument called queryString . |
PhysicalFeatures |
findPhysicalFeaturesById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as findPhysicalFeaturesById(java.lang.Integer) with an
additional argument called queryString . |
PhysicalFeatures |
findPhysicalFeaturesByNaturalId(java.util.Date startDate,
Vessel vessel,
Program program)
|
java.lang.Object |
findPhysicalFeaturesByNaturalId(int transform,
java.util.Date startDate,
Vessel vessel,
Program program)
Does the same thing as findPhysicalFeaturesByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional flag called transform . |
java.lang.Object |
findPhysicalFeaturesByNaturalId(int transform,
java.lang.String queryString,
java.util.Date startDate,
Vessel vessel,
Program program)
Does the same thing as findPhysicalFeaturesByNaturalId(int, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
PhysicalFeatures |
findPhysicalFeaturesByNaturalId(java.lang.String queryString,
java.util.Date startDate,
Vessel vessel,
Program program)
Does the same thing as findPhysicalFeaturesByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
java.util.Collection |
findPhysicalFeaturesByProgram(int transform,
int pageNumber,
int pageSize,
Program program)
Does the same thing as findPhysicalFeaturesByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPhysicalFeaturesByProgram(int pageNumber,
int pageSize,
Program program)
Does the same thing as findPhysicalFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPhysicalFeaturesByProgram(int transform,
Program program)
Does the same thing as findPhysicalFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional flag called transform . |
java.util.Collection |
findPhysicalFeaturesByProgram(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Program program)
Does the same thing as findPhysicalFeaturesByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPhysicalFeaturesByProgram(int transform,
java.lang.String queryString,
Program program)
Does the same thing as findPhysicalFeaturesByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
java.util.Collection |
findPhysicalFeaturesByProgram(Program program)
|
java.util.Collection |
findPhysicalFeaturesByProgram(java.lang.String queryString,
int pageNumber,
int pageSize,
Program program)
Does the same thing as findPhysicalFeaturesByProgram(String, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPhysicalFeaturesByProgram(java.lang.String queryString,
Program program)
Does the same thing as findPhysicalFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
java.util.Collection |
findPhysicalFeaturesByQualityFlag(int transform,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as findPhysicalFeaturesByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPhysicalFeaturesByQualityFlag(int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as findPhysicalFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPhysicalFeaturesByQualityFlag(int transform,
QualityFlag qualityFlag)
Does the same thing as findPhysicalFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional flag called transform . |
java.util.Collection |
findPhysicalFeaturesByQualityFlag(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as findPhysicalFeaturesByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPhysicalFeaturesByQualityFlag(int transform,
java.lang.String queryString,
QualityFlag qualityFlag)
Does the same thing as findPhysicalFeaturesByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an
additional argument called queryString . |
java.util.Collection |
findPhysicalFeaturesByQualityFlag(QualityFlag qualityFlag)
|
java.util.Collection |
findPhysicalFeaturesByQualityFlag(java.lang.String queryString,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as findPhysicalFeaturesByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPhysicalFeaturesByQualityFlag(java.lang.String queryString,
QualityFlag qualityFlag)
Does the same thing as findPhysicalFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional argument called queryString . |
java.util.Collection |
findPhysicalFeaturesByVessel(int transform,
int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as findPhysicalFeaturesByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPhysicalFeaturesByVessel(int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as findPhysicalFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPhysicalFeaturesByVessel(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as findPhysicalFeaturesByVessel(int, String, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPhysicalFeaturesByVessel(int transform,
java.lang.String queryString,
Vessel vessel)
Does the same thing as findPhysicalFeaturesByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional argument called queryString . |
java.util.Collection |
findPhysicalFeaturesByVessel(int transform,
Vessel vessel)
Does the same thing as findPhysicalFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an
additional flag called transform . |
java.util.Collection |
findPhysicalFeaturesByVessel(java.lang.String queryString,
int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as findPhysicalFeaturesByVessel(String, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPhysicalFeaturesByVessel(java.lang.String queryString,
Vessel vessel)
Does the same thing as findPhysicalFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an
additional argument called queryString . |
java.util.Collection |
findPhysicalFeaturesByVessel(Vessel vessel)
|
java.util.Collection |
getAllPhysicalFeatures()
|
java.util.Collection |
getAllPhysicalFeatures(int transform)
Does the same thing as getAllPhysicalFeatures() with an
additional flag called transform . |
java.util.Collection |
getAllPhysicalFeatures(int pageNumber,
int pageSize)
Does the same thing as getAllPhysicalFeatures() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllPhysicalFeatures(int transform,
int pageNumber,
int pageSize)
Does the same thing as getAllPhysicalFeatures(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllPhysicalFeatures(int transform,
java.lang.String queryString)
Does the same thing as getAllPhysicalFeatures(int) with an
additional argument called queryString . |
java.util.Collection |
getAllPhysicalFeatures(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as getAllPhysicalFeatures(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllPhysicalFeatures(java.lang.String queryString)
Does the same thing as getAllPhysicalFeatures() with an
additional argument called queryString . |
java.util.Collection |
getAllPhysicalFeatures(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as getAllPhysicalFeatures(String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllPhysicalFeaturesSinceDateSynchro(int transform,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllPhysicalFeaturesSinceDateSynchro(int, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllPhysicalFeaturesSinceDateSynchro(int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllPhysicalFeaturesSinceDateSynchro(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllPhysicalFeaturesSinceDateSynchro(int, String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllPhysicalFeaturesSinceDateSynchro(int transform,
java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as getAllPhysicalFeaturesSinceDateSynchro(int, java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllPhysicalFeaturesSinceDateSynchro(int transform,
java.sql.Timestamp updateDate)
Does the same thing as getAllPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp) with an
additional flag called transform . |
java.util.Collection |
getAllPhysicalFeaturesSinceDateSynchro(java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllPhysicalFeaturesSinceDateSynchro(String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllPhysicalFeaturesSinceDateSynchro(java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as getAllPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp updateDate)
|
PhysicalFeatures |
load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.data.vessel.feature.physical.PhysicalFeatures 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 PhysicalFeatures . |
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 . |
PhysicalFeatures |
remotePhysicalFeaturesFullVOToEntity(RemotePhysicalFeaturesFullVO remotePhysicalFeaturesFullVO)
Converts an instance of type RemotePhysicalFeaturesFullVO to this DAO's entity. |
void |
remotePhysicalFeaturesFullVOToEntity(RemotePhysicalFeaturesFullVO source,
PhysicalFeatures target,
boolean copyIfNull)
Copies the fields of RemotePhysicalFeaturesFullVO to the specified entity. |
void |
remotePhysicalFeaturesFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemotePhysicalFeaturesFullVO to this
DAO's entity. |
PhysicalFeatures |
remotePhysicalFeaturesNaturalIdToEntity(RemotePhysicalFeaturesNaturalId remotePhysicalFeaturesNaturalId)
Converts an instance of type RemotePhysicalFeaturesNaturalId to this DAO's entity. |
void |
remotePhysicalFeaturesNaturalIdToEntity(RemotePhysicalFeaturesNaturalId source,
PhysicalFeatures target,
boolean copyIfNull)
Copies the fields of RemotePhysicalFeaturesNaturalId to the specified entity. |
void |
remotePhysicalFeaturesNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemotePhysicalFeaturesNaturalId 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.data.vessel.feature.physical.PhysicalFeatures having the given identifier from the persistent store. |
void |
remove(PhysicalFeatures physicalFeatures)
Removes the instance of fr.ifremer.allegro.data.vessel.feature.physical.PhysicalFeatures 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. |
ClusterPhysicalFeatures |
toClusterPhysicalFeatures(PhysicalFeatures entity)
Converts this DAO's entity to an object of type ClusterPhysicalFeatures . |
void |
toClusterPhysicalFeatures(PhysicalFeatures source,
ClusterPhysicalFeatures target)
Copies the fields of the specified entity to the target value object. |
ClusterPhysicalFeatures[] |
toClusterPhysicalFeaturesArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterPhysicalFeatures . |
void |
toClusterPhysicalFeaturesCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterPhysicalFeatures . |
RemotePhysicalFeaturesFullVO |
toRemotePhysicalFeaturesFullVO(PhysicalFeatures entity)
Converts this DAO's entity to an object of type RemotePhysicalFeaturesFullVO . |
void |
toRemotePhysicalFeaturesFullVO(PhysicalFeatures source,
RemotePhysicalFeaturesFullVO target)
Copies the fields of the specified entity to the target value object. |
RemotePhysicalFeaturesFullVO[] |
toRemotePhysicalFeaturesFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemotePhysicalFeaturesFullVO . |
void |
toRemotePhysicalFeaturesFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemotePhysicalFeaturesFullVO . |
RemotePhysicalFeaturesNaturalId |
toRemotePhysicalFeaturesNaturalId(PhysicalFeatures entity)
Converts this DAO's entity to an object of type RemotePhysicalFeaturesNaturalId . |
void |
toRemotePhysicalFeaturesNaturalId(PhysicalFeatures source,
RemotePhysicalFeaturesNaturalId target)
Copies the fields of the specified entity to the target value object. |
RemotePhysicalFeaturesNaturalId[] |
toRemotePhysicalFeaturesNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemotePhysicalFeaturesNaturalId . |
void |
toRemotePhysicalFeaturesNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemotePhysicalFeaturesNaturalId . |
void |
update(java.util.Collection entities)
Updates all instances in the entities collection in the persistent store. |
void |
update(PhysicalFeatures physicalFeatures)
Updates the physicalFeatures 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_REMOTEPHYSICALFEATURESFULLVO
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemotePhysicalFeaturesFullVO
.
static final int TRANSFORM_REMOTEPHYSICALFEATURESNATURALID
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemotePhysicalFeaturesNaturalId
.
static final int TRANSFORM_CLUSTERPHYSICALFEATURES
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
ClusterPhysicalFeatures
.
Method Detail |
---|
void toRemotePhysicalFeaturesFullVO(PhysicalFeatures source, RemotePhysicalFeaturesFullVO target)
RemotePhysicalFeaturesFullVO toRemotePhysicalFeaturesFullVO(PhysicalFeatures entity)
RemotePhysicalFeaturesFullVO
.
void toRemotePhysicalFeaturesFullVOCollection(java.util.Collection entities)
RemotePhysicalFeaturesFullVO
.
RemotePhysicalFeaturesFullVO[] toRemotePhysicalFeaturesFullVOArray(java.util.Collection entities)
RemotePhysicalFeaturesFullVO
.
void remotePhysicalFeaturesFullVOToEntity(RemotePhysicalFeaturesFullVO source, PhysicalFeatures target, boolean copyIfNull)
RemotePhysicalFeaturesFullVO
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.PhysicalFeatures remotePhysicalFeaturesFullVOToEntity(RemotePhysicalFeaturesFullVO remotePhysicalFeaturesFullVO)
RemotePhysicalFeaturesFullVO
to this DAO's entity.
void remotePhysicalFeaturesFullVOToEntityCollection(java.util.Collection instances)
RemotePhysicalFeaturesFullVO
to this
DAO's entity.
void toRemotePhysicalFeaturesNaturalId(PhysicalFeatures source, RemotePhysicalFeaturesNaturalId target)
RemotePhysicalFeaturesNaturalId toRemotePhysicalFeaturesNaturalId(PhysicalFeatures entity)
RemotePhysicalFeaturesNaturalId
.
void toRemotePhysicalFeaturesNaturalIdCollection(java.util.Collection entities)
RemotePhysicalFeaturesNaturalId
.
RemotePhysicalFeaturesNaturalId[] toRemotePhysicalFeaturesNaturalIdArray(java.util.Collection entities)
RemotePhysicalFeaturesNaturalId
.
void remotePhysicalFeaturesNaturalIdToEntity(RemotePhysicalFeaturesNaturalId source, PhysicalFeatures target, boolean copyIfNull)
RemotePhysicalFeaturesNaturalId
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.PhysicalFeatures remotePhysicalFeaturesNaturalIdToEntity(RemotePhysicalFeaturesNaturalId remotePhysicalFeaturesNaturalId)
RemotePhysicalFeaturesNaturalId
to this DAO's entity.
void remotePhysicalFeaturesNaturalIdToEntityCollection(java.util.Collection instances)
RemotePhysicalFeaturesNaturalId
to this
DAO's entity.
void toClusterPhysicalFeatures(PhysicalFeatures source, ClusterPhysicalFeatures target)
ClusterPhysicalFeatures toClusterPhysicalFeatures(PhysicalFeatures entity)
ClusterPhysicalFeatures
.
void toClusterPhysicalFeaturesCollection(java.util.Collection entities)
ClusterPhysicalFeatures
.
ClusterPhysicalFeatures[] toClusterPhysicalFeaturesArray(java.util.Collection entities)
ClusterPhysicalFeatures
.
void clusterPhysicalFeaturesToEntity(ClusterPhysicalFeatures source, PhysicalFeatures target, boolean copyIfNull)
ClusterPhysicalFeatures
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.PhysicalFeatures clusterPhysicalFeaturesToEntity(ClusterPhysicalFeatures clusterPhysicalFeatures)
ClusterPhysicalFeatures
to this DAO's entity.
void clusterPhysicalFeaturesToEntityCollection(java.util.Collection instances)
ClusterPhysicalFeatures
to this
DAO's entity.
PhysicalFeatures 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()
PhysicalFeatures
.
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.
void update(PhysicalFeatures physicalFeatures)
physicalFeatures
instance in the persistent store.
void update(java.util.Collection entities)
entities
collection in the persistent store.
void remove(PhysicalFeatures physicalFeatures)
void remove(java.lang.Integer id)
identifier
from the persistent store.
void remove(java.util.Collection entities)
entities collection.
java.util.Collection getAllPhysicalFeatures()
java.util.Collection getAllPhysicalFeatures(java.lang.String queryString)
Does the same thing as getAllPhysicalFeatures()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllPhysicalFeatures()
.
java.util.Collection getAllPhysicalFeatures(int pageNumber, int pageSize)
Does the same thing as getAllPhysicalFeatures()
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 getAllPhysicalFeatures(java.lang.String queryString, int pageNumber, int pageSize)
Does the same thing as getAllPhysicalFeatures(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 getAllPhysicalFeatures(int transform)
Does the same thing as getAllPhysicalFeatures()
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 getAllPhysicalFeatures(int transform, int pageNumber, int pageSize)
Does the same thing as getAllPhysicalFeatures(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 getAllPhysicalFeatures(int transform, java.lang.String queryString)
Does the same thing as getAllPhysicalFeatures(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllPhysicalFeatures(int)
.
java.util.Collection getAllPhysicalFeatures(int transform, java.lang.String queryString, int pageNumber, int pageSize)
Does the same thing as getAllPhysicalFeatures(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.
PhysicalFeatures findPhysicalFeaturesById(java.lang.Integer id)
PhysicalFeatures findPhysicalFeaturesById(java.lang.String queryString, java.lang.Integer id)
Does the same thing as findPhysicalFeaturesById(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findPhysicalFeaturesById(java.lang.Integer)
.
java.lang.Object findPhysicalFeaturesById(int transform, java.lang.Integer id)
Does the same thing as findPhysicalFeaturesById(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 findPhysicalFeaturesById(int transform, java.lang.String queryString, java.lang.Integer id)
Does the same thing as findPhysicalFeaturesById(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findPhysicalFeaturesById(int, java.lang.Integer id)
.
java.util.Collection findPhysicalFeaturesByVessel(Vessel vessel)
java.util.Collection findPhysicalFeaturesByVessel(java.lang.String queryString, Vessel vessel)
Does the same thing as findPhysicalFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findPhysicalFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel)
.
java.util.Collection findPhysicalFeaturesByVessel(int pageNumber, int pageSize, Vessel vessel)
Does the same thing as findPhysicalFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findPhysicalFeaturesByVessel(java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
Does the same thing as findPhysicalFeaturesByVessel(String, fr.ifremer.allegro.referential.vessel.Vessel)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findPhysicalFeaturesByVessel(int transform, Vessel vessel)
Does the same thing as findPhysicalFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
java.util.Collection findPhysicalFeaturesByVessel(int transform, int pageNumber, int pageSize, Vessel vessel)
Does the same thing as findPhysicalFeaturesByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findPhysicalFeaturesByVessel(int transform, java.lang.String queryString, Vessel vessel)
Does the same thing as findPhysicalFeaturesByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findPhysicalFeaturesByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel vessel)
.
java.util.Collection findPhysicalFeaturesByVessel(int transform, java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
Does the same thing as findPhysicalFeaturesByVessel(int, String, fr.ifremer.allegro.referential.vessel.Vessel)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findPhysicalFeaturesByQualityFlag(QualityFlag qualityFlag)
java.util.Collection findPhysicalFeaturesByQualityFlag(java.lang.String queryString, QualityFlag qualityFlag)
Does the same thing as findPhysicalFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findPhysicalFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
.
java.util.Collection findPhysicalFeaturesByQualityFlag(int pageNumber, int pageSize, QualityFlag qualityFlag)
Does the same thing as findPhysicalFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
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 findPhysicalFeaturesByQualityFlag(java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
Does the same thing as findPhysicalFeaturesByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag)
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 findPhysicalFeaturesByQualityFlag(int transform, QualityFlag qualityFlag)
Does the same thing as findPhysicalFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
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 findPhysicalFeaturesByQualityFlag(int transform, int pageNumber, int pageSize, QualityFlag qualityFlag)
Does the same thing as findPhysicalFeaturesByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)
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 findPhysicalFeaturesByQualityFlag(int transform, java.lang.String queryString, QualityFlag qualityFlag)
Does the same thing as findPhysicalFeaturesByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findPhysicalFeaturesByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag qualityFlag)
.
java.util.Collection findPhysicalFeaturesByQualityFlag(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
Does the same thing as findPhysicalFeaturesByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag)
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 findPhysicalFeaturesByProgram(Program program)
java.util.Collection findPhysicalFeaturesByProgram(java.lang.String queryString, Program program)
Does the same thing as findPhysicalFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findPhysicalFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
.
java.util.Collection findPhysicalFeaturesByProgram(int pageNumber, int pageSize, Program program)
Does the same thing as findPhysicalFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findPhysicalFeaturesByProgram(java.lang.String queryString, int pageNumber, int pageSize, Program program)
Does the same thing as findPhysicalFeaturesByProgram(String, fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findPhysicalFeaturesByProgram(int transform, Program program)
Does the same thing as findPhysicalFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
java.util.Collection findPhysicalFeaturesByProgram(int transform, int pageNumber, int pageSize, Program program)
Does the same thing as findPhysicalFeaturesByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findPhysicalFeaturesByProgram(int transform, java.lang.String queryString, Program program)
Does the same thing as findPhysicalFeaturesByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findPhysicalFeaturesByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program program)
.
java.util.Collection findPhysicalFeaturesByProgram(int transform, java.lang.String queryString, int pageNumber, int pageSize, Program program)
Does the same thing as findPhysicalFeaturesByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
PhysicalFeatures findPhysicalFeaturesByNaturalId(java.util.Date startDate, Vessel vessel, Program program)
PhysicalFeatures findPhysicalFeaturesByNaturalId(java.lang.String queryString, java.util.Date startDate, Vessel vessel, Program program)
Does the same thing as findPhysicalFeaturesByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findPhysicalFeaturesByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
.
java.lang.Object findPhysicalFeaturesByNaturalId(int transform, java.util.Date startDate, Vessel vessel, Program program)
Does the same thing as findPhysicalFeaturesByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
java.lang.Object findPhysicalFeaturesByNaturalId(int transform, java.lang.String queryString, java.util.Date startDate, Vessel vessel, Program program)
Does the same thing as findPhysicalFeaturesByNaturalId(int, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findPhysicalFeaturesByNaturalId(int, java.util.Date startDate, fr.ifremer.allegro.referential.vessel.Vessel vessel, fr.ifremer.allegro.administration.programStrategy.Program program)
.
java.util.Collection getAllPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp updateDate)
java.util.Collection getAllPhysicalFeaturesSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
Does the same thing as getAllPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp)
.
java.util.Collection getAllPhysicalFeaturesSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as getAllPhysicalFeaturesSinceDateSynchro(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.
java.util.Collection getAllPhysicalFeaturesSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as getAllPhysicalFeaturesSinceDateSynchro(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.
java.util.Collection getAllPhysicalFeaturesSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
Does the same thing as getAllPhysicalFeaturesSinceDateSynchro(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.
java.util.Collection getAllPhysicalFeaturesSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as getAllPhysicalFeaturesSinceDateSynchro(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.
java.util.Collection getAllPhysicalFeaturesSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
Does the same thing as getAllPhysicalFeaturesSinceDateSynchro(int, java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllPhysicalFeaturesSinceDateSynchro(int, java.sql.Timestamp updateDate)
.
java.util.Collection getAllPhysicalFeaturesSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as getAllPhysicalFeaturesSinceDateSynchro(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.
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 |