|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VesselPhysicalFeaturesOriginDao
VesselPhysicalFeaturesOrigin
Field Summary | |
---|---|
static int |
TRANSFORM_CLUSTERVESSELPHYSICALFEATURESORIGIN
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_REMOTEVESSELPHYSICALFEATURESORIGINFULLVO
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_REMOTEVESSELPHYSICALFEATURESORIGINNATURALID
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 | |
---|---|
VesselPhysicalFeaturesOrigin |
clusterVesselPhysicalFeaturesOriginToEntity(ClusterVesselPhysicalFeaturesOrigin clusterVesselPhysicalFeaturesOrigin)
Converts an instance of type ClusterVesselPhysicalFeaturesOrigin to this DAO's entity. |
void |
clusterVesselPhysicalFeaturesOriginToEntity(ClusterVesselPhysicalFeaturesOrigin source,
VesselPhysicalFeaturesOrigin target,
boolean copyIfNull)
Copies the fields of ClusterVesselPhysicalFeaturesOrigin to the specified entity. |
void |
clusterVesselPhysicalFeaturesOriginToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterVesselPhysicalFeaturesOrigin to this
DAO's entity. |
java.util.Collection |
create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin and adds from the passed in entities collection |
java.util.Collection |
create(int transform,
java.util.Collection entities)
Does the same thing as create(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
Program program,
VesselPhysicalFeatures vesselPhysicalFeatures)
Does the same thing as create(fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
VesselPhysicalFeaturesOrigin vesselPhysicalFeaturesOrigin)
Does the same thing as create(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
VesselPhysicalFeatures vesselPhysicalFeatures,
Program program,
AcquisitionLevel acquisitionLevel)
Does the same thing as create(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an
additional flag called transform . |
VesselPhysicalFeaturesOrigin |
create(Program program,
VesselPhysicalFeatures vesselPhysicalFeatures)
Creates a new fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
VesselPhysicalFeaturesOrigin |
create(VesselPhysicalFeaturesOrigin vesselPhysicalFeaturesOrigin)
Creates an instance of fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin and adds it to the persistent store. |
VesselPhysicalFeaturesOrigin |
create(VesselPhysicalFeatures vesselPhysicalFeatures,
Program program,
AcquisitionLevel acquisitionLevel)
Creates a new fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin
instance from all attributes and
properties and adds it to the persistent store. |
VesselPhysicalFeaturesOrigin |
createFromClusterVesselPhysicalFeaturesOrigin(ClusterVesselPhysicalFeaturesOrigin clusterVesselPhysicalFeaturesOrigin)
|
java.util.Collection |
findVesselPhysicalFeaturesOriginByAcquisitionLevel(AcquisitionLevel acquisitionLevel)
|
java.util.Collection |
findVesselPhysicalFeaturesOriginByAcquisitionLevel(int transform,
AcquisitionLevel acquisitionLevel)
Does the same thing as findVesselPhysicalFeaturesOriginByAcquisitionLevel(fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an
additional flag called transform . |
java.util.Collection |
findVesselPhysicalFeaturesOriginByAcquisitionLevel(int pageNumber,
int pageSize,
AcquisitionLevel acquisitionLevel)
Does the same thing as findVesselPhysicalFeaturesOriginByAcquisitionLevel(fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPhysicalFeaturesOriginByAcquisitionLevel(int transform,
int pageNumber,
int pageSize,
AcquisitionLevel acquisitionLevel)
Does the same thing as findVesselPhysicalFeaturesOriginByAcquisitionLevel(int, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPhysicalFeaturesOriginByAcquisitionLevel(int transform,
java.lang.String queryString,
AcquisitionLevel acquisitionLevel)
Does the same thing as findVesselPhysicalFeaturesOriginByAcquisitionLevel(int, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an
additional argument called queryString . |
java.util.Collection |
findVesselPhysicalFeaturesOriginByAcquisitionLevel(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
AcquisitionLevel acquisitionLevel)
Does the same thing as findVesselPhysicalFeaturesOriginByAcquisitionLevel(int, String, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPhysicalFeaturesOriginByAcquisitionLevel(java.lang.String queryString,
AcquisitionLevel acquisitionLevel)
Does the same thing as findVesselPhysicalFeaturesOriginByAcquisitionLevel(fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an
additional argument called queryString . |
java.util.Collection |
findVesselPhysicalFeaturesOriginByAcquisitionLevel(java.lang.String queryString,
int pageNumber,
int pageSize,
AcquisitionLevel acquisitionLevel)
Does the same thing as findVesselPhysicalFeaturesOriginByAcquisitionLevel(String, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an
additional two arguments called pageNumber and pageSize . |
java.lang.Object |
findVesselPhysicalFeaturesOriginByIdentifiers(int transform,
java.lang.String queryString,
VesselPhysicalFeatures vesselPhysicalFeatures,
Program program)
Does the same thing as findVesselPhysicalFeaturesOriginByIdentifiers(int, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
java.lang.Object |
findVesselPhysicalFeaturesOriginByIdentifiers(int transform,
VesselPhysicalFeatures vesselPhysicalFeatures,
Program program)
Does the same thing as findVesselPhysicalFeaturesOriginByIdentifiers(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional flag called transform . |
VesselPhysicalFeaturesOrigin |
findVesselPhysicalFeaturesOriginByIdentifiers(java.lang.String queryString,
VesselPhysicalFeatures vesselPhysicalFeatures,
Program program)
Does the same thing as findVesselPhysicalFeaturesOriginByIdentifiers(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
VesselPhysicalFeaturesOrigin |
findVesselPhysicalFeaturesOriginByIdentifiers(VesselPhysicalFeatures vesselPhysicalFeatures,
Program program)
|
java.lang.Object |
findVesselPhysicalFeaturesOriginByNaturalId(int transform,
java.lang.String queryString,
VesselPhysicalFeatures vesselPhysicalFeatures,
Program program)
Does the same thing as findVesselPhysicalFeaturesOriginByNaturalId(int, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
java.lang.Object |
findVesselPhysicalFeaturesOriginByNaturalId(int transform,
VesselPhysicalFeatures vesselPhysicalFeatures,
Program program)
Does the same thing as findVesselPhysicalFeaturesOriginByNaturalId(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional flag called transform . |
VesselPhysicalFeaturesOrigin |
findVesselPhysicalFeaturesOriginByNaturalId(java.lang.String queryString,
VesselPhysicalFeatures vesselPhysicalFeatures,
Program program)
Does the same thing as findVesselPhysicalFeaturesOriginByNaturalId(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
VesselPhysicalFeaturesOrigin |
findVesselPhysicalFeaturesOriginByNaturalId(VesselPhysicalFeatures vesselPhysicalFeatures,
Program program)
|
java.util.Collection |
findVesselPhysicalFeaturesOriginByProgram(int transform,
int pageNumber,
int pageSize,
Program program)
Does the same thing as findVesselPhysicalFeaturesOriginByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPhysicalFeaturesOriginByProgram(int pageNumber,
int pageSize,
Program program)
Does the same thing as findVesselPhysicalFeaturesOriginByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPhysicalFeaturesOriginByProgram(int transform,
Program program)
Does the same thing as findVesselPhysicalFeaturesOriginByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional flag called transform . |
java.util.Collection |
findVesselPhysicalFeaturesOriginByProgram(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Program program)
Does the same thing as findVesselPhysicalFeaturesOriginByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPhysicalFeaturesOriginByProgram(int transform,
java.lang.String queryString,
Program program)
Does the same thing as findVesselPhysicalFeaturesOriginByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
java.util.Collection |
findVesselPhysicalFeaturesOriginByProgram(Program program)
|
java.util.Collection |
findVesselPhysicalFeaturesOriginByProgram(java.lang.String queryString,
int pageNumber,
int pageSize,
Program program)
Does the same thing as findVesselPhysicalFeaturesOriginByProgram(String, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPhysicalFeaturesOriginByProgram(java.lang.String queryString,
Program program)
Does the same thing as findVesselPhysicalFeaturesOriginByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
java.util.Collection |
findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(int transform,
int pageNumber,
int pageSize,
VesselPhysicalFeatures vesselPhysicalFeatures)
Does the same thing as findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(int, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(int pageNumber,
int pageSize,
VesselPhysicalFeatures vesselPhysicalFeatures)
Does the same thing as findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
VesselPhysicalFeatures vesselPhysicalFeatures)
Does the same thing as findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(int, String, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(int transform,
java.lang.String queryString,
VesselPhysicalFeatures vesselPhysicalFeatures)
Does the same thing as findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(int, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures) with an
additional argument called queryString . |
java.util.Collection |
findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(int transform,
VesselPhysicalFeatures vesselPhysicalFeatures)
Does the same thing as findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures) with an
additional flag called transform . |
java.util.Collection |
findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(java.lang.String queryString,
int pageNumber,
int pageSize,
VesselPhysicalFeatures vesselPhysicalFeatures)
Does the same thing as findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(String, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(java.lang.String queryString,
VesselPhysicalFeatures vesselPhysicalFeatures)
Does the same thing as findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures) with an
additional argument called queryString . |
java.util.Collection |
findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(VesselPhysicalFeatures vesselPhysicalFeatures)
|
java.util.Collection |
getAllVesselPhysicalFeaturesOrigin()
|
java.util.Collection |
getAllVesselPhysicalFeaturesOrigin(int transform)
Does the same thing as getAllVesselPhysicalFeaturesOrigin() with an
additional flag called transform . |
java.util.Collection |
getAllVesselPhysicalFeaturesOrigin(int pageNumber,
int pageSize)
Does the same thing as getAllVesselPhysicalFeaturesOrigin() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllVesselPhysicalFeaturesOrigin(int transform,
int pageNumber,
int pageSize)
Does the same thing as getAllVesselPhysicalFeaturesOrigin(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllVesselPhysicalFeaturesOrigin(int transform,
java.lang.String queryString)
Does the same thing as getAllVesselPhysicalFeaturesOrigin(int) with an
additional argument called queryString . |
java.util.Collection |
getAllVesselPhysicalFeaturesOrigin(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as getAllVesselPhysicalFeaturesOrigin(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllVesselPhysicalFeaturesOrigin(java.lang.String queryString)
Does the same thing as getAllVesselPhysicalFeaturesOrigin() with an
additional argument called queryString . |
java.util.Collection |
getAllVesselPhysicalFeaturesOrigin(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as getAllVesselPhysicalFeaturesOrigin(String) with an
additional two arguments called pageNumber and pageSize . |
java.lang.Object |
load(int transform,
VesselPhysicalFeatures vesselPhysicalFeatures,
Program program)
Does the same thing as load(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures,fr.ifremer.allegro.administration.programStrategy.Program) with an
additional flag called transform . |
VesselPhysicalFeaturesOrigin |
load(VesselPhysicalFeatures vesselPhysicalFeatures,
Program program)
Loads an instance of fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin from the persistent store. |
java.util.Collection |
loadAll()
Loads all entities of type VesselPhysicalFeaturesOrigin . |
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 . |
VesselPhysicalFeaturesOrigin |
remoteVesselPhysicalFeaturesOriginFullVOToEntity(RemoteVesselPhysicalFeaturesOriginFullVO remoteVesselPhysicalFeaturesOriginFullVO)
Converts an instance of type RemoteVesselPhysicalFeaturesOriginFullVO to this DAO's entity. |
void |
remoteVesselPhysicalFeaturesOriginFullVOToEntity(RemoteVesselPhysicalFeaturesOriginFullVO source,
VesselPhysicalFeaturesOrigin target,
boolean copyIfNull)
Copies the fields of RemoteVesselPhysicalFeaturesOriginFullVO to the specified entity. |
void |
remoteVesselPhysicalFeaturesOriginFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteVesselPhysicalFeaturesOriginFullVO to this
DAO's entity. |
VesselPhysicalFeaturesOrigin |
remoteVesselPhysicalFeaturesOriginNaturalIdToEntity(RemoteVesselPhysicalFeaturesOriginNaturalId remoteVesselPhysicalFeaturesOriginNaturalId)
Converts an instance of type RemoteVesselPhysicalFeaturesOriginNaturalId to this DAO's entity. |
void |
remoteVesselPhysicalFeaturesOriginNaturalIdToEntity(RemoteVesselPhysicalFeaturesOriginNaturalId source,
VesselPhysicalFeaturesOrigin target,
boolean copyIfNull)
Copies the fields of RemoteVesselPhysicalFeaturesOriginNaturalId to the specified entity. |
void |
remoteVesselPhysicalFeaturesOriginNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteVesselPhysicalFeaturesOriginNaturalId to this
DAO's entity. |
void |
remove(java.util.Collection entities)
Removes all entities in the given entities |
void |
remove(VesselPhysicalFeaturesOrigin vesselPhysicalFeaturesOrigin)
Removes the instance of fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin from the persistent store. |
void |
remove(VesselPhysicalFeatures vesselPhysicalFeatures,
Program program)
Removes the instance of fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin having the given identifiers from the persistent store. |
PaginationResult |
search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as {@link #search(int, fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize . |
PaginationResult |
search(int pageNumber,
int pageSize,
Search search)
Does the same thing as {@link #search(fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize . |
java.util.Set |
search(int transform,
Search search)
Does the same thing as search(fr.ifremer.allegro.Search) but with an
additional flag called transform . |
java.util.Set |
search(Search search)
Performs a search using the parameters specified in the given search object. |
ClusterVesselPhysicalFeaturesOrigin |
toClusterVesselPhysicalFeaturesOrigin(VesselPhysicalFeaturesOrigin entity)
Converts this DAO's entity to an object of type ClusterVesselPhysicalFeaturesOrigin . |
void |
toClusterVesselPhysicalFeaturesOrigin(VesselPhysicalFeaturesOrigin source,
ClusterVesselPhysicalFeaturesOrigin target)
Copies the fields of the specified entity to the target value object. |
ClusterVesselPhysicalFeaturesOrigin[] |
toClusterVesselPhysicalFeaturesOriginArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterVesselPhysicalFeaturesOrigin . |
void |
toClusterVesselPhysicalFeaturesOriginCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterVesselPhysicalFeaturesOrigin . |
RemoteVesselPhysicalFeaturesOriginFullVO |
toRemoteVesselPhysicalFeaturesOriginFullVO(VesselPhysicalFeaturesOrigin entity)
Converts this DAO's entity to an object of type RemoteVesselPhysicalFeaturesOriginFullVO . |
void |
toRemoteVesselPhysicalFeaturesOriginFullVO(VesselPhysicalFeaturesOrigin source,
RemoteVesselPhysicalFeaturesOriginFullVO target)
Copies the fields of the specified entity to the target value object. |
RemoteVesselPhysicalFeaturesOriginFullVO[] |
toRemoteVesselPhysicalFeaturesOriginFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteVesselPhysicalFeaturesOriginFullVO . |
void |
toRemoteVesselPhysicalFeaturesOriginFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteVesselPhysicalFeaturesOriginFullVO . |
RemoteVesselPhysicalFeaturesOriginNaturalId |
toRemoteVesselPhysicalFeaturesOriginNaturalId(VesselPhysicalFeaturesOrigin entity)
Converts this DAO's entity to an object of type RemoteVesselPhysicalFeaturesOriginNaturalId . |
void |
toRemoteVesselPhysicalFeaturesOriginNaturalId(VesselPhysicalFeaturesOrigin source,
RemoteVesselPhysicalFeaturesOriginNaturalId target)
Copies the fields of the specified entity to the target value object. |
RemoteVesselPhysicalFeaturesOriginNaturalId[] |
toRemoteVesselPhysicalFeaturesOriginNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteVesselPhysicalFeaturesOriginNaturalId . |
void |
toRemoteVesselPhysicalFeaturesOriginNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteVesselPhysicalFeaturesOriginNaturalId . |
void |
update(java.util.Collection entities)
Updates all instances in the entities collection in the persistent store. |
void |
update(VesselPhysicalFeaturesOrigin vesselPhysicalFeaturesOrigin)
Updates the vesselPhysicalFeaturesOrigin 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_REMOTEVESSELPHYSICALFEATURESORIGINFULLVO
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteVesselPhysicalFeaturesOriginFullVO
.
static final int TRANSFORM_REMOTEVESSELPHYSICALFEATURESORIGINNATURALID
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteVesselPhysicalFeaturesOriginNaturalId
.
static final int TRANSFORM_CLUSTERVESSELPHYSICALFEATURESORIGIN
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
ClusterVesselPhysicalFeaturesOrigin
.
Method Detail |
---|
void toRemoteVesselPhysicalFeaturesOriginFullVO(VesselPhysicalFeaturesOrigin source, RemoteVesselPhysicalFeaturesOriginFullVO target)
RemoteVesselPhysicalFeaturesOriginFullVO toRemoteVesselPhysicalFeaturesOriginFullVO(VesselPhysicalFeaturesOrigin entity)
RemoteVesselPhysicalFeaturesOriginFullVO
.
void toRemoteVesselPhysicalFeaturesOriginFullVOCollection(java.util.Collection entities)
RemoteVesselPhysicalFeaturesOriginFullVO
.
RemoteVesselPhysicalFeaturesOriginFullVO[] toRemoteVesselPhysicalFeaturesOriginFullVOArray(java.util.Collection entities)
RemoteVesselPhysicalFeaturesOriginFullVO
.
void remoteVesselPhysicalFeaturesOriginFullVOToEntity(RemoteVesselPhysicalFeaturesOriginFullVO source, VesselPhysicalFeaturesOrigin target, boolean copyIfNull)
RemoteVesselPhysicalFeaturesOriginFullVO
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.VesselPhysicalFeaturesOrigin remoteVesselPhysicalFeaturesOriginFullVOToEntity(RemoteVesselPhysicalFeaturesOriginFullVO remoteVesselPhysicalFeaturesOriginFullVO)
RemoteVesselPhysicalFeaturesOriginFullVO
to this DAO's entity.
void remoteVesselPhysicalFeaturesOriginFullVOToEntityCollection(java.util.Collection instances)
RemoteVesselPhysicalFeaturesOriginFullVO
to this
DAO's entity.
void toRemoteVesselPhysicalFeaturesOriginNaturalId(VesselPhysicalFeaturesOrigin source, RemoteVesselPhysicalFeaturesOriginNaturalId target)
RemoteVesselPhysicalFeaturesOriginNaturalId toRemoteVesselPhysicalFeaturesOriginNaturalId(VesselPhysicalFeaturesOrigin entity)
RemoteVesselPhysicalFeaturesOriginNaturalId
.
void toRemoteVesselPhysicalFeaturesOriginNaturalIdCollection(java.util.Collection entities)
RemoteVesselPhysicalFeaturesOriginNaturalId
.
RemoteVesselPhysicalFeaturesOriginNaturalId[] toRemoteVesselPhysicalFeaturesOriginNaturalIdArray(java.util.Collection entities)
RemoteVesselPhysicalFeaturesOriginNaturalId
.
void remoteVesselPhysicalFeaturesOriginNaturalIdToEntity(RemoteVesselPhysicalFeaturesOriginNaturalId source, VesselPhysicalFeaturesOrigin target, boolean copyIfNull)
RemoteVesselPhysicalFeaturesOriginNaturalId
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.VesselPhysicalFeaturesOrigin remoteVesselPhysicalFeaturesOriginNaturalIdToEntity(RemoteVesselPhysicalFeaturesOriginNaturalId remoteVesselPhysicalFeaturesOriginNaturalId)
RemoteVesselPhysicalFeaturesOriginNaturalId
to this DAO's entity.
void remoteVesselPhysicalFeaturesOriginNaturalIdToEntityCollection(java.util.Collection instances)
RemoteVesselPhysicalFeaturesOriginNaturalId
to this
DAO's entity.
void toClusterVesselPhysicalFeaturesOrigin(VesselPhysicalFeaturesOrigin source, ClusterVesselPhysicalFeaturesOrigin target)
ClusterVesselPhysicalFeaturesOrigin toClusterVesselPhysicalFeaturesOrigin(VesselPhysicalFeaturesOrigin entity)
ClusterVesselPhysicalFeaturesOrigin
.
void toClusterVesselPhysicalFeaturesOriginCollection(java.util.Collection entities)
ClusterVesselPhysicalFeaturesOrigin
.
ClusterVesselPhysicalFeaturesOrigin[] toClusterVesselPhysicalFeaturesOriginArray(java.util.Collection entities)
ClusterVesselPhysicalFeaturesOrigin
.
void clusterVesselPhysicalFeaturesOriginToEntity(ClusterVesselPhysicalFeaturesOrigin source, VesselPhysicalFeaturesOrigin target, boolean copyIfNull)
ClusterVesselPhysicalFeaturesOrigin
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.VesselPhysicalFeaturesOrigin clusterVesselPhysicalFeaturesOriginToEntity(ClusterVesselPhysicalFeaturesOrigin clusterVesselPhysicalFeaturesOrigin)
ClusterVesselPhysicalFeaturesOrigin
to this DAO's entity.
void clusterVesselPhysicalFeaturesOriginToEntityCollection(java.util.Collection instances)
ClusterVesselPhysicalFeaturesOrigin
to this
DAO's entity.
VesselPhysicalFeaturesOrigin load(VesselPhysicalFeatures vesselPhysicalFeatures, Program program)
java.lang.Object load(int transform, VesselPhysicalFeatures vesselPhysicalFeatures, Program program)
Does the same thing as load(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures,fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined in this class then the result WILL BE passed through an operation which can
optionally transform the entity (into a value object for example). By default, transformation does
not occur.
vesselPhysicalFeatures
- identifier of the entity to loadprogram
- identifier of the entity to load
java.util.Collection loadAll()
VesselPhysicalFeaturesOrigin
.
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.
VesselPhysicalFeaturesOrigin create(VesselPhysicalFeaturesOrigin vesselPhysicalFeaturesOrigin)
java.lang.Object create(int transform, VesselPhysicalFeaturesOrigin vesselPhysicalFeaturesOrigin)
Does the same thing as create(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
java.util.Collection create(java.util.Collection entities)
entities
collection
entities
- the collection of fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin
instances to create.
java.util.Collection create(int transform, java.util.Collection entities)
Does the same thing as create(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin)
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.
VesselPhysicalFeaturesOrigin create(VesselPhysicalFeatures vesselPhysicalFeatures, Program program, AcquisitionLevel acquisitionLevel)
Creates a new fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin
instance from all attributes and
properties and adds it to the persistent store.
java.lang.Object create(int transform, VesselPhysicalFeatures vesselPhysicalFeatures, Program program, AcquisitionLevel acquisitionLevel)
Does the same thing as create(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
VesselPhysicalFeaturesOrigin create(Program program, VesselPhysicalFeatures vesselPhysicalFeatures)
Creates a new fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin
instance from only required properties (attributes
and association ends) and adds it to the persistent store.
java.lang.Object create(int transform, Program program, VesselPhysicalFeatures vesselPhysicalFeatures)
Does the same thing as create(fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures)
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(VesselPhysicalFeaturesOrigin vesselPhysicalFeaturesOrigin)
vesselPhysicalFeaturesOrigin
instance in the persistent store.
void update(java.util.Collection entities)
entities
collection in the persistent store.
void remove(VesselPhysicalFeaturesOrigin vesselPhysicalFeaturesOrigin)
void remove(VesselPhysicalFeatures vesselPhysicalFeatures, Program program)
identifiers
from the persistent store.
void remove(java.util.Collection entities)
entities collection.
java.util.Collection getAllVesselPhysicalFeaturesOrigin()
java.util.Collection getAllVesselPhysicalFeaturesOrigin(java.lang.String queryString)
Does the same thing as getAllVesselPhysicalFeaturesOrigin()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllVesselPhysicalFeaturesOrigin()
.
java.util.Collection getAllVesselPhysicalFeaturesOrigin(int pageNumber, int pageSize)
Does the same thing as getAllVesselPhysicalFeaturesOrigin()
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 getAllVesselPhysicalFeaturesOrigin(java.lang.String queryString, int pageNumber, int pageSize)
Does the same thing as getAllVesselPhysicalFeaturesOrigin(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 getAllVesselPhysicalFeaturesOrigin(int transform)
Does the same thing as getAllVesselPhysicalFeaturesOrigin()
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 getAllVesselPhysicalFeaturesOrigin(int transform, int pageNumber, int pageSize)
Does the same thing as getAllVesselPhysicalFeaturesOrigin(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 getAllVesselPhysicalFeaturesOrigin(int transform, java.lang.String queryString)
Does the same thing as getAllVesselPhysicalFeaturesOrigin(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllVesselPhysicalFeaturesOrigin(int)
.
java.util.Collection getAllVesselPhysicalFeaturesOrigin(int transform, java.lang.String queryString, int pageNumber, int pageSize)
Does the same thing as getAllVesselPhysicalFeaturesOrigin(int, String)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(VesselPhysicalFeatures vesselPhysicalFeatures)
java.util.Collection findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(java.lang.String queryString, VesselPhysicalFeatures vesselPhysicalFeatures)
Does the same thing as findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures)
.
java.util.Collection findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(int pageNumber, int pageSize, VesselPhysicalFeatures vesselPhysicalFeatures)
Does the same thing as findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures)
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 findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(java.lang.String queryString, int pageNumber, int pageSize, VesselPhysicalFeatures vesselPhysicalFeatures)
Does the same thing as findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(String, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures)
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 findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(int transform, VesselPhysicalFeatures vesselPhysicalFeatures)
Does the same thing as findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures)
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 findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(int transform, int pageNumber, int pageSize, VesselPhysicalFeatures vesselPhysicalFeatures)
Does the same thing as findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(int, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures)
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 findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(int transform, java.lang.String queryString, VesselPhysicalFeatures vesselPhysicalFeatures)
Does the same thing as findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(int, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(int, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures vesselPhysicalFeatures)
.
java.util.Collection findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(int transform, java.lang.String queryString, int pageNumber, int pageSize, VesselPhysicalFeatures vesselPhysicalFeatures)
Does the same thing as findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(int, String, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures)
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 findVesselPhysicalFeaturesOriginByProgram(Program program)
java.util.Collection findVesselPhysicalFeaturesOriginByProgram(java.lang.String queryString, Program program)
Does the same thing as findVesselPhysicalFeaturesOriginByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findVesselPhysicalFeaturesOriginByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
.
java.util.Collection findVesselPhysicalFeaturesOriginByProgram(int pageNumber, int pageSize, Program program)
Does the same thing as findVesselPhysicalFeaturesOriginByProgram(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 findVesselPhysicalFeaturesOriginByProgram(java.lang.String queryString, int pageNumber, int pageSize, Program program)
Does the same thing as findVesselPhysicalFeaturesOriginByProgram(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 findVesselPhysicalFeaturesOriginByProgram(int transform, Program program)
Does the same thing as findVesselPhysicalFeaturesOriginByProgram(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 findVesselPhysicalFeaturesOriginByProgram(int transform, int pageNumber, int pageSize, Program program)
Does the same thing as findVesselPhysicalFeaturesOriginByProgram(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 findVesselPhysicalFeaturesOriginByProgram(int transform, java.lang.String queryString, Program program)
Does the same thing as findVesselPhysicalFeaturesOriginByProgram(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 findVesselPhysicalFeaturesOriginByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program program)
.
java.util.Collection findVesselPhysicalFeaturesOriginByProgram(int transform, java.lang.String queryString, int pageNumber, int pageSize, Program program)
Does the same thing as findVesselPhysicalFeaturesOriginByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findVesselPhysicalFeaturesOriginByAcquisitionLevel(AcquisitionLevel acquisitionLevel)
java.util.Collection findVesselPhysicalFeaturesOriginByAcquisitionLevel(java.lang.String queryString, AcquisitionLevel acquisitionLevel)
Does the same thing as findVesselPhysicalFeaturesOriginByAcquisitionLevel(fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findVesselPhysicalFeaturesOriginByAcquisitionLevel(fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
.
java.util.Collection findVesselPhysicalFeaturesOriginByAcquisitionLevel(int pageNumber, int pageSize, AcquisitionLevel acquisitionLevel)
Does the same thing as findVesselPhysicalFeaturesOriginByAcquisitionLevel(fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findVesselPhysicalFeaturesOriginByAcquisitionLevel(java.lang.String queryString, int pageNumber, int pageSize, AcquisitionLevel acquisitionLevel)
Does the same thing as findVesselPhysicalFeaturesOriginByAcquisitionLevel(String, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findVesselPhysicalFeaturesOriginByAcquisitionLevel(int transform, AcquisitionLevel acquisitionLevel)
Does the same thing as findVesselPhysicalFeaturesOriginByAcquisitionLevel(fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
java.util.Collection findVesselPhysicalFeaturesOriginByAcquisitionLevel(int transform, int pageNumber, int pageSize, AcquisitionLevel acquisitionLevel)
Does the same thing as findVesselPhysicalFeaturesOriginByAcquisitionLevel(int, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findVesselPhysicalFeaturesOriginByAcquisitionLevel(int transform, java.lang.String queryString, AcquisitionLevel acquisitionLevel)
Does the same thing as findVesselPhysicalFeaturesOriginByAcquisitionLevel(int, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findVesselPhysicalFeaturesOriginByAcquisitionLevel(int, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel acquisitionLevel)
.
java.util.Collection findVesselPhysicalFeaturesOriginByAcquisitionLevel(int transform, java.lang.String queryString, int pageNumber, int pageSize, AcquisitionLevel acquisitionLevel)
Does the same thing as findVesselPhysicalFeaturesOriginByAcquisitionLevel(int, String, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
VesselPhysicalFeaturesOrigin findVesselPhysicalFeaturesOriginByIdentifiers(VesselPhysicalFeatures vesselPhysicalFeatures, Program program)
VesselPhysicalFeaturesOrigin findVesselPhysicalFeaturesOriginByIdentifiers(java.lang.String queryString, VesselPhysicalFeatures vesselPhysicalFeatures, Program program)
Does the same thing as findVesselPhysicalFeaturesOriginByIdentifiers(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findVesselPhysicalFeaturesOriginByIdentifiers(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program)
.
java.lang.Object findVesselPhysicalFeaturesOriginByIdentifiers(int transform, VesselPhysicalFeatures vesselPhysicalFeatures, Program program)
Does the same thing as findVesselPhysicalFeaturesOriginByIdentifiers(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures, 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 findVesselPhysicalFeaturesOriginByIdentifiers(int transform, java.lang.String queryString, VesselPhysicalFeatures vesselPhysicalFeatures, Program program)
Does the same thing as findVesselPhysicalFeaturesOriginByIdentifiers(int, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findVesselPhysicalFeaturesOriginByIdentifiers(int, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures vesselPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program program)
.
VesselPhysicalFeaturesOrigin findVesselPhysicalFeaturesOriginByNaturalId(VesselPhysicalFeatures vesselPhysicalFeatures, Program program)
VesselPhysicalFeaturesOrigin findVesselPhysicalFeaturesOriginByNaturalId(java.lang.String queryString, VesselPhysicalFeatures vesselPhysicalFeatures, Program program)
Does the same thing as findVesselPhysicalFeaturesOriginByNaturalId(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findVesselPhysicalFeaturesOriginByNaturalId(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program)
.
java.lang.Object findVesselPhysicalFeaturesOriginByNaturalId(int transform, VesselPhysicalFeatures vesselPhysicalFeatures, Program program)
Does the same thing as findVesselPhysicalFeaturesOriginByNaturalId(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures, 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 findVesselPhysicalFeaturesOriginByNaturalId(int transform, java.lang.String queryString, VesselPhysicalFeatures vesselPhysicalFeatures, Program program)
Does the same thing as findVesselPhysicalFeaturesOriginByNaturalId(int, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findVesselPhysicalFeaturesOriginByNaturalId(int, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures vesselPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program program)
.
VesselPhysicalFeaturesOrigin createFromClusterVesselPhysicalFeaturesOrigin(ClusterVesselPhysicalFeaturesOrigin clusterVesselPhysicalFeaturesOrigin)
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 |