|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GearAssociationDao
GearAssociation
Field Summary | |
---|---|
static int |
TRANSFORM_CLUSTERGEARASSOCIATION
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_REMOTEGEARASSOCIATIONFULLVO
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_REMOTEGEARASSOCIATIONNATURALID
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 | |
---|---|
GearAssociation |
clusterGearAssociationToEntity(ClusterGearAssociation clusterGearAssociation)
Converts an instance of type ClusterGearAssociation to this DAO's entity. |
void |
clusterGearAssociationToEntity(ClusterGearAssociation source,
GearAssociation target,
boolean copyIfNull)
Copies the fields of ClusterGearAssociation to the specified entity. |
void |
clusterGearAssociationToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterGearAssociation to this
DAO's entity. |
java.util.Collection |
create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.referential.gear.GearAssociation and adds from the passed in entities collection |
GearAssociation |
create(GearAssociation gearAssociation)
Creates an instance of fr.ifremer.allegro.referential.gear.GearAssociation and adds it to the persistent store. |
GearAssociation |
create(Gear fromGear,
Gear toGear)
Creates a new fr.ifremer.allegro.referential.gear.GearAssociation
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
java.util.Collection |
create(int transform,
java.util.Collection entities)
Does the same thing as create(fr.ifremer.allegro.referential.gear.GearAssociation) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
GearAssociation gearAssociation)
Does the same thing as create(fr.ifremer.allegro.referential.gear.GearAssociation) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
Gear fromGear,
Gear toGear)
Does the same thing as create(fr.ifremer.allegro.referential.gear.Gear,fr.ifremer.allegro.referential.gear.Gear) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.sql.Timestamp updateDate,
Gear fromGear,
Gear toGear)
Does the same thing as create(java.sql.Timestamp,fr.ifremer.allegro.referential.gear.Gear,fr.ifremer.allegro.referential.gear.Gear) with an
additional flag called transform . |
GearAssociation |
create(java.sql.Timestamp updateDate,
Gear fromGear,
Gear toGear)
Creates a new fr.ifremer.allegro.referential.gear.GearAssociation
instance from all attributes and
properties and adds it to the persistent store. |
GearAssociation |
createFromClusterGearAssociation(ClusterGearAssociation clusterGearAssociation)
|
java.util.Collection |
findGearAssociationByFromGear(Gear fromGear)
|
java.util.Collection |
findGearAssociationByFromGear(int transform,
Gear fromGear)
Does the same thing as findGearAssociationByFromGear(fr.ifremer.allegro.referential.gear.Gear) with an
additional flag called transform . |
java.util.Collection |
findGearAssociationByFromGear(int pageNumber,
int pageSize,
Gear fromGear)
Does the same thing as findGearAssociationByFromGear(fr.ifremer.allegro.referential.gear.Gear) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearAssociationByFromGear(int transform,
int pageNumber,
int pageSize,
Gear fromGear)
Does the same thing as findGearAssociationByFromGear(int, fr.ifremer.allegro.referential.gear.Gear) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearAssociationByFromGear(int transform,
java.lang.String queryString,
Gear fromGear)
Does the same thing as findGearAssociationByFromGear(int, fr.ifremer.allegro.referential.gear.Gear) with an
additional argument called queryString . |
java.util.Collection |
findGearAssociationByFromGear(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Gear fromGear)
Does the same thing as findGearAssociationByFromGear(int, String, fr.ifremer.allegro.referential.gear.Gear) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearAssociationByFromGear(java.lang.String queryString,
Gear fromGear)
Does the same thing as findGearAssociationByFromGear(fr.ifremer.allegro.referential.gear.Gear) with an
additional argument called queryString . |
java.util.Collection |
findGearAssociationByFromGear(java.lang.String queryString,
int pageNumber,
int pageSize,
Gear fromGear)
Does the same thing as findGearAssociationByFromGear(String, fr.ifremer.allegro.referential.gear.Gear) with an
additional two arguments called pageNumber and pageSize . |
GearAssociation |
findGearAssociationByIdentifiers(Gear toGear,
Gear fromGear)
|
java.lang.Object |
findGearAssociationByIdentifiers(int transform,
Gear toGear,
Gear fromGear)
Does the same thing as findGearAssociationByIdentifiers(fr.ifremer.allegro.referential.gear.Gear, fr.ifremer.allegro.referential.gear.Gear) with an
additional flag called transform . |
java.lang.Object |
findGearAssociationByIdentifiers(int transform,
java.lang.String queryString,
Gear toGear,
Gear fromGear)
Does the same thing as findGearAssociationByIdentifiers(int, fr.ifremer.allegro.referential.gear.Gear, fr.ifremer.allegro.referential.gear.Gear) with an
additional argument called queryString . |
GearAssociation |
findGearAssociationByIdentifiers(java.lang.String queryString,
Gear toGear,
Gear fromGear)
Does the same thing as findGearAssociationByIdentifiers(fr.ifremer.allegro.referential.gear.Gear, fr.ifremer.allegro.referential.gear.Gear) with an
additional argument called queryString . |
GearAssociation |
findGearAssociationByNaturalId(Gear toGear,
Gear fromGear)
|
java.lang.Object |
findGearAssociationByNaturalId(int transform,
Gear toGear,
Gear fromGear)
Does the same thing as findGearAssociationByNaturalId(fr.ifremer.allegro.referential.gear.Gear, fr.ifremer.allegro.referential.gear.Gear) with an
additional flag called transform . |
java.lang.Object |
findGearAssociationByNaturalId(int transform,
java.lang.String queryString,
Gear toGear,
Gear fromGear)
Does the same thing as findGearAssociationByNaturalId(int, fr.ifremer.allegro.referential.gear.Gear, fr.ifremer.allegro.referential.gear.Gear) with an
additional argument called queryString . |
GearAssociation |
findGearAssociationByNaturalId(java.lang.String queryString,
Gear toGear,
Gear fromGear)
Does the same thing as findGearAssociationByNaturalId(fr.ifremer.allegro.referential.gear.Gear, fr.ifremer.allegro.referential.gear.Gear) with an
additional argument called queryString . |
java.util.Collection |
findGearAssociationByToGear(Gear toGear)
|
java.util.Collection |
findGearAssociationByToGear(int transform,
Gear toGear)
Does the same thing as findGearAssociationByToGear(fr.ifremer.allegro.referential.gear.Gear) with an
additional flag called transform . |
java.util.Collection |
findGearAssociationByToGear(int pageNumber,
int pageSize,
Gear toGear)
Does the same thing as findGearAssociationByToGear(fr.ifremer.allegro.referential.gear.Gear) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearAssociationByToGear(int transform,
int pageNumber,
int pageSize,
Gear toGear)
Does the same thing as findGearAssociationByToGear(int, fr.ifremer.allegro.referential.gear.Gear) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearAssociationByToGear(int transform,
java.lang.String queryString,
Gear toGear)
Does the same thing as findGearAssociationByToGear(int, fr.ifremer.allegro.referential.gear.Gear) with an
additional argument called queryString . |
java.util.Collection |
findGearAssociationByToGear(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Gear toGear)
Does the same thing as findGearAssociationByToGear(int, String, fr.ifremer.allegro.referential.gear.Gear) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearAssociationByToGear(java.lang.String queryString,
Gear toGear)
Does the same thing as findGearAssociationByToGear(fr.ifremer.allegro.referential.gear.Gear) with an
additional argument called queryString . |
java.util.Collection |
findGearAssociationByToGear(java.lang.String queryString,
int pageNumber,
int pageSize,
Gear toGear)
Does the same thing as findGearAssociationByToGear(String, fr.ifremer.allegro.referential.gear.Gear) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllGearAssociation()
|
java.util.Collection |
getAllGearAssociation(int transform)
Does the same thing as getAllGearAssociation() with an
additional flag called transform . |
java.util.Collection |
getAllGearAssociation(int pageNumber,
int pageSize)
Does the same thing as getAllGearAssociation() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllGearAssociation(int transform,
int pageNumber,
int pageSize)
Does the same thing as getAllGearAssociation(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllGearAssociation(int transform,
java.lang.String queryString)
Does the same thing as getAllGearAssociation(int) with an
additional argument called queryString . |
java.util.Collection |
getAllGearAssociation(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as getAllGearAssociation(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllGearAssociation(java.lang.String queryString)
Does the same thing as getAllGearAssociation() with an
additional argument called queryString . |
java.util.Collection |
getAllGearAssociation(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as getAllGearAssociation(String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllGearAssociationSinceDateSynchro(int transform,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllGearAssociationSinceDateSynchro(int, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllGearAssociationSinceDateSynchro(int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllGearAssociationSinceDateSynchro(java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllGearAssociationSinceDateSynchro(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllGearAssociationSinceDateSynchro(int, String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllGearAssociationSinceDateSynchro(int transform,
java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as getAllGearAssociationSinceDateSynchro(int, java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllGearAssociationSinceDateSynchro(int transform,
java.sql.Timestamp updateDate)
Does the same thing as getAllGearAssociationSinceDateSynchro(java.sql.Timestamp) with an
additional flag called transform . |
java.util.Collection |
getAllGearAssociationSinceDateSynchro(java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllGearAssociationSinceDateSynchro(String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllGearAssociationSinceDateSynchro(java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as getAllGearAssociationSinceDateSynchro(java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllGearAssociationSinceDateSynchro(java.sql.Timestamp updateDate)
|
GearAssociation |
load(Gear fromGear,
Gear toGear)
Loads an instance of fr.ifremer.allegro.referential.gear.GearAssociation from the persistent store. |
java.lang.Object |
load(int transform,
Gear fromGear,
Gear toGear)
Does the same thing as load(fr.ifremer.allegro.referential.gear.Gear,fr.ifremer.allegro.referential.gear.Gear) with an
additional flag called transform . |
java.util.Collection |
loadAll()
Loads all entities of type GearAssociation . |
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 . |
GearAssociation |
remoteGearAssociationFullVOToEntity(RemoteGearAssociationFullVO remoteGearAssociationFullVO)
Converts an instance of type RemoteGearAssociationFullVO to this DAO's entity. |
void |
remoteGearAssociationFullVOToEntity(RemoteGearAssociationFullVO source,
GearAssociation target,
boolean copyIfNull)
Copies the fields of RemoteGearAssociationFullVO to the specified entity. |
void |
remoteGearAssociationFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteGearAssociationFullVO to this
DAO's entity. |
GearAssociation |
remoteGearAssociationNaturalIdToEntity(RemoteGearAssociationNaturalId remoteGearAssociationNaturalId)
Converts an instance of type RemoteGearAssociationNaturalId to this DAO's entity. |
void |
remoteGearAssociationNaturalIdToEntity(RemoteGearAssociationNaturalId source,
GearAssociation target,
boolean copyIfNull)
Copies the fields of RemoteGearAssociationNaturalId to the specified entity. |
void |
remoteGearAssociationNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteGearAssociationNaturalId to this
DAO's entity. |
void |
remove(java.util.Collection entities)
Removes all entities in the given entities |
void |
remove(GearAssociation gearAssociation)
Removes the instance of fr.ifremer.allegro.referential.gear.GearAssociation from the persistent store. |
void |
remove(Gear fromGear,
Gear toGear)
Removes the instance of fr.ifremer.allegro.referential.gear.GearAssociation 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. |
ClusterGearAssociation |
toClusterGearAssociation(GearAssociation entity)
Converts this DAO's entity to an object of type ClusterGearAssociation . |
void |
toClusterGearAssociation(GearAssociation source,
ClusterGearAssociation target)
Copies the fields of the specified entity to the target value object. |
ClusterGearAssociation[] |
toClusterGearAssociationArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterGearAssociation . |
void |
toClusterGearAssociationCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterGearAssociation . |
RemoteGearAssociationFullVO |
toRemoteGearAssociationFullVO(GearAssociation entity)
Converts this DAO's entity to an object of type RemoteGearAssociationFullVO . |
void |
toRemoteGearAssociationFullVO(GearAssociation source,
RemoteGearAssociationFullVO target)
Copies the fields of the specified entity to the target value object. |
RemoteGearAssociationFullVO[] |
toRemoteGearAssociationFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteGearAssociationFullVO . |
void |
toRemoteGearAssociationFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteGearAssociationFullVO . |
RemoteGearAssociationNaturalId |
toRemoteGearAssociationNaturalId(GearAssociation entity)
Converts this DAO's entity to an object of type RemoteGearAssociationNaturalId . |
void |
toRemoteGearAssociationNaturalId(GearAssociation source,
RemoteGearAssociationNaturalId target)
Copies the fields of the specified entity to the target value object. |
RemoteGearAssociationNaturalId[] |
toRemoteGearAssociationNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteGearAssociationNaturalId . |
void |
toRemoteGearAssociationNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteGearAssociationNaturalId . |
void |
update(java.util.Collection entities)
Updates all instances in the entities collection in the persistent store. |
void |
update(GearAssociation gearAssociation)
Updates the gearAssociation 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_REMOTEGEARASSOCIATIONFULLVO
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteGearAssociationFullVO
.
static final int TRANSFORM_REMOTEGEARASSOCIATIONNATURALID
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteGearAssociationNaturalId
.
static final int TRANSFORM_CLUSTERGEARASSOCIATION
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
ClusterGearAssociation
.
Method Detail |
---|
void toRemoteGearAssociationFullVO(GearAssociation source, RemoteGearAssociationFullVO target)
RemoteGearAssociationFullVO toRemoteGearAssociationFullVO(GearAssociation entity)
RemoteGearAssociationFullVO
.
void toRemoteGearAssociationFullVOCollection(java.util.Collection entities)
RemoteGearAssociationFullVO
.
RemoteGearAssociationFullVO[] toRemoteGearAssociationFullVOArray(java.util.Collection entities)
RemoteGearAssociationFullVO
.
void remoteGearAssociationFullVOToEntity(RemoteGearAssociationFullVO source, GearAssociation target, boolean copyIfNull)
RemoteGearAssociationFullVO
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.GearAssociation remoteGearAssociationFullVOToEntity(RemoteGearAssociationFullVO remoteGearAssociationFullVO)
RemoteGearAssociationFullVO
to this DAO's entity.
void remoteGearAssociationFullVOToEntityCollection(java.util.Collection instances)
RemoteGearAssociationFullVO
to this
DAO's entity.
void toRemoteGearAssociationNaturalId(GearAssociation source, RemoteGearAssociationNaturalId target)
RemoteGearAssociationNaturalId toRemoteGearAssociationNaturalId(GearAssociation entity)
RemoteGearAssociationNaturalId
.
void toRemoteGearAssociationNaturalIdCollection(java.util.Collection entities)
RemoteGearAssociationNaturalId
.
RemoteGearAssociationNaturalId[] toRemoteGearAssociationNaturalIdArray(java.util.Collection entities)
RemoteGearAssociationNaturalId
.
void remoteGearAssociationNaturalIdToEntity(RemoteGearAssociationNaturalId source, GearAssociation target, boolean copyIfNull)
RemoteGearAssociationNaturalId
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.GearAssociation remoteGearAssociationNaturalIdToEntity(RemoteGearAssociationNaturalId remoteGearAssociationNaturalId)
RemoteGearAssociationNaturalId
to this DAO's entity.
void remoteGearAssociationNaturalIdToEntityCollection(java.util.Collection instances)
RemoteGearAssociationNaturalId
to this
DAO's entity.
void toClusterGearAssociation(GearAssociation source, ClusterGearAssociation target)
ClusterGearAssociation toClusterGearAssociation(GearAssociation entity)
ClusterGearAssociation
.
void toClusterGearAssociationCollection(java.util.Collection entities)
ClusterGearAssociation
.
ClusterGearAssociation[] toClusterGearAssociationArray(java.util.Collection entities)
ClusterGearAssociation
.
void clusterGearAssociationToEntity(ClusterGearAssociation source, GearAssociation target, boolean copyIfNull)
ClusterGearAssociation
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.GearAssociation clusterGearAssociationToEntity(ClusterGearAssociation clusterGearAssociation)
ClusterGearAssociation
to this DAO's entity.
void clusterGearAssociationToEntityCollection(java.util.Collection instances)
ClusterGearAssociation
to this
DAO's entity.
GearAssociation load(Gear fromGear, Gear toGear)
java.lang.Object load(int transform, Gear fromGear, Gear toGear)
Does the same thing as load(fr.ifremer.allegro.referential.gear.Gear,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.
fromGear
- identifier of the entity to loadtoGear
- identifier of the entity to load
java.util.Collection loadAll()
GearAssociation
.
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.
GearAssociation create(GearAssociation gearAssociation)
java.lang.Object create(int transform, GearAssociation gearAssociation)
Does the same thing as create(fr.ifremer.allegro.referential.gear.GearAssociation)
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.gear.GearAssociation
instances to create.
java.util.Collection create(int transform, java.util.Collection entities)
Does the same thing as create(fr.ifremer.allegro.referential.gear.GearAssociation)
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.
GearAssociation create(java.sql.Timestamp updateDate, Gear fromGear, Gear toGear)
Creates a new fr.ifremer.allegro.referential.gear.GearAssociation
instance from all attributes and
properties and adds it to the persistent store.
java.lang.Object create(int transform, java.sql.Timestamp updateDate, Gear fromGear, Gear toGear)
Does the same thing as create(java.sql.Timestamp,fr.ifremer.allegro.referential.gear.Gear,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.
GearAssociation create(Gear fromGear, Gear toGear)
Creates a new fr.ifremer.allegro.referential.gear.GearAssociation
instance from only required properties (attributes
and association ends) and adds it to the persistent store.
java.lang.Object create(int transform, Gear fromGear, Gear toGear)
Does the same thing as create(fr.ifremer.allegro.referential.gear.Gear,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 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(GearAssociation gearAssociation)
gearAssociation
instance in the persistent store.
void update(java.util.Collection entities)
entities
collection in the persistent store.
void remove(GearAssociation gearAssociation)
void remove(Gear fromGear, Gear toGear)
identifiers
from the persistent store.
void remove(java.util.Collection entities)
entities collection.
java.util.Collection getAllGearAssociation()
java.util.Collection getAllGearAssociation(java.lang.String queryString)
Does the same thing as getAllGearAssociation()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllGearAssociation()
.
java.util.Collection getAllGearAssociation(int pageNumber, int pageSize)
Does the same thing as getAllGearAssociation()
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 getAllGearAssociation(java.lang.String queryString, int pageNumber, int pageSize)
Does the same thing as getAllGearAssociation(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 getAllGearAssociation(int transform)
Does the same thing as getAllGearAssociation()
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 getAllGearAssociation(int transform, int pageNumber, int pageSize)
Does the same thing as getAllGearAssociation(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 getAllGearAssociation(int transform, java.lang.String queryString)
Does the same thing as getAllGearAssociation(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllGearAssociation(int)
.
java.util.Collection getAllGearAssociation(int transform, java.lang.String queryString, int pageNumber, int pageSize)
Does the same thing as getAllGearAssociation(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 findGearAssociationByToGear(Gear toGear)
java.util.Collection findGearAssociationByToGear(java.lang.String queryString, Gear toGear)
Does the same thing as findGearAssociationByToGear(fr.ifremer.allegro.referential.gear.Gear)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findGearAssociationByToGear(fr.ifremer.allegro.referential.gear.Gear)
.
java.util.Collection findGearAssociationByToGear(int pageNumber, int pageSize, Gear toGear)
Does the same thing as findGearAssociationByToGear(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.
java.util.Collection findGearAssociationByToGear(java.lang.String queryString, int pageNumber, int pageSize, Gear toGear)
Does the same thing as findGearAssociationByToGear(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.
java.util.Collection findGearAssociationByToGear(int transform, Gear toGear)
Does the same thing as findGearAssociationByToGear(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.
java.util.Collection findGearAssociationByToGear(int transform, int pageNumber, int pageSize, Gear toGear)
Does the same thing as findGearAssociationByToGear(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.
java.util.Collection findGearAssociationByToGear(int transform, java.lang.String queryString, Gear toGear)
Does the same thing as findGearAssociationByToGear(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 findGearAssociationByToGear(int, fr.ifremer.allegro.referential.gear.Gear toGear)
.
java.util.Collection findGearAssociationByToGear(int transform, java.lang.String queryString, int pageNumber, int pageSize, Gear toGear)
Does the same thing as findGearAssociationByToGear(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.
java.util.Collection findGearAssociationByFromGear(Gear fromGear)
java.util.Collection findGearAssociationByFromGear(java.lang.String queryString, Gear fromGear)
Does the same thing as findGearAssociationByFromGear(fr.ifremer.allegro.referential.gear.Gear)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findGearAssociationByFromGear(fr.ifremer.allegro.referential.gear.Gear)
.
java.util.Collection findGearAssociationByFromGear(int pageNumber, int pageSize, Gear fromGear)
Does the same thing as findGearAssociationByFromGear(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.
java.util.Collection findGearAssociationByFromGear(java.lang.String queryString, int pageNumber, int pageSize, Gear fromGear)
Does the same thing as findGearAssociationByFromGear(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.
java.util.Collection findGearAssociationByFromGear(int transform, Gear fromGear)
Does the same thing as findGearAssociationByFromGear(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.
java.util.Collection findGearAssociationByFromGear(int transform, int pageNumber, int pageSize, Gear fromGear)
Does the same thing as findGearAssociationByFromGear(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.
java.util.Collection findGearAssociationByFromGear(int transform, java.lang.String queryString, Gear fromGear)
Does the same thing as findGearAssociationByFromGear(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 findGearAssociationByFromGear(int, fr.ifremer.allegro.referential.gear.Gear fromGear)
.
java.util.Collection findGearAssociationByFromGear(int transform, java.lang.String queryString, int pageNumber, int pageSize, Gear fromGear)
Does the same thing as findGearAssociationByFromGear(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.
GearAssociation findGearAssociationByIdentifiers(Gear toGear, Gear fromGear)
GearAssociation findGearAssociationByIdentifiers(java.lang.String queryString, Gear toGear, Gear fromGear)
Does the same thing as findGearAssociationByIdentifiers(fr.ifremer.allegro.referential.gear.Gear, fr.ifremer.allegro.referential.gear.Gear)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findGearAssociationByIdentifiers(fr.ifremer.allegro.referential.gear.Gear, fr.ifremer.allegro.referential.gear.Gear)
.
java.lang.Object findGearAssociationByIdentifiers(int transform, Gear toGear, Gear fromGear)
Does the same thing as findGearAssociationByIdentifiers(fr.ifremer.allegro.referential.gear.Gear, 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.
java.lang.Object findGearAssociationByIdentifiers(int transform, java.lang.String queryString, Gear toGear, Gear fromGear)
Does the same thing as findGearAssociationByIdentifiers(int, fr.ifremer.allegro.referential.gear.Gear, fr.ifremer.allegro.referential.gear.Gear)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findGearAssociationByIdentifiers(int, fr.ifremer.allegro.referential.gear.Gear toGear, fr.ifremer.allegro.referential.gear.Gear fromGear)
.
GearAssociation findGearAssociationByNaturalId(Gear toGear, Gear fromGear)
GearAssociation findGearAssociationByNaturalId(java.lang.String queryString, Gear toGear, Gear fromGear)
Does the same thing as findGearAssociationByNaturalId(fr.ifremer.allegro.referential.gear.Gear, fr.ifremer.allegro.referential.gear.Gear)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findGearAssociationByNaturalId(fr.ifremer.allegro.referential.gear.Gear, fr.ifremer.allegro.referential.gear.Gear)
.
java.lang.Object findGearAssociationByNaturalId(int transform, Gear toGear, Gear fromGear)
Does the same thing as findGearAssociationByNaturalId(fr.ifremer.allegro.referential.gear.Gear, 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.
java.lang.Object findGearAssociationByNaturalId(int transform, java.lang.String queryString, Gear toGear, Gear fromGear)
Does the same thing as findGearAssociationByNaturalId(int, fr.ifremer.allegro.referential.gear.Gear, fr.ifremer.allegro.referential.gear.Gear)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findGearAssociationByNaturalId(int, fr.ifremer.allegro.referential.gear.Gear toGear, fr.ifremer.allegro.referential.gear.Gear fromGear)
.
java.util.Collection getAllGearAssociationSinceDateSynchro(java.sql.Timestamp updateDate)
java.util.Collection getAllGearAssociationSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
Does the same thing as getAllGearAssociationSinceDateSynchro(java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllGearAssociationSinceDateSynchro(java.sql.Timestamp)
.
java.util.Collection getAllGearAssociationSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as getAllGearAssociationSinceDateSynchro(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 getAllGearAssociationSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as getAllGearAssociationSinceDateSynchro(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 getAllGearAssociationSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
Does the same thing as getAllGearAssociationSinceDateSynchro(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 getAllGearAssociationSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as getAllGearAssociationSinceDateSynchro(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 getAllGearAssociationSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
Does the same thing as getAllGearAssociationSinceDateSynchro(int, java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllGearAssociationSinceDateSynchro(int, java.sql.Timestamp updateDate)
.
java.util.Collection getAllGearAssociationSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as getAllGearAssociationSinceDateSynchro(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.
GearAssociation createFromClusterGearAssociation(ClusterGearAssociation clusterGearAssociation)
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 |