|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SurveyQualificationDao
SurveyQualification
Field Summary | |
---|---|
static int |
TRANSFORM_CLUSTERSURVEYQUALIFICATION
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_REMOTESURVEYQUALIFICATIONFULLVO
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_REMOTESURVEYQUALIFICATIONNATURALID
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 | |
---|---|
SurveyQualification |
clusterSurveyQualificationToEntity(ClusterSurveyQualification clusterSurveyQualification)
Converts an instance of type ClusterSurveyQualification to this DAO's entity. |
void |
clusterSurveyQualificationToEntity(ClusterSurveyQualification source,
SurveyQualification target,
boolean copyIfNull)
Copies the fields of ClusterSurveyQualification to the specified entity. |
void |
clusterSurveyQualificationToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterSurveyQualification to this
DAO's entity. |
SurveyQualification |
create(java.lang.Boolean enableForActivity,
java.lang.Boolean enableForFishingEffort,
java.lang.Boolean enableForFishingTrip,
java.lang.Boolean enableForLanding,
java.lang.Integer id,
java.lang.String name,
Status status)
Creates a new fr.ifremer.allegro.referential.SurveyQualification
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
java.util.Collection |
create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.referential.SurveyQualification and adds from the passed in entities collection |
java.lang.Object |
create(int transform,
java.lang.Boolean enableForActivity,
java.lang.Boolean enableForFishingEffort,
java.lang.Boolean enableForFishingTrip,
java.lang.Boolean enableForLanding,
java.lang.Integer id,
java.lang.String name,
Status status)
Does the same thing as create(java.lang.Boolean,java.lang.Boolean,java.lang.Boolean,java.lang.Boolean,java.lang.Integer,java.lang.String,fr.ifremer.allegro.referential.Status) with an
additional flag called transform . |
java.util.Collection |
create(int transform,
java.util.Collection entities)
Does the same thing as create(fr.ifremer.allegro.referential.SurveyQualification) with an
additional flag called transform . |
SurveyQualification |
create(java.lang.Integer id,
java.lang.String name,
java.lang.Boolean enableForActivity,
java.lang.Boolean enableForFishingEffort,
java.lang.Boolean enableForFishingTrip,
java.lang.Boolean enableForLanding,
java.sql.Timestamp updateDate,
Status status)
Creates a new fr.ifremer.allegro.referential.SurveyQualification
instance from all attributes and
properties and adds it to the persistent store. |
java.lang.Object |
create(int transform,
java.lang.Integer id,
java.lang.String name,
java.lang.Boolean enableForActivity,
java.lang.Boolean enableForFishingEffort,
java.lang.Boolean enableForFishingTrip,
java.lang.Boolean enableForLanding,
java.sql.Timestamp updateDate,
Status status)
Does the same thing as create(java.lang.Integer,java.lang.String,java.lang.Boolean,java.lang.Boolean,java.lang.Boolean,java.lang.Boolean,java.sql.Timestamp,fr.ifremer.allegro.referential.Status) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
SurveyQualification surveyQualification)
Does the same thing as create(fr.ifremer.allegro.referential.SurveyQualification) with an
additional flag called transform . |
SurveyQualification |
create(SurveyQualification surveyQualification)
Creates an instance of fr.ifremer.allegro.referential.SurveyQualification and adds it to the persistent store. |
SurveyQualification |
createFromClusterSurveyQualification(ClusterSurveyQualification clusterSurveyQualification)
|
SurveyQualification |
findSurveyQualificationById(java.lang.Integer id)
|
java.lang.Object |
findSurveyQualificationById(int transform,
java.lang.Integer id)
Does the same thing as findSurveyQualificationById(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findSurveyQualificationById(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as findSurveyQualificationById(int, java.lang.Integer) with an
additional argument called queryString . |
SurveyQualification |
findSurveyQualificationById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as findSurveyQualificationById(java.lang.Integer) with an
additional argument called queryString . |
SurveyQualification |
findSurveyQualificationByNaturalId(java.lang.Integer id)
|
java.lang.Object |
findSurveyQualificationByNaturalId(int transform,
java.lang.Integer id)
Does the same thing as findSurveyQualificationByNaturalId(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findSurveyQualificationByNaturalId(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as findSurveyQualificationByNaturalId(int, java.lang.Integer) with an
additional argument called queryString . |
SurveyQualification |
findSurveyQualificationByNaturalId(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as findSurveyQualificationByNaturalId(java.lang.Integer) with an
additional argument called queryString . |
java.util.Collection |
findSurveyQualificationByStatus(int transform,
int pageNumber,
int pageSize,
Status status)
Does the same thing as findSurveyQualificationByStatus(int, fr.ifremer.allegro.referential.Status) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSurveyQualificationByStatus(int pageNumber,
int pageSize,
Status status)
Does the same thing as findSurveyQualificationByStatus(fr.ifremer.allegro.referential.Status) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSurveyQualificationByStatus(int transform,
Status status)
Does the same thing as findSurveyQualificationByStatus(fr.ifremer.allegro.referential.Status) with an
additional flag called transform . |
java.util.Collection |
findSurveyQualificationByStatus(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Status status)
Does the same thing as findSurveyQualificationByStatus(int, String, fr.ifremer.allegro.referential.Status) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSurveyQualificationByStatus(int transform,
java.lang.String queryString,
Status status)
Does the same thing as findSurveyQualificationByStatus(int, fr.ifremer.allegro.referential.Status) with an
additional argument called queryString . |
java.util.Collection |
findSurveyQualificationByStatus(Status status)
|
java.util.Collection |
findSurveyQualificationByStatus(java.lang.String queryString,
int pageNumber,
int pageSize,
Status status)
Does the same thing as findSurveyQualificationByStatus(String, fr.ifremer.allegro.referential.Status) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSurveyQualificationByStatus(java.lang.String queryString,
Status status)
Does the same thing as findSurveyQualificationByStatus(fr.ifremer.allegro.referential.Status) with an
additional argument called queryString . |
ClusterSurveyQualification[] |
getAllClusterSurveyQualificationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
java.util.Collection |
getAllSurveyQualification()
|
java.util.Collection |
getAllSurveyQualification(int transform)
Does the same thing as getAllSurveyQualification() with an
additional flag called transform . |
java.util.Collection |
getAllSurveyQualification(int pageNumber,
int pageSize)
Does the same thing as getAllSurveyQualification() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllSurveyQualification(int transform,
int pageNumber,
int pageSize)
Does the same thing as getAllSurveyQualification(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllSurveyQualification(int transform,
java.lang.String queryString)
Does the same thing as getAllSurveyQualification(int) with an
additional argument called queryString . |
java.util.Collection |
getAllSurveyQualification(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as getAllSurveyQualification(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllSurveyQualification(java.lang.String queryString)
Does the same thing as getAllSurveyQualification() with an
additional argument called queryString . |
java.util.Collection |
getAllSurveyQualification(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as getAllSurveyQualification(String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllSurveyQualificationSinceDateSynchro(int transform,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllSurveyQualificationSinceDateSynchro(int, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllSurveyQualificationSinceDateSynchro(int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllSurveyQualificationSinceDateSynchro(java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllSurveyQualificationSinceDateSynchro(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllSurveyQualificationSinceDateSynchro(int, String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllSurveyQualificationSinceDateSynchro(int transform,
java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as getAllSurveyQualificationSinceDateSynchro(int, java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllSurveyQualificationSinceDateSynchro(int transform,
java.sql.Timestamp updateDate)
Does the same thing as getAllSurveyQualificationSinceDateSynchro(java.sql.Timestamp) with an
additional flag called transform . |
java.util.Collection |
getAllSurveyQualificationSinceDateSynchro(java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllSurveyQualificationSinceDateSynchro(String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllSurveyQualificationSinceDateSynchro(java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as getAllSurveyQualificationSinceDateSynchro(java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllSurveyQualificationSinceDateSynchro(java.sql.Timestamp updateDate)
|
SurveyQualification |
load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.referential.SurveyQualification 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 SurveyQualification . |
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 . |
SurveyQualification |
remoteSurveyQualificationFullVOToEntity(RemoteSurveyQualificationFullVO remoteSurveyQualificationFullVO)
Converts an instance of type RemoteSurveyQualificationFullVO to this DAO's entity. |
void |
remoteSurveyQualificationFullVOToEntity(RemoteSurveyQualificationFullVO source,
SurveyQualification target,
boolean copyIfNull)
Copies the fields of RemoteSurveyQualificationFullVO to the specified entity. |
void |
remoteSurveyQualificationFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteSurveyQualificationFullVO to this
DAO's entity. |
SurveyQualification |
remoteSurveyQualificationNaturalIdToEntity(RemoteSurveyQualificationNaturalId remoteSurveyQualificationNaturalId)
Converts an instance of type RemoteSurveyQualificationNaturalId to this DAO's entity. |
void |
remoteSurveyQualificationNaturalIdToEntity(RemoteSurveyQualificationNaturalId source,
SurveyQualification target,
boolean copyIfNull)
Copies the fields of RemoteSurveyQualificationNaturalId to the specified entity. |
void |
remoteSurveyQualificationNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteSurveyQualificationNaturalId to this
DAO's entity. |
void |
remove(java.util.Collection entities)
Removes all entities in the given entities |
void |
remove(java.lang.Integer id)
Removes the instance of fr.ifremer.allegro.referential.SurveyQualification having the given identifier from the persistent store. |
void |
remove(SurveyQualification surveyQualification)
Removes the instance of fr.ifremer.allegro.referential.SurveyQualification 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. |
ClusterSurveyQualification |
toClusterSurveyQualification(SurveyQualification entity)
Converts this DAO's entity to an object of type ClusterSurveyQualification . |
void |
toClusterSurveyQualification(SurveyQualification source,
ClusterSurveyQualification target)
Copies the fields of the specified entity to the target value object. |
ClusterSurveyQualification[] |
toClusterSurveyQualificationArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterSurveyQualification . |
void |
toClusterSurveyQualificationCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterSurveyQualification . |
RemoteSurveyQualificationFullVO |
toRemoteSurveyQualificationFullVO(SurveyQualification entity)
Converts this DAO's entity to an object of type RemoteSurveyQualificationFullVO . |
void |
toRemoteSurveyQualificationFullVO(SurveyQualification source,
RemoteSurveyQualificationFullVO target)
Copies the fields of the specified entity to the target value object. |
RemoteSurveyQualificationFullVO[] |
toRemoteSurveyQualificationFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteSurveyQualificationFullVO . |
void |
toRemoteSurveyQualificationFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteSurveyQualificationFullVO . |
RemoteSurveyQualificationNaturalId |
toRemoteSurveyQualificationNaturalId(SurveyQualification entity)
Converts this DAO's entity to an object of type RemoteSurveyQualificationNaturalId . |
void |
toRemoteSurveyQualificationNaturalId(SurveyQualification source,
RemoteSurveyQualificationNaturalId target)
Copies the fields of the specified entity to the target value object. |
RemoteSurveyQualificationNaturalId[] |
toRemoteSurveyQualificationNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteSurveyQualificationNaturalId . |
void |
toRemoteSurveyQualificationNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteSurveyQualificationNaturalId . |
void |
update(java.util.Collection entities)
Updates all instances in the entities collection in the persistent store. |
void |
update(SurveyQualification surveyQualification)
Updates the surveyQualification 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_REMOTESURVEYQUALIFICATIONFULLVO
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteSurveyQualificationFullVO
.
static final int TRANSFORM_REMOTESURVEYQUALIFICATIONNATURALID
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteSurveyQualificationNaturalId
.
static final int TRANSFORM_CLUSTERSURVEYQUALIFICATION
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
ClusterSurveyQualification
.
Method Detail |
---|
void toRemoteSurveyQualificationFullVO(SurveyQualification source, RemoteSurveyQualificationFullVO target)
RemoteSurveyQualificationFullVO toRemoteSurveyQualificationFullVO(SurveyQualification entity)
RemoteSurveyQualificationFullVO
.
void toRemoteSurveyQualificationFullVOCollection(java.util.Collection entities)
RemoteSurveyQualificationFullVO
.
RemoteSurveyQualificationFullVO[] toRemoteSurveyQualificationFullVOArray(java.util.Collection entities)
RemoteSurveyQualificationFullVO
.
void remoteSurveyQualificationFullVOToEntity(RemoteSurveyQualificationFullVO source, SurveyQualification target, boolean copyIfNull)
RemoteSurveyQualificationFullVO
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.SurveyQualification remoteSurveyQualificationFullVOToEntity(RemoteSurveyQualificationFullVO remoteSurveyQualificationFullVO)
RemoteSurveyQualificationFullVO
to this DAO's entity.
void remoteSurveyQualificationFullVOToEntityCollection(java.util.Collection instances)
RemoteSurveyQualificationFullVO
to this
DAO's entity.
void toRemoteSurveyQualificationNaturalId(SurveyQualification source, RemoteSurveyQualificationNaturalId target)
RemoteSurveyQualificationNaturalId toRemoteSurveyQualificationNaturalId(SurveyQualification entity)
RemoteSurveyQualificationNaturalId
.
void toRemoteSurveyQualificationNaturalIdCollection(java.util.Collection entities)
RemoteSurveyQualificationNaturalId
.
RemoteSurveyQualificationNaturalId[] toRemoteSurveyQualificationNaturalIdArray(java.util.Collection entities)
RemoteSurveyQualificationNaturalId
.
void remoteSurveyQualificationNaturalIdToEntity(RemoteSurveyQualificationNaturalId source, SurveyQualification target, boolean copyIfNull)
RemoteSurveyQualificationNaturalId
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.SurveyQualification remoteSurveyQualificationNaturalIdToEntity(RemoteSurveyQualificationNaturalId remoteSurveyQualificationNaturalId)
RemoteSurveyQualificationNaturalId
to this DAO's entity.
void remoteSurveyQualificationNaturalIdToEntityCollection(java.util.Collection instances)
RemoteSurveyQualificationNaturalId
to this
DAO's entity.
void toClusterSurveyQualification(SurveyQualification source, ClusterSurveyQualification target)
ClusterSurveyQualification toClusterSurveyQualification(SurveyQualification entity)
ClusterSurveyQualification
.
void toClusterSurveyQualificationCollection(java.util.Collection entities)
ClusterSurveyQualification
.
ClusterSurveyQualification[] toClusterSurveyQualificationArray(java.util.Collection entities)
ClusterSurveyQualification
.
void clusterSurveyQualificationToEntity(ClusterSurveyQualification source, SurveyQualification target, boolean copyIfNull)
ClusterSurveyQualification
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.SurveyQualification clusterSurveyQualificationToEntity(ClusterSurveyQualification clusterSurveyQualification)
ClusterSurveyQualification
to this DAO's entity.
void clusterSurveyQualificationToEntityCollection(java.util.Collection instances)
ClusterSurveyQualification
to this
DAO's entity.
SurveyQualification 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()
SurveyQualification
.
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.
SurveyQualification create(SurveyQualification surveyQualification)
java.lang.Object create(int transform, SurveyQualification surveyQualification)
Does the same thing as create(fr.ifremer.allegro.referential.SurveyQualification)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
java.util.Collection create(java.util.Collection entities)
entities
collection
entities
- the collection of fr.ifremer.allegro.referential.SurveyQualification
instances to create.
java.util.Collection create(int transform, java.util.Collection entities)
Does the same thing as create(fr.ifremer.allegro.referential.SurveyQualification)
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.
SurveyQualification create(java.lang.Integer id, java.lang.String name, java.lang.Boolean enableForActivity, java.lang.Boolean enableForFishingEffort, java.lang.Boolean enableForFishingTrip, java.lang.Boolean enableForLanding, java.sql.Timestamp updateDate, Status status)
Creates a new fr.ifremer.allegro.referential.SurveyQualification
instance from all attributes and
properties and adds it to the persistent store.
java.lang.Object create(int transform, java.lang.Integer id, java.lang.String name, java.lang.Boolean enableForActivity, java.lang.Boolean enableForFishingEffort, java.lang.Boolean enableForFishingTrip, java.lang.Boolean enableForLanding, java.sql.Timestamp updateDate, Status status)
Does the same thing as create(java.lang.Integer,java.lang.String,java.lang.Boolean,java.lang.Boolean,java.lang.Boolean,java.lang.Boolean,java.sql.Timestamp,fr.ifremer.allegro.referential.Status)
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.
SurveyQualification create(java.lang.Boolean enableForActivity, java.lang.Boolean enableForFishingEffort, java.lang.Boolean enableForFishingTrip, java.lang.Boolean enableForLanding, java.lang.Integer id, java.lang.String name, Status status)
Creates a new fr.ifremer.allegro.referential.SurveyQualification
instance from only required properties (attributes
and association ends) and adds it to the persistent store.
java.lang.Object create(int transform, java.lang.Boolean enableForActivity, java.lang.Boolean enableForFishingEffort, java.lang.Boolean enableForFishingTrip, java.lang.Boolean enableForLanding, java.lang.Integer id, java.lang.String name, Status status)
Does the same thing as create(java.lang.Boolean,java.lang.Boolean,java.lang.Boolean,java.lang.Boolean,java.lang.Integer,java.lang.String,fr.ifremer.allegro.referential.Status)
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(SurveyQualification surveyQualification)
surveyQualification
instance in the persistent store.
void update(java.util.Collection entities)
entities
collection in the persistent store.
void remove(SurveyQualification surveyQualification)
void remove(java.lang.Integer id)
identifier
from the persistent store.
void remove(java.util.Collection entities)
entities collection.
java.util.Collection getAllSurveyQualification()
java.util.Collection getAllSurveyQualification(java.lang.String queryString)
Does the same thing as getAllSurveyQualification()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllSurveyQualification()
.
java.util.Collection getAllSurveyQualification(int pageNumber, int pageSize)
Does the same thing as getAllSurveyQualification()
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 getAllSurveyQualification(java.lang.String queryString, int pageNumber, int pageSize)
Does the same thing as getAllSurveyQualification(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 getAllSurveyQualification(int transform)
Does the same thing as getAllSurveyQualification()
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 getAllSurveyQualification(int transform, int pageNumber, int pageSize)
Does the same thing as getAllSurveyQualification(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 getAllSurveyQualification(int transform, java.lang.String queryString)
Does the same thing as getAllSurveyQualification(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllSurveyQualification(int)
.
java.util.Collection getAllSurveyQualification(int transform, java.lang.String queryString, int pageNumber, int pageSize)
Does the same thing as getAllSurveyQualification(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.
SurveyQualification findSurveyQualificationById(java.lang.Integer id)
SurveyQualification findSurveyQualificationById(java.lang.String queryString, java.lang.Integer id)
Does the same thing as findSurveyQualificationById(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findSurveyQualificationById(java.lang.Integer)
.
java.lang.Object findSurveyQualificationById(int transform, java.lang.Integer id)
Does the same thing as findSurveyQualificationById(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 findSurveyQualificationById(int transform, java.lang.String queryString, java.lang.Integer id)
Does the same thing as findSurveyQualificationById(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findSurveyQualificationById(int, java.lang.Integer id)
.
java.util.Collection findSurveyQualificationByStatus(Status status)
java.util.Collection findSurveyQualificationByStatus(java.lang.String queryString, Status status)
Does the same thing as findSurveyQualificationByStatus(fr.ifremer.allegro.referential.Status)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findSurveyQualificationByStatus(fr.ifremer.allegro.referential.Status)
.
java.util.Collection findSurveyQualificationByStatus(int pageNumber, int pageSize, Status status)
Does the same thing as findSurveyQualificationByStatus(fr.ifremer.allegro.referential.Status)
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 findSurveyQualificationByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
Does the same thing as findSurveyQualificationByStatus(String, fr.ifremer.allegro.referential.Status)
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 findSurveyQualificationByStatus(int transform, Status status)
Does the same thing as findSurveyQualificationByStatus(fr.ifremer.allegro.referential.Status)
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 findSurveyQualificationByStatus(int transform, int pageNumber, int pageSize, Status status)
Does the same thing as findSurveyQualificationByStatus(int, fr.ifremer.allegro.referential.Status)
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 findSurveyQualificationByStatus(int transform, java.lang.String queryString, Status status)
Does the same thing as findSurveyQualificationByStatus(int, fr.ifremer.allegro.referential.Status)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findSurveyQualificationByStatus(int, fr.ifremer.allegro.referential.Status status)
.
java.util.Collection findSurveyQualificationByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
Does the same thing as findSurveyQualificationByStatus(int, String, fr.ifremer.allegro.referential.Status)
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.
SurveyQualification findSurveyQualificationByNaturalId(java.lang.Integer id)
SurveyQualification findSurveyQualificationByNaturalId(java.lang.String queryString, java.lang.Integer id)
Does the same thing as findSurveyQualificationByNaturalId(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findSurveyQualificationByNaturalId(java.lang.Integer)
.
java.lang.Object findSurveyQualificationByNaturalId(int transform, java.lang.Integer id)
Does the same thing as findSurveyQualificationByNaturalId(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 findSurveyQualificationByNaturalId(int transform, java.lang.String queryString, java.lang.Integer id)
Does the same thing as findSurveyQualificationByNaturalId(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findSurveyQualificationByNaturalId(int, java.lang.Integer id)
.
java.util.Collection getAllSurveyQualificationSinceDateSynchro(java.sql.Timestamp updateDate)
java.util.Collection getAllSurveyQualificationSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
Does the same thing as getAllSurveyQualificationSinceDateSynchro(java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllSurveyQualificationSinceDateSynchro(java.sql.Timestamp)
.
java.util.Collection getAllSurveyQualificationSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as getAllSurveyQualificationSinceDateSynchro(java.sql.Timestamp)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection getAllSurveyQualificationSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as getAllSurveyQualificationSinceDateSynchro(String, java.sql.Timestamp)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection getAllSurveyQualificationSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
Does the same thing as getAllSurveyQualificationSinceDateSynchro(java.sql.Timestamp)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
java.util.Collection getAllSurveyQualificationSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as getAllSurveyQualificationSinceDateSynchro(int, java.sql.Timestamp)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection getAllSurveyQualificationSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
Does the same thing as getAllSurveyQualificationSinceDateSynchro(int, java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllSurveyQualificationSinceDateSynchro(int, java.sql.Timestamp updateDate)
.
java.util.Collection getAllSurveyQualificationSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as getAllSurveyQualificationSinceDateSynchro(int, String, java.sql.Timestamp)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
SurveyQualification createFromClusterSurveyQualification(ClusterSurveyQualification clusterSurveyQualification)
ClusterSurveyQualification[] getAllClusterSurveyQualificationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
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 |