|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TranscribingMetierDao
TranscribingMetier
Field Summary | |
---|---|
static int |
TRANSFORM_CLUSTERTRANSCRIBINGMETIER
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_REMOTETRANSCRIBINGMETIERFULLVO
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_REMOTETRANSCRIBINGMETIERNATURALID
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 | |
---|---|
TranscribingMetier |
clusterTranscribingMetierToEntity(ClusterTranscribingMetier clusterTranscribingMetier)
Converts an instance of type ClusterTranscribingMetier to this DAO's entity. |
void |
clusterTranscribingMetierToEntity(ClusterTranscribingMetier source,
TranscribingMetier target,
boolean copyIfNull)
Copies the fields of ClusterTranscribingMetier to the specified entity. |
void |
clusterTranscribingMetierToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterTranscribingMetier to this
DAO's entity. |
java.util.Collection |
create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.referential.transcribing.TranscribingMetier 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.referential.transcribing.TranscribingMetier) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.lang.String externalCode,
Metier metier,
TranscribingSide transcribingSide,
TranscribingSystem transcribingSystem)
Does the same thing as create(java.lang.String,fr.ifremer.allegro.referential.metier.Metier,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.lang.String externalCode,
java.sql.Timestamp updateDate,
TranscribingSystem transcribingSystem,
TranscribingSide transcribingSide,
Metier metier)
Does the same thing as create(java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.referential.metier.Metier) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
TranscribingMetier transcribingMetier)
Does the same thing as create(fr.ifremer.allegro.referential.transcribing.TranscribingMetier) with an
additional flag called transform . |
TranscribingMetier |
create(java.lang.String externalCode,
Metier metier,
TranscribingSide transcribingSide,
TranscribingSystem transcribingSystem)
Creates a new fr.ifremer.allegro.referential.transcribing.TranscribingMetier
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
TranscribingMetier |
create(java.lang.String externalCode,
java.sql.Timestamp updateDate,
TranscribingSystem transcribingSystem,
TranscribingSide transcribingSide,
Metier metier)
Creates a new fr.ifremer.allegro.referential.transcribing.TranscribingMetier
instance from all attributes and
properties and adds it to the persistent store. |
TranscribingMetier |
create(TranscribingMetier transcribingMetier)
Creates an instance of fr.ifremer.allegro.referential.transcribing.TranscribingMetier and adds it to the persistent store. |
TranscribingMetier |
createFromClusterTranscribingMetier(ClusterTranscribingMetier clusterTranscribingMetier)
|
java.lang.Object |
findTranscribingMetierByIdentifiers(int transform,
java.lang.String queryString,
TranscribingSystem transcribingSystem,
TranscribingSide transcribingSide,
Metier metier)
Does the same thing as findTranscribingMetierByIdentifiers(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.metier.Metier) with an
additional argument called queryString . |
java.lang.Object |
findTranscribingMetierByIdentifiers(int transform,
TranscribingSystem transcribingSystem,
TranscribingSide transcribingSide,
Metier metier)
Does the same thing as findTranscribingMetierByIdentifiers(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.metier.Metier) with an
additional flag called transform . |
TranscribingMetier |
findTranscribingMetierByIdentifiers(java.lang.String queryString,
TranscribingSystem transcribingSystem,
TranscribingSide transcribingSide,
Metier metier)
Does the same thing as findTranscribingMetierByIdentifiers(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.metier.Metier) with an
additional argument called queryString . |
TranscribingMetier |
findTranscribingMetierByIdentifiers(TranscribingSystem transcribingSystem,
TranscribingSide transcribingSide,
Metier metier)
|
java.util.Collection |
findTranscribingMetierByMetier(int transform,
int pageNumber,
int pageSize,
Metier metier)
Does the same thing as findTranscribingMetierByMetier(int, fr.ifremer.allegro.referential.metier.Metier) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTranscribingMetierByMetier(int pageNumber,
int pageSize,
Metier metier)
Does the same thing as findTranscribingMetierByMetier(fr.ifremer.allegro.referential.metier.Metier) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTranscribingMetierByMetier(int transform,
Metier metier)
Does the same thing as findTranscribingMetierByMetier(fr.ifremer.allegro.referential.metier.Metier) with an
additional flag called transform . |
java.util.Collection |
findTranscribingMetierByMetier(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Metier metier)
Does the same thing as findTranscribingMetierByMetier(int, String, fr.ifremer.allegro.referential.metier.Metier) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTranscribingMetierByMetier(int transform,
java.lang.String queryString,
Metier metier)
Does the same thing as findTranscribingMetierByMetier(int, fr.ifremer.allegro.referential.metier.Metier) with an
additional argument called queryString . |
java.util.Collection |
findTranscribingMetierByMetier(Metier metier)
|
java.util.Collection |
findTranscribingMetierByMetier(java.lang.String queryString,
int pageNumber,
int pageSize,
Metier metier)
Does the same thing as findTranscribingMetierByMetier(String, fr.ifremer.allegro.referential.metier.Metier) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTranscribingMetierByMetier(java.lang.String queryString,
Metier metier)
Does the same thing as findTranscribingMetierByMetier(fr.ifremer.allegro.referential.metier.Metier) with an
additional argument called queryString . |
java.lang.Object |
findTranscribingMetierByNaturalId(int transform,
java.lang.String queryString,
TranscribingSystem transcribingSystem,
TranscribingSide transcribingSide,
Metier metier)
Does the same thing as findTranscribingMetierByNaturalId(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.metier.Metier) with an
additional argument called queryString . |
java.lang.Object |
findTranscribingMetierByNaturalId(int transform,
TranscribingSystem transcribingSystem,
TranscribingSide transcribingSide,
Metier metier)
Does the same thing as findTranscribingMetierByNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.metier.Metier) with an
additional flag called transform . |
TranscribingMetier |
findTranscribingMetierByNaturalId(java.lang.String queryString,
TranscribingSystem transcribingSystem,
TranscribingSide transcribingSide,
Metier metier)
Does the same thing as findTranscribingMetierByNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.metier.Metier) with an
additional argument called queryString . |
TranscribingMetier |
findTranscribingMetierByNaturalId(TranscribingSystem transcribingSystem,
TranscribingSide transcribingSide,
Metier metier)
|
java.util.Collection |
findTranscribingMetierByTranscribingSide(int transform,
int pageNumber,
int pageSize,
TranscribingSide transcribingSide)
Does the same thing as findTranscribingMetierByTranscribingSide(int, fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTranscribingMetierByTranscribingSide(int pageNumber,
int pageSize,
TranscribingSide transcribingSide)
Does the same thing as findTranscribingMetierByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTranscribingMetierByTranscribingSide(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
TranscribingSide transcribingSide)
Does the same thing as findTranscribingMetierByTranscribingSide(int, String, fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTranscribingMetierByTranscribingSide(int transform,
java.lang.String queryString,
TranscribingSide transcribingSide)
Does the same thing as findTranscribingMetierByTranscribingSide(int, fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an
additional argument called queryString . |
java.util.Collection |
findTranscribingMetierByTranscribingSide(int transform,
TranscribingSide transcribingSide)
Does the same thing as findTranscribingMetierByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an
additional flag called transform . |
java.util.Collection |
findTranscribingMetierByTranscribingSide(java.lang.String queryString,
int pageNumber,
int pageSize,
TranscribingSide transcribingSide)
Does the same thing as findTranscribingMetierByTranscribingSide(String, fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTranscribingMetierByTranscribingSide(java.lang.String queryString,
TranscribingSide transcribingSide)
Does the same thing as findTranscribingMetierByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an
additional argument called queryString . |
java.util.Collection |
findTranscribingMetierByTranscribingSide(TranscribingSide transcribingSide)
|
java.util.Collection |
findTranscribingMetierByTranscribingSystem(int transform,
int pageNumber,
int pageSize,
TranscribingSystem transcribingSystem)
Does the same thing as findTranscribingMetierByTranscribingSystem(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTranscribingMetierByTranscribingSystem(int pageNumber,
int pageSize,
TranscribingSystem transcribingSystem)
Does the same thing as findTranscribingMetierByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTranscribingMetierByTranscribingSystem(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
TranscribingSystem transcribingSystem)
Does the same thing as findTranscribingMetierByTranscribingSystem(int, String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTranscribingMetierByTranscribingSystem(int transform,
java.lang.String queryString,
TranscribingSystem transcribingSystem)
Does the same thing as findTranscribingMetierByTranscribingSystem(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an
additional argument called queryString . |
java.util.Collection |
findTranscribingMetierByTranscribingSystem(int transform,
TranscribingSystem transcribingSystem)
Does the same thing as findTranscribingMetierByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an
additional flag called transform . |
java.util.Collection |
findTranscribingMetierByTranscribingSystem(java.lang.String queryString,
int pageNumber,
int pageSize,
TranscribingSystem transcribingSystem)
Does the same thing as findTranscribingMetierByTranscribingSystem(String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTranscribingMetierByTranscribingSystem(java.lang.String queryString,
TranscribingSystem transcribingSystem)
Does the same thing as findTranscribingMetierByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an
additional argument called queryString . |
java.util.Collection |
findTranscribingMetierByTranscribingSystem(TranscribingSystem transcribingSystem)
|
ClusterTranscribingMetier[] |
getAllClusterTranscribingMetierSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
java.util.Collection |
getAllTranscribingMetier()
|
java.util.Collection |
getAllTranscribingMetier(int transform)
Does the same thing as getAllTranscribingMetier() with an
additional flag called transform . |
java.util.Collection |
getAllTranscribingMetier(int pageNumber,
int pageSize)
Does the same thing as getAllTranscribingMetier() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTranscribingMetier(int transform,
int pageNumber,
int pageSize)
Does the same thing as getAllTranscribingMetier(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTranscribingMetier(int transform,
java.lang.String queryString)
Does the same thing as getAllTranscribingMetier(int) with an
additional argument called queryString . |
java.util.Collection |
getAllTranscribingMetier(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as getAllTranscribingMetier(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTranscribingMetier(java.lang.String queryString)
Does the same thing as getAllTranscribingMetier() with an
additional argument called queryString . |
java.util.Collection |
getAllTranscribingMetier(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as getAllTranscribingMetier(String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTranscribingMetierSinceDateSynchro(int transform,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllTranscribingMetierSinceDateSynchro(int, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTranscribingMetierSinceDateSynchro(int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllTranscribingMetierSinceDateSynchro(java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTranscribingMetierSinceDateSynchro(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllTranscribingMetierSinceDateSynchro(int, String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTranscribingMetierSinceDateSynchro(int transform,
java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as getAllTranscribingMetierSinceDateSynchro(int, java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllTranscribingMetierSinceDateSynchro(int transform,
java.sql.Timestamp updateDate)
Does the same thing as getAllTranscribingMetierSinceDateSynchro(java.sql.Timestamp) with an
additional flag called transform . |
java.util.Collection |
getAllTranscribingMetierSinceDateSynchro(java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllTranscribingMetierSinceDateSynchro(String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTranscribingMetierSinceDateSynchro(java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as getAllTranscribingMetierSinceDateSynchro(java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllTranscribingMetierSinceDateSynchro(java.sql.Timestamp updateDate)
|
java.lang.Object |
load(int transform,
TranscribingSystem transcribingSystem,
TranscribingSide transcribingSide,
Metier metier)
Does the same thing as load(fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.referential.metier.Metier) with an
additional flag called transform . |
TranscribingMetier |
load(TranscribingSystem transcribingSystem,
TranscribingSide transcribingSide,
Metier metier)
Loads an instance of fr.ifremer.allegro.referential.transcribing.TranscribingMetier from the persistent store. |
java.util.Collection |
loadAll()
Loads all entities of type TranscribingMetier . |
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 . |
TranscribingMetier |
remoteTranscribingMetierFullVOToEntity(RemoteTranscribingMetierFullVO remoteTranscribingMetierFullVO)
Converts an instance of type RemoteTranscribingMetierFullVO to this DAO's entity. |
void |
remoteTranscribingMetierFullVOToEntity(RemoteTranscribingMetierFullVO source,
TranscribingMetier target,
boolean copyIfNull)
Copies the fields of RemoteTranscribingMetierFullVO to the specified entity. |
void |
remoteTranscribingMetierFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteTranscribingMetierFullVO to this
DAO's entity. |
TranscribingMetier |
remoteTranscribingMetierNaturalIdToEntity(RemoteTranscribingMetierNaturalId remoteTranscribingMetierNaturalId)
Converts an instance of type RemoteTranscribingMetierNaturalId to this DAO's entity. |
void |
remoteTranscribingMetierNaturalIdToEntity(RemoteTranscribingMetierNaturalId source,
TranscribingMetier target,
boolean copyIfNull)
Copies the fields of RemoteTranscribingMetierNaturalId to the specified entity. |
void |
remoteTranscribingMetierNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteTranscribingMetierNaturalId to this
DAO's entity. |
void |
remove(java.util.Collection entities)
Removes all entities in the given entities |
void |
remove(TranscribingMetier transcribingMetier)
Removes the instance of fr.ifremer.allegro.referential.transcribing.TranscribingMetier from the persistent store. |
void |
remove(TranscribingSystem transcribingSystem,
TranscribingSide transcribingSide,
Metier metier)
Removes the instance of fr.ifremer.allegro.referential.transcribing.TranscribingMetier 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. |
ClusterTranscribingMetier |
toClusterTranscribingMetier(TranscribingMetier entity)
Converts this DAO's entity to an object of type ClusterTranscribingMetier . |
void |
toClusterTranscribingMetier(TranscribingMetier source,
ClusterTranscribingMetier target)
Copies the fields of the specified entity to the target value object. |
ClusterTranscribingMetier[] |
toClusterTranscribingMetierArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterTranscribingMetier . |
void |
toClusterTranscribingMetierCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterTranscribingMetier . |
RemoteTranscribingMetierFullVO |
toRemoteTranscribingMetierFullVO(TranscribingMetier entity)
Converts this DAO's entity to an object of type RemoteTranscribingMetierFullVO . |
void |
toRemoteTranscribingMetierFullVO(TranscribingMetier source,
RemoteTranscribingMetierFullVO target)
Copies the fields of the specified entity to the target value object. |
RemoteTranscribingMetierFullVO[] |
toRemoteTranscribingMetierFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteTranscribingMetierFullVO . |
void |
toRemoteTranscribingMetierFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteTranscribingMetierFullVO . |
RemoteTranscribingMetierNaturalId |
toRemoteTranscribingMetierNaturalId(TranscribingMetier entity)
Converts this DAO's entity to an object of type RemoteTranscribingMetierNaturalId . |
void |
toRemoteTranscribingMetierNaturalId(TranscribingMetier source,
RemoteTranscribingMetierNaturalId target)
Copies the fields of the specified entity to the target value object. |
RemoteTranscribingMetierNaturalId[] |
toRemoteTranscribingMetierNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteTranscribingMetierNaturalId . |
void |
toRemoteTranscribingMetierNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteTranscribingMetierNaturalId . |
void |
update(java.util.Collection entities)
Updates all instances in the entities collection in the persistent store. |
void |
update(TranscribingMetier transcribingMetier)
Updates the transcribingMetier 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_REMOTETRANSCRIBINGMETIERFULLVO
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteTranscribingMetierFullVO
.
static final int TRANSFORM_REMOTETRANSCRIBINGMETIERNATURALID
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteTranscribingMetierNaturalId
.
static final int TRANSFORM_CLUSTERTRANSCRIBINGMETIER
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
ClusterTranscribingMetier
.
Method Detail |
---|
void toRemoteTranscribingMetierFullVO(TranscribingMetier source, RemoteTranscribingMetierFullVO target)
RemoteTranscribingMetierFullVO toRemoteTranscribingMetierFullVO(TranscribingMetier entity)
RemoteTranscribingMetierFullVO
.
void toRemoteTranscribingMetierFullVOCollection(java.util.Collection entities)
RemoteTranscribingMetierFullVO
.
RemoteTranscribingMetierFullVO[] toRemoteTranscribingMetierFullVOArray(java.util.Collection entities)
RemoteTranscribingMetierFullVO
.
void remoteTranscribingMetierFullVOToEntity(RemoteTranscribingMetierFullVO source, TranscribingMetier target, boolean copyIfNull)
RemoteTranscribingMetierFullVO
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.TranscribingMetier remoteTranscribingMetierFullVOToEntity(RemoteTranscribingMetierFullVO remoteTranscribingMetierFullVO)
RemoteTranscribingMetierFullVO
to this DAO's entity.
void remoteTranscribingMetierFullVOToEntityCollection(java.util.Collection instances)
RemoteTranscribingMetierFullVO
to this
DAO's entity.
void toRemoteTranscribingMetierNaturalId(TranscribingMetier source, RemoteTranscribingMetierNaturalId target)
RemoteTranscribingMetierNaturalId toRemoteTranscribingMetierNaturalId(TranscribingMetier entity)
RemoteTranscribingMetierNaturalId
.
void toRemoteTranscribingMetierNaturalIdCollection(java.util.Collection entities)
RemoteTranscribingMetierNaturalId
.
RemoteTranscribingMetierNaturalId[] toRemoteTranscribingMetierNaturalIdArray(java.util.Collection entities)
RemoteTranscribingMetierNaturalId
.
void remoteTranscribingMetierNaturalIdToEntity(RemoteTranscribingMetierNaturalId source, TranscribingMetier target, boolean copyIfNull)
RemoteTranscribingMetierNaturalId
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.TranscribingMetier remoteTranscribingMetierNaturalIdToEntity(RemoteTranscribingMetierNaturalId remoteTranscribingMetierNaturalId)
RemoteTranscribingMetierNaturalId
to this DAO's entity.
void remoteTranscribingMetierNaturalIdToEntityCollection(java.util.Collection instances)
RemoteTranscribingMetierNaturalId
to this
DAO's entity.
void toClusterTranscribingMetier(TranscribingMetier source, ClusterTranscribingMetier target)
ClusterTranscribingMetier toClusterTranscribingMetier(TranscribingMetier entity)
ClusterTranscribingMetier
.
void toClusterTranscribingMetierCollection(java.util.Collection entities)
ClusterTranscribingMetier
.
ClusterTranscribingMetier[] toClusterTranscribingMetierArray(java.util.Collection entities)
ClusterTranscribingMetier
.
void clusterTranscribingMetierToEntity(ClusterTranscribingMetier source, TranscribingMetier target, boolean copyIfNull)
ClusterTranscribingMetier
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.TranscribingMetier clusterTranscribingMetierToEntity(ClusterTranscribingMetier clusterTranscribingMetier)
ClusterTranscribingMetier
to this DAO's entity.
void clusterTranscribingMetierToEntityCollection(java.util.Collection instances)
ClusterTranscribingMetier
to this
DAO's entity.
TranscribingMetier load(TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Metier metier)
java.lang.Object load(int transform, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Metier metier)
Does the same thing as load(fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.referential.metier.Metier)
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.
transcribingSystem
- identifier of the entity to loadtranscribingSide
- identifier of the entity to loadmetier
- identifier of the entity to load
java.util.Collection loadAll()
TranscribingMetier
.
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.
TranscribingMetier create(TranscribingMetier transcribingMetier)
java.lang.Object create(int transform, TranscribingMetier transcribingMetier)
Does the same thing as create(fr.ifremer.allegro.referential.transcribing.TranscribingMetier)
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.transcribing.TranscribingMetier
instances to create.
java.util.Collection create(int transform, java.util.Collection entities)
Does the same thing as create(fr.ifremer.allegro.referential.transcribing.TranscribingMetier)
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.
TranscribingMetier create(java.lang.String externalCode, java.sql.Timestamp updateDate, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Metier metier)
Creates a new fr.ifremer.allegro.referential.transcribing.TranscribingMetier
instance from all attributes and
properties and adds it to the persistent store.
java.lang.Object create(int transform, java.lang.String externalCode, java.sql.Timestamp updateDate, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Metier metier)
Does the same thing as create(java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.referential.metier.Metier)
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.
TranscribingMetier create(java.lang.String externalCode, Metier metier, TranscribingSide transcribingSide, TranscribingSystem transcribingSystem)
Creates a new fr.ifremer.allegro.referential.transcribing.TranscribingMetier
instance from only required properties (attributes
and association ends) and adds it to the persistent store.
java.lang.Object create(int transform, java.lang.String externalCode, Metier metier, TranscribingSide transcribingSide, TranscribingSystem transcribingSystem)
Does the same thing as create(java.lang.String,fr.ifremer.allegro.referential.metier.Metier,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
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(TranscribingMetier transcribingMetier)
transcribingMetier
instance in the persistent store.
void update(java.util.Collection entities)
entities
collection in the persistent store.
void remove(TranscribingMetier transcribingMetier)
void remove(TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Metier metier)
identifiers
from the persistent store.
void remove(java.util.Collection entities)
entities collection.
java.util.Collection getAllTranscribingMetier()
java.util.Collection getAllTranscribingMetier(java.lang.String queryString)
Does the same thing as getAllTranscribingMetier()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllTranscribingMetier()
.
java.util.Collection getAllTranscribingMetier(int pageNumber, int pageSize)
Does the same thing as getAllTranscribingMetier()
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 getAllTranscribingMetier(java.lang.String queryString, int pageNumber, int pageSize)
Does the same thing as getAllTranscribingMetier(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 getAllTranscribingMetier(int transform)
Does the same thing as getAllTranscribingMetier()
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 getAllTranscribingMetier(int transform, int pageNumber, int pageSize)
Does the same thing as getAllTranscribingMetier(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 getAllTranscribingMetier(int transform, java.lang.String queryString)
Does the same thing as getAllTranscribingMetier(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllTranscribingMetier(int)
.
java.util.Collection getAllTranscribingMetier(int transform, java.lang.String queryString, int pageNumber, int pageSize)
Does the same thing as getAllTranscribingMetier(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 findTranscribingMetierByTranscribingSystem(TranscribingSystem transcribingSystem)
java.util.Collection findTranscribingMetierByTranscribingSystem(java.lang.String queryString, TranscribingSystem transcribingSystem)
Does the same thing as findTranscribingMetierByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findTranscribingMetierByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
.
java.util.Collection findTranscribingMetierByTranscribingSystem(int pageNumber, int pageSize, TranscribingSystem transcribingSystem)
Does the same thing as findTranscribingMetierByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
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 findTranscribingMetierByTranscribingSystem(java.lang.String queryString, int pageNumber, int pageSize, TranscribingSystem transcribingSystem)
Does the same thing as findTranscribingMetierByTranscribingSystem(String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
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 findTranscribingMetierByTranscribingSystem(int transform, TranscribingSystem transcribingSystem)
Does the same thing as findTranscribingMetierByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
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 findTranscribingMetierByTranscribingSystem(int transform, int pageNumber, int pageSize, TranscribingSystem transcribingSystem)
Does the same thing as findTranscribingMetierByTranscribingSystem(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
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 findTranscribingMetierByTranscribingSystem(int transform, java.lang.String queryString, TranscribingSystem transcribingSystem)
Does the same thing as findTranscribingMetierByTranscribingSystem(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findTranscribingMetierByTranscribingSystem(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem transcribingSystem)
.
java.util.Collection findTranscribingMetierByTranscribingSystem(int transform, java.lang.String queryString, int pageNumber, int pageSize, TranscribingSystem transcribingSystem)
Does the same thing as findTranscribingMetierByTranscribingSystem(int, String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
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 findTranscribingMetierByTranscribingSide(TranscribingSide transcribingSide)
java.util.Collection findTranscribingMetierByTranscribingSide(java.lang.String queryString, TranscribingSide transcribingSide)
Does the same thing as findTranscribingMetierByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findTranscribingMetierByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide)
.
java.util.Collection findTranscribingMetierByTranscribingSide(int pageNumber, int pageSize, TranscribingSide transcribingSide)
Does the same thing as findTranscribingMetierByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide)
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 findTranscribingMetierByTranscribingSide(java.lang.String queryString, int pageNumber, int pageSize, TranscribingSide transcribingSide)
Does the same thing as findTranscribingMetierByTranscribingSide(String, fr.ifremer.allegro.referential.transcribing.TranscribingSide)
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 findTranscribingMetierByTranscribingSide(int transform, TranscribingSide transcribingSide)
Does the same thing as findTranscribingMetierByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide)
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 findTranscribingMetierByTranscribingSide(int transform, int pageNumber, int pageSize, TranscribingSide transcribingSide)
Does the same thing as findTranscribingMetierByTranscribingSide(int, fr.ifremer.allegro.referential.transcribing.TranscribingSide)
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 findTranscribingMetierByTranscribingSide(int transform, java.lang.String queryString, TranscribingSide transcribingSide)
Does the same thing as findTranscribingMetierByTranscribingSide(int, fr.ifremer.allegro.referential.transcribing.TranscribingSide)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findTranscribingMetierByTranscribingSide(int, fr.ifremer.allegro.referential.transcribing.TranscribingSide transcribingSide)
.
java.util.Collection findTranscribingMetierByTranscribingSide(int transform, java.lang.String queryString, int pageNumber, int pageSize, TranscribingSide transcribingSide)
Does the same thing as findTranscribingMetierByTranscribingSide(int, String, fr.ifremer.allegro.referential.transcribing.TranscribingSide)
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 findTranscribingMetierByMetier(Metier metier)
java.util.Collection findTranscribingMetierByMetier(java.lang.String queryString, Metier metier)
Does the same thing as findTranscribingMetierByMetier(fr.ifremer.allegro.referential.metier.Metier)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findTranscribingMetierByMetier(fr.ifremer.allegro.referential.metier.Metier)
.
java.util.Collection findTranscribingMetierByMetier(int pageNumber, int pageSize, Metier metier)
Does the same thing as findTranscribingMetierByMetier(fr.ifremer.allegro.referential.metier.Metier)
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 findTranscribingMetierByMetier(java.lang.String queryString, int pageNumber, int pageSize, Metier metier)
Does the same thing as findTranscribingMetierByMetier(String, fr.ifremer.allegro.referential.metier.Metier)
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 findTranscribingMetierByMetier(int transform, Metier metier)
Does the same thing as findTranscribingMetierByMetier(fr.ifremer.allegro.referential.metier.Metier)
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 findTranscribingMetierByMetier(int transform, int pageNumber, int pageSize, Metier metier)
Does the same thing as findTranscribingMetierByMetier(int, fr.ifremer.allegro.referential.metier.Metier)
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 findTranscribingMetierByMetier(int transform, java.lang.String queryString, Metier metier)
Does the same thing as findTranscribingMetierByMetier(int, fr.ifremer.allegro.referential.metier.Metier)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findTranscribingMetierByMetier(int, fr.ifremer.allegro.referential.metier.Metier metier)
.
java.util.Collection findTranscribingMetierByMetier(int transform, java.lang.String queryString, int pageNumber, int pageSize, Metier metier)
Does the same thing as findTranscribingMetierByMetier(int, String, fr.ifremer.allegro.referential.metier.Metier)
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.
TranscribingMetier findTranscribingMetierByIdentifiers(TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Metier metier)
TranscribingMetier findTranscribingMetierByIdentifiers(java.lang.String queryString, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Metier metier)
Does the same thing as findTranscribingMetierByIdentifiers(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.metier.Metier)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findTranscribingMetierByIdentifiers(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.metier.Metier)
.
java.lang.Object findTranscribingMetierByIdentifiers(int transform, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Metier metier)
Does the same thing as findTranscribingMetierByIdentifiers(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.metier.Metier)
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 findTranscribingMetierByIdentifiers(int transform, java.lang.String queryString, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Metier metier)
Does the same thing as findTranscribingMetierByIdentifiers(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.metier.Metier)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findTranscribingMetierByIdentifiers(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem transcribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide transcribingSide, fr.ifremer.allegro.referential.metier.Metier metier)
.
TranscribingMetier findTranscribingMetierByNaturalId(TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Metier metier)
TranscribingMetier findTranscribingMetierByNaturalId(java.lang.String queryString, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Metier metier)
Does the same thing as findTranscribingMetierByNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.metier.Metier)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findTranscribingMetierByNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.metier.Metier)
.
java.lang.Object findTranscribingMetierByNaturalId(int transform, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Metier metier)
Does the same thing as findTranscribingMetierByNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.metier.Metier)
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 findTranscribingMetierByNaturalId(int transform, java.lang.String queryString, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Metier metier)
Does the same thing as findTranscribingMetierByNaturalId(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.metier.Metier)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findTranscribingMetierByNaturalId(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem transcribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide transcribingSide, fr.ifremer.allegro.referential.metier.Metier metier)
.
java.util.Collection getAllTranscribingMetierSinceDateSynchro(java.sql.Timestamp updateDate)
java.util.Collection getAllTranscribingMetierSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
Does the same thing as getAllTranscribingMetierSinceDateSynchro(java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllTranscribingMetierSinceDateSynchro(java.sql.Timestamp)
.
java.util.Collection getAllTranscribingMetierSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as getAllTranscribingMetierSinceDateSynchro(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 getAllTranscribingMetierSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as getAllTranscribingMetierSinceDateSynchro(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 getAllTranscribingMetierSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
Does the same thing as getAllTranscribingMetierSinceDateSynchro(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 getAllTranscribingMetierSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as getAllTranscribingMetierSinceDateSynchro(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 getAllTranscribingMetierSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
Does the same thing as getAllTranscribingMetierSinceDateSynchro(int, java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllTranscribingMetierSinceDateSynchro(int, java.sql.Timestamp updateDate)
.
java.util.Collection getAllTranscribingMetierSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as getAllTranscribingMetierSinceDateSynchro(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.
TranscribingMetier createFromClusterTranscribingMetier(ClusterTranscribingMetier clusterTranscribingMetier)
ClusterTranscribingMetier[] getAllClusterTranscribingMetierSinceDateSynchro(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 |