|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TranscribingLocationDao
TranscribingLocation
Field Summary | |
---|---|
static int |
TRANSFORM_CLUSTERTRANSCRIBINGLOCATION
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_REMOTETRANSCRIBINGLOCATIONFULLVO
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_REMOTETRANSCRIBINGLOCATIONNATURALID
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 | |
---|---|
TranscribingLocation |
clusterTranscribingLocationToEntity(ClusterTranscribingLocation clusterTranscribingLocation)
Converts an instance of type ClusterTranscribingLocation to this DAO's entity. |
void |
clusterTranscribingLocationToEntity(ClusterTranscribingLocation source,
TranscribingLocation target,
boolean copyIfNull)
Copies the fields of ClusterTranscribingLocation to the specified entity. |
void |
clusterTranscribingLocationToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterTranscribingLocation to this
DAO's entity. |
java.util.Collection |
create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.referential.transcribing.TranscribingLocation 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.TranscribingLocation) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.lang.String externalCode,
Location location,
TranscribingSide transcribingSide,
TranscribingSystem transcribingSystem)
Does the same thing as create(java.lang.String,fr.ifremer.allegro.referential.location.Location,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,
Location location)
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.location.Location) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
TranscribingLocation transcribingLocation)
Does the same thing as create(fr.ifremer.allegro.referential.transcribing.TranscribingLocation) with an
additional flag called transform . |
TranscribingLocation |
create(java.lang.String externalCode,
Location location,
TranscribingSide transcribingSide,
TranscribingSystem transcribingSystem)
Creates a new fr.ifremer.allegro.referential.transcribing.TranscribingLocation
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
TranscribingLocation |
create(java.lang.String externalCode,
java.sql.Timestamp updateDate,
TranscribingSystem transcribingSystem,
TranscribingSide transcribingSide,
Location location)
Creates a new fr.ifremer.allegro.referential.transcribing.TranscribingLocation
instance from all attributes and
properties and adds it to the persistent store. |
TranscribingLocation |
create(TranscribingLocation transcribingLocation)
Creates an instance of fr.ifremer.allegro.referential.transcribing.TranscribingLocation and adds it to the persistent store. |
TranscribingLocation |
createFromClusterTranscribingLocation(ClusterTranscribingLocation clusterTranscribingLocation)
|
java.lang.Object |
findTranscribingLocationByIdentifiers(int transform,
java.lang.String queryString,
TranscribingSystem transcribingSystem,
Location location)
Does the same thing as findTranscribingLocationByIdentifiers(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.Location) with an
additional argument called queryString . |
java.lang.Object |
findTranscribingLocationByIdentifiers(int transform,
TranscribingSystem transcribingSystem,
Location location)
Does the same thing as findTranscribingLocationByIdentifiers(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.Location) with an
additional flag called transform . |
TranscribingLocation |
findTranscribingLocationByIdentifiers(java.lang.String queryString,
TranscribingSystem transcribingSystem,
Location location)
Does the same thing as findTranscribingLocationByIdentifiers(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.Location) with an
additional argument called queryString . |
TranscribingLocation |
findTranscribingLocationByIdentifiers(TranscribingSystem transcribingSystem,
Location location)
|
java.util.Collection |
findTranscribingLocationByLocation(int transform,
int pageNumber,
int pageSize,
Location location)
Does the same thing as findTranscribingLocationByLocation(int, fr.ifremer.allegro.referential.location.Location) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTranscribingLocationByLocation(int pageNumber,
int pageSize,
Location location)
Does the same thing as findTranscribingLocationByLocation(fr.ifremer.allegro.referential.location.Location) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTranscribingLocationByLocation(int transform,
Location location)
Does the same thing as findTranscribingLocationByLocation(fr.ifremer.allegro.referential.location.Location) with an
additional flag called transform . |
java.util.Collection |
findTranscribingLocationByLocation(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Location location)
Does the same thing as findTranscribingLocationByLocation(int, String, fr.ifremer.allegro.referential.location.Location) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTranscribingLocationByLocation(int transform,
java.lang.String queryString,
Location location)
Does the same thing as findTranscribingLocationByLocation(int, fr.ifremer.allegro.referential.location.Location) with an
additional argument called queryString . |
java.util.Collection |
findTranscribingLocationByLocation(Location location)
|
java.util.Collection |
findTranscribingLocationByLocation(java.lang.String queryString,
int pageNumber,
int pageSize,
Location location)
Does the same thing as findTranscribingLocationByLocation(String, fr.ifremer.allegro.referential.location.Location) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTranscribingLocationByLocation(java.lang.String queryString,
Location location)
Does the same thing as findTranscribingLocationByLocation(fr.ifremer.allegro.referential.location.Location) with an
additional argument called queryString . |
java.lang.Object |
findTranscribingLocationByNaturalId(int transform,
java.lang.String queryString,
TranscribingSystem transcribingSystem,
Location location)
Does the same thing as findTranscribingLocationByNaturalId(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.Location) with an
additional argument called queryString . |
java.lang.Object |
findTranscribingLocationByNaturalId(int transform,
TranscribingSystem transcribingSystem,
Location location)
Does the same thing as findTranscribingLocationByNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.Location) with an
additional flag called transform . |
TranscribingLocation |
findTranscribingLocationByNaturalId(java.lang.String queryString,
TranscribingSystem transcribingSystem,
Location location)
Does the same thing as findTranscribingLocationByNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.Location) with an
additional argument called queryString . |
TranscribingLocation |
findTranscribingLocationByNaturalId(TranscribingSystem transcribingSystem,
Location location)
|
java.util.Collection |
findTranscribingLocationByTranscribingSide(int transform,
int pageNumber,
int pageSize,
TranscribingSide transcribingSide)
Does the same thing as findTranscribingLocationByTranscribingSide(int, fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTranscribingLocationByTranscribingSide(int pageNumber,
int pageSize,
TranscribingSide transcribingSide)
Does the same thing as findTranscribingLocationByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTranscribingLocationByTranscribingSide(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
TranscribingSide transcribingSide)
Does the same thing as findTranscribingLocationByTranscribingSide(int, String, fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTranscribingLocationByTranscribingSide(int transform,
java.lang.String queryString,
TranscribingSide transcribingSide)
Does the same thing as findTranscribingLocationByTranscribingSide(int, fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an
additional argument called queryString . |
java.util.Collection |
findTranscribingLocationByTranscribingSide(int transform,
TranscribingSide transcribingSide)
Does the same thing as findTranscribingLocationByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an
additional flag called transform . |
java.util.Collection |
findTranscribingLocationByTranscribingSide(java.lang.String queryString,
int pageNumber,
int pageSize,
TranscribingSide transcribingSide)
Does the same thing as findTranscribingLocationByTranscribingSide(String, fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTranscribingLocationByTranscribingSide(java.lang.String queryString,
TranscribingSide transcribingSide)
Does the same thing as findTranscribingLocationByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an
additional argument called queryString . |
java.util.Collection |
findTranscribingLocationByTranscribingSide(TranscribingSide transcribingSide)
|
java.util.Collection |
findTranscribingLocationByTranscribingSystem(int transform,
int pageNumber,
int pageSize,
TranscribingSystem transcribingSystem)
Does the same thing as findTranscribingLocationByTranscribingSystem(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTranscribingLocationByTranscribingSystem(int pageNumber,
int pageSize,
TranscribingSystem transcribingSystem)
Does the same thing as findTranscribingLocationByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTranscribingLocationByTranscribingSystem(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
TranscribingSystem transcribingSystem)
Does the same thing as findTranscribingLocationByTranscribingSystem(int, String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTranscribingLocationByTranscribingSystem(int transform,
java.lang.String queryString,
TranscribingSystem transcribingSystem)
Does the same thing as findTranscribingLocationByTranscribingSystem(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an
additional argument called queryString . |
java.util.Collection |
findTranscribingLocationByTranscribingSystem(int transform,
TranscribingSystem transcribingSystem)
Does the same thing as findTranscribingLocationByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an
additional flag called transform . |
java.util.Collection |
findTranscribingLocationByTranscribingSystem(java.lang.String queryString,
int pageNumber,
int pageSize,
TranscribingSystem transcribingSystem)
Does the same thing as findTranscribingLocationByTranscribingSystem(String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTranscribingLocationByTranscribingSystem(java.lang.String queryString,
TranscribingSystem transcribingSystem)
Does the same thing as findTranscribingLocationByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an
additional argument called queryString . |
java.util.Collection |
findTranscribingLocationByTranscribingSystem(TranscribingSystem transcribingSystem)
|
ClusterTranscribingLocation[] |
getAllClusterTranscribingLocationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
java.util.Collection |
getAllTranscribingLocation()
|
java.util.Collection |
getAllTranscribingLocation(int transform)
Does the same thing as getAllTranscribingLocation() with an
additional flag called transform . |
java.util.Collection |
getAllTranscribingLocation(int pageNumber,
int pageSize)
Does the same thing as getAllTranscribingLocation() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTranscribingLocation(int transform,
int pageNumber,
int pageSize)
Does the same thing as getAllTranscribingLocation(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTranscribingLocation(int transform,
java.lang.String queryString)
Does the same thing as getAllTranscribingLocation(int) with an
additional argument called queryString . |
java.util.Collection |
getAllTranscribingLocation(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as getAllTranscribingLocation(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTranscribingLocation(java.lang.String queryString)
Does the same thing as getAllTranscribingLocation() with an
additional argument called queryString . |
java.util.Collection |
getAllTranscribingLocation(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as getAllTranscribingLocation(String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTranscribingLocationSinceDateSynchro(int transform,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllTranscribingLocationSinceDateSynchro(int, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTranscribingLocationSinceDateSynchro(int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllTranscribingLocationSinceDateSynchro(java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTranscribingLocationSinceDateSynchro(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllTranscribingLocationSinceDateSynchro(int, String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTranscribingLocationSinceDateSynchro(int transform,
java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as getAllTranscribingLocationSinceDateSynchro(int, java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllTranscribingLocationSinceDateSynchro(int transform,
java.sql.Timestamp updateDate)
Does the same thing as getAllTranscribingLocationSinceDateSynchro(java.sql.Timestamp) with an
additional flag called transform . |
java.util.Collection |
getAllTranscribingLocationSinceDateSynchro(java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllTranscribingLocationSinceDateSynchro(String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTranscribingLocationSinceDateSynchro(java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as getAllTranscribingLocationSinceDateSynchro(java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllTranscribingLocationSinceDateSynchro(java.sql.Timestamp updateDate)
|
java.lang.Object |
load(int transform,
TranscribingSystem transcribingSystem,
Location location)
Does the same thing as load(fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.location.Location) with an
additional flag called transform . |
TranscribingLocation |
load(TranscribingSystem transcribingSystem,
Location location)
Loads an instance of fr.ifremer.allegro.referential.transcribing.TranscribingLocation from the persistent store. |
java.util.Collection |
loadAll()
Loads all entities of type TranscribingLocation . |
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 . |
TranscribingLocation |
remoteTranscribingLocationFullVOToEntity(RemoteTranscribingLocationFullVO remoteTranscribingLocationFullVO)
Converts an instance of type RemoteTranscribingLocationFullVO to this DAO's entity. |
void |
remoteTranscribingLocationFullVOToEntity(RemoteTranscribingLocationFullVO source,
TranscribingLocation target,
boolean copyIfNull)
Copies the fields of RemoteTranscribingLocationFullVO to the specified entity. |
void |
remoteTranscribingLocationFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteTranscribingLocationFullVO to this
DAO's entity. |
TranscribingLocation |
remoteTranscribingLocationNaturalIdToEntity(RemoteTranscribingLocationNaturalId remoteTranscribingLocationNaturalId)
Converts an instance of type RemoteTranscribingLocationNaturalId to this DAO's entity. |
void |
remoteTranscribingLocationNaturalIdToEntity(RemoteTranscribingLocationNaturalId source,
TranscribingLocation target,
boolean copyIfNull)
Copies the fields of RemoteTranscribingLocationNaturalId to the specified entity. |
void |
remoteTranscribingLocationNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteTranscribingLocationNaturalId to this
DAO's entity. |
void |
remove(java.util.Collection entities)
Removes all entities in the given entities |
void |
remove(TranscribingLocation transcribingLocation)
Removes the instance of fr.ifremer.allegro.referential.transcribing.TranscribingLocation from the persistent store. |
void |
remove(TranscribingSystem transcribingSystem,
Location location)
Removes the instance of fr.ifremer.allegro.referential.transcribing.TranscribingLocation 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. |
ClusterTranscribingLocation |
toClusterTranscribingLocation(TranscribingLocation entity)
Converts this DAO's entity to an object of type ClusterTranscribingLocation . |
void |
toClusterTranscribingLocation(TranscribingLocation source,
ClusterTranscribingLocation target)
Copies the fields of the specified entity to the target value object. |
ClusterTranscribingLocation[] |
toClusterTranscribingLocationArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterTranscribingLocation . |
void |
toClusterTranscribingLocationCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterTranscribingLocation . |
RemoteTranscribingLocationFullVO |
toRemoteTranscribingLocationFullVO(TranscribingLocation entity)
Converts this DAO's entity to an object of type RemoteTranscribingLocationFullVO . |
void |
toRemoteTranscribingLocationFullVO(TranscribingLocation source,
RemoteTranscribingLocationFullVO target)
Copies the fields of the specified entity to the target value object. |
RemoteTranscribingLocationFullVO[] |
toRemoteTranscribingLocationFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteTranscribingLocationFullVO . |
void |
toRemoteTranscribingLocationFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteTranscribingLocationFullVO . |
RemoteTranscribingLocationNaturalId |
toRemoteTranscribingLocationNaturalId(TranscribingLocation entity)
Converts this DAO's entity to an object of type RemoteTranscribingLocationNaturalId . |
void |
toRemoteTranscribingLocationNaturalId(TranscribingLocation source,
RemoteTranscribingLocationNaturalId target)
Copies the fields of the specified entity to the target value object. |
RemoteTranscribingLocationNaturalId[] |
toRemoteTranscribingLocationNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteTranscribingLocationNaturalId . |
void |
toRemoteTranscribingLocationNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteTranscribingLocationNaturalId . |
void |
update(java.util.Collection entities)
Updates all instances in the entities collection in the persistent store. |
void |
update(TranscribingLocation transcribingLocation)
Updates the transcribingLocation 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_REMOTETRANSCRIBINGLOCATIONFULLVO
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteTranscribingLocationFullVO
.
static final int TRANSFORM_REMOTETRANSCRIBINGLOCATIONNATURALID
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteTranscribingLocationNaturalId
.
static final int TRANSFORM_CLUSTERTRANSCRIBINGLOCATION
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
ClusterTranscribingLocation
.
Method Detail |
---|
void toRemoteTranscribingLocationFullVO(TranscribingLocation source, RemoteTranscribingLocationFullVO target)
RemoteTranscribingLocationFullVO toRemoteTranscribingLocationFullVO(TranscribingLocation entity)
RemoteTranscribingLocationFullVO
.
void toRemoteTranscribingLocationFullVOCollection(java.util.Collection entities)
RemoteTranscribingLocationFullVO
.
RemoteTranscribingLocationFullVO[] toRemoteTranscribingLocationFullVOArray(java.util.Collection entities)
RemoteTranscribingLocationFullVO
.
void remoteTranscribingLocationFullVOToEntity(RemoteTranscribingLocationFullVO source, TranscribingLocation target, boolean copyIfNull)
RemoteTranscribingLocationFullVO
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.TranscribingLocation remoteTranscribingLocationFullVOToEntity(RemoteTranscribingLocationFullVO remoteTranscribingLocationFullVO)
RemoteTranscribingLocationFullVO
to this DAO's entity.
void remoteTranscribingLocationFullVOToEntityCollection(java.util.Collection instances)
RemoteTranscribingLocationFullVO
to this
DAO's entity.
void toRemoteTranscribingLocationNaturalId(TranscribingLocation source, RemoteTranscribingLocationNaturalId target)
RemoteTranscribingLocationNaturalId toRemoteTranscribingLocationNaturalId(TranscribingLocation entity)
RemoteTranscribingLocationNaturalId
.
void toRemoteTranscribingLocationNaturalIdCollection(java.util.Collection entities)
RemoteTranscribingLocationNaturalId
.
RemoteTranscribingLocationNaturalId[] toRemoteTranscribingLocationNaturalIdArray(java.util.Collection entities)
RemoteTranscribingLocationNaturalId
.
void remoteTranscribingLocationNaturalIdToEntity(RemoteTranscribingLocationNaturalId source, TranscribingLocation target, boolean copyIfNull)
RemoteTranscribingLocationNaturalId
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.TranscribingLocation remoteTranscribingLocationNaturalIdToEntity(RemoteTranscribingLocationNaturalId remoteTranscribingLocationNaturalId)
RemoteTranscribingLocationNaturalId
to this DAO's entity.
void remoteTranscribingLocationNaturalIdToEntityCollection(java.util.Collection instances)
RemoteTranscribingLocationNaturalId
to this
DAO's entity.
void toClusterTranscribingLocation(TranscribingLocation source, ClusterTranscribingLocation target)
ClusterTranscribingLocation toClusterTranscribingLocation(TranscribingLocation entity)
ClusterTranscribingLocation
.
void toClusterTranscribingLocationCollection(java.util.Collection entities)
ClusterTranscribingLocation
.
ClusterTranscribingLocation[] toClusterTranscribingLocationArray(java.util.Collection entities)
ClusterTranscribingLocation
.
void clusterTranscribingLocationToEntity(ClusterTranscribingLocation source, TranscribingLocation target, boolean copyIfNull)
ClusterTranscribingLocation
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.TranscribingLocation clusterTranscribingLocationToEntity(ClusterTranscribingLocation clusterTranscribingLocation)
ClusterTranscribingLocation
to this DAO's entity.
void clusterTranscribingLocationToEntityCollection(java.util.Collection instances)
ClusterTranscribingLocation
to this
DAO's entity.
TranscribingLocation load(TranscribingSystem transcribingSystem, Location location)
java.lang.Object load(int transform, TranscribingSystem transcribingSystem, Location location)
Does the same thing as load(fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.location.Location)
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 loadlocation
- identifier of the entity to load
java.util.Collection loadAll()
TranscribingLocation
.
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.
TranscribingLocation create(TranscribingLocation transcribingLocation)
java.lang.Object create(int transform, TranscribingLocation transcribingLocation)
Does the same thing as create(fr.ifremer.allegro.referential.transcribing.TranscribingLocation)
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.TranscribingLocation
instances to create.
java.util.Collection create(int transform, java.util.Collection entities)
Does the same thing as create(fr.ifremer.allegro.referential.transcribing.TranscribingLocation)
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.
TranscribingLocation create(java.lang.String externalCode, java.sql.Timestamp updateDate, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Location location)
Creates a new fr.ifremer.allegro.referential.transcribing.TranscribingLocation
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, Location location)
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.location.Location)
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.
TranscribingLocation create(java.lang.String externalCode, Location location, TranscribingSide transcribingSide, TranscribingSystem transcribingSystem)
Creates a new fr.ifremer.allegro.referential.transcribing.TranscribingLocation
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, Location location, TranscribingSide transcribingSide, TranscribingSystem transcribingSystem)
Does the same thing as create(java.lang.String,fr.ifremer.allegro.referential.location.Location,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(TranscribingLocation transcribingLocation)
transcribingLocation
instance in the persistent store.
void update(java.util.Collection entities)
entities
collection in the persistent store.
void remove(TranscribingLocation transcribingLocation)
void remove(TranscribingSystem transcribingSystem, Location location)
identifiers
from the persistent store.
void remove(java.util.Collection entities)
entities collection.
java.util.Collection getAllTranscribingLocation()
java.util.Collection getAllTranscribingLocation(java.lang.String queryString)
Does the same thing as getAllTranscribingLocation()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllTranscribingLocation()
.
java.util.Collection getAllTranscribingLocation(int pageNumber, int pageSize)
Does the same thing as getAllTranscribingLocation()
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 getAllTranscribingLocation(java.lang.String queryString, int pageNumber, int pageSize)
Does the same thing as getAllTranscribingLocation(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 getAllTranscribingLocation(int transform)
Does the same thing as getAllTranscribingLocation()
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 getAllTranscribingLocation(int transform, int pageNumber, int pageSize)
Does the same thing as getAllTranscribingLocation(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 getAllTranscribingLocation(int transform, java.lang.String queryString)
Does the same thing as getAllTranscribingLocation(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllTranscribingLocation(int)
.
java.util.Collection getAllTranscribingLocation(int transform, java.lang.String queryString, int pageNumber, int pageSize)
Does the same thing as getAllTranscribingLocation(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 findTranscribingLocationByTranscribingSystem(TranscribingSystem transcribingSystem)
java.util.Collection findTranscribingLocationByTranscribingSystem(java.lang.String queryString, TranscribingSystem transcribingSystem)
Does the same thing as findTranscribingLocationByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findTranscribingLocationByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
.
java.util.Collection findTranscribingLocationByTranscribingSystem(int pageNumber, int pageSize, TranscribingSystem transcribingSystem)
Does the same thing as findTranscribingLocationByTranscribingSystem(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 findTranscribingLocationByTranscribingSystem(java.lang.String queryString, int pageNumber, int pageSize, TranscribingSystem transcribingSystem)
Does the same thing as findTranscribingLocationByTranscribingSystem(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 findTranscribingLocationByTranscribingSystem(int transform, TranscribingSystem transcribingSystem)
Does the same thing as findTranscribingLocationByTranscribingSystem(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 findTranscribingLocationByTranscribingSystem(int transform, int pageNumber, int pageSize, TranscribingSystem transcribingSystem)
Does the same thing as findTranscribingLocationByTranscribingSystem(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 findTranscribingLocationByTranscribingSystem(int transform, java.lang.String queryString, TranscribingSystem transcribingSystem)
Does the same thing as findTranscribingLocationByTranscribingSystem(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 findTranscribingLocationByTranscribingSystem(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem transcribingSystem)
.
java.util.Collection findTranscribingLocationByTranscribingSystem(int transform, java.lang.String queryString, int pageNumber, int pageSize, TranscribingSystem transcribingSystem)
Does the same thing as findTranscribingLocationByTranscribingSystem(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 findTranscribingLocationByTranscribingSide(TranscribingSide transcribingSide)
java.util.Collection findTranscribingLocationByTranscribingSide(java.lang.String queryString, TranscribingSide transcribingSide)
Does the same thing as findTranscribingLocationByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findTranscribingLocationByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide)
.
java.util.Collection findTranscribingLocationByTranscribingSide(int pageNumber, int pageSize, TranscribingSide transcribingSide)
Does the same thing as findTranscribingLocationByTranscribingSide(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 findTranscribingLocationByTranscribingSide(java.lang.String queryString, int pageNumber, int pageSize, TranscribingSide transcribingSide)
Does the same thing as findTranscribingLocationByTranscribingSide(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 findTranscribingLocationByTranscribingSide(int transform, TranscribingSide transcribingSide)
Does the same thing as findTranscribingLocationByTranscribingSide(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 findTranscribingLocationByTranscribingSide(int transform, int pageNumber, int pageSize, TranscribingSide transcribingSide)
Does the same thing as findTranscribingLocationByTranscribingSide(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 findTranscribingLocationByTranscribingSide(int transform, java.lang.String queryString, TranscribingSide transcribingSide)
Does the same thing as findTranscribingLocationByTranscribingSide(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 findTranscribingLocationByTranscribingSide(int, fr.ifremer.allegro.referential.transcribing.TranscribingSide transcribingSide)
.
java.util.Collection findTranscribingLocationByTranscribingSide(int transform, java.lang.String queryString, int pageNumber, int pageSize, TranscribingSide transcribingSide)
Does the same thing as findTranscribingLocationByTranscribingSide(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 findTranscribingLocationByLocation(Location location)
java.util.Collection findTranscribingLocationByLocation(java.lang.String queryString, Location location)
Does the same thing as findTranscribingLocationByLocation(fr.ifremer.allegro.referential.location.Location)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findTranscribingLocationByLocation(fr.ifremer.allegro.referential.location.Location)
.
java.util.Collection findTranscribingLocationByLocation(int pageNumber, int pageSize, Location location)
Does the same thing as findTranscribingLocationByLocation(fr.ifremer.allegro.referential.location.Location)
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 findTranscribingLocationByLocation(java.lang.String queryString, int pageNumber, int pageSize, Location location)
Does the same thing as findTranscribingLocationByLocation(String, fr.ifremer.allegro.referential.location.Location)
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 findTranscribingLocationByLocation(int transform, Location location)
Does the same thing as findTranscribingLocationByLocation(fr.ifremer.allegro.referential.location.Location)
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 findTranscribingLocationByLocation(int transform, int pageNumber, int pageSize, Location location)
Does the same thing as findTranscribingLocationByLocation(int, fr.ifremer.allegro.referential.location.Location)
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 findTranscribingLocationByLocation(int transform, java.lang.String queryString, Location location)
Does the same thing as findTranscribingLocationByLocation(int, fr.ifremer.allegro.referential.location.Location)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findTranscribingLocationByLocation(int, fr.ifremer.allegro.referential.location.Location location)
.
java.util.Collection findTranscribingLocationByLocation(int transform, java.lang.String queryString, int pageNumber, int pageSize, Location location)
Does the same thing as findTranscribingLocationByLocation(int, String, fr.ifremer.allegro.referential.location.Location)
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.
TranscribingLocation findTranscribingLocationByIdentifiers(TranscribingSystem transcribingSystem, Location location)
TranscribingLocation findTranscribingLocationByIdentifiers(java.lang.String queryString, TranscribingSystem transcribingSystem, Location location)
Does the same thing as findTranscribingLocationByIdentifiers(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.Location)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findTranscribingLocationByIdentifiers(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.Location)
.
java.lang.Object findTranscribingLocationByIdentifiers(int transform, TranscribingSystem transcribingSystem, Location location)
Does the same thing as findTranscribingLocationByIdentifiers(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.Location)
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 findTranscribingLocationByIdentifiers(int transform, java.lang.String queryString, TranscribingSystem transcribingSystem, Location location)
Does the same thing as findTranscribingLocationByIdentifiers(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.Location)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findTranscribingLocationByIdentifiers(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem transcribingSystem, fr.ifremer.allegro.referential.location.Location location)
.
TranscribingLocation findTranscribingLocationByNaturalId(TranscribingSystem transcribingSystem, Location location)
TranscribingLocation findTranscribingLocationByNaturalId(java.lang.String queryString, TranscribingSystem transcribingSystem, Location location)
Does the same thing as findTranscribingLocationByNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.Location)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findTranscribingLocationByNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.Location)
.
java.lang.Object findTranscribingLocationByNaturalId(int transform, TranscribingSystem transcribingSystem, Location location)
Does the same thing as findTranscribingLocationByNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.Location)
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 findTranscribingLocationByNaturalId(int transform, java.lang.String queryString, TranscribingSystem transcribingSystem, Location location)
Does the same thing as findTranscribingLocationByNaturalId(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.Location)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findTranscribingLocationByNaturalId(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem transcribingSystem, fr.ifremer.allegro.referential.location.Location location)
.
java.util.Collection getAllTranscribingLocationSinceDateSynchro(java.sql.Timestamp updateDate)
java.util.Collection getAllTranscribingLocationSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
Does the same thing as getAllTranscribingLocationSinceDateSynchro(java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllTranscribingLocationSinceDateSynchro(java.sql.Timestamp)
.
java.util.Collection getAllTranscribingLocationSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as getAllTranscribingLocationSinceDateSynchro(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 getAllTranscribingLocationSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as getAllTranscribingLocationSinceDateSynchro(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 getAllTranscribingLocationSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
Does the same thing as getAllTranscribingLocationSinceDateSynchro(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 getAllTranscribingLocationSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as getAllTranscribingLocationSinceDateSynchro(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 getAllTranscribingLocationSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
Does the same thing as getAllTranscribingLocationSinceDateSynchro(int, java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllTranscribingLocationSinceDateSynchro(int, java.sql.Timestamp updateDate)
.
java.util.Collection getAllTranscribingLocationSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as getAllTranscribingLocationSinceDateSynchro(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.
TranscribingLocation createFromClusterTranscribingLocation(ClusterTranscribingLocation clusterTranscribingLocation)
ClusterTranscribingLocation[] getAllClusterTranscribingLocationSinceDateSynchro(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 |