|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TranscribingLocationLevelDao
TranscribingLocationLevel
Field Summary | |
---|---|
static int |
TRANSFORM_CLUSTERTRANSCRIBINGLOCATIONLEVEL
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_REMOTETRANSCRIBINGLOCATIONLEVELFULLVO
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_REMOTETRANSCRIBINGLOCATIONLEVELNATURALID
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 | |
---|---|
TranscribingLocationLevel |
clusterTranscribingLocationLevelToEntity(ClusterTranscribingLocationLevel clusterTranscribingLocationLevel)
Converts an instance of type ClusterTranscribingLocationLevel to this DAO's entity. |
void |
clusterTranscribingLocationLevelToEntity(ClusterTranscribingLocationLevel source,
TranscribingLocationLevel target,
boolean copyIfNull)
Copies the fields of ClusterTranscribingLocationLevel to the specified entity. |
void |
clusterTranscribingLocationLevelToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterTranscribingLocationLevel to this
DAO's entity. |
java.util.Collection |
create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel 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.TranscribingLocationLevel) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.lang.String externalCode,
LocationLevel locationLevel,
TranscribingSide transcribingSide,
TranscribingSystem transcribingSystem)
Does the same thing as create(java.lang.String,fr.ifremer.allegro.referential.location.LocationLevel,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,
LocationLevel locationLevel)
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.LocationLevel) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
TranscribingLocationLevel transcribingLocationLevel)
Does the same thing as create(fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel) with an
additional flag called transform . |
TranscribingLocationLevel |
create(java.lang.String externalCode,
LocationLevel locationLevel,
TranscribingSide transcribingSide,
TranscribingSystem transcribingSystem)
Creates a new fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
TranscribingLocationLevel |
create(java.lang.String externalCode,
java.sql.Timestamp updateDate,
TranscribingSystem transcribingSystem,
TranscribingSide transcribingSide,
LocationLevel locationLevel)
Creates a new fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel
instance from all attributes and
properties and adds it to the persistent store. |
TranscribingLocationLevel |
create(TranscribingLocationLevel transcribingLocationLevel)
Creates an instance of fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel and adds it to the persistent store. |
TranscribingLocationLevel |
createFromClusterTranscribingLocationLevel(ClusterTranscribingLocationLevel clusterTranscribingLocationLevel)
|
java.lang.Object |
findTranscribingLocationLevelByIdentifiers(int transform,
java.lang.String queryString,
TranscribingSystem transcribingSystem,
LocationLevel locationLevel)
Does the same thing as findTranscribingLocationLevelByIdentifiers(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.LocationLevel) with an
additional argument called queryString . |
java.lang.Object |
findTranscribingLocationLevelByIdentifiers(int transform,
TranscribingSystem transcribingSystem,
LocationLevel locationLevel)
Does the same thing as findTranscribingLocationLevelByIdentifiers(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.LocationLevel) with an
additional flag called transform . |
TranscribingLocationLevel |
findTranscribingLocationLevelByIdentifiers(java.lang.String queryString,
TranscribingSystem transcribingSystem,
LocationLevel locationLevel)
Does the same thing as findTranscribingLocationLevelByIdentifiers(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.LocationLevel) with an
additional argument called queryString . |
TranscribingLocationLevel |
findTranscribingLocationLevelByIdentifiers(TranscribingSystem transcribingSystem,
LocationLevel locationLevel)
|
java.util.Collection |
findTranscribingLocationLevelByLocationLevel(int transform,
int pageNumber,
int pageSize,
LocationLevel locationLevel)
Does the same thing as findTranscribingLocationLevelByLocationLevel(int, fr.ifremer.allegro.referential.location.LocationLevel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTranscribingLocationLevelByLocationLevel(int pageNumber,
int pageSize,
LocationLevel locationLevel)
Does the same thing as findTranscribingLocationLevelByLocationLevel(fr.ifremer.allegro.referential.location.LocationLevel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTranscribingLocationLevelByLocationLevel(int transform,
LocationLevel locationLevel)
Does the same thing as findTranscribingLocationLevelByLocationLevel(fr.ifremer.allegro.referential.location.LocationLevel) with an
additional flag called transform . |
java.util.Collection |
findTranscribingLocationLevelByLocationLevel(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
LocationLevel locationLevel)
Does the same thing as findTranscribingLocationLevelByLocationLevel(int, String, fr.ifremer.allegro.referential.location.LocationLevel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTranscribingLocationLevelByLocationLevel(int transform,
java.lang.String queryString,
LocationLevel locationLevel)
Does the same thing as findTranscribingLocationLevelByLocationLevel(int, fr.ifremer.allegro.referential.location.LocationLevel) with an
additional argument called queryString . |
java.util.Collection |
findTranscribingLocationLevelByLocationLevel(LocationLevel locationLevel)
|
java.util.Collection |
findTranscribingLocationLevelByLocationLevel(java.lang.String queryString,
int pageNumber,
int pageSize,
LocationLevel locationLevel)
Does the same thing as findTranscribingLocationLevelByLocationLevel(String, fr.ifremer.allegro.referential.location.LocationLevel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTranscribingLocationLevelByLocationLevel(java.lang.String queryString,
LocationLevel locationLevel)
Does the same thing as findTranscribingLocationLevelByLocationLevel(fr.ifremer.allegro.referential.location.LocationLevel) with an
additional argument called queryString . |
java.lang.Object |
findTranscribingLocationLevelByNaturalId(int transform,
java.lang.String queryString,
TranscribingSystem transcribingSystem,
LocationLevel locationLevel)
Does the same thing as findTranscribingLocationLevelByNaturalId(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.LocationLevel) with an
additional argument called queryString . |
java.lang.Object |
findTranscribingLocationLevelByNaturalId(int transform,
TranscribingSystem transcribingSystem,
LocationLevel locationLevel)
Does the same thing as findTranscribingLocationLevelByNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.LocationLevel) with an
additional flag called transform . |
TranscribingLocationLevel |
findTranscribingLocationLevelByNaturalId(java.lang.String queryString,
TranscribingSystem transcribingSystem,
LocationLevel locationLevel)
Does the same thing as findTranscribingLocationLevelByNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.LocationLevel) with an
additional argument called queryString . |
TranscribingLocationLevel |
findTranscribingLocationLevelByNaturalId(TranscribingSystem transcribingSystem,
LocationLevel locationLevel)
|
java.util.Collection |
findTranscribingLocationLevelByTranscribingSide(int transform,
int pageNumber,
int pageSize,
TranscribingSide transcribingSide)
Does the same thing as findTranscribingLocationLevelByTranscribingSide(int, fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTranscribingLocationLevelByTranscribingSide(int pageNumber,
int pageSize,
TranscribingSide transcribingSide)
Does the same thing as findTranscribingLocationLevelByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTranscribingLocationLevelByTranscribingSide(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
TranscribingSide transcribingSide)
Does the same thing as findTranscribingLocationLevelByTranscribingSide(int, String, fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTranscribingLocationLevelByTranscribingSide(int transform,
java.lang.String queryString,
TranscribingSide transcribingSide)
Does the same thing as findTranscribingLocationLevelByTranscribingSide(int, fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an
additional argument called queryString . |
java.util.Collection |
findTranscribingLocationLevelByTranscribingSide(int transform,
TranscribingSide transcribingSide)
Does the same thing as findTranscribingLocationLevelByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an
additional flag called transform . |
java.util.Collection |
findTranscribingLocationLevelByTranscribingSide(java.lang.String queryString,
int pageNumber,
int pageSize,
TranscribingSide transcribingSide)
Does the same thing as findTranscribingLocationLevelByTranscribingSide(String, fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTranscribingLocationLevelByTranscribingSide(java.lang.String queryString,
TranscribingSide transcribingSide)
Does the same thing as findTranscribingLocationLevelByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an
additional argument called queryString . |
java.util.Collection |
findTranscribingLocationLevelByTranscribingSide(TranscribingSide transcribingSide)
|
java.util.Collection |
findTranscribingLocationLevelByTranscribingSystem(int transform,
int pageNumber,
int pageSize,
TranscribingSystem transcribingSystem)
Does the same thing as findTranscribingLocationLevelByTranscribingSystem(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTranscribingLocationLevelByTranscribingSystem(int pageNumber,
int pageSize,
TranscribingSystem transcribingSystem)
Does the same thing as findTranscribingLocationLevelByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTranscribingLocationLevelByTranscribingSystem(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
TranscribingSystem transcribingSystem)
Does the same thing as findTranscribingLocationLevelByTranscribingSystem(int, String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTranscribingLocationLevelByTranscribingSystem(int transform,
java.lang.String queryString,
TranscribingSystem transcribingSystem)
Does the same thing as findTranscribingLocationLevelByTranscribingSystem(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an
additional argument called queryString . |
java.util.Collection |
findTranscribingLocationLevelByTranscribingSystem(int transform,
TranscribingSystem transcribingSystem)
Does the same thing as findTranscribingLocationLevelByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an
additional flag called transform . |
java.util.Collection |
findTranscribingLocationLevelByTranscribingSystem(java.lang.String queryString,
int pageNumber,
int pageSize,
TranscribingSystem transcribingSystem)
Does the same thing as findTranscribingLocationLevelByTranscribingSystem(String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTranscribingLocationLevelByTranscribingSystem(java.lang.String queryString,
TranscribingSystem transcribingSystem)
Does the same thing as findTranscribingLocationLevelByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an
additional argument called queryString . |
java.util.Collection |
findTranscribingLocationLevelByTranscribingSystem(TranscribingSystem transcribingSystem)
|
ClusterTranscribingLocationLevel[] |
getAllClusterTranscribingLocationLevelSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
java.util.Collection |
getAllTranscribingLocationLevel()
|
java.util.Collection |
getAllTranscribingLocationLevel(int transform)
Does the same thing as getAllTranscribingLocationLevel() with an
additional flag called transform . |
java.util.Collection |
getAllTranscribingLocationLevel(int pageNumber,
int pageSize)
Does the same thing as getAllTranscribingLocationLevel() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTranscribingLocationLevel(int transform,
int pageNumber,
int pageSize)
Does the same thing as getAllTranscribingLocationLevel(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTranscribingLocationLevel(int transform,
java.lang.String queryString)
Does the same thing as getAllTranscribingLocationLevel(int) with an
additional argument called queryString . |
java.util.Collection |
getAllTranscribingLocationLevel(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as getAllTranscribingLocationLevel(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTranscribingLocationLevel(java.lang.String queryString)
Does the same thing as getAllTranscribingLocationLevel() with an
additional argument called queryString . |
java.util.Collection |
getAllTranscribingLocationLevel(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as getAllTranscribingLocationLevel(String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTranscribingLocationLevelSinceDateSynchro(int transform,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllTranscribingLocationLevelSinceDateSynchro(int, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTranscribingLocationLevelSinceDateSynchro(int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllTranscribingLocationLevelSinceDateSynchro(java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTranscribingLocationLevelSinceDateSynchro(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllTranscribingLocationLevelSinceDateSynchro(int, String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTranscribingLocationLevelSinceDateSynchro(int transform,
java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as getAllTranscribingLocationLevelSinceDateSynchro(int, java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllTranscribingLocationLevelSinceDateSynchro(int transform,
java.sql.Timestamp updateDate)
Does the same thing as getAllTranscribingLocationLevelSinceDateSynchro(java.sql.Timestamp) with an
additional flag called transform . |
java.util.Collection |
getAllTranscribingLocationLevelSinceDateSynchro(java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllTranscribingLocationLevelSinceDateSynchro(String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTranscribingLocationLevelSinceDateSynchro(java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as getAllTranscribingLocationLevelSinceDateSynchro(java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllTranscribingLocationLevelSinceDateSynchro(java.sql.Timestamp updateDate)
|
java.lang.Object |
load(int transform,
TranscribingSystem transcribingSystem,
LocationLevel locationLevel)
Does the same thing as load(fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.location.LocationLevel) with an
additional flag called transform . |
TranscribingLocationLevel |
load(TranscribingSystem transcribingSystem,
LocationLevel locationLevel)
Loads an instance of fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel from the persistent store. |
java.util.Collection |
loadAll()
Loads all entities of type TranscribingLocationLevel . |
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 . |
TranscribingLocationLevel |
remoteTranscribingLocationLevelFullVOToEntity(RemoteTranscribingLocationLevelFullVO remoteTranscribingLocationLevelFullVO)
Converts an instance of type RemoteTranscribingLocationLevelFullVO to this DAO's entity. |
void |
remoteTranscribingLocationLevelFullVOToEntity(RemoteTranscribingLocationLevelFullVO source,
TranscribingLocationLevel target,
boolean copyIfNull)
Copies the fields of RemoteTranscribingLocationLevelFullVO to the specified entity. |
void |
remoteTranscribingLocationLevelFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteTranscribingLocationLevelFullVO to this
DAO's entity. |
TranscribingLocationLevel |
remoteTranscribingLocationLevelNaturalIdToEntity(RemoteTranscribingLocationLevelNaturalId remoteTranscribingLocationLevelNaturalId)
Converts an instance of type RemoteTranscribingLocationLevelNaturalId to this DAO's entity. |
void |
remoteTranscribingLocationLevelNaturalIdToEntity(RemoteTranscribingLocationLevelNaturalId source,
TranscribingLocationLevel target,
boolean copyIfNull)
Copies the fields of RemoteTranscribingLocationLevelNaturalId to the specified entity. |
void |
remoteTranscribingLocationLevelNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteTranscribingLocationLevelNaturalId to this
DAO's entity. |
void |
remove(java.util.Collection entities)
Removes all entities in the given entities |
void |
remove(TranscribingLocationLevel transcribingLocationLevel)
Removes the instance of fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel from the persistent store. |
void |
remove(TranscribingSystem transcribingSystem,
LocationLevel locationLevel)
Removes the instance of fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel 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. |
ClusterTranscribingLocationLevel |
toClusterTranscribingLocationLevel(TranscribingLocationLevel entity)
Converts this DAO's entity to an object of type ClusterTranscribingLocationLevel . |
void |
toClusterTranscribingLocationLevel(TranscribingLocationLevel source,
ClusterTranscribingLocationLevel target)
Copies the fields of the specified entity to the target value object. |
ClusterTranscribingLocationLevel[] |
toClusterTranscribingLocationLevelArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterTranscribingLocationLevel . |
void |
toClusterTranscribingLocationLevelCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterTranscribingLocationLevel . |
RemoteTranscribingLocationLevelFullVO |
toRemoteTranscribingLocationLevelFullVO(TranscribingLocationLevel entity)
Converts this DAO's entity to an object of type RemoteTranscribingLocationLevelFullVO . |
void |
toRemoteTranscribingLocationLevelFullVO(TranscribingLocationLevel source,
RemoteTranscribingLocationLevelFullVO target)
Copies the fields of the specified entity to the target value object. |
RemoteTranscribingLocationLevelFullVO[] |
toRemoteTranscribingLocationLevelFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteTranscribingLocationLevelFullVO . |
void |
toRemoteTranscribingLocationLevelFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteTranscribingLocationLevelFullVO . |
RemoteTranscribingLocationLevelNaturalId |
toRemoteTranscribingLocationLevelNaturalId(TranscribingLocationLevel entity)
Converts this DAO's entity to an object of type RemoteTranscribingLocationLevelNaturalId . |
void |
toRemoteTranscribingLocationLevelNaturalId(TranscribingLocationLevel source,
RemoteTranscribingLocationLevelNaturalId target)
Copies the fields of the specified entity to the target value object. |
RemoteTranscribingLocationLevelNaturalId[] |
toRemoteTranscribingLocationLevelNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteTranscribingLocationLevelNaturalId . |
void |
toRemoteTranscribingLocationLevelNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteTranscribingLocationLevelNaturalId . |
void |
update(java.util.Collection entities)
Updates all instances in the entities collection in the persistent store. |
void |
update(TranscribingLocationLevel transcribingLocationLevel)
Updates the transcribingLocationLevel 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_REMOTETRANSCRIBINGLOCATIONLEVELFULLVO
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteTranscribingLocationLevelFullVO
.
static final int TRANSFORM_REMOTETRANSCRIBINGLOCATIONLEVELNATURALID
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteTranscribingLocationLevelNaturalId
.
static final int TRANSFORM_CLUSTERTRANSCRIBINGLOCATIONLEVEL
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
ClusterTranscribingLocationLevel
.
Method Detail |
---|
void toRemoteTranscribingLocationLevelFullVO(TranscribingLocationLevel source, RemoteTranscribingLocationLevelFullVO target)
RemoteTranscribingLocationLevelFullVO toRemoteTranscribingLocationLevelFullVO(TranscribingLocationLevel entity)
RemoteTranscribingLocationLevelFullVO
.
void toRemoteTranscribingLocationLevelFullVOCollection(java.util.Collection entities)
RemoteTranscribingLocationLevelFullVO
.
RemoteTranscribingLocationLevelFullVO[] toRemoteTranscribingLocationLevelFullVOArray(java.util.Collection entities)
RemoteTranscribingLocationLevelFullVO
.
void remoteTranscribingLocationLevelFullVOToEntity(RemoteTranscribingLocationLevelFullVO source, TranscribingLocationLevel target, boolean copyIfNull)
RemoteTranscribingLocationLevelFullVO
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.TranscribingLocationLevel remoteTranscribingLocationLevelFullVOToEntity(RemoteTranscribingLocationLevelFullVO remoteTranscribingLocationLevelFullVO)
RemoteTranscribingLocationLevelFullVO
to this DAO's entity.
void remoteTranscribingLocationLevelFullVOToEntityCollection(java.util.Collection instances)
RemoteTranscribingLocationLevelFullVO
to this
DAO's entity.
void toRemoteTranscribingLocationLevelNaturalId(TranscribingLocationLevel source, RemoteTranscribingLocationLevelNaturalId target)
RemoteTranscribingLocationLevelNaturalId toRemoteTranscribingLocationLevelNaturalId(TranscribingLocationLevel entity)
RemoteTranscribingLocationLevelNaturalId
.
void toRemoteTranscribingLocationLevelNaturalIdCollection(java.util.Collection entities)
RemoteTranscribingLocationLevelNaturalId
.
RemoteTranscribingLocationLevelNaturalId[] toRemoteTranscribingLocationLevelNaturalIdArray(java.util.Collection entities)
RemoteTranscribingLocationLevelNaturalId
.
void remoteTranscribingLocationLevelNaturalIdToEntity(RemoteTranscribingLocationLevelNaturalId source, TranscribingLocationLevel target, boolean copyIfNull)
RemoteTranscribingLocationLevelNaturalId
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.TranscribingLocationLevel remoteTranscribingLocationLevelNaturalIdToEntity(RemoteTranscribingLocationLevelNaturalId remoteTranscribingLocationLevelNaturalId)
RemoteTranscribingLocationLevelNaturalId
to this DAO's entity.
void remoteTranscribingLocationLevelNaturalIdToEntityCollection(java.util.Collection instances)
RemoteTranscribingLocationLevelNaturalId
to this
DAO's entity.
void toClusterTranscribingLocationLevel(TranscribingLocationLevel source, ClusterTranscribingLocationLevel target)
ClusterTranscribingLocationLevel toClusterTranscribingLocationLevel(TranscribingLocationLevel entity)
ClusterTranscribingLocationLevel
.
void toClusterTranscribingLocationLevelCollection(java.util.Collection entities)
ClusterTranscribingLocationLevel
.
ClusterTranscribingLocationLevel[] toClusterTranscribingLocationLevelArray(java.util.Collection entities)
ClusterTranscribingLocationLevel
.
void clusterTranscribingLocationLevelToEntity(ClusterTranscribingLocationLevel source, TranscribingLocationLevel target, boolean copyIfNull)
ClusterTranscribingLocationLevel
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.TranscribingLocationLevel clusterTranscribingLocationLevelToEntity(ClusterTranscribingLocationLevel clusterTranscribingLocationLevel)
ClusterTranscribingLocationLevel
to this DAO's entity.
void clusterTranscribingLocationLevelToEntityCollection(java.util.Collection instances)
ClusterTranscribingLocationLevel
to this
DAO's entity.
TranscribingLocationLevel load(TranscribingSystem transcribingSystem, LocationLevel locationLevel)
java.lang.Object load(int transform, TranscribingSystem transcribingSystem, LocationLevel locationLevel)
Does the same thing as load(fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.location.LocationLevel)
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 loadlocationLevel
- identifier of the entity to load
java.util.Collection loadAll()
TranscribingLocationLevel
.
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.
TranscribingLocationLevel create(TranscribingLocationLevel transcribingLocationLevel)
java.lang.Object create(int transform, TranscribingLocationLevel transcribingLocationLevel)
Does the same thing as create(fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel)
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.TranscribingLocationLevel
instances to create.
java.util.Collection create(int transform, java.util.Collection entities)
Does the same thing as create(fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel)
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.
TranscribingLocationLevel create(java.lang.String externalCode, java.sql.Timestamp updateDate, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, LocationLevel locationLevel)
Creates a new fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel
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, LocationLevel locationLevel)
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.LocationLevel)
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.
TranscribingLocationLevel create(java.lang.String externalCode, LocationLevel locationLevel, TranscribingSide transcribingSide, TranscribingSystem transcribingSystem)
Creates a new fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel
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, LocationLevel locationLevel, TranscribingSide transcribingSide, TranscribingSystem transcribingSystem)
Does the same thing as create(java.lang.String,fr.ifremer.allegro.referential.location.LocationLevel,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(TranscribingLocationLevel transcribingLocationLevel)
transcribingLocationLevel
instance in the persistent store.
void update(java.util.Collection entities)
entities
collection in the persistent store.
void remove(TranscribingLocationLevel transcribingLocationLevel)
void remove(TranscribingSystem transcribingSystem, LocationLevel locationLevel)
identifiers
from the persistent store.
void remove(java.util.Collection entities)
entities collection.
java.util.Collection getAllTranscribingLocationLevel()
java.util.Collection getAllTranscribingLocationLevel(java.lang.String queryString)
Does the same thing as getAllTranscribingLocationLevel()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllTranscribingLocationLevel()
.
java.util.Collection getAllTranscribingLocationLevel(int pageNumber, int pageSize)
Does the same thing as getAllTranscribingLocationLevel()
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 getAllTranscribingLocationLevel(java.lang.String queryString, int pageNumber, int pageSize)
Does the same thing as getAllTranscribingLocationLevel(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 getAllTranscribingLocationLevel(int transform)
Does the same thing as getAllTranscribingLocationLevel()
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 getAllTranscribingLocationLevel(int transform, int pageNumber, int pageSize)
Does the same thing as getAllTranscribingLocationLevel(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 getAllTranscribingLocationLevel(int transform, java.lang.String queryString)
Does the same thing as getAllTranscribingLocationLevel(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllTranscribingLocationLevel(int)
.
java.util.Collection getAllTranscribingLocationLevel(int transform, java.lang.String queryString, int pageNumber, int pageSize)
Does the same thing as getAllTranscribingLocationLevel(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 findTranscribingLocationLevelByTranscribingSystem(TranscribingSystem transcribingSystem)
java.util.Collection findTranscribingLocationLevelByTranscribingSystem(java.lang.String queryString, TranscribingSystem transcribingSystem)
Does the same thing as findTranscribingLocationLevelByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findTranscribingLocationLevelByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
.
java.util.Collection findTranscribingLocationLevelByTranscribingSystem(int pageNumber, int pageSize, TranscribingSystem transcribingSystem)
Does the same thing as findTranscribingLocationLevelByTranscribingSystem(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 findTranscribingLocationLevelByTranscribingSystem(java.lang.String queryString, int pageNumber, int pageSize, TranscribingSystem transcribingSystem)
Does the same thing as findTranscribingLocationLevelByTranscribingSystem(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 findTranscribingLocationLevelByTranscribingSystem(int transform, TranscribingSystem transcribingSystem)
Does the same thing as findTranscribingLocationLevelByTranscribingSystem(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 findTranscribingLocationLevelByTranscribingSystem(int transform, int pageNumber, int pageSize, TranscribingSystem transcribingSystem)
Does the same thing as findTranscribingLocationLevelByTranscribingSystem(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 findTranscribingLocationLevelByTranscribingSystem(int transform, java.lang.String queryString, TranscribingSystem transcribingSystem)
Does the same thing as findTranscribingLocationLevelByTranscribingSystem(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 findTranscribingLocationLevelByTranscribingSystem(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem transcribingSystem)
.
java.util.Collection findTranscribingLocationLevelByTranscribingSystem(int transform, java.lang.String queryString, int pageNumber, int pageSize, TranscribingSystem transcribingSystem)
Does the same thing as findTranscribingLocationLevelByTranscribingSystem(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 findTranscribingLocationLevelByTranscribingSide(TranscribingSide transcribingSide)
java.util.Collection findTranscribingLocationLevelByTranscribingSide(java.lang.String queryString, TranscribingSide transcribingSide)
Does the same thing as findTranscribingLocationLevelByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findTranscribingLocationLevelByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide)
.
java.util.Collection findTranscribingLocationLevelByTranscribingSide(int pageNumber, int pageSize, TranscribingSide transcribingSide)
Does the same thing as findTranscribingLocationLevelByTranscribingSide(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 findTranscribingLocationLevelByTranscribingSide(java.lang.String queryString, int pageNumber, int pageSize, TranscribingSide transcribingSide)
Does the same thing as findTranscribingLocationLevelByTranscribingSide(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 findTranscribingLocationLevelByTranscribingSide(int transform, TranscribingSide transcribingSide)
Does the same thing as findTranscribingLocationLevelByTranscribingSide(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 findTranscribingLocationLevelByTranscribingSide(int transform, int pageNumber, int pageSize, TranscribingSide transcribingSide)
Does the same thing as findTranscribingLocationLevelByTranscribingSide(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 findTranscribingLocationLevelByTranscribingSide(int transform, java.lang.String queryString, TranscribingSide transcribingSide)
Does the same thing as findTranscribingLocationLevelByTranscribingSide(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 findTranscribingLocationLevelByTranscribingSide(int, fr.ifremer.allegro.referential.transcribing.TranscribingSide transcribingSide)
.
java.util.Collection findTranscribingLocationLevelByTranscribingSide(int transform, java.lang.String queryString, int pageNumber, int pageSize, TranscribingSide transcribingSide)
Does the same thing as findTranscribingLocationLevelByTranscribingSide(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 findTranscribingLocationLevelByLocationLevel(LocationLevel locationLevel)
java.util.Collection findTranscribingLocationLevelByLocationLevel(java.lang.String queryString, LocationLevel locationLevel)
Does the same thing as findTranscribingLocationLevelByLocationLevel(fr.ifremer.allegro.referential.location.LocationLevel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findTranscribingLocationLevelByLocationLevel(fr.ifremer.allegro.referential.location.LocationLevel)
.
java.util.Collection findTranscribingLocationLevelByLocationLevel(int pageNumber, int pageSize, LocationLevel locationLevel)
Does the same thing as findTranscribingLocationLevelByLocationLevel(fr.ifremer.allegro.referential.location.LocationLevel)
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 findTranscribingLocationLevelByLocationLevel(java.lang.String queryString, int pageNumber, int pageSize, LocationLevel locationLevel)
Does the same thing as findTranscribingLocationLevelByLocationLevel(String, fr.ifremer.allegro.referential.location.LocationLevel)
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 findTranscribingLocationLevelByLocationLevel(int transform, LocationLevel locationLevel)
Does the same thing as findTranscribingLocationLevelByLocationLevel(fr.ifremer.allegro.referential.location.LocationLevel)
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 findTranscribingLocationLevelByLocationLevel(int transform, int pageNumber, int pageSize, LocationLevel locationLevel)
Does the same thing as findTranscribingLocationLevelByLocationLevel(int, fr.ifremer.allegro.referential.location.LocationLevel)
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 findTranscribingLocationLevelByLocationLevel(int transform, java.lang.String queryString, LocationLevel locationLevel)
Does the same thing as findTranscribingLocationLevelByLocationLevel(int, fr.ifremer.allegro.referential.location.LocationLevel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findTranscribingLocationLevelByLocationLevel(int, fr.ifremer.allegro.referential.location.LocationLevel locationLevel)
.
java.util.Collection findTranscribingLocationLevelByLocationLevel(int transform, java.lang.String queryString, int pageNumber, int pageSize, LocationLevel locationLevel)
Does the same thing as findTranscribingLocationLevelByLocationLevel(int, String, fr.ifremer.allegro.referential.location.LocationLevel)
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.
TranscribingLocationLevel findTranscribingLocationLevelByIdentifiers(TranscribingSystem transcribingSystem, LocationLevel locationLevel)
TranscribingLocationLevel findTranscribingLocationLevelByIdentifiers(java.lang.String queryString, TranscribingSystem transcribingSystem, LocationLevel locationLevel)
Does the same thing as findTranscribingLocationLevelByIdentifiers(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.LocationLevel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findTranscribingLocationLevelByIdentifiers(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.LocationLevel)
.
java.lang.Object findTranscribingLocationLevelByIdentifiers(int transform, TranscribingSystem transcribingSystem, LocationLevel locationLevel)
Does the same thing as findTranscribingLocationLevelByIdentifiers(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.LocationLevel)
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 findTranscribingLocationLevelByIdentifiers(int transform, java.lang.String queryString, TranscribingSystem transcribingSystem, LocationLevel locationLevel)
Does the same thing as findTranscribingLocationLevelByIdentifiers(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.LocationLevel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findTranscribingLocationLevelByIdentifiers(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem transcribingSystem, fr.ifremer.allegro.referential.location.LocationLevel locationLevel)
.
TranscribingLocationLevel findTranscribingLocationLevelByNaturalId(TranscribingSystem transcribingSystem, LocationLevel locationLevel)
TranscribingLocationLevel findTranscribingLocationLevelByNaturalId(java.lang.String queryString, TranscribingSystem transcribingSystem, LocationLevel locationLevel)
Does the same thing as findTranscribingLocationLevelByNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.LocationLevel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findTranscribingLocationLevelByNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.LocationLevel)
.
java.lang.Object findTranscribingLocationLevelByNaturalId(int transform, TranscribingSystem transcribingSystem, LocationLevel locationLevel)
Does the same thing as findTranscribingLocationLevelByNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.LocationLevel)
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 findTranscribingLocationLevelByNaturalId(int transform, java.lang.String queryString, TranscribingSystem transcribingSystem, LocationLevel locationLevel)
Does the same thing as findTranscribingLocationLevelByNaturalId(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.LocationLevel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findTranscribingLocationLevelByNaturalId(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem transcribingSystem, fr.ifremer.allegro.referential.location.LocationLevel locationLevel)
.
java.util.Collection getAllTranscribingLocationLevelSinceDateSynchro(java.sql.Timestamp updateDate)
java.util.Collection getAllTranscribingLocationLevelSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
Does the same thing as getAllTranscribingLocationLevelSinceDateSynchro(java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllTranscribingLocationLevelSinceDateSynchro(java.sql.Timestamp)
.
java.util.Collection getAllTranscribingLocationLevelSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as getAllTranscribingLocationLevelSinceDateSynchro(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 getAllTranscribingLocationLevelSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as getAllTranscribingLocationLevelSinceDateSynchro(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 getAllTranscribingLocationLevelSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
Does the same thing as getAllTranscribingLocationLevelSinceDateSynchro(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 getAllTranscribingLocationLevelSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as getAllTranscribingLocationLevelSinceDateSynchro(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 getAllTranscribingLocationLevelSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
Does the same thing as getAllTranscribingLocationLevelSinceDateSynchro(int, java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllTranscribingLocationLevelSinceDateSynchro(int, java.sql.Timestamp updateDate)
.
java.util.Collection getAllTranscribingLocationLevelSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as getAllTranscribingLocationLevelSinceDateSynchro(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.
TranscribingLocationLevel createFromClusterTranscribingLocationLevel(ClusterTranscribingLocationLevel clusterTranscribingLocationLevel)
ClusterTranscribingLocationLevel[] getAllClusterTranscribingLocationLevelSinceDateSynchro(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 |