|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FishingTripOriginDao
FishingTripOrigin
Field Summary | |
---|---|
static int |
TRANSFORM_CLUSTERFISHINGTRIPORIGIN
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_REMOTEFISHINGTRIPORIGINFULLVO
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_REMOTEFISHINGTRIPORIGINNATURALID
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 | |
---|---|
FishingTripOrigin |
clusterFishingTripOriginToEntity(ClusterFishingTripOrigin clusterFishingTripOrigin)
Converts an instance of type ClusterFishingTripOrigin to this DAO's entity. |
void |
clusterFishingTripOriginToEntity(ClusterFishingTripOrigin source,
FishingTripOrigin target,
boolean copyIfNull)
Copies the fields of ClusterFishingTripOrigin to the specified entity. |
void |
clusterFishingTripOriginToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterFishingTripOrigin to this
DAO's entity. |
java.util.Collection |
create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.data.survey.fishingTrip.FishingTripOrigin and adds from the passed in entities collection |
FishingTripOrigin |
create(FishingTripOrigin fishingTripOrigin)
Creates an instance of fr.ifremer.allegro.data.survey.fishingTrip.FishingTripOrigin and adds it to the persistent store. |
FishingTripOrigin |
create(FishingTrip fishingTrip,
Program program)
Creates a new fr.ifremer.allegro.data.survey.fishingTrip.FishingTripOrigin
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
FishingTripOrigin |
create(FishingTrip fishingTrip,
Program program,
FishingTrip originFishingTrip)
Creates a new fr.ifremer.allegro.data.survey.fishingTrip.FishingTripOrigin
instance from all attributes and
properties and adds it to the persistent store. |
java.util.Collection |
create(int transform,
java.util.Collection entities)
Does the same thing as create(fr.ifremer.allegro.data.survey.fishingTrip.FishingTripOrigin) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
FishingTripOrigin fishingTripOrigin)
Does the same thing as create(fr.ifremer.allegro.data.survey.fishingTrip.FishingTripOrigin) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
FishingTrip fishingTrip,
Program program)
Does the same thing as create(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,fr.ifremer.allegro.administration.programStrategy.Program) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
FishingTrip fishingTrip,
Program program,
FishingTrip originFishingTrip)
Does the same thing as create(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional flag called transform . |
FishingTripOrigin |
createFromClusterFishingTripOrigin(ClusterFishingTripOrigin clusterFishingTripOrigin)
|
java.util.Collection |
findFishingTripOriginByFishingTrip(FishingTrip fishingTrip)
|
java.util.Collection |
findFishingTripOriginByFishingTrip(int transform,
FishingTrip fishingTrip)
Does the same thing as findFishingTripOriginByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional flag called transform . |
java.util.Collection |
findFishingTripOriginByFishingTrip(int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as findFishingTripOriginByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingTripOriginByFishingTrip(int transform,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as findFishingTripOriginByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingTripOriginByFishingTrip(int transform,
java.lang.String queryString,
FishingTrip fishingTrip)
Does the same thing as findFishingTripOriginByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional argument called queryString . |
java.util.Collection |
findFishingTripOriginByFishingTrip(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as findFishingTripOriginByFishingTrip(int, String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingTripOriginByFishingTrip(java.lang.String queryString,
FishingTrip fishingTrip)
Does the same thing as findFishingTripOriginByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional argument called queryString . |
java.util.Collection |
findFishingTripOriginByFishingTrip(java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as findFishingTripOriginByFishingTrip(String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
FishingTripOrigin |
findFishingTripOriginById(java.lang.Integer id)
|
java.lang.Object |
findFishingTripOriginById(int transform,
java.lang.Integer id)
Does the same thing as findFishingTripOriginById(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findFishingTripOriginById(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as findFishingTripOriginById(int, java.lang.Integer) with an
additional argument called queryString . |
FishingTripOrigin |
findFishingTripOriginById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as findFishingTripOriginById(java.lang.Integer) with an
additional argument called queryString . |
FishingTripOrigin |
findFishingTripOriginByNaturalId(java.lang.Integer id)
|
java.lang.Object |
findFishingTripOriginByNaturalId(int transform,
java.lang.Integer id)
Does the same thing as findFishingTripOriginByNaturalId(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findFishingTripOriginByNaturalId(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as findFishingTripOriginByNaturalId(int, java.lang.Integer) with an
additional argument called queryString . |
FishingTripOrigin |
findFishingTripOriginByNaturalId(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as findFishingTripOriginByNaturalId(java.lang.Integer) with an
additional argument called queryString . |
java.util.Collection |
findFishingTripOriginByOriginFishingTrip(FishingTrip originFishingTrip)
|
java.util.Collection |
findFishingTripOriginByOriginFishingTrip(int transform,
FishingTrip originFishingTrip)
Does the same thing as findFishingTripOriginByOriginFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional flag called transform . |
java.util.Collection |
findFishingTripOriginByOriginFishingTrip(int pageNumber,
int pageSize,
FishingTrip originFishingTrip)
Does the same thing as findFishingTripOriginByOriginFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingTripOriginByOriginFishingTrip(int transform,
int pageNumber,
int pageSize,
FishingTrip originFishingTrip)
Does the same thing as findFishingTripOriginByOriginFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingTripOriginByOriginFishingTrip(int transform,
java.lang.String queryString,
FishingTrip originFishingTrip)
Does the same thing as findFishingTripOriginByOriginFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional argument called queryString . |
java.util.Collection |
findFishingTripOriginByOriginFishingTrip(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip originFishingTrip)
Does the same thing as findFishingTripOriginByOriginFishingTrip(int, String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingTripOriginByOriginFishingTrip(java.lang.String queryString,
FishingTrip originFishingTrip)
Does the same thing as findFishingTripOriginByOriginFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional argument called queryString . |
java.util.Collection |
findFishingTripOriginByOriginFishingTrip(java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip originFishingTrip)
Does the same thing as findFishingTripOriginByOriginFishingTrip(String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingTripOriginByProgram(int transform,
int pageNumber,
int pageSize,
Program program)
Does the same thing as findFishingTripOriginByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingTripOriginByProgram(int pageNumber,
int pageSize,
Program program)
Does the same thing as findFishingTripOriginByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingTripOriginByProgram(int transform,
Program program)
Does the same thing as findFishingTripOriginByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional flag called transform . |
java.util.Collection |
findFishingTripOriginByProgram(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Program program)
Does the same thing as findFishingTripOriginByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingTripOriginByProgram(int transform,
java.lang.String queryString,
Program program)
Does the same thing as findFishingTripOriginByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
java.util.Collection |
findFishingTripOriginByProgram(Program program)
|
java.util.Collection |
findFishingTripOriginByProgram(java.lang.String queryString,
int pageNumber,
int pageSize,
Program program)
Does the same thing as findFishingTripOriginByProgram(String, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingTripOriginByProgram(java.lang.String queryString,
Program program)
Does the same thing as findFishingTripOriginByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
java.util.Collection |
getAllFishingTripOrigin()
|
java.util.Collection |
getAllFishingTripOrigin(int transform)
Does the same thing as getAllFishingTripOrigin() with an
additional flag called transform . |
java.util.Collection |
getAllFishingTripOrigin(int pageNumber,
int pageSize)
Does the same thing as getAllFishingTripOrigin() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllFishingTripOrigin(int transform,
int pageNumber,
int pageSize)
Does the same thing as getAllFishingTripOrigin(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllFishingTripOrigin(int transform,
java.lang.String queryString)
Does the same thing as getAllFishingTripOrigin(int) with an
additional argument called queryString . |
java.util.Collection |
getAllFishingTripOrigin(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as getAllFishingTripOrigin(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllFishingTripOrigin(java.lang.String queryString)
Does the same thing as getAllFishingTripOrigin() with an
additional argument called queryString . |
java.util.Collection |
getAllFishingTripOrigin(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as getAllFishingTripOrigin(String) with an
additional two arguments called pageNumber and pageSize . |
FishingTripOrigin |
load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.data.survey.fishingTrip.FishingTripOrigin 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 FishingTripOrigin . |
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 . |
FishingTripOrigin |
remoteFishingTripOriginFullVOToEntity(RemoteFishingTripOriginFullVO remoteFishingTripOriginFullVO)
Converts an instance of type RemoteFishingTripOriginFullVO to this DAO's entity. |
void |
remoteFishingTripOriginFullVOToEntity(RemoteFishingTripOriginFullVO source,
FishingTripOrigin target,
boolean copyIfNull)
Copies the fields of RemoteFishingTripOriginFullVO to the specified entity. |
void |
remoteFishingTripOriginFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteFishingTripOriginFullVO to this
DAO's entity. |
FishingTripOrigin |
remoteFishingTripOriginNaturalIdToEntity(RemoteFishingTripOriginNaturalId remoteFishingTripOriginNaturalId)
Converts an instance of type RemoteFishingTripOriginNaturalId to this DAO's entity. |
void |
remoteFishingTripOriginNaturalIdToEntity(RemoteFishingTripOriginNaturalId source,
FishingTripOrigin target,
boolean copyIfNull)
Copies the fields of RemoteFishingTripOriginNaturalId to the specified entity. |
void |
remoteFishingTripOriginNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteFishingTripOriginNaturalId to this
DAO's entity. |
void |
remove(java.util.Collection entities)
Removes all entities in the given entities |
void |
remove(FishingTripOrigin fishingTripOrigin)
Removes the instance of fr.ifremer.allegro.data.survey.fishingTrip.FishingTripOrigin from the persistent store. |
void |
remove(java.lang.Integer id)
Removes the instance of fr.ifremer.allegro.data.survey.fishingTrip.FishingTripOrigin having the given identifier 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. |
ClusterFishingTripOrigin |
toClusterFishingTripOrigin(FishingTripOrigin entity)
Converts this DAO's entity to an object of type ClusterFishingTripOrigin . |
void |
toClusterFishingTripOrigin(FishingTripOrigin source,
ClusterFishingTripOrigin target)
Copies the fields of the specified entity to the target value object. |
ClusterFishingTripOrigin[] |
toClusterFishingTripOriginArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterFishingTripOrigin . |
void |
toClusterFishingTripOriginCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterFishingTripOrigin . |
RemoteFishingTripOriginFullVO |
toRemoteFishingTripOriginFullVO(FishingTripOrigin entity)
Converts this DAO's entity to an object of type RemoteFishingTripOriginFullVO . |
void |
toRemoteFishingTripOriginFullVO(FishingTripOrigin source,
RemoteFishingTripOriginFullVO target)
Copies the fields of the specified entity to the target value object. |
RemoteFishingTripOriginFullVO[] |
toRemoteFishingTripOriginFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteFishingTripOriginFullVO . |
void |
toRemoteFishingTripOriginFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteFishingTripOriginFullVO . |
RemoteFishingTripOriginNaturalId |
toRemoteFishingTripOriginNaturalId(FishingTripOrigin entity)
Converts this DAO's entity to an object of type RemoteFishingTripOriginNaturalId . |
void |
toRemoteFishingTripOriginNaturalId(FishingTripOrigin source,
RemoteFishingTripOriginNaturalId target)
Copies the fields of the specified entity to the target value object. |
RemoteFishingTripOriginNaturalId[] |
toRemoteFishingTripOriginNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteFishingTripOriginNaturalId . |
void |
toRemoteFishingTripOriginNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteFishingTripOriginNaturalId . |
void |
update(java.util.Collection entities)
Updates all instances in the entities collection in the persistent store. |
void |
update(FishingTripOrigin fishingTripOrigin)
Updates the fishingTripOrigin 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_REMOTEFISHINGTRIPORIGINFULLVO
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteFishingTripOriginFullVO
.
static final int TRANSFORM_REMOTEFISHINGTRIPORIGINNATURALID
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteFishingTripOriginNaturalId
.
static final int TRANSFORM_CLUSTERFISHINGTRIPORIGIN
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
ClusterFishingTripOrigin
.
Method Detail |
---|
void toRemoteFishingTripOriginFullVO(FishingTripOrigin source, RemoteFishingTripOriginFullVO target)
RemoteFishingTripOriginFullVO toRemoteFishingTripOriginFullVO(FishingTripOrigin entity)
RemoteFishingTripOriginFullVO
.
void toRemoteFishingTripOriginFullVOCollection(java.util.Collection entities)
RemoteFishingTripOriginFullVO
.
RemoteFishingTripOriginFullVO[] toRemoteFishingTripOriginFullVOArray(java.util.Collection entities)
RemoteFishingTripOriginFullVO
.
void remoteFishingTripOriginFullVOToEntity(RemoteFishingTripOriginFullVO source, FishingTripOrigin target, boolean copyIfNull)
RemoteFishingTripOriginFullVO
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.FishingTripOrigin remoteFishingTripOriginFullVOToEntity(RemoteFishingTripOriginFullVO remoteFishingTripOriginFullVO)
RemoteFishingTripOriginFullVO
to this DAO's entity.
void remoteFishingTripOriginFullVOToEntityCollection(java.util.Collection instances)
RemoteFishingTripOriginFullVO
to this
DAO's entity.
void toRemoteFishingTripOriginNaturalId(FishingTripOrigin source, RemoteFishingTripOriginNaturalId target)
RemoteFishingTripOriginNaturalId toRemoteFishingTripOriginNaturalId(FishingTripOrigin entity)
RemoteFishingTripOriginNaturalId
.
void toRemoteFishingTripOriginNaturalIdCollection(java.util.Collection entities)
RemoteFishingTripOriginNaturalId
.
RemoteFishingTripOriginNaturalId[] toRemoteFishingTripOriginNaturalIdArray(java.util.Collection entities)
RemoteFishingTripOriginNaturalId
.
void remoteFishingTripOriginNaturalIdToEntity(RemoteFishingTripOriginNaturalId source, FishingTripOrigin target, boolean copyIfNull)
RemoteFishingTripOriginNaturalId
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.FishingTripOrigin remoteFishingTripOriginNaturalIdToEntity(RemoteFishingTripOriginNaturalId remoteFishingTripOriginNaturalId)
RemoteFishingTripOriginNaturalId
to this DAO's entity.
void remoteFishingTripOriginNaturalIdToEntityCollection(java.util.Collection instances)
RemoteFishingTripOriginNaturalId
to this
DAO's entity.
void toClusterFishingTripOrigin(FishingTripOrigin source, ClusterFishingTripOrigin target)
ClusterFishingTripOrigin toClusterFishingTripOrigin(FishingTripOrigin entity)
ClusterFishingTripOrigin
.
void toClusterFishingTripOriginCollection(java.util.Collection entities)
ClusterFishingTripOrigin
.
ClusterFishingTripOrigin[] toClusterFishingTripOriginArray(java.util.Collection entities)
ClusterFishingTripOrigin
.
void clusterFishingTripOriginToEntity(ClusterFishingTripOrigin source, FishingTripOrigin target, boolean copyIfNull)
ClusterFishingTripOrigin
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.FishingTripOrigin clusterFishingTripOriginToEntity(ClusterFishingTripOrigin clusterFishingTripOrigin)
ClusterFishingTripOrigin
to this DAO's entity.
void clusterFishingTripOriginToEntityCollection(java.util.Collection instances)
ClusterFishingTripOrigin
to this
DAO's entity.
FishingTripOrigin 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()
FishingTripOrigin
.
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.
FishingTripOrigin create(FishingTripOrigin fishingTripOrigin)
java.lang.Object create(int transform, FishingTripOrigin fishingTripOrigin)
Does the same thing as create(fr.ifremer.allegro.data.survey.fishingTrip.FishingTripOrigin)
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.survey.fishingTrip.FishingTripOrigin
instances to create.
java.util.Collection create(int transform, java.util.Collection entities)
Does the same thing as create(fr.ifremer.allegro.data.survey.fishingTrip.FishingTripOrigin)
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.
FishingTripOrigin create(FishingTrip fishingTrip, Program program, FishingTrip originFishingTrip)
Creates a new fr.ifremer.allegro.data.survey.fishingTrip.FishingTripOrigin
instance from all attributes and
properties and adds it to the persistent store.
java.lang.Object create(int transform, FishingTrip fishingTrip, Program program, FishingTrip originFishingTrip)
Does the same thing as create(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
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.
FishingTripOrigin create(FishingTrip fishingTrip, Program program)
Creates a new fr.ifremer.allegro.data.survey.fishingTrip.FishingTripOrigin
instance from only required properties (attributes
and association ends) and adds it to the persistent store.
java.lang.Object create(int transform, FishingTrip fishingTrip, Program program)
Does the same thing as create(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOTWILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
void update(FishingTripOrigin fishingTripOrigin)
fishingTripOrigin
instance in the persistent store.
void update(java.util.Collection entities)
entities
collection in the persistent store.
void remove(FishingTripOrigin fishingTripOrigin)
void remove(java.lang.Integer id)
identifier
from the persistent store.
void remove(java.util.Collection entities)
entities collection.
java.util.Collection getAllFishingTripOrigin()
java.util.Collection getAllFishingTripOrigin(java.lang.String queryString)
Does the same thing as getAllFishingTripOrigin()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllFishingTripOrigin()
.
java.util.Collection getAllFishingTripOrigin(int pageNumber, int pageSize)
Does the same thing as getAllFishingTripOrigin()
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 getAllFishingTripOrigin(java.lang.String queryString, int pageNumber, int pageSize)
Does the same thing as getAllFishingTripOrigin(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 getAllFishingTripOrigin(int transform)
Does the same thing as getAllFishingTripOrigin()
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 getAllFishingTripOrigin(int transform, int pageNumber, int pageSize)
Does the same thing as getAllFishingTripOrigin(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 getAllFishingTripOrigin(int transform, java.lang.String queryString)
Does the same thing as getAllFishingTripOrigin(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllFishingTripOrigin(int)
.
java.util.Collection getAllFishingTripOrigin(int transform, java.lang.String queryString, int pageNumber, int pageSize)
Does the same thing as getAllFishingTripOrigin(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.
FishingTripOrigin findFishingTripOriginById(java.lang.Integer id)
FishingTripOrigin findFishingTripOriginById(java.lang.String queryString, java.lang.Integer id)
Does the same thing as findFishingTripOriginById(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findFishingTripOriginById(java.lang.Integer)
.
java.lang.Object findFishingTripOriginById(int transform, java.lang.Integer id)
Does the same thing as findFishingTripOriginById(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 findFishingTripOriginById(int transform, java.lang.String queryString, java.lang.Integer id)
Does the same thing as findFishingTripOriginById(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findFishingTripOriginById(int, java.lang.Integer id)
.
java.util.Collection findFishingTripOriginByFishingTrip(FishingTrip fishingTrip)
java.util.Collection findFishingTripOriginByFishingTrip(java.lang.String queryString, FishingTrip fishingTrip)
Does the same thing as findFishingTripOriginByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findFishingTripOriginByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
.
java.util.Collection findFishingTripOriginByFishingTrip(int pageNumber, int pageSize, FishingTrip fishingTrip)
Does the same thing as findFishingTripOriginByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
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 findFishingTripOriginByFishingTrip(java.lang.String queryString, int pageNumber, int pageSize, FishingTrip fishingTrip)
Does the same thing as findFishingTripOriginByFishingTrip(String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
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 findFishingTripOriginByFishingTrip(int transform, FishingTrip fishingTrip)
Does the same thing as findFishingTripOriginByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
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 findFishingTripOriginByFishingTrip(int transform, int pageNumber, int pageSize, FishingTrip fishingTrip)
Does the same thing as findFishingTripOriginByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
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 findFishingTripOriginByFishingTrip(int transform, java.lang.String queryString, FishingTrip fishingTrip)
Does the same thing as findFishingTripOriginByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findFishingTripOriginByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip fishingTrip)
.
java.util.Collection findFishingTripOriginByFishingTrip(int transform, java.lang.String queryString, int pageNumber, int pageSize, FishingTrip fishingTrip)
Does the same thing as findFishingTripOriginByFishingTrip(int, String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
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 findFishingTripOriginByProgram(Program program)
java.util.Collection findFishingTripOriginByProgram(java.lang.String queryString, Program program)
Does the same thing as findFishingTripOriginByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findFishingTripOriginByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
.
java.util.Collection findFishingTripOriginByProgram(int pageNumber, int pageSize, Program program)
Does the same thing as findFishingTripOriginByProgram(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 findFishingTripOriginByProgram(java.lang.String queryString, int pageNumber, int pageSize, Program program)
Does the same thing as findFishingTripOriginByProgram(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 findFishingTripOriginByProgram(int transform, Program program)
Does the same thing as findFishingTripOriginByProgram(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 findFishingTripOriginByProgram(int transform, int pageNumber, int pageSize, Program program)
Does the same thing as findFishingTripOriginByProgram(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 findFishingTripOriginByProgram(int transform, java.lang.String queryString, Program program)
Does the same thing as findFishingTripOriginByProgram(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 findFishingTripOriginByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program program)
.
java.util.Collection findFishingTripOriginByProgram(int transform, java.lang.String queryString, int pageNumber, int pageSize, Program program)
Does the same thing as findFishingTripOriginByProgram(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 findFishingTripOriginByOriginFishingTrip(FishingTrip originFishingTrip)
java.util.Collection findFishingTripOriginByOriginFishingTrip(java.lang.String queryString, FishingTrip originFishingTrip)
Does the same thing as findFishingTripOriginByOriginFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findFishingTripOriginByOriginFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
.
java.util.Collection findFishingTripOriginByOriginFishingTrip(int pageNumber, int pageSize, FishingTrip originFishingTrip)
Does the same thing as findFishingTripOriginByOriginFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
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 findFishingTripOriginByOriginFishingTrip(java.lang.String queryString, int pageNumber, int pageSize, FishingTrip originFishingTrip)
Does the same thing as findFishingTripOriginByOriginFishingTrip(String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
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 findFishingTripOriginByOriginFishingTrip(int transform, FishingTrip originFishingTrip)
Does the same thing as findFishingTripOriginByOriginFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
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 findFishingTripOriginByOriginFishingTrip(int transform, int pageNumber, int pageSize, FishingTrip originFishingTrip)
Does the same thing as findFishingTripOriginByOriginFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
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 findFishingTripOriginByOriginFishingTrip(int transform, java.lang.String queryString, FishingTrip originFishingTrip)
Does the same thing as findFishingTripOriginByOriginFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findFishingTripOriginByOriginFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip originFishingTrip)
.
java.util.Collection findFishingTripOriginByOriginFishingTrip(int transform, java.lang.String queryString, int pageNumber, int pageSize, FishingTrip originFishingTrip)
Does the same thing as findFishingTripOriginByOriginFishingTrip(int, String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
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.
FishingTripOrigin findFishingTripOriginByNaturalId(java.lang.Integer id)
FishingTripOrigin findFishingTripOriginByNaturalId(java.lang.String queryString, java.lang.Integer id)
Does the same thing as findFishingTripOriginByNaturalId(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findFishingTripOriginByNaturalId(java.lang.Integer)
.
java.lang.Object findFishingTripOriginByNaturalId(int transform, java.lang.Integer id)
Does the same thing as findFishingTripOriginByNaturalId(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 findFishingTripOriginByNaturalId(int transform, java.lang.String queryString, java.lang.Integer id)
Does the same thing as findFishingTripOriginByNaturalId(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findFishingTripOriginByNaturalId(int, java.lang.Integer id)
.
FishingTripOrigin createFromClusterFishingTripOrigin(ClusterFishingTripOrigin clusterFishingTripOrigin)
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 |