|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.orm.hibernate3.support.HibernateDaoSupport
fr.ifremer.allegro.referential.transcribing.TranscribingGearDaoBase
public abstract class TranscribingGearDaoBase
Base Spring DAO Class: is able to create, update, remove, load, and find
objects of type fr.ifremer.allegro.referential.transcribing.TranscribingGear
.
TranscribingGear
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.referential.transcribing.TranscribingGearDao |
---|
TRANSFORM_CLUSTERTRANSCRIBINGGEAR, TRANSFORM_NONE, TRANSFORM_REMOTETRANSCRIBINGGEARFULLVO, TRANSFORM_REMOTETRANSCRIBINGGEARNATURALID |
Constructor Summary | |
---|---|
TranscribingGearDaoBase()
|
Method Summary | |
---|---|
void |
clusterTranscribingGearToEntity(ClusterTranscribingGear source,
TranscribingGear target,
boolean copyIfNull)
Copies the fields of ClusterTranscribingGear to the specified entity. |
void |
clusterTranscribingGearToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterTranscribingGear to this
DAO's entity. |
java.util.Collection |
create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.referential.transcribing.TranscribingGear and adds from the passed in entities collection |
java.util.Collection |
create(int transform,
java.util.Collection entities)
Does the same thing as TranscribingGearDao.create(fr.ifremer.allegro.referential.transcribing.TranscribingGear) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.lang.String externalCode,
Gear gear,
TranscribingSide transcribingSide,
TranscribingSystem transcribingSystem)
Does the same thing as TranscribingGearDao.create(java.lang.String,fr.ifremer.allegro.referential.gear.Gear,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,
Gear gear)
Does the same thing as TranscribingGearDao.create(java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.referential.gear.Gear) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
TranscribingGear transcribingGear)
Does the same thing as TranscribingGearDao.create(fr.ifremer.allegro.referential.transcribing.TranscribingGear) with an
additional flag called transform . |
TranscribingGear |
create(java.lang.String externalCode,
Gear gear,
TranscribingSide transcribingSide,
TranscribingSystem transcribingSystem)
Creates a new fr.ifremer.allegro.referential.transcribing.TranscribingGear
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
TranscribingGear |
create(java.lang.String externalCode,
java.sql.Timestamp updateDate,
TranscribingSystem transcribingSystem,
TranscribingSide transcribingSide,
Gear gear)
Creates a new fr.ifremer.allegro.referential.transcribing.TranscribingGear
instance from all attributes and
properties and adds it to the persistent store. |
TranscribingGear |
create(TranscribingGear transcribingGear)
Creates an instance of fr.ifremer.allegro.referential.transcribing.TranscribingGear and adds it to the persistent store. |
TranscribingGear |
createFromClusterTranscribingGear(ClusterTranscribingGear clusterTranscribingGear)
|
java.util.Collection |
findTranscribingGearByGear(Gear gear)
|
java.util.Collection |
findTranscribingGearByGear(int transform,
Gear gear)
Does the same thing as TranscribingGearDao.findTranscribingGearByGear(fr.ifremer.allegro.referential.gear.Gear) with an
additional flag called transform . |
java.util.Collection |
findTranscribingGearByGear(int pageNumber,
int pageSize,
Gear gear)
Does the same thing as TranscribingGearDao.findTranscribingGearByGear(fr.ifremer.allegro.referential.gear.Gear) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTranscribingGearByGear(int transform,
int pageNumber,
int pageSize,
Gear gear)
Does the same thing as TranscribingGearDao.findTranscribingGearByGear(int, fr.ifremer.allegro.referential.gear.Gear) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTranscribingGearByGear(int transform,
java.lang.String queryString,
Gear gear)
Does the same thing as TranscribingGearDao.findTranscribingGearByGear(int, fr.ifremer.allegro.referential.gear.Gear) with an
additional argument called queryString . |
java.util.Collection |
findTranscribingGearByGear(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Gear gear)
Does the same thing as TranscribingGearDao.findTranscribingGearByGear(int, String, fr.ifremer.allegro.referential.gear.Gear) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTranscribingGearByGear(java.lang.String queryString,
Gear gear)
Does the same thing as TranscribingGearDao.findTranscribingGearByGear(fr.ifremer.allegro.referential.gear.Gear) with an
additional argument called queryString . |
java.util.Collection |
findTranscribingGearByGear(java.lang.String queryString,
int pageNumber,
int pageSize,
Gear gear)
Does the same thing as TranscribingGearDao.findTranscribingGearByGear(String, fr.ifremer.allegro.referential.gear.Gear) with an
additional two arguments called pageNumber and pageSize . |
java.lang.Object |
findTranscribingGearByIdentifiers(int transform,
java.lang.String queryString,
TranscribingSystem transcribingSystem,
TranscribingSide transcribingSide,
Gear gear)
Does the same thing as TranscribingGearDao.findTranscribingGearByIdentifiers(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.gear.Gear) with an
additional argument called queryString . |
java.lang.Object |
findTranscribingGearByIdentifiers(int transform,
TranscribingSystem transcribingSystem,
TranscribingSide transcribingSide,
Gear gear)
Does the same thing as TranscribingGearDao.findTranscribingGearByIdentifiers(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.gear.Gear) with an
additional flag called transform . |
TranscribingGear |
findTranscribingGearByIdentifiers(java.lang.String queryString,
TranscribingSystem transcribingSystem,
TranscribingSide transcribingSide,
Gear gear)
Does the same thing as TranscribingGearDao.findTranscribingGearByIdentifiers(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.gear.Gear) with an
additional argument called queryString . |
TranscribingGear |
findTranscribingGearByIdentifiers(TranscribingSystem transcribingSystem,
TranscribingSide transcribingSide,
Gear gear)
|
java.lang.Object |
findTranscribingGearByNaturalId(int transform,
java.lang.String queryString,
TranscribingSystem transcribingSystem,
TranscribingSide transcribingSide,
Gear gear)
Does the same thing as TranscribingGearDao.findTranscribingGearByNaturalId(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.gear.Gear) with an
additional argument called queryString . |
java.lang.Object |
findTranscribingGearByNaturalId(int transform,
TranscribingSystem transcribingSystem,
TranscribingSide transcribingSide,
Gear gear)
Does the same thing as TranscribingGearDao.findTranscribingGearByNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.gear.Gear) with an
additional flag called transform . |
TranscribingGear |
findTranscribingGearByNaturalId(java.lang.String queryString,
TranscribingSystem transcribingSystem,
TranscribingSide transcribingSide,
Gear gear)
Does the same thing as TranscribingGearDao.findTranscribingGearByNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.gear.Gear) with an
additional argument called queryString . |
TranscribingGear |
findTranscribingGearByNaturalId(TranscribingSystem transcribingSystem,
TranscribingSide transcribingSide,
Gear gear)
|
java.util.Collection |
findTranscribingGearByTranscribingSide(int transform,
int pageNumber,
int pageSize,
TranscribingSide transcribingSide)
Does the same thing as TranscribingGearDao.findTranscribingGearByTranscribingSide(int, fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTranscribingGearByTranscribingSide(int pageNumber,
int pageSize,
TranscribingSide transcribingSide)
Does the same thing as TranscribingGearDao.findTranscribingGearByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTranscribingGearByTranscribingSide(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
TranscribingSide transcribingSide)
Does the same thing as TranscribingGearDao.findTranscribingGearByTranscribingSide(int, String, fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTranscribingGearByTranscribingSide(int transform,
java.lang.String queryString,
TranscribingSide transcribingSide)
Does the same thing as TranscribingGearDao.findTranscribingGearByTranscribingSide(int, fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an
additional argument called queryString . |
java.util.Collection |
findTranscribingGearByTranscribingSide(int transform,
TranscribingSide transcribingSide)
Does the same thing as TranscribingGearDao.findTranscribingGearByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an
additional flag called transform . |
java.util.Collection |
findTranscribingGearByTranscribingSide(java.lang.String queryString,
int pageNumber,
int pageSize,
TranscribingSide transcribingSide)
Does the same thing as TranscribingGearDao.findTranscribingGearByTranscribingSide(String, fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTranscribingGearByTranscribingSide(java.lang.String queryString,
TranscribingSide transcribingSide)
Does the same thing as TranscribingGearDao.findTranscribingGearByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an
additional argument called queryString . |
java.util.Collection |
findTranscribingGearByTranscribingSide(TranscribingSide transcribingSide)
|
java.util.Collection |
findTranscribingGearByTranscribingSystem(int transform,
int pageNumber,
int pageSize,
TranscribingSystem transcribingSystem)
Does the same thing as TranscribingGearDao.findTranscribingGearByTranscribingSystem(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTranscribingGearByTranscribingSystem(int pageNumber,
int pageSize,
TranscribingSystem transcribingSystem)
Does the same thing as TranscribingGearDao.findTranscribingGearByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTranscribingGearByTranscribingSystem(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
TranscribingSystem transcribingSystem)
Does the same thing as TranscribingGearDao.findTranscribingGearByTranscribingSystem(int, String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTranscribingGearByTranscribingSystem(int transform,
java.lang.String queryString,
TranscribingSystem transcribingSystem)
Does the same thing as TranscribingGearDao.findTranscribingGearByTranscribingSystem(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an
additional argument called queryString . |
java.util.Collection |
findTranscribingGearByTranscribingSystem(int transform,
TranscribingSystem transcribingSystem)
Does the same thing as TranscribingGearDao.findTranscribingGearByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an
additional flag called transform . |
java.util.Collection |
findTranscribingGearByTranscribingSystem(java.lang.String queryString,
int pageNumber,
int pageSize,
TranscribingSystem transcribingSystem)
Does the same thing as TranscribingGearDao.findTranscribingGearByTranscribingSystem(String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTranscribingGearByTranscribingSystem(java.lang.String queryString,
TranscribingSystem transcribingSystem)
Does the same thing as TranscribingGearDao.findTranscribingGearByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an
additional argument called queryString . |
java.util.Collection |
findTranscribingGearByTranscribingSystem(TranscribingSystem transcribingSystem)
|
ClusterTranscribingGear[] |
getAllClusterTranscribingGearSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
java.util.Collection |
getAllTranscribingGear()
|
java.util.Collection |
getAllTranscribingGear(int transform)
Does the same thing as TranscribingGearDao.getAllTranscribingGear() with an
additional flag called transform . |
java.util.Collection |
getAllTranscribingGear(int pageNumber,
int pageSize)
Does the same thing as TranscribingGearDao.getAllTranscribingGear() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTranscribingGear(int transform,
int pageNumber,
int pageSize)
Does the same thing as TranscribingGearDao.getAllTranscribingGear(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTranscribingGear(int transform,
java.lang.String queryString)
Does the same thing as TranscribingGearDao.getAllTranscribingGear(int) with an
additional argument called queryString . |
java.util.Collection |
getAllTranscribingGear(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as TranscribingGearDao.getAllTranscribingGear(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTranscribingGear(java.lang.String queryString)
Does the same thing as TranscribingGearDao.getAllTranscribingGear() with an
additional argument called queryString . |
java.util.Collection |
getAllTranscribingGear(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as TranscribingGearDao.getAllTranscribingGear(String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTranscribingGearSinceDateSynchro(int transform,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as TranscribingGearDao.getAllTranscribingGearSinceDateSynchro(int, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTranscribingGearSinceDateSynchro(int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as TranscribingGearDao.getAllTranscribingGearSinceDateSynchro(java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTranscribingGearSinceDateSynchro(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as TranscribingGearDao.getAllTranscribingGearSinceDateSynchro(int, String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTranscribingGearSinceDateSynchro(int transform,
java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as TranscribingGearDao.getAllTranscribingGearSinceDateSynchro(int, java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllTranscribingGearSinceDateSynchro(int transform,
java.sql.Timestamp updateDate)
Does the same thing as TranscribingGearDao.getAllTranscribingGearSinceDateSynchro(java.sql.Timestamp) with an
additional flag called transform . |
java.util.Collection |
getAllTranscribingGearSinceDateSynchro(java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as TranscribingGearDao.getAllTranscribingGearSinceDateSynchro(String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTranscribingGearSinceDateSynchro(java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as TranscribingGearDao.getAllTranscribingGearSinceDateSynchro(java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllTranscribingGearSinceDateSynchro(java.sql.Timestamp updateDate)
|
protected GearDao |
getGearDao()
Gets the reference to gearDao . |
protected java.security.Principal |
getPrincipal()
Gets the current principal if one has been set,
otherwise returns null . |
protected TranscribingSideDao |
getTranscribingSideDao()
Gets the reference to transcribingSideDao . |
protected TranscribingSystemDao |
getTranscribingSystemDao()
Gets the reference to transcribingSystemDao . |
protected abstract TranscribingGear |
handleCreateFromClusterTranscribingGear(ClusterTranscribingGear clusterTranscribingGear)
Performs the core logic for createFromClusterTranscribingGear(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingGear) |
protected abstract ClusterTranscribingGear[] |
handleGetAllClusterTranscribingGearSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
Performs the core logic for getAllClusterTranscribingGearSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer) |
java.lang.Object |
load(int transform,
TranscribingSystem transcribingSystem,
TranscribingSide transcribingSide,
Gear gear)
Does the same thing as TranscribingGearDao.load(fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.referential.gear.Gear) with an
additional flag called transform . |
TranscribingGear |
load(TranscribingSystem transcribingSystem,
TranscribingSide transcribingSide,
Gear gear)
Loads an instance of fr.ifremer.allegro.referential.transcribing.TranscribingGear from the persistent store. |
java.util.Collection |
loadAll()
Loads all entities of type TranscribingGear . |
java.util.Collection |
loadAll(int transform)
Does the same thing as TranscribingGearDao.loadAll() with an
additional flag called transform . |
java.util.Collection |
loadAll(int pageNumber,
int pageSize)
Does the same thing as TranscribingGearDao.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 TranscribingGearDao.loadAll(int) with an
additional two arguments called pageNumber and pageSize . |
void |
remoteTranscribingGearFullVOToEntity(RemoteTranscribingGearFullVO source,
TranscribingGear target,
boolean copyIfNull)
Copies the fields of RemoteTranscribingGearFullVO to the specified entity. |
void |
remoteTranscribingGearFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteTranscribingGearFullVO to this
DAO's entity. |
void |
remoteTranscribingGearNaturalIdToEntity(RemoteTranscribingGearNaturalId source,
TranscribingGear target,
boolean copyIfNull)
Copies the fields of RemoteTranscribingGearNaturalId to the specified entity. |
void |
remoteTranscribingGearNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteTranscribingGearNaturalId to this
DAO's entity. |
void |
remove(java.util.Collection entities)
Removes all entities in the given entities |
void |
remove(TranscribingGear transcribingGear)
Removes the instance of fr.ifremer.allegro.referential.transcribing.TranscribingGear from the persistent store. |
void |
remove(TranscribingSystem transcribingSystem,
TranscribingSide transcribingSide,
Gear gear)
Removes the instance of fr.ifremer.allegro.referential.transcribing.TranscribingGear 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 TranscribingGearDao.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. |
void |
setGearDao(GearDao gearDao)
Sets the reference to gearDao . |
void |
setTranscribingSideDao(TranscribingSideDao transcribingSideDao)
Sets the reference to transcribingSideDao . |
void |
setTranscribingSystemDao(TranscribingSystemDao transcribingSystemDao)
Sets the reference to transcribingSystemDao . |
protected ClusterTranscribingGear |
toClusterTranscribingGear(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
ClusterTranscribingGear |
toClusterTranscribingGear(TranscribingGear entity)
Converts this DAO's entity to an object of type ClusterTranscribingGear . |
void |
toClusterTranscribingGear(TranscribingGear source,
ClusterTranscribingGear target)
Copies the fields of the specified entity to the target value object. |
ClusterTranscribingGear[] |
toClusterTranscribingGearArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterTranscribingGear . |
void |
toClusterTranscribingGearCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterTranscribingGear . |
protected TranscribingGear |
toEntity(java.lang.Object[] row)
|
protected RemoteTranscribingGearFullVO |
toRemoteTranscribingGearFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteTranscribingGearFullVO |
toRemoteTranscribingGearFullVO(TranscribingGear entity)
Converts this DAO's entity to an object of type RemoteTranscribingGearFullVO . |
void |
toRemoteTranscribingGearFullVO(TranscribingGear source,
RemoteTranscribingGearFullVO target)
Copies the fields of the specified entity to the target value object. |
RemoteTranscribingGearFullVO[] |
toRemoteTranscribingGearFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteTranscribingGearFullVO . |
void |
toRemoteTranscribingGearFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteTranscribingGearFullVO . |
protected RemoteTranscribingGearNaturalId |
toRemoteTranscribingGearNaturalId(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteTranscribingGearNaturalId |
toRemoteTranscribingGearNaturalId(TranscribingGear entity)
Converts this DAO's entity to an object of type RemoteTranscribingGearNaturalId . |
void |
toRemoteTranscribingGearNaturalId(TranscribingGear source,
RemoteTranscribingGearNaturalId target)
Copies the fields of the specified entity to the target value object. |
RemoteTranscribingGearNaturalId[] |
toRemoteTranscribingGearNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteTranscribingGearNaturalId . |
void |
toRemoteTranscribingGearNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteTranscribingGearNaturalId . |
protected void |
transformEntities(int transform,
java.util.Collection entities)
Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.referential.transcribing.TranscribingGear)
method. |
protected java.lang.Object |
transformEntity(int transform,
TranscribingGear entity)
Allows transformation of entities into value objects (or something else for that matter), when the transform
flag is set to one of the constants defined in fr.ifremer.allegro.referential.transcribing.TranscribingGearDao , please note
that the TranscribingGearDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
update(java.util.Collection entities)
Updates all instances in the entities collection in the persistent store. |
void |
update(TranscribingGear transcribingGear)
Updates the transcribingGear instance in the persistent store. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface fr.ifremer.allegro.referential.transcribing.TranscribingGearDao |
---|
clusterTranscribingGearToEntity, remoteTranscribingGearFullVOToEntity, remoteTranscribingGearNaturalIdToEntity |
Constructor Detail |
---|
public TranscribingGearDaoBase()
Method Detail |
---|
public void setTranscribingSystemDao(TranscribingSystemDao transcribingSystemDao)
transcribingSystemDao
.
protected TranscribingSystemDao getTranscribingSystemDao()
transcribingSystemDao
.
public void setTranscribingSideDao(TranscribingSideDao transcribingSideDao)
transcribingSideDao
.
protected TranscribingSideDao getTranscribingSideDao()
transcribingSideDao
.
public void setGearDao(GearDao gearDao)
gearDao
.
protected GearDao getGearDao()
gearDao
.
public java.lang.Object load(int transform, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Gear gear)
TranscribingGearDao
Does the same thing as TranscribingGearDao.load(fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.referential.gear.Gear)
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.
load
in interface TranscribingGearDao
transcribingSystem
- identifier of the entity to loadtranscribingSide
- identifier of the entity to loadgear
- identifier of the entity to load
TranscribingGearDao.load(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.referential.gear.Gear)
public TranscribingGear load(TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Gear gear)
TranscribingGearDao
load
in interface TranscribingGearDao
TranscribingGearDao.load(fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.referential.gear.Gear)
public java.util.Collection loadAll()
TranscribingGearDao
TranscribingGear
.
loadAll
in interface TranscribingGearDao
TranscribingGearDao.loadAll()
public java.util.Collection loadAll(int transform)
TranscribingGearDao
Does the same thing as TranscribingGearDao.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.
loadAll
in interface TranscribingGearDao
transform
- the flag indicating what transformation to use.
TranscribingGearDao.loadAll(int)
public java.util.Collection loadAll(int pageNumber, int pageSize)
TranscribingGearDao
Does the same thing as TranscribingGearDao.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.
loadAll
in interface TranscribingGearDao
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
TranscribingGearDao.loadAll(int, int)
public java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
TranscribingGearDao
Does the same thing as TranscribingGearDao.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.
loadAll
in interface TranscribingGearDao
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.
TranscribingGearDao.loadAll(int, int, int)
public TranscribingGear create(TranscribingGear transcribingGear)
TranscribingGearDao
create
in interface TranscribingGearDao
TranscribingGearDao.create(fr.ifremer.allegro.referential.transcribing.TranscribingGear)
public java.lang.Object create(int transform, TranscribingGear transcribingGear)
TranscribingGearDao
Does the same thing as TranscribingGearDao.create(fr.ifremer.allegro.referential.transcribing.TranscribingGear)
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.
create
in interface TranscribingGearDao
TranscribingGearDao.create(int transform, fr.ifremer.allegro.referential.transcribing.TranscribingGear)
public java.util.Collection create(java.util.Collection entities)
TranscribingGearDao
entities
collection
create
in interface TranscribingGearDao
entities
- the collection of fr.ifremer.allegro.referential.transcribing.TranscribingGear
instances to create.
TranscribingGearDao.create(java.util.Collection)
public java.util.Collection create(int transform, java.util.Collection entities)
TranscribingGearDao
Does the same thing as TranscribingGearDao.create(fr.ifremer.allegro.referential.transcribing.TranscribingGear)
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.
create
in interface TranscribingGearDao
TranscribingGearDao.create(int, java.util.Collection)
public TranscribingGear create(java.lang.String externalCode, java.sql.Timestamp updateDate, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Gear gear)
TranscribingGearDao
Creates a new fr.ifremer.allegro.referential.transcribing.TranscribingGear
instance from all attributes and
properties and adds it to the persistent store.
create
in interface TranscribingGearDao
TranscribingGearDao.create(java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.referential.gear.Gear)
public java.lang.Object create(int transform, java.lang.String externalCode, java.sql.Timestamp updateDate, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Gear gear)
TranscribingGearDao
Does the same thing as TranscribingGearDao.create(java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.referential.gear.Gear)
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.
create
in interface TranscribingGearDao
TranscribingGearDao.create(int, java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.referential.gear.Gear)
public TranscribingGear create(java.lang.String externalCode, Gear gear, TranscribingSide transcribingSide, TranscribingSystem transcribingSystem)
TranscribingGearDao
Creates a new fr.ifremer.allegro.referential.transcribing.TranscribingGear
instance from only required properties (attributes
and association ends) and adds it to the persistent store.
create
in interface TranscribingGearDao
TranscribingGearDao.create(java.lang.String,fr.ifremer.allegro.referential.gear.Gear,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
public java.lang.Object create(int transform, java.lang.String externalCode, Gear gear, TranscribingSide transcribingSide, TranscribingSystem transcribingSystem)
TranscribingGearDao
Does the same thing as TranscribingGearDao.create(java.lang.String,fr.ifremer.allegro.referential.gear.Gear,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.
create
in interface TranscribingGearDao
TranscribingGearDao.create(int, java.lang.String,fr.ifremer.allegro.referential.gear.Gear,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
public void update(TranscribingGear transcribingGear)
TranscribingGearDao
transcribingGear
instance in the persistent store.
update
in interface TranscribingGearDao
TranscribingGearDao.update(fr.ifremer.allegro.referential.transcribing.TranscribingGear)
public void update(java.util.Collection entities)
TranscribingGearDao
entities
collection in the persistent store.
update
in interface TranscribingGearDao
TranscribingGearDao.update(java.util.Collection)
public void remove(TranscribingGear transcribingGear)
TranscribingGearDao
remove
in interface TranscribingGearDao
TranscribingGearDao.remove(fr.ifremer.allegro.referential.transcribing.TranscribingGear)
public void remove(TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Gear gear)
TranscribingGearDao
identifiers
from the persistent store.
remove
in interface TranscribingGearDao
TranscribingGearDao.remove(fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.referential.gear.Gear)
public void remove(java.util.Collection entities)
TranscribingGearDao
entities collection.
- Specified by:
remove
in interface TranscribingGearDao
- See Also:
TranscribingGearDao.remove(java.util.Collection)
public java.util.Collection getAllTranscribingGear()
getAllTranscribingGear
in interface TranscribingGearDao
TranscribingGearDao.getAllTranscribingGear()
public java.util.Collection getAllTranscribingGear(int transform)
TranscribingGearDao
Does the same thing as TranscribingGearDao.getAllTranscribingGear()
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.
getAllTranscribingGear
in interface TranscribingGearDao
TranscribingGearDao.getAllTranscribingGear(int)
public java.util.Collection getAllTranscribingGear(java.lang.String queryString)
TranscribingGearDao
Does the same thing as TranscribingGearDao.getAllTranscribingGear()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TranscribingGearDao.getAllTranscribingGear()
.
getAllTranscribingGear
in interface TranscribingGearDao
TranscribingGearDao.getAllTranscribingGear(java.lang.String)
public java.util.Collection getAllTranscribingGear(int pageNumber, int pageSize)
TranscribingGearDao
Does the same thing as TranscribingGearDao.getAllTranscribingGear()
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.
getAllTranscribingGear
in interface TranscribingGearDao
TranscribingGearDao.getAllTranscribingGear(int, int)
public java.util.Collection getAllTranscribingGear(java.lang.String queryString, int pageNumber, int pageSize)
TranscribingGearDao
Does the same thing as TranscribingGearDao.getAllTranscribingGear(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.
getAllTranscribingGear
in interface TranscribingGearDao
TranscribingGearDao.getAllTranscribingGear(String, int, int)
public java.util.Collection getAllTranscribingGear(int transform, java.lang.String queryString)
TranscribingGearDao
Does the same thing as TranscribingGearDao.getAllTranscribingGear(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TranscribingGearDao.getAllTranscribingGear(int)
.
getAllTranscribingGear
in interface TranscribingGearDao
TranscribingGearDao.getAllTranscribingGear(int, String)
public java.util.Collection getAllTranscribingGear(int transform, int pageNumber, int pageSize)
TranscribingGearDao
Does the same thing as TranscribingGearDao.getAllTranscribingGear(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.
getAllTranscribingGear
in interface TranscribingGearDao
TranscribingGearDao.getAllTranscribingGear(int, int, int)
public java.util.Collection getAllTranscribingGear(int transform, java.lang.String queryString, int pageNumber, int pageSize)
TranscribingGearDao
Does the same thing as TranscribingGearDao.getAllTranscribingGear(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.
getAllTranscribingGear
in interface TranscribingGearDao
TranscribingGearDao.getAllTranscribingGear(int, java.lang.String, int, int)
public java.util.Collection findTranscribingGearByTranscribingSystem(TranscribingSystem transcribingSystem)
findTranscribingGearByTranscribingSystem
in interface TranscribingGearDao
TranscribingGearDao.findTranscribingGearByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
public java.util.Collection findTranscribingGearByTranscribingSystem(int transform, TranscribingSystem transcribingSystem)
TranscribingGearDao
Does the same thing as TranscribingGearDao.findTranscribingGearByTranscribingSystem(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.
findTranscribingGearByTranscribingSystem
in interface TranscribingGearDao
TranscribingGearDao.findTranscribingGearByTranscribingSystem(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
public java.util.Collection findTranscribingGearByTranscribingSystem(java.lang.String queryString, TranscribingSystem transcribingSystem)
TranscribingGearDao
Does the same thing as TranscribingGearDao.findTranscribingGearByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TranscribingGearDao.findTranscribingGearByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
.
findTranscribingGearByTranscribingSystem
in interface TranscribingGearDao
TranscribingGearDao.findTranscribingGearByTranscribingSystem(java.lang.String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
public java.util.Collection findTranscribingGearByTranscribingSystem(int pageNumber, int pageSize, TranscribingSystem transcribingSystem)
TranscribingGearDao
Does the same thing as TranscribingGearDao.findTranscribingGearByTranscribingSystem(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.
findTranscribingGearByTranscribingSystem
in interface TranscribingGearDao
TranscribingGearDao.findTranscribingGearByTranscribingSystem(int, int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
public java.util.Collection findTranscribingGearByTranscribingSystem(java.lang.String queryString, int pageNumber, int pageSize, TranscribingSystem transcribingSystem)
TranscribingGearDao
Does the same thing as TranscribingGearDao.findTranscribingGearByTranscribingSystem(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.
findTranscribingGearByTranscribingSystem
in interface TranscribingGearDao
TranscribingGearDao.findTranscribingGearByTranscribingSystem(String, int, int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
public java.util.Collection findTranscribingGearByTranscribingSystem(int transform, java.lang.String queryString, TranscribingSystem transcribingSystem)
TranscribingGearDao
Does the same thing as TranscribingGearDao.findTranscribingGearByTranscribingSystem(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 TranscribingGearDao.findTranscribingGearByTranscribingSystem(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem transcribingSystem)
.
findTranscribingGearByTranscribingSystem
in interface TranscribingGearDao
TranscribingGearDao.findTranscribingGearByTranscribingSystem(int, String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
public java.util.Collection findTranscribingGearByTranscribingSystem(int transform, int pageNumber, int pageSize, TranscribingSystem transcribingSystem)
TranscribingGearDao
Does the same thing as TranscribingGearDao.findTranscribingGearByTranscribingSystem(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.
findTranscribingGearByTranscribingSystem
in interface TranscribingGearDao
TranscribingGearDao.findTranscribingGearByTranscribingSystem(int, int, int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
public java.util.Collection findTranscribingGearByTranscribingSystem(int transform, java.lang.String queryString, int pageNumber, int pageSize, TranscribingSystem transcribingSystem)
TranscribingGearDao
Does the same thing as TranscribingGearDao.findTranscribingGearByTranscribingSystem(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.
findTranscribingGearByTranscribingSystem
in interface TranscribingGearDao
TranscribingGearDao.findTranscribingGearByTranscribingSystem(int, java.lang.String, int, int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
public java.util.Collection findTranscribingGearByTranscribingSide(TranscribingSide transcribingSide)
findTranscribingGearByTranscribingSide
in interface TranscribingGearDao
TranscribingGearDao.findTranscribingGearByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide)
public java.util.Collection findTranscribingGearByTranscribingSide(int transform, TranscribingSide transcribingSide)
TranscribingGearDao
Does the same thing as TranscribingGearDao.findTranscribingGearByTranscribingSide(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.
findTranscribingGearByTranscribingSide
in interface TranscribingGearDao
TranscribingGearDao.findTranscribingGearByTranscribingSide(int, fr.ifremer.allegro.referential.transcribing.TranscribingSide)
public java.util.Collection findTranscribingGearByTranscribingSide(java.lang.String queryString, TranscribingSide transcribingSide)
TranscribingGearDao
Does the same thing as TranscribingGearDao.findTranscribingGearByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TranscribingGearDao.findTranscribingGearByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide)
.
findTranscribingGearByTranscribingSide
in interface TranscribingGearDao
TranscribingGearDao.findTranscribingGearByTranscribingSide(java.lang.String, fr.ifremer.allegro.referential.transcribing.TranscribingSide)
public java.util.Collection findTranscribingGearByTranscribingSide(int pageNumber, int pageSize, TranscribingSide transcribingSide)
TranscribingGearDao
Does the same thing as TranscribingGearDao.findTranscribingGearByTranscribingSide(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.
findTranscribingGearByTranscribingSide
in interface TranscribingGearDao
TranscribingGearDao.findTranscribingGearByTranscribingSide(int, int, fr.ifremer.allegro.referential.transcribing.TranscribingSide)
public java.util.Collection findTranscribingGearByTranscribingSide(java.lang.String queryString, int pageNumber, int pageSize, TranscribingSide transcribingSide)
TranscribingGearDao
Does the same thing as TranscribingGearDao.findTranscribingGearByTranscribingSide(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.
findTranscribingGearByTranscribingSide
in interface TranscribingGearDao
TranscribingGearDao.findTranscribingGearByTranscribingSide(String, int, int, fr.ifremer.allegro.referential.transcribing.TranscribingSide)
public java.util.Collection findTranscribingGearByTranscribingSide(int transform, java.lang.String queryString, TranscribingSide transcribingSide)
TranscribingGearDao
Does the same thing as TranscribingGearDao.findTranscribingGearByTranscribingSide(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 TranscribingGearDao.findTranscribingGearByTranscribingSide(int, fr.ifremer.allegro.referential.transcribing.TranscribingSide transcribingSide)
.
findTranscribingGearByTranscribingSide
in interface TranscribingGearDao
TranscribingGearDao.findTranscribingGearByTranscribingSide(int, String, fr.ifremer.allegro.referential.transcribing.TranscribingSide)
public java.util.Collection findTranscribingGearByTranscribingSide(int transform, int pageNumber, int pageSize, TranscribingSide transcribingSide)
TranscribingGearDao
Does the same thing as TranscribingGearDao.findTranscribingGearByTranscribingSide(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.
findTranscribingGearByTranscribingSide
in interface TranscribingGearDao
TranscribingGearDao.findTranscribingGearByTranscribingSide(int, int, int, fr.ifremer.allegro.referential.transcribing.TranscribingSide)
public java.util.Collection findTranscribingGearByTranscribingSide(int transform, java.lang.String queryString, int pageNumber, int pageSize, TranscribingSide transcribingSide)
TranscribingGearDao
Does the same thing as TranscribingGearDao.findTranscribingGearByTranscribingSide(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.
findTranscribingGearByTranscribingSide
in interface TranscribingGearDao
TranscribingGearDao.findTranscribingGearByTranscribingSide(int, java.lang.String, int, int, fr.ifremer.allegro.referential.transcribing.TranscribingSide)
public java.util.Collection findTranscribingGearByGear(Gear gear)
findTranscribingGearByGear
in interface TranscribingGearDao
TranscribingGearDao.findTranscribingGearByGear(fr.ifremer.allegro.referential.gear.Gear)
public java.util.Collection findTranscribingGearByGear(int transform, Gear gear)
TranscribingGearDao
Does the same thing as TranscribingGearDao.findTranscribingGearByGear(fr.ifremer.allegro.referential.gear.Gear)
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.
findTranscribingGearByGear
in interface TranscribingGearDao
TranscribingGearDao.findTranscribingGearByGear(int, fr.ifremer.allegro.referential.gear.Gear)
public java.util.Collection findTranscribingGearByGear(java.lang.String queryString, Gear gear)
TranscribingGearDao
Does the same thing as TranscribingGearDao.findTranscribingGearByGear(fr.ifremer.allegro.referential.gear.Gear)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TranscribingGearDao.findTranscribingGearByGear(fr.ifremer.allegro.referential.gear.Gear)
.
findTranscribingGearByGear
in interface TranscribingGearDao
TranscribingGearDao.findTranscribingGearByGear(java.lang.String, fr.ifremer.allegro.referential.gear.Gear)
public java.util.Collection findTranscribingGearByGear(int pageNumber, int pageSize, Gear gear)
TranscribingGearDao
Does the same thing as TranscribingGearDao.findTranscribingGearByGear(fr.ifremer.allegro.referential.gear.Gear)
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.
findTranscribingGearByGear
in interface TranscribingGearDao
TranscribingGearDao.findTranscribingGearByGear(int, int, fr.ifremer.allegro.referential.gear.Gear)
public java.util.Collection findTranscribingGearByGear(java.lang.String queryString, int pageNumber, int pageSize, Gear gear)
TranscribingGearDao
Does the same thing as TranscribingGearDao.findTranscribingGearByGear(String, fr.ifremer.allegro.referential.gear.Gear)
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.
findTranscribingGearByGear
in interface TranscribingGearDao
TranscribingGearDao.findTranscribingGearByGear(String, int, int, fr.ifremer.allegro.referential.gear.Gear)
public java.util.Collection findTranscribingGearByGear(int transform, java.lang.String queryString, Gear gear)
TranscribingGearDao
Does the same thing as TranscribingGearDao.findTranscribingGearByGear(int, fr.ifremer.allegro.referential.gear.Gear)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TranscribingGearDao.findTranscribingGearByGear(int, fr.ifremer.allegro.referential.gear.Gear gear)
.
findTranscribingGearByGear
in interface TranscribingGearDao
TranscribingGearDao.findTranscribingGearByGear(int, String, fr.ifremer.allegro.referential.gear.Gear)
public java.util.Collection findTranscribingGearByGear(int transform, int pageNumber, int pageSize, Gear gear)
TranscribingGearDao
Does the same thing as TranscribingGearDao.findTranscribingGearByGear(int, fr.ifremer.allegro.referential.gear.Gear)
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.
findTranscribingGearByGear
in interface TranscribingGearDao
TranscribingGearDao.findTranscribingGearByGear(int, int, int, fr.ifremer.allegro.referential.gear.Gear)
public java.util.Collection findTranscribingGearByGear(int transform, java.lang.String queryString, int pageNumber, int pageSize, Gear gear)
TranscribingGearDao
Does the same thing as TranscribingGearDao.findTranscribingGearByGear(int, String, fr.ifremer.allegro.referential.gear.Gear)
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.
findTranscribingGearByGear
in interface TranscribingGearDao
TranscribingGearDao.findTranscribingGearByGear(int, java.lang.String, int, int, fr.ifremer.allegro.referential.gear.Gear)
public TranscribingGear findTranscribingGearByIdentifiers(TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Gear gear)
findTranscribingGearByIdentifiers
in interface TranscribingGearDao
TranscribingGearDao.findTranscribingGearByIdentifiers(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.gear.Gear)
public java.lang.Object findTranscribingGearByIdentifiers(int transform, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Gear gear)
TranscribingGearDao
Does the same thing as TranscribingGearDao.findTranscribingGearByIdentifiers(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.gear.Gear)
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.
findTranscribingGearByIdentifiers
in interface TranscribingGearDao
TranscribingGearDao.findTranscribingGearByIdentifiers(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.gear.Gear)
public TranscribingGear findTranscribingGearByIdentifiers(java.lang.String queryString, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Gear gear)
TranscribingGearDao
Does the same thing as TranscribingGearDao.findTranscribingGearByIdentifiers(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.gear.Gear)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TranscribingGearDao.findTranscribingGearByIdentifiers(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.gear.Gear)
.
findTranscribingGearByIdentifiers
in interface TranscribingGearDao
TranscribingGearDao.findTranscribingGearByIdentifiers(java.lang.String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.gear.Gear)
public java.lang.Object findTranscribingGearByIdentifiers(int transform, java.lang.String queryString, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Gear gear)
TranscribingGearDao
Does the same thing as TranscribingGearDao.findTranscribingGearByIdentifiers(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.gear.Gear)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TranscribingGearDao.findTranscribingGearByIdentifiers(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem transcribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide transcribingSide, fr.ifremer.allegro.referential.gear.Gear gear)
.
findTranscribingGearByIdentifiers
in interface TranscribingGearDao
TranscribingGearDao.findTranscribingGearByIdentifiers(int, java.lang.String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.gear.Gear)
public TranscribingGear findTranscribingGearByNaturalId(TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Gear gear)
findTranscribingGearByNaturalId
in interface TranscribingGearDao
TranscribingGearDao.findTranscribingGearByNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.gear.Gear)
public java.lang.Object findTranscribingGearByNaturalId(int transform, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Gear gear)
TranscribingGearDao
Does the same thing as TranscribingGearDao.findTranscribingGearByNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.gear.Gear)
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.
findTranscribingGearByNaturalId
in interface TranscribingGearDao
TranscribingGearDao.findTranscribingGearByNaturalId(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.gear.Gear)
public TranscribingGear findTranscribingGearByNaturalId(java.lang.String queryString, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Gear gear)
TranscribingGearDao
Does the same thing as TranscribingGearDao.findTranscribingGearByNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.gear.Gear)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TranscribingGearDao.findTranscribingGearByNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.gear.Gear)
.
findTranscribingGearByNaturalId
in interface TranscribingGearDao
TranscribingGearDao.findTranscribingGearByNaturalId(java.lang.String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.gear.Gear)
public java.lang.Object findTranscribingGearByNaturalId(int transform, java.lang.String queryString, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Gear gear)
TranscribingGearDao
Does the same thing as TranscribingGearDao.findTranscribingGearByNaturalId(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.gear.Gear)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TranscribingGearDao.findTranscribingGearByNaturalId(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem transcribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide transcribingSide, fr.ifremer.allegro.referential.gear.Gear gear)
.
findTranscribingGearByNaturalId
in interface TranscribingGearDao
TranscribingGearDao.findTranscribingGearByNaturalId(int, java.lang.String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.gear.Gear)
public java.util.Collection getAllTranscribingGearSinceDateSynchro(java.sql.Timestamp updateDate)
getAllTranscribingGearSinceDateSynchro
in interface TranscribingGearDao
TranscribingGearDao.getAllTranscribingGearSinceDateSynchro(java.sql.Timestamp)
public java.util.Collection getAllTranscribingGearSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
TranscribingGearDao
Does the same thing as TranscribingGearDao.getAllTranscribingGearSinceDateSynchro(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.
getAllTranscribingGearSinceDateSynchro
in interface TranscribingGearDao
TranscribingGearDao.getAllTranscribingGearSinceDateSynchro(int, java.sql.Timestamp)
public java.util.Collection getAllTranscribingGearSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
TranscribingGearDao
Does the same thing as TranscribingGearDao.getAllTranscribingGearSinceDateSynchro(java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TranscribingGearDao.getAllTranscribingGearSinceDateSynchro(java.sql.Timestamp)
.
getAllTranscribingGearSinceDateSynchro
in interface TranscribingGearDao
TranscribingGearDao.getAllTranscribingGearSinceDateSynchro(java.lang.String, java.sql.Timestamp)
public java.util.Collection getAllTranscribingGearSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
TranscribingGearDao
Does the same thing as TranscribingGearDao.getAllTranscribingGearSinceDateSynchro(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.
getAllTranscribingGearSinceDateSynchro
in interface TranscribingGearDao
TranscribingGearDao.getAllTranscribingGearSinceDateSynchro(int, int, java.sql.Timestamp)
public java.util.Collection getAllTranscribingGearSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
TranscribingGearDao
Does the same thing as TranscribingGearDao.getAllTranscribingGearSinceDateSynchro(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.
getAllTranscribingGearSinceDateSynchro
in interface TranscribingGearDao
TranscribingGearDao.getAllTranscribingGearSinceDateSynchro(String, int, int, java.sql.Timestamp)
public java.util.Collection getAllTranscribingGearSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
TranscribingGearDao
Does the same thing as TranscribingGearDao.getAllTranscribingGearSinceDateSynchro(int, java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TranscribingGearDao.getAllTranscribingGearSinceDateSynchro(int, java.sql.Timestamp updateDate)
.
getAllTranscribingGearSinceDateSynchro
in interface TranscribingGearDao
TranscribingGearDao.getAllTranscribingGearSinceDateSynchro(int, String, java.sql.Timestamp)
public java.util.Collection getAllTranscribingGearSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
TranscribingGearDao
Does the same thing as TranscribingGearDao.getAllTranscribingGearSinceDateSynchro(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.
getAllTranscribingGearSinceDateSynchro
in interface TranscribingGearDao
TranscribingGearDao.getAllTranscribingGearSinceDateSynchro(int, int, int, java.sql.Timestamp)
public java.util.Collection getAllTranscribingGearSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
TranscribingGearDao
Does the same thing as TranscribingGearDao.getAllTranscribingGearSinceDateSynchro(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.
getAllTranscribingGearSinceDateSynchro
in interface TranscribingGearDao
TranscribingGearDao.getAllTranscribingGearSinceDateSynchro(int, java.lang.String, int, int, java.sql.Timestamp)
public TranscribingGear createFromClusterTranscribingGear(ClusterTranscribingGear clusterTranscribingGear)
createFromClusterTranscribingGear
in interface TranscribingGearDao
TranscribingGearDao.createFromClusterTranscribingGear(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingGear)
protected abstract TranscribingGear handleCreateFromClusterTranscribingGear(ClusterTranscribingGear clusterTranscribingGear) throws java.lang.Exception
createFromClusterTranscribingGear(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingGear)
java.lang.Exception
public ClusterTranscribingGear[] getAllClusterTranscribingGearSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterTranscribingGearSinceDateSynchro
in interface TranscribingGearDao
TranscribingGearDao.getAllClusterTranscribingGearSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterTranscribingGear[] handleGetAllClusterTranscribingGearSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterTranscribingGearSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
java.lang.Exception
protected java.lang.Object transformEntity(int transform, TranscribingGear entity)
transform
flag is set to one of the constants defined in fr.ifremer.allegro.referential.transcribing.TranscribingGearDao
, please note
that the TranscribingGearDao.TRANSFORM_NONE
constant denotes no transformation, so the entity itself
will be returned.
This method will return instances of these types:
TranscribingGear
- TranscribingGearDao.TRANSFORM_NONE
RemoteTranscribingGearFullVO
- TRANSFORM_REMOTETRANSCRIBINGGEARFULLVO
RemoteTranscribingGearNaturalId
- TRANSFORM_REMOTETRANSCRIBINGGEARNATURALID
ClusterTranscribingGear
- TRANSFORM_CLUSTERTRANSCRIBINGGEAR
TranscribingGearDao.TRANSFORM_NONE
is assumed.
transform
- one of the constants declared in TranscribingGearDao
entity
- an entity that was found
transformEntities(int,java.util.Collection)
protected void transformEntities(int transform, java.util.Collection entities)
transformEntity(int,fr.ifremer.allegro.referential.transcribing.TranscribingGear)
method. This method does not instantiate a new collection.
This method is to be used internally only.
transform
- one of the constants declared in fr.ifremer.allegro.referential.transcribing.TranscribingGearDao
entities
- the collection of entities to transformtransformEntity(int,fr.ifremer.allegro.referential.transcribing.TranscribingGear)
protected TranscribingGear toEntity(java.lang.Object[] row)
public final void toRemoteTranscribingGearFullVOCollection(java.util.Collection entities)
TranscribingGearDao
RemoteTranscribingGearFullVO
.
toRemoteTranscribingGearFullVOCollection
in interface TranscribingGearDao
TranscribingGearDao.toRemoteTranscribingGearFullVOCollection(java.util.Collection)
public final RemoteTranscribingGearFullVO[] toRemoteTranscribingGearFullVOArray(java.util.Collection entities)
TranscribingGearDao
RemoteTranscribingGearFullVO
.
toRemoteTranscribingGearFullVOArray
in interface TranscribingGearDao
TranscribingGearDao.toRemoteTranscribingGearFullVOArray(java.util.Collection)
protected RemoteTranscribingGearFullVO toRemoteTranscribingGearFullVO(java.lang.Object[] row)
TranscribingGearDaoImpl
class if you intend to use reporting queries.
TranscribingGearDao.toRemoteTranscribingGearFullVO(fr.ifremer.allegro.referential.transcribing.TranscribingGear)
public final void remoteTranscribingGearFullVOToEntityCollection(java.util.Collection instances)
TranscribingGearDao
RemoteTranscribingGearFullVO
to this
DAO's entity.
remoteTranscribingGearFullVOToEntityCollection
in interface TranscribingGearDao
TranscribingGearDao.remoteTranscribingGearFullVOToEntityCollection(java.util.Collection)
public void toRemoteTranscribingGearFullVO(TranscribingGear source, RemoteTranscribingGearFullVO target)
TranscribingGearDao
toRemoteTranscribingGearFullVO
in interface TranscribingGearDao
TranscribingGearDao.toRemoteTranscribingGearFullVO(fr.ifremer.allegro.referential.transcribing.TranscribingGear, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingGearFullVO)
public RemoteTranscribingGearFullVO toRemoteTranscribingGearFullVO(TranscribingGear entity)
TranscribingGearDao
RemoteTranscribingGearFullVO
.
toRemoteTranscribingGearFullVO
in interface TranscribingGearDao
TranscribingGearDao.toRemoteTranscribingGearFullVO(fr.ifremer.allegro.referential.transcribing.TranscribingGear)
public void remoteTranscribingGearFullVOToEntity(RemoteTranscribingGearFullVO source, TranscribingGear target, boolean copyIfNull)
TranscribingGearDao
RemoteTranscribingGearFullVO
to the specified entity.
remoteTranscribingGearFullVOToEntity
in interface TranscribingGearDao
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.fr.ifremer.allegro.referential.transcribing.TranscribingGearDao#remoteTranscribingGearFullVOToEntity(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingGearFullVO, fr.ifremer.allegro.referential.transcribing.TranscribingGear)
public final void toRemoteTranscribingGearNaturalIdCollection(java.util.Collection entities)
TranscribingGearDao
RemoteTranscribingGearNaturalId
.
toRemoteTranscribingGearNaturalIdCollection
in interface TranscribingGearDao
TranscribingGearDao.toRemoteTranscribingGearNaturalIdCollection(java.util.Collection)
public final RemoteTranscribingGearNaturalId[] toRemoteTranscribingGearNaturalIdArray(java.util.Collection entities)
TranscribingGearDao
RemoteTranscribingGearNaturalId
.
toRemoteTranscribingGearNaturalIdArray
in interface TranscribingGearDao
TranscribingGearDao.toRemoteTranscribingGearNaturalIdArray(java.util.Collection)
protected RemoteTranscribingGearNaturalId toRemoteTranscribingGearNaturalId(java.lang.Object[] row)
TranscribingGearDaoImpl
class if you intend to use reporting queries.
TranscribingGearDao.toRemoteTranscribingGearNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingGear)
public final void remoteTranscribingGearNaturalIdToEntityCollection(java.util.Collection instances)
TranscribingGearDao
RemoteTranscribingGearNaturalId
to this
DAO's entity.
remoteTranscribingGearNaturalIdToEntityCollection
in interface TranscribingGearDao
TranscribingGearDao.remoteTranscribingGearNaturalIdToEntityCollection(java.util.Collection)
public void toRemoteTranscribingGearNaturalId(TranscribingGear source, RemoteTranscribingGearNaturalId target)
TranscribingGearDao
toRemoteTranscribingGearNaturalId
in interface TranscribingGearDao
TranscribingGearDao.toRemoteTranscribingGearNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingGear, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingGearNaturalId)
public RemoteTranscribingGearNaturalId toRemoteTranscribingGearNaturalId(TranscribingGear entity)
TranscribingGearDao
RemoteTranscribingGearNaturalId
.
toRemoteTranscribingGearNaturalId
in interface TranscribingGearDao
TranscribingGearDao.toRemoteTranscribingGearNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingGear)
public void remoteTranscribingGearNaturalIdToEntity(RemoteTranscribingGearNaturalId source, TranscribingGear target, boolean copyIfNull)
TranscribingGearDao
RemoteTranscribingGearNaturalId
to the specified entity.
remoteTranscribingGearNaturalIdToEntity
in interface TranscribingGearDao
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.fr.ifremer.allegro.referential.transcribing.TranscribingGearDao#remoteTranscribingGearNaturalIdToEntity(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingGearNaturalId, fr.ifremer.allegro.referential.transcribing.TranscribingGear)
public final void toClusterTranscribingGearCollection(java.util.Collection entities)
TranscribingGearDao
ClusterTranscribingGear
.
toClusterTranscribingGearCollection
in interface TranscribingGearDao
TranscribingGearDao.toClusterTranscribingGearCollection(java.util.Collection)
public final ClusterTranscribingGear[] toClusterTranscribingGearArray(java.util.Collection entities)
TranscribingGearDao
ClusterTranscribingGear
.
toClusterTranscribingGearArray
in interface TranscribingGearDao
TranscribingGearDao.toClusterTranscribingGearArray(java.util.Collection)
protected ClusterTranscribingGear toClusterTranscribingGear(java.lang.Object[] row)
TranscribingGearDaoImpl
class if you intend to use reporting queries.
TranscribingGearDao.toClusterTranscribingGear(fr.ifremer.allegro.referential.transcribing.TranscribingGear)
public final void clusterTranscribingGearToEntityCollection(java.util.Collection instances)
TranscribingGearDao
ClusterTranscribingGear
to this
DAO's entity.
clusterTranscribingGearToEntityCollection
in interface TranscribingGearDao
TranscribingGearDao.clusterTranscribingGearToEntityCollection(java.util.Collection)
public void toClusterTranscribingGear(TranscribingGear source, ClusterTranscribingGear target)
TranscribingGearDao
toClusterTranscribingGear
in interface TranscribingGearDao
TranscribingGearDao.toClusterTranscribingGear(fr.ifremer.allegro.referential.transcribing.TranscribingGear, fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingGear)
public ClusterTranscribingGear toClusterTranscribingGear(TranscribingGear entity)
TranscribingGearDao
ClusterTranscribingGear
.
toClusterTranscribingGear
in interface TranscribingGearDao
TranscribingGearDao.toClusterTranscribingGear(fr.ifremer.allegro.referential.transcribing.TranscribingGear)
public void clusterTranscribingGearToEntity(ClusterTranscribingGear source, TranscribingGear target, boolean copyIfNull)
TranscribingGearDao
ClusterTranscribingGear
to the specified entity.
clusterTranscribingGearToEntity
in interface TranscribingGearDao
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.fr.ifremer.allegro.referential.transcribing.TranscribingGearDao#clusterTranscribingGearToEntity(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingGear, fr.ifremer.allegro.referential.transcribing.TranscribingGear)
protected java.security.Principal getPrincipal()
principal
if one has been set,
otherwise returns null
.
public PaginationResult search(int transform, int pageNumber, int pageSize, Search search)
TranscribingGearDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface TranscribingGearDao
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.TranscribingGearDao.search(int, int, int, fr.ifremer.allegro.Search)
public PaginationResult search(int pageNumber, int pageSize, Search search)
TranscribingGearDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface TranscribingGearDao
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.TranscribingGearDao.search(int, int, fr.ifremer.allegro.Search)
public java.util.Set search(int transform, Search search)
TranscribingGearDao
TranscribingGearDao.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.
search
in interface TranscribingGearDao
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
TranscribingGearDao.search(int, fr.ifremer.allegro.Search)
public java.util.Set search(Search search)
TranscribingGearDao
search
object.
search
in interface TranscribingGearDao
search
- the search object which provides the search parameters and pagination specification.
TranscribingGearDao.search(fr.ifremer.allegro.Search)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |