|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TranscribingProgramDao
TranscribingProgram
Field Summary | |
---|---|
static int |
TRANSFORM_CLUSTERTRANSCRIBINGPROGRAM
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_REMOTETRANSCRIBINGPROGRAMFULLVO
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_REMOTETRANSCRIBINGPROGRAMNATURALID
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 | |
---|---|
TranscribingProgram |
clusterTranscribingProgramToEntity(ClusterTranscribingProgram clusterTranscribingProgram)
Converts an instance of type ClusterTranscribingProgram to this DAO's entity. |
void |
clusterTranscribingProgramToEntity(ClusterTranscribingProgram source,
TranscribingProgram target,
boolean copyIfNull)
Copies the fields of ClusterTranscribingProgram to the specified entity. |
void |
clusterTranscribingProgramToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterTranscribingProgram to this
DAO's entity. |
java.util.Collection |
create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.referential.transcribing.TranscribingProgram 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.TranscribingProgram) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.lang.String externalCode,
Program program,
TranscribingSide transcribingSide,
TranscribingSystem transcribingSystem)
Does the same thing as create(java.lang.String,fr.ifremer.allegro.administration.programStrategy.Program,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,
Program program)
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.administration.programStrategy.Program) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
TranscribingProgram transcribingProgram)
Does the same thing as create(fr.ifremer.allegro.referential.transcribing.TranscribingProgram) with an
additional flag called transform . |
TranscribingProgram |
create(java.lang.String externalCode,
Program program,
TranscribingSide transcribingSide,
TranscribingSystem transcribingSystem)
Creates a new fr.ifremer.allegro.referential.transcribing.TranscribingProgram
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
TranscribingProgram |
create(java.lang.String externalCode,
java.sql.Timestamp updateDate,
TranscribingSystem transcribingSystem,
TranscribingSide transcribingSide,
Program program)
Creates a new fr.ifremer.allegro.referential.transcribing.TranscribingProgram
instance from all attributes and
properties and adds it to the persistent store. |
TranscribingProgram |
create(TranscribingProgram transcribingProgram)
Creates an instance of fr.ifremer.allegro.referential.transcribing.TranscribingProgram and adds it to the persistent store. |
TranscribingProgram |
createFromClusterTranscribingProgram(ClusterTranscribingProgram clusterTranscribingProgram)
|
java.lang.Object |
findTranscribingProgramByIdentifiers(int transform,
java.lang.String queryString,
TranscribingSystem transcribingSystem,
TranscribingSide transcribingSide,
Program program)
Does the same thing as findTranscribingProgramByIdentifiers(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
java.lang.Object |
findTranscribingProgramByIdentifiers(int transform,
TranscribingSystem transcribingSystem,
TranscribingSide transcribingSide,
Program program)
Does the same thing as findTranscribingProgramByIdentifiers(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional flag called transform . |
TranscribingProgram |
findTranscribingProgramByIdentifiers(java.lang.String queryString,
TranscribingSystem transcribingSystem,
TranscribingSide transcribingSide,
Program program)
Does the same thing as findTranscribingProgramByIdentifiers(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
TranscribingProgram |
findTranscribingProgramByIdentifiers(TranscribingSystem transcribingSystem,
TranscribingSide transcribingSide,
Program program)
|
java.lang.Object |
findTranscribingProgramByNaturalId(int transform,
java.lang.String queryString,
TranscribingSystem transcribingSystem,
TranscribingSide transcribingSide,
Program program)
Does the same thing as findTranscribingProgramByNaturalId(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
java.lang.Object |
findTranscribingProgramByNaturalId(int transform,
TranscribingSystem transcribingSystem,
TranscribingSide transcribingSide,
Program program)
Does the same thing as findTranscribingProgramByNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional flag called transform . |
TranscribingProgram |
findTranscribingProgramByNaturalId(java.lang.String queryString,
TranscribingSystem transcribingSystem,
TranscribingSide transcribingSide,
Program program)
Does the same thing as findTranscribingProgramByNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
TranscribingProgram |
findTranscribingProgramByNaturalId(TranscribingSystem transcribingSystem,
TranscribingSide transcribingSide,
Program program)
|
java.util.Collection |
findTranscribingProgramByProgram(int transform,
int pageNumber,
int pageSize,
Program program)
Does the same thing as findTranscribingProgramByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTranscribingProgramByProgram(int pageNumber,
int pageSize,
Program program)
Does the same thing as findTranscribingProgramByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTranscribingProgramByProgram(int transform,
Program program)
Does the same thing as findTranscribingProgramByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional flag called transform . |
java.util.Collection |
findTranscribingProgramByProgram(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Program program)
Does the same thing as findTranscribingProgramByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTranscribingProgramByProgram(int transform,
java.lang.String queryString,
Program program)
Does the same thing as findTranscribingProgramByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
java.util.Collection |
findTranscribingProgramByProgram(Program program)
|
java.util.Collection |
findTranscribingProgramByProgram(java.lang.String queryString,
int pageNumber,
int pageSize,
Program program)
Does the same thing as findTranscribingProgramByProgram(String, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTranscribingProgramByProgram(java.lang.String queryString,
Program program)
Does the same thing as findTranscribingProgramByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
java.util.Collection |
findTranscribingProgramByTranscribingSide(int transform,
int pageNumber,
int pageSize,
TranscribingSide transcribingSide)
Does the same thing as findTranscribingProgramByTranscribingSide(int, fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTranscribingProgramByTranscribingSide(int pageNumber,
int pageSize,
TranscribingSide transcribingSide)
Does the same thing as findTranscribingProgramByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTranscribingProgramByTranscribingSide(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
TranscribingSide transcribingSide)
Does the same thing as findTranscribingProgramByTranscribingSide(int, String, fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTranscribingProgramByTranscribingSide(int transform,
java.lang.String queryString,
TranscribingSide transcribingSide)
Does the same thing as findTranscribingProgramByTranscribingSide(int, fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an
additional argument called queryString . |
java.util.Collection |
findTranscribingProgramByTranscribingSide(int transform,
TranscribingSide transcribingSide)
Does the same thing as findTranscribingProgramByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an
additional flag called transform . |
java.util.Collection |
findTranscribingProgramByTranscribingSide(java.lang.String queryString,
int pageNumber,
int pageSize,
TranscribingSide transcribingSide)
Does the same thing as findTranscribingProgramByTranscribingSide(String, fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTranscribingProgramByTranscribingSide(java.lang.String queryString,
TranscribingSide transcribingSide)
Does the same thing as findTranscribingProgramByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an
additional argument called queryString . |
java.util.Collection |
findTranscribingProgramByTranscribingSide(TranscribingSide transcribingSide)
|
java.util.Collection |
findTranscribingProgramByTranscribingSystem(int transform,
int pageNumber,
int pageSize,
TranscribingSystem transcribingSystem)
Does the same thing as findTranscribingProgramByTranscribingSystem(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTranscribingProgramByTranscribingSystem(int pageNumber,
int pageSize,
TranscribingSystem transcribingSystem)
Does the same thing as findTranscribingProgramByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTranscribingProgramByTranscribingSystem(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
TranscribingSystem transcribingSystem)
Does the same thing as findTranscribingProgramByTranscribingSystem(int, String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTranscribingProgramByTranscribingSystem(int transform,
java.lang.String queryString,
TranscribingSystem transcribingSystem)
Does the same thing as findTranscribingProgramByTranscribingSystem(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an
additional argument called queryString . |
java.util.Collection |
findTranscribingProgramByTranscribingSystem(int transform,
TranscribingSystem transcribingSystem)
Does the same thing as findTranscribingProgramByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an
additional flag called transform . |
java.util.Collection |
findTranscribingProgramByTranscribingSystem(java.lang.String queryString,
int pageNumber,
int pageSize,
TranscribingSystem transcribingSystem)
Does the same thing as findTranscribingProgramByTranscribingSystem(String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTranscribingProgramByTranscribingSystem(java.lang.String queryString,
TranscribingSystem transcribingSystem)
Does the same thing as findTranscribingProgramByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an
additional argument called queryString . |
java.util.Collection |
findTranscribingProgramByTranscribingSystem(TranscribingSystem transcribingSystem)
|
ClusterTranscribingProgram[] |
getAllClusterTranscribingProgramSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
java.util.Collection |
getAllTranscribingProgram()
|
java.util.Collection |
getAllTranscribingProgram(int transform)
Does the same thing as getAllTranscribingProgram() with an
additional flag called transform . |
java.util.Collection |
getAllTranscribingProgram(int pageNumber,
int pageSize)
Does the same thing as getAllTranscribingProgram() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTranscribingProgram(int transform,
int pageNumber,
int pageSize)
Does the same thing as getAllTranscribingProgram(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTranscribingProgram(int transform,
java.lang.String queryString)
Does the same thing as getAllTranscribingProgram(int) with an
additional argument called queryString . |
java.util.Collection |
getAllTranscribingProgram(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as getAllTranscribingProgram(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTranscribingProgram(java.lang.String queryString)
Does the same thing as getAllTranscribingProgram() with an
additional argument called queryString . |
java.util.Collection |
getAllTranscribingProgram(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as getAllTranscribingProgram(String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTranscribingProgramSinceDateSynchro(int transform,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllTranscribingProgramSinceDateSynchro(int, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTranscribingProgramSinceDateSynchro(int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllTranscribingProgramSinceDateSynchro(java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTranscribingProgramSinceDateSynchro(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllTranscribingProgramSinceDateSynchro(int, String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTranscribingProgramSinceDateSynchro(int transform,
java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as getAllTranscribingProgramSinceDateSynchro(int, java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllTranscribingProgramSinceDateSynchro(int transform,
java.sql.Timestamp updateDate)
Does the same thing as getAllTranscribingProgramSinceDateSynchro(java.sql.Timestamp) with an
additional flag called transform . |
java.util.Collection |
getAllTranscribingProgramSinceDateSynchro(java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllTranscribingProgramSinceDateSynchro(String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTranscribingProgramSinceDateSynchro(java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as getAllTranscribingProgramSinceDateSynchro(java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllTranscribingProgramSinceDateSynchro(java.sql.Timestamp updateDate)
|
java.lang.Object |
load(int transform,
TranscribingSystem transcribingSystem,
TranscribingSide transcribingSide,
Program program)
Does the same thing as load(fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.administration.programStrategy.Program) with an
additional flag called transform . |
TranscribingProgram |
load(TranscribingSystem transcribingSystem,
TranscribingSide transcribingSide,
Program program)
Loads an instance of fr.ifremer.allegro.referential.transcribing.TranscribingProgram from the persistent store. |
java.util.Collection |
loadAll()
Loads all entities of type TranscribingProgram . |
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 . |
TranscribingProgram |
remoteTranscribingProgramFullVOToEntity(RemoteTranscribingProgramFullVO remoteTranscribingProgramFullVO)
Converts an instance of type RemoteTranscribingProgramFullVO to this DAO's entity. |
void |
remoteTranscribingProgramFullVOToEntity(RemoteTranscribingProgramFullVO source,
TranscribingProgram target,
boolean copyIfNull)
Copies the fields of RemoteTranscribingProgramFullVO to the specified entity. |
void |
remoteTranscribingProgramFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteTranscribingProgramFullVO to this
DAO's entity. |
TranscribingProgram |
remoteTranscribingProgramNaturalIdToEntity(RemoteTranscribingProgramNaturalId remoteTranscribingProgramNaturalId)
Converts an instance of type RemoteTranscribingProgramNaturalId to this DAO's entity. |
void |
remoteTranscribingProgramNaturalIdToEntity(RemoteTranscribingProgramNaturalId source,
TranscribingProgram target,
boolean copyIfNull)
Copies the fields of RemoteTranscribingProgramNaturalId to the specified entity. |
void |
remoteTranscribingProgramNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteTranscribingProgramNaturalId to this
DAO's entity. |
void |
remove(java.util.Collection entities)
Removes all entities in the given entities |
void |
remove(TranscribingProgram transcribingProgram)
Removes the instance of fr.ifremer.allegro.referential.transcribing.TranscribingProgram from the persistent store. |
void |
remove(TranscribingSystem transcribingSystem,
TranscribingSide transcribingSide,
Program program)
Removes the instance of fr.ifremer.allegro.referential.transcribing.TranscribingProgram 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. |
ClusterTranscribingProgram |
toClusterTranscribingProgram(TranscribingProgram entity)
Converts this DAO's entity to an object of type ClusterTranscribingProgram . |
void |
toClusterTranscribingProgram(TranscribingProgram source,
ClusterTranscribingProgram target)
Copies the fields of the specified entity to the target value object. |
ClusterTranscribingProgram[] |
toClusterTranscribingProgramArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterTranscribingProgram . |
void |
toClusterTranscribingProgramCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterTranscribingProgram . |
RemoteTranscribingProgramFullVO |
toRemoteTranscribingProgramFullVO(TranscribingProgram entity)
Converts this DAO's entity to an object of type RemoteTranscribingProgramFullVO . |
void |
toRemoteTranscribingProgramFullVO(TranscribingProgram source,
RemoteTranscribingProgramFullVO target)
Copies the fields of the specified entity to the target value object. |
RemoteTranscribingProgramFullVO[] |
toRemoteTranscribingProgramFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteTranscribingProgramFullVO . |
void |
toRemoteTranscribingProgramFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteTranscribingProgramFullVO . |
RemoteTranscribingProgramNaturalId |
toRemoteTranscribingProgramNaturalId(TranscribingProgram entity)
Converts this DAO's entity to an object of type RemoteTranscribingProgramNaturalId . |
void |
toRemoteTranscribingProgramNaturalId(TranscribingProgram source,
RemoteTranscribingProgramNaturalId target)
Copies the fields of the specified entity to the target value object. |
RemoteTranscribingProgramNaturalId[] |
toRemoteTranscribingProgramNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteTranscribingProgramNaturalId . |
void |
toRemoteTranscribingProgramNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteTranscribingProgramNaturalId . |
void |
update(java.util.Collection entities)
Updates all instances in the entities collection in the persistent store. |
void |
update(TranscribingProgram transcribingProgram)
Updates the transcribingProgram 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_REMOTETRANSCRIBINGPROGRAMFULLVO
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteTranscribingProgramFullVO
.
static final int TRANSFORM_REMOTETRANSCRIBINGPROGRAMNATURALID
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteTranscribingProgramNaturalId
.
static final int TRANSFORM_CLUSTERTRANSCRIBINGPROGRAM
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
ClusterTranscribingProgram
.
Method Detail |
---|
void toRemoteTranscribingProgramFullVO(TranscribingProgram source, RemoteTranscribingProgramFullVO target)
RemoteTranscribingProgramFullVO toRemoteTranscribingProgramFullVO(TranscribingProgram entity)
RemoteTranscribingProgramFullVO
.
void toRemoteTranscribingProgramFullVOCollection(java.util.Collection entities)
RemoteTranscribingProgramFullVO
.
RemoteTranscribingProgramFullVO[] toRemoteTranscribingProgramFullVOArray(java.util.Collection entities)
RemoteTranscribingProgramFullVO
.
void remoteTranscribingProgramFullVOToEntity(RemoteTranscribingProgramFullVO source, TranscribingProgram target, boolean copyIfNull)
RemoteTranscribingProgramFullVO
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.TranscribingProgram remoteTranscribingProgramFullVOToEntity(RemoteTranscribingProgramFullVO remoteTranscribingProgramFullVO)
RemoteTranscribingProgramFullVO
to this DAO's entity.
void remoteTranscribingProgramFullVOToEntityCollection(java.util.Collection instances)
RemoteTranscribingProgramFullVO
to this
DAO's entity.
void toRemoteTranscribingProgramNaturalId(TranscribingProgram source, RemoteTranscribingProgramNaturalId target)
RemoteTranscribingProgramNaturalId toRemoteTranscribingProgramNaturalId(TranscribingProgram entity)
RemoteTranscribingProgramNaturalId
.
void toRemoteTranscribingProgramNaturalIdCollection(java.util.Collection entities)
RemoteTranscribingProgramNaturalId
.
RemoteTranscribingProgramNaturalId[] toRemoteTranscribingProgramNaturalIdArray(java.util.Collection entities)
RemoteTranscribingProgramNaturalId
.
void remoteTranscribingProgramNaturalIdToEntity(RemoteTranscribingProgramNaturalId source, TranscribingProgram target, boolean copyIfNull)
RemoteTranscribingProgramNaturalId
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.TranscribingProgram remoteTranscribingProgramNaturalIdToEntity(RemoteTranscribingProgramNaturalId remoteTranscribingProgramNaturalId)
RemoteTranscribingProgramNaturalId
to this DAO's entity.
void remoteTranscribingProgramNaturalIdToEntityCollection(java.util.Collection instances)
RemoteTranscribingProgramNaturalId
to this
DAO's entity.
void toClusterTranscribingProgram(TranscribingProgram source, ClusterTranscribingProgram target)
ClusterTranscribingProgram toClusterTranscribingProgram(TranscribingProgram entity)
ClusterTranscribingProgram
.
void toClusterTranscribingProgramCollection(java.util.Collection entities)
ClusterTranscribingProgram
.
ClusterTranscribingProgram[] toClusterTranscribingProgramArray(java.util.Collection entities)
ClusterTranscribingProgram
.
void clusterTranscribingProgramToEntity(ClusterTranscribingProgram source, TranscribingProgram target, boolean copyIfNull)
ClusterTranscribingProgram
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.TranscribingProgram clusterTranscribingProgramToEntity(ClusterTranscribingProgram clusterTranscribingProgram)
ClusterTranscribingProgram
to this DAO's entity.
void clusterTranscribingProgramToEntityCollection(java.util.Collection instances)
ClusterTranscribingProgram
to this
DAO's entity.
TranscribingProgram load(TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Program program)
java.lang.Object load(int transform, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Program program)
Does the same thing as load(fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined in this class then the result WILL BE passed through an operation which can
optionally transform the entity (into a value object for example). By default, transformation does
not occur.
transcribingSystem
- identifier of the entity to loadtranscribingSide
- identifier of the entity to loadprogram
- identifier of the entity to load
java.util.Collection loadAll()
TranscribingProgram
.
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.
TranscribingProgram create(TranscribingProgram transcribingProgram)
java.lang.Object create(int transform, TranscribingProgram transcribingProgram)
Does the same thing as create(fr.ifremer.allegro.referential.transcribing.TranscribingProgram)
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.TranscribingProgram
instances to create.
java.util.Collection create(int transform, java.util.Collection entities)
Does the same thing as create(fr.ifremer.allegro.referential.transcribing.TranscribingProgram)
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.
TranscribingProgram create(java.lang.String externalCode, java.sql.Timestamp updateDate, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Program program)
Creates a new fr.ifremer.allegro.referential.transcribing.TranscribingProgram
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, Program program)
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.administration.programStrategy.Program)
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.
TranscribingProgram create(java.lang.String externalCode, Program program, TranscribingSide transcribingSide, TranscribingSystem transcribingSystem)
Creates a new fr.ifremer.allegro.referential.transcribing.TranscribingProgram
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, Program program, TranscribingSide transcribingSide, TranscribingSystem transcribingSystem)
Does the same thing as create(java.lang.String,fr.ifremer.allegro.administration.programStrategy.Program,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(TranscribingProgram transcribingProgram)
transcribingProgram
instance in the persistent store.
void update(java.util.Collection entities)
entities
collection in the persistent store.
void remove(TranscribingProgram transcribingProgram)
void remove(TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Program program)
identifiers
from the persistent store.
void remove(java.util.Collection entities)
entities collection.
java.util.Collection getAllTranscribingProgram()
java.util.Collection getAllTranscribingProgram(java.lang.String queryString)
Does the same thing as getAllTranscribingProgram()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllTranscribingProgram()
.
java.util.Collection getAllTranscribingProgram(int pageNumber, int pageSize)
Does the same thing as getAllTranscribingProgram()
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 getAllTranscribingProgram(java.lang.String queryString, int pageNumber, int pageSize)
Does the same thing as getAllTranscribingProgram(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 getAllTranscribingProgram(int transform)
Does the same thing as getAllTranscribingProgram()
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 getAllTranscribingProgram(int transform, int pageNumber, int pageSize)
Does the same thing as getAllTranscribingProgram(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 getAllTranscribingProgram(int transform, java.lang.String queryString)
Does the same thing as getAllTranscribingProgram(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllTranscribingProgram(int)
.
java.util.Collection getAllTranscribingProgram(int transform, java.lang.String queryString, int pageNumber, int pageSize)
Does the same thing as getAllTranscribingProgram(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 findTranscribingProgramByTranscribingSystem(TranscribingSystem transcribingSystem)
java.util.Collection findTranscribingProgramByTranscribingSystem(java.lang.String queryString, TranscribingSystem transcribingSystem)
Does the same thing as findTranscribingProgramByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findTranscribingProgramByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
.
java.util.Collection findTranscribingProgramByTranscribingSystem(int pageNumber, int pageSize, TranscribingSystem transcribingSystem)
Does the same thing as findTranscribingProgramByTranscribingSystem(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 findTranscribingProgramByTranscribingSystem(java.lang.String queryString, int pageNumber, int pageSize, TranscribingSystem transcribingSystem)
Does the same thing as findTranscribingProgramByTranscribingSystem(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 findTranscribingProgramByTranscribingSystem(int transform, TranscribingSystem transcribingSystem)
Does the same thing as findTranscribingProgramByTranscribingSystem(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 findTranscribingProgramByTranscribingSystem(int transform, int pageNumber, int pageSize, TranscribingSystem transcribingSystem)
Does the same thing as findTranscribingProgramByTranscribingSystem(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 findTranscribingProgramByTranscribingSystem(int transform, java.lang.String queryString, TranscribingSystem transcribingSystem)
Does the same thing as findTranscribingProgramByTranscribingSystem(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 findTranscribingProgramByTranscribingSystem(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem transcribingSystem)
.
java.util.Collection findTranscribingProgramByTranscribingSystem(int transform, java.lang.String queryString, int pageNumber, int pageSize, TranscribingSystem transcribingSystem)
Does the same thing as findTranscribingProgramByTranscribingSystem(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 findTranscribingProgramByTranscribingSide(TranscribingSide transcribingSide)
java.util.Collection findTranscribingProgramByTranscribingSide(java.lang.String queryString, TranscribingSide transcribingSide)
Does the same thing as findTranscribingProgramByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findTranscribingProgramByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide)
.
java.util.Collection findTranscribingProgramByTranscribingSide(int pageNumber, int pageSize, TranscribingSide transcribingSide)
Does the same thing as findTranscribingProgramByTranscribingSide(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 findTranscribingProgramByTranscribingSide(java.lang.String queryString, int pageNumber, int pageSize, TranscribingSide transcribingSide)
Does the same thing as findTranscribingProgramByTranscribingSide(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 findTranscribingProgramByTranscribingSide(int transform, TranscribingSide transcribingSide)
Does the same thing as findTranscribingProgramByTranscribingSide(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 findTranscribingProgramByTranscribingSide(int transform, int pageNumber, int pageSize, TranscribingSide transcribingSide)
Does the same thing as findTranscribingProgramByTranscribingSide(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 findTranscribingProgramByTranscribingSide(int transform, java.lang.String queryString, TranscribingSide transcribingSide)
Does the same thing as findTranscribingProgramByTranscribingSide(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 findTranscribingProgramByTranscribingSide(int, fr.ifremer.allegro.referential.transcribing.TranscribingSide transcribingSide)
.
java.util.Collection findTranscribingProgramByTranscribingSide(int transform, java.lang.String queryString, int pageNumber, int pageSize, TranscribingSide transcribingSide)
Does the same thing as findTranscribingProgramByTranscribingSide(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 findTranscribingProgramByProgram(Program program)
java.util.Collection findTranscribingProgramByProgram(java.lang.String queryString, Program program)
Does the same thing as findTranscribingProgramByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findTranscribingProgramByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
.
java.util.Collection findTranscribingProgramByProgram(int pageNumber, int pageSize, Program program)
Does the same thing as findTranscribingProgramByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findTranscribingProgramByProgram(java.lang.String queryString, int pageNumber, int pageSize, Program program)
Does the same thing as findTranscribingProgramByProgram(String, fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findTranscribingProgramByProgram(int transform, Program program)
Does the same thing as findTranscribingProgramByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
java.util.Collection findTranscribingProgramByProgram(int transform, int pageNumber, int pageSize, Program program)
Does the same thing as findTranscribingProgramByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findTranscribingProgramByProgram(int transform, java.lang.String queryString, Program program)
Does the same thing as findTranscribingProgramByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findTranscribingProgramByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program program)
.
java.util.Collection findTranscribingProgramByProgram(int transform, java.lang.String queryString, int pageNumber, int pageSize, Program program)
Does the same thing as findTranscribingProgramByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
TranscribingProgram findTranscribingProgramByIdentifiers(TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Program program)
TranscribingProgram findTranscribingProgramByIdentifiers(java.lang.String queryString, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Program program)
Does the same thing as findTranscribingProgramByIdentifiers(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findTranscribingProgramByIdentifiers(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.administration.programStrategy.Program)
.
java.lang.Object findTranscribingProgramByIdentifiers(int transform, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Program program)
Does the same thing as findTranscribingProgramByIdentifiers(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
java.lang.Object findTranscribingProgramByIdentifiers(int transform, java.lang.String queryString, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Program program)
Does the same thing as findTranscribingProgramByIdentifiers(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findTranscribingProgramByIdentifiers(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem transcribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide transcribingSide, fr.ifremer.allegro.administration.programStrategy.Program program)
.
TranscribingProgram findTranscribingProgramByNaturalId(TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Program program)
TranscribingProgram findTranscribingProgramByNaturalId(java.lang.String queryString, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Program program)
Does the same thing as findTranscribingProgramByNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findTranscribingProgramByNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.administration.programStrategy.Program)
.
java.lang.Object findTranscribingProgramByNaturalId(int transform, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Program program)
Does the same thing as findTranscribingProgramByNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
java.lang.Object findTranscribingProgramByNaturalId(int transform, java.lang.String queryString, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Program program)
Does the same thing as findTranscribingProgramByNaturalId(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findTranscribingProgramByNaturalId(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem transcribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide transcribingSide, fr.ifremer.allegro.administration.programStrategy.Program program)
.
java.util.Collection getAllTranscribingProgramSinceDateSynchro(java.sql.Timestamp updateDate)
java.util.Collection getAllTranscribingProgramSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
Does the same thing as getAllTranscribingProgramSinceDateSynchro(java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllTranscribingProgramSinceDateSynchro(java.sql.Timestamp)
.
java.util.Collection getAllTranscribingProgramSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as getAllTranscribingProgramSinceDateSynchro(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 getAllTranscribingProgramSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as getAllTranscribingProgramSinceDateSynchro(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 getAllTranscribingProgramSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
Does the same thing as getAllTranscribingProgramSinceDateSynchro(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 getAllTranscribingProgramSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as getAllTranscribingProgramSinceDateSynchro(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 getAllTranscribingProgramSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
Does the same thing as getAllTranscribingProgramSinceDateSynchro(int, java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllTranscribingProgramSinceDateSynchro(int, java.sql.Timestamp updateDate)
.
java.util.Collection getAllTranscribingProgramSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as getAllTranscribingProgramSinceDateSynchro(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.
TranscribingProgram createFromClusterTranscribingProgram(ClusterTranscribingProgram clusterTranscribingProgram)
ClusterTranscribingProgram[] getAllClusterTranscribingProgramSinceDateSynchro(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 |