|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GearClassificationAssociationDao
GearClassificationAssociation
Field Summary | |
---|---|
static int |
TRANSFORM_CLUSTERGEARCLASSIFICATIONASSOCIATION
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_REMOTEGEARCLASSIFICATIONASSOCIATIONFULLVO
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_REMOTEGEARCLASSIFICATIONASSOCIATIONNATURALID
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 | |
---|---|
GearClassificationAssociation |
clusterGearClassificationAssociationToEntity(ClusterGearClassificationAssociation clusterGearClassificationAssociation)
Converts an instance of type ClusterGearClassificationAssociation to this DAO's entity. |
void |
clusterGearClassificationAssociationToEntity(ClusterGearClassificationAssociation source,
GearClassificationAssociation target,
boolean copyIfNull)
Copies the fields of ClusterGearClassificationAssociation to the specified entity. |
void |
clusterGearClassificationAssociationToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterGearClassificationAssociation to this
DAO's entity. |
java.util.Collection |
create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.referential.gear.GearClassificationAssociation and adds from the passed in entities collection |
GearClassificationAssociation |
create(GearClassificationAssociation gearClassificationAssociation)
Creates an instance of fr.ifremer.allegro.referential.gear.GearClassificationAssociation and adds it to the persistent store. |
GearClassificationAssociation |
create(GearClassification fromGearClassification,
GearClassification toGearClassification)
Creates a new fr.ifremer.allegro.referential.gear.GearClassificationAssociation
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.GearClassificationAssociation) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
GearClassificationAssociation gearClassificationAssociation)
Does the same thing as create(fr.ifremer.allegro.referential.gear.GearClassificationAssociation) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
GearClassification fromGearClassification,
GearClassification toGearClassification)
Does the same thing as create(fr.ifremer.allegro.referential.gear.GearClassification,fr.ifremer.allegro.referential.gear.GearClassification) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.sql.Timestamp updateDate,
GearClassification fromGearClassification,
GearClassification toGearClassification)
Does the same thing as create(java.sql.Timestamp,fr.ifremer.allegro.referential.gear.GearClassification,fr.ifremer.allegro.referential.gear.GearClassification) with an
additional flag called transform . |
GearClassificationAssociation |
create(java.sql.Timestamp updateDate,
GearClassification fromGearClassification,
GearClassification toGearClassification)
Creates a new fr.ifremer.allegro.referential.gear.GearClassificationAssociation
instance from all attributes and
properties and adds it to the persistent store. |
GearClassificationAssociation |
createFromClusterGearClassificationAssociation(ClusterGearClassificationAssociation clusterGearClassificationAssociation)
|
java.util.Collection |
findGearClassificationAssociationByFromGearClassification(GearClassification fromGearClassification)
|
java.util.Collection |
findGearClassificationAssociationByFromGearClassification(int transform,
GearClassification fromGearClassification)
Does the same thing as findGearClassificationAssociationByFromGearClassification(fr.ifremer.allegro.referential.gear.GearClassification) with an
additional flag called transform . |
java.util.Collection |
findGearClassificationAssociationByFromGearClassification(int pageNumber,
int pageSize,
GearClassification fromGearClassification)
Does the same thing as findGearClassificationAssociationByFromGearClassification(fr.ifremer.allegro.referential.gear.GearClassification) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearClassificationAssociationByFromGearClassification(int transform,
int pageNumber,
int pageSize,
GearClassification fromGearClassification)
Does the same thing as findGearClassificationAssociationByFromGearClassification(int, fr.ifremer.allegro.referential.gear.GearClassification) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearClassificationAssociationByFromGearClassification(int transform,
java.lang.String queryString,
GearClassification fromGearClassification)
Does the same thing as findGearClassificationAssociationByFromGearClassification(int, fr.ifremer.allegro.referential.gear.GearClassification) with an
additional argument called queryString . |
java.util.Collection |
findGearClassificationAssociationByFromGearClassification(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
GearClassification fromGearClassification)
Does the same thing as findGearClassificationAssociationByFromGearClassification(int, String, fr.ifremer.allegro.referential.gear.GearClassification) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearClassificationAssociationByFromGearClassification(java.lang.String queryString,
GearClassification fromGearClassification)
Does the same thing as findGearClassificationAssociationByFromGearClassification(fr.ifremer.allegro.referential.gear.GearClassification) with an
additional argument called queryString . |
java.util.Collection |
findGearClassificationAssociationByFromGearClassification(java.lang.String queryString,
int pageNumber,
int pageSize,
GearClassification fromGearClassification)
Does the same thing as findGearClassificationAssociationByFromGearClassification(String, fr.ifremer.allegro.referential.gear.GearClassification) with an
additional two arguments called pageNumber and pageSize . |
GearClassificationAssociation |
findGearClassificationAssociationByIdentifiers(GearClassification toGearClassification,
GearClassification fromGearClassification)
|
java.lang.Object |
findGearClassificationAssociationByIdentifiers(int transform,
GearClassification toGearClassification,
GearClassification fromGearClassification)
Does the same thing as findGearClassificationAssociationByIdentifiers(fr.ifremer.allegro.referential.gear.GearClassification, fr.ifremer.allegro.referential.gear.GearClassification) with an
additional flag called transform . |
java.lang.Object |
findGearClassificationAssociationByIdentifiers(int transform,
java.lang.String queryString,
GearClassification toGearClassification,
GearClassification fromGearClassification)
Does the same thing as findGearClassificationAssociationByIdentifiers(int, fr.ifremer.allegro.referential.gear.GearClassification, fr.ifremer.allegro.referential.gear.GearClassification) with an
additional argument called queryString . |
GearClassificationAssociation |
findGearClassificationAssociationByIdentifiers(java.lang.String queryString,
GearClassification toGearClassification,
GearClassification fromGearClassification)
Does the same thing as findGearClassificationAssociationByIdentifiers(fr.ifremer.allegro.referential.gear.GearClassification, fr.ifremer.allegro.referential.gear.GearClassification) with an
additional argument called queryString . |
GearClassificationAssociation |
findGearClassificationAssociationByNaturalId(GearClassification toGearClassification,
GearClassification fromGearClassification)
|
java.lang.Object |
findGearClassificationAssociationByNaturalId(int transform,
GearClassification toGearClassification,
GearClassification fromGearClassification)
Does the same thing as findGearClassificationAssociationByNaturalId(fr.ifremer.allegro.referential.gear.GearClassification, fr.ifremer.allegro.referential.gear.GearClassification) with an
additional flag called transform . |
java.lang.Object |
findGearClassificationAssociationByNaturalId(int transform,
java.lang.String queryString,
GearClassification toGearClassification,
GearClassification fromGearClassification)
Does the same thing as findGearClassificationAssociationByNaturalId(int, fr.ifremer.allegro.referential.gear.GearClassification, fr.ifremer.allegro.referential.gear.GearClassification) with an
additional argument called queryString . |
GearClassificationAssociation |
findGearClassificationAssociationByNaturalId(java.lang.String queryString,
GearClassification toGearClassification,
GearClassification fromGearClassification)
Does the same thing as findGearClassificationAssociationByNaturalId(fr.ifremer.allegro.referential.gear.GearClassification, fr.ifremer.allegro.referential.gear.GearClassification) with an
additional argument called queryString . |
java.util.Collection |
findGearClassificationAssociationByToGearClassification(GearClassification toGearClassification)
|
java.util.Collection |
findGearClassificationAssociationByToGearClassification(int transform,
GearClassification toGearClassification)
Does the same thing as findGearClassificationAssociationByToGearClassification(fr.ifremer.allegro.referential.gear.GearClassification) with an
additional flag called transform . |
java.util.Collection |
findGearClassificationAssociationByToGearClassification(int pageNumber,
int pageSize,
GearClassification toGearClassification)
Does the same thing as findGearClassificationAssociationByToGearClassification(fr.ifremer.allegro.referential.gear.GearClassification) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearClassificationAssociationByToGearClassification(int transform,
int pageNumber,
int pageSize,
GearClassification toGearClassification)
Does the same thing as findGearClassificationAssociationByToGearClassification(int, fr.ifremer.allegro.referential.gear.GearClassification) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearClassificationAssociationByToGearClassification(int transform,
java.lang.String queryString,
GearClassification toGearClassification)
Does the same thing as findGearClassificationAssociationByToGearClassification(int, fr.ifremer.allegro.referential.gear.GearClassification) with an
additional argument called queryString . |
java.util.Collection |
findGearClassificationAssociationByToGearClassification(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
GearClassification toGearClassification)
Does the same thing as findGearClassificationAssociationByToGearClassification(int, String, fr.ifremer.allegro.referential.gear.GearClassification) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearClassificationAssociationByToGearClassification(java.lang.String queryString,
GearClassification toGearClassification)
Does the same thing as findGearClassificationAssociationByToGearClassification(fr.ifremer.allegro.referential.gear.GearClassification) with an
additional argument called queryString . |
java.util.Collection |
findGearClassificationAssociationByToGearClassification(java.lang.String queryString,
int pageNumber,
int pageSize,
GearClassification toGearClassification)
Does the same thing as findGearClassificationAssociationByToGearClassification(String, fr.ifremer.allegro.referential.gear.GearClassification) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllGearClassificationAssociation()
|
java.util.Collection |
getAllGearClassificationAssociation(int transform)
Does the same thing as getAllGearClassificationAssociation() with an
additional flag called transform . |
java.util.Collection |
getAllGearClassificationAssociation(int pageNumber,
int pageSize)
Does the same thing as getAllGearClassificationAssociation() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllGearClassificationAssociation(int transform,
int pageNumber,
int pageSize)
Does the same thing as getAllGearClassificationAssociation(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllGearClassificationAssociation(int transform,
java.lang.String queryString)
Does the same thing as getAllGearClassificationAssociation(int) with an
additional argument called queryString . |
java.util.Collection |
getAllGearClassificationAssociation(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as getAllGearClassificationAssociation(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllGearClassificationAssociation(java.lang.String queryString)
Does the same thing as getAllGearClassificationAssociation() with an
additional argument called queryString . |
java.util.Collection |
getAllGearClassificationAssociation(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as getAllGearClassificationAssociation(String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllGearClassificationAssociationSinceDateSynchro(int transform,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllGearClassificationAssociationSinceDateSynchro(int, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllGearClassificationAssociationSinceDateSynchro(int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllGearClassificationAssociationSinceDateSynchro(java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllGearClassificationAssociationSinceDateSynchro(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllGearClassificationAssociationSinceDateSynchro(int, String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllGearClassificationAssociationSinceDateSynchro(int transform,
java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as getAllGearClassificationAssociationSinceDateSynchro(int, java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllGearClassificationAssociationSinceDateSynchro(int transform,
java.sql.Timestamp updateDate)
Does the same thing as getAllGearClassificationAssociationSinceDateSynchro(java.sql.Timestamp) with an
additional flag called transform . |
java.util.Collection |
getAllGearClassificationAssociationSinceDateSynchro(java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllGearClassificationAssociationSinceDateSynchro(String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllGearClassificationAssociationSinceDateSynchro(java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as getAllGearClassificationAssociationSinceDateSynchro(java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllGearClassificationAssociationSinceDateSynchro(java.sql.Timestamp updateDate)
|
GearClassificationAssociation |
load(GearClassification fromGearClassification,
GearClassification toGearClassification)
Loads an instance of fr.ifremer.allegro.referential.gear.GearClassificationAssociation from the persistent store. |
java.lang.Object |
load(int transform,
GearClassification fromGearClassification,
GearClassification toGearClassification)
Does the same thing as load(fr.ifremer.allegro.referential.gear.GearClassification,fr.ifremer.allegro.referential.gear.GearClassification) with an
additional flag called transform . |
java.util.Collection |
loadAll()
Loads all entities of type GearClassificationAssociation . |
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 . |
GearClassificationAssociation |
remoteGearClassificationAssociationFullVOToEntity(RemoteGearClassificationAssociationFullVO remoteGearClassificationAssociationFullVO)
Converts an instance of type RemoteGearClassificationAssociationFullVO to this DAO's entity. |
void |
remoteGearClassificationAssociationFullVOToEntity(RemoteGearClassificationAssociationFullVO source,
GearClassificationAssociation target,
boolean copyIfNull)
Copies the fields of RemoteGearClassificationAssociationFullVO to the specified entity. |
void |
remoteGearClassificationAssociationFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteGearClassificationAssociationFullVO to this
DAO's entity. |
GearClassificationAssociation |
remoteGearClassificationAssociationNaturalIdToEntity(RemoteGearClassificationAssociationNaturalId remoteGearClassificationAssociationNaturalId)
Converts an instance of type RemoteGearClassificationAssociationNaturalId to this DAO's entity. |
void |
remoteGearClassificationAssociationNaturalIdToEntity(RemoteGearClassificationAssociationNaturalId source,
GearClassificationAssociation target,
boolean copyIfNull)
Copies the fields of RemoteGearClassificationAssociationNaturalId to the specified entity. |
void |
remoteGearClassificationAssociationNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteGearClassificationAssociationNaturalId to this
DAO's entity. |
void |
remove(java.util.Collection entities)
Removes all entities in the given entities |
void |
remove(GearClassificationAssociation gearClassificationAssociation)
Removes the instance of fr.ifremer.allegro.referential.gear.GearClassificationAssociation from the persistent store. |
void |
remove(GearClassification fromGearClassification,
GearClassification toGearClassification)
Removes the instance of fr.ifremer.allegro.referential.gear.GearClassificationAssociation 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. |
ClusterGearClassificationAssociation |
toClusterGearClassificationAssociation(GearClassificationAssociation entity)
Converts this DAO's entity to an object of type ClusterGearClassificationAssociation . |
void |
toClusterGearClassificationAssociation(GearClassificationAssociation source,
ClusterGearClassificationAssociation target)
Copies the fields of the specified entity to the target value object. |
ClusterGearClassificationAssociation[] |
toClusterGearClassificationAssociationArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterGearClassificationAssociation . |
void |
toClusterGearClassificationAssociationCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterGearClassificationAssociation . |
RemoteGearClassificationAssociationFullVO |
toRemoteGearClassificationAssociationFullVO(GearClassificationAssociation entity)
Converts this DAO's entity to an object of type RemoteGearClassificationAssociationFullVO . |
void |
toRemoteGearClassificationAssociationFullVO(GearClassificationAssociation source,
RemoteGearClassificationAssociationFullVO target)
Copies the fields of the specified entity to the target value object. |
RemoteGearClassificationAssociationFullVO[] |
toRemoteGearClassificationAssociationFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteGearClassificationAssociationFullVO . |
void |
toRemoteGearClassificationAssociationFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteGearClassificationAssociationFullVO . |
RemoteGearClassificationAssociationNaturalId |
toRemoteGearClassificationAssociationNaturalId(GearClassificationAssociation entity)
Converts this DAO's entity to an object of type RemoteGearClassificationAssociationNaturalId . |
void |
toRemoteGearClassificationAssociationNaturalId(GearClassificationAssociation source,
RemoteGearClassificationAssociationNaturalId target)
Copies the fields of the specified entity to the target value object. |
RemoteGearClassificationAssociationNaturalId[] |
toRemoteGearClassificationAssociationNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteGearClassificationAssociationNaturalId . |
void |
toRemoteGearClassificationAssociationNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteGearClassificationAssociationNaturalId . |
void |
update(java.util.Collection entities)
Updates all instances in the entities collection in the persistent store. |
void |
update(GearClassificationAssociation gearClassificationAssociation)
Updates the gearClassificationAssociation 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_REMOTEGEARCLASSIFICATIONASSOCIATIONFULLVO
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteGearClassificationAssociationFullVO
.
static final int TRANSFORM_REMOTEGEARCLASSIFICATIONASSOCIATIONNATURALID
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteGearClassificationAssociationNaturalId
.
static final int TRANSFORM_CLUSTERGEARCLASSIFICATIONASSOCIATION
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
ClusterGearClassificationAssociation
.
Method Detail |
---|
void toRemoteGearClassificationAssociationFullVO(GearClassificationAssociation source, RemoteGearClassificationAssociationFullVO target)
RemoteGearClassificationAssociationFullVO toRemoteGearClassificationAssociationFullVO(GearClassificationAssociation entity)
RemoteGearClassificationAssociationFullVO
.
void toRemoteGearClassificationAssociationFullVOCollection(java.util.Collection entities)
RemoteGearClassificationAssociationFullVO
.
RemoteGearClassificationAssociationFullVO[] toRemoteGearClassificationAssociationFullVOArray(java.util.Collection entities)
RemoteGearClassificationAssociationFullVO
.
void remoteGearClassificationAssociationFullVOToEntity(RemoteGearClassificationAssociationFullVO source, GearClassificationAssociation target, boolean copyIfNull)
RemoteGearClassificationAssociationFullVO
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.GearClassificationAssociation remoteGearClassificationAssociationFullVOToEntity(RemoteGearClassificationAssociationFullVO remoteGearClassificationAssociationFullVO)
RemoteGearClassificationAssociationFullVO
to this DAO's entity.
void remoteGearClassificationAssociationFullVOToEntityCollection(java.util.Collection instances)
RemoteGearClassificationAssociationFullVO
to this
DAO's entity.
void toRemoteGearClassificationAssociationNaturalId(GearClassificationAssociation source, RemoteGearClassificationAssociationNaturalId target)
RemoteGearClassificationAssociationNaturalId toRemoteGearClassificationAssociationNaturalId(GearClassificationAssociation entity)
RemoteGearClassificationAssociationNaturalId
.
void toRemoteGearClassificationAssociationNaturalIdCollection(java.util.Collection entities)
RemoteGearClassificationAssociationNaturalId
.
RemoteGearClassificationAssociationNaturalId[] toRemoteGearClassificationAssociationNaturalIdArray(java.util.Collection entities)
RemoteGearClassificationAssociationNaturalId
.
void remoteGearClassificationAssociationNaturalIdToEntity(RemoteGearClassificationAssociationNaturalId source, GearClassificationAssociation target, boolean copyIfNull)
RemoteGearClassificationAssociationNaturalId
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.GearClassificationAssociation remoteGearClassificationAssociationNaturalIdToEntity(RemoteGearClassificationAssociationNaturalId remoteGearClassificationAssociationNaturalId)
RemoteGearClassificationAssociationNaturalId
to this DAO's entity.
void remoteGearClassificationAssociationNaturalIdToEntityCollection(java.util.Collection instances)
RemoteGearClassificationAssociationNaturalId
to this
DAO's entity.
void toClusterGearClassificationAssociation(GearClassificationAssociation source, ClusterGearClassificationAssociation target)
ClusterGearClassificationAssociation toClusterGearClassificationAssociation(GearClassificationAssociation entity)
ClusterGearClassificationAssociation
.
void toClusterGearClassificationAssociationCollection(java.util.Collection entities)
ClusterGearClassificationAssociation
.
ClusterGearClassificationAssociation[] toClusterGearClassificationAssociationArray(java.util.Collection entities)
ClusterGearClassificationAssociation
.
void clusterGearClassificationAssociationToEntity(ClusterGearClassificationAssociation source, GearClassificationAssociation target, boolean copyIfNull)
ClusterGearClassificationAssociation
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.GearClassificationAssociation clusterGearClassificationAssociationToEntity(ClusterGearClassificationAssociation clusterGearClassificationAssociation)
ClusterGearClassificationAssociation
to this DAO's entity.
void clusterGearClassificationAssociationToEntityCollection(java.util.Collection instances)
ClusterGearClassificationAssociation
to this
DAO's entity.
GearClassificationAssociation load(GearClassification fromGearClassification, GearClassification toGearClassification)
java.lang.Object load(int transform, GearClassification fromGearClassification, GearClassification toGearClassification)
Does the same thing as load(fr.ifremer.allegro.referential.gear.GearClassification,fr.ifremer.allegro.referential.gear.GearClassification)
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.
fromGearClassification
- identifier of the entity to loadtoGearClassification
- identifier of the entity to load
java.util.Collection loadAll()
GearClassificationAssociation
.
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.
GearClassificationAssociation create(GearClassificationAssociation gearClassificationAssociation)
java.lang.Object create(int transform, GearClassificationAssociation gearClassificationAssociation)
Does the same thing as create(fr.ifremer.allegro.referential.gear.GearClassificationAssociation)
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.GearClassificationAssociation
instances to create.
java.util.Collection create(int transform, java.util.Collection entities)
Does the same thing as create(fr.ifremer.allegro.referential.gear.GearClassificationAssociation)
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.
GearClassificationAssociation create(java.sql.Timestamp updateDate, GearClassification fromGearClassification, GearClassification toGearClassification)
Creates a new fr.ifremer.allegro.referential.gear.GearClassificationAssociation
instance from all attributes and
properties and adds it to the persistent store.
java.lang.Object create(int transform, java.sql.Timestamp updateDate, GearClassification fromGearClassification, GearClassification toGearClassification)
Does the same thing as create(java.sql.Timestamp,fr.ifremer.allegro.referential.gear.GearClassification,fr.ifremer.allegro.referential.gear.GearClassification)
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.
GearClassificationAssociation create(GearClassification fromGearClassification, GearClassification toGearClassification)
Creates a new fr.ifremer.allegro.referential.gear.GearClassificationAssociation
instance from only required properties (attributes
and association ends) and adds it to the persistent store.
java.lang.Object create(int transform, GearClassification fromGearClassification, GearClassification toGearClassification)
Does the same thing as create(fr.ifremer.allegro.referential.gear.GearClassification,fr.ifremer.allegro.referential.gear.GearClassification)
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(GearClassificationAssociation gearClassificationAssociation)
gearClassificationAssociation
instance in the persistent store.
void update(java.util.Collection entities)
entities
collection in the persistent store.
void remove(GearClassificationAssociation gearClassificationAssociation)
void remove(GearClassification fromGearClassification, GearClassification toGearClassification)
identifiers
from the persistent store.
void remove(java.util.Collection entities)
entities collection.
java.util.Collection getAllGearClassificationAssociation()
java.util.Collection getAllGearClassificationAssociation(java.lang.String queryString)
Does the same thing as getAllGearClassificationAssociation()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllGearClassificationAssociation()
.
java.util.Collection getAllGearClassificationAssociation(int pageNumber, int pageSize)
Does the same thing as getAllGearClassificationAssociation()
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 getAllGearClassificationAssociation(java.lang.String queryString, int pageNumber, int pageSize)
Does the same thing as getAllGearClassificationAssociation(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 getAllGearClassificationAssociation(int transform)
Does the same thing as getAllGearClassificationAssociation()
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 getAllGearClassificationAssociation(int transform, int pageNumber, int pageSize)
Does the same thing as getAllGearClassificationAssociation(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 getAllGearClassificationAssociation(int transform, java.lang.String queryString)
Does the same thing as getAllGearClassificationAssociation(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllGearClassificationAssociation(int)
.
java.util.Collection getAllGearClassificationAssociation(int transform, java.lang.String queryString, int pageNumber, int pageSize)
Does the same thing as getAllGearClassificationAssociation(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 findGearClassificationAssociationByToGearClassification(GearClassification toGearClassification)
java.util.Collection findGearClassificationAssociationByToGearClassification(java.lang.String queryString, GearClassification toGearClassification)
Does the same thing as findGearClassificationAssociationByToGearClassification(fr.ifremer.allegro.referential.gear.GearClassification)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findGearClassificationAssociationByToGearClassification(fr.ifremer.allegro.referential.gear.GearClassification)
.
java.util.Collection findGearClassificationAssociationByToGearClassification(int pageNumber, int pageSize, GearClassification toGearClassification)
Does the same thing as findGearClassificationAssociationByToGearClassification(fr.ifremer.allegro.referential.gear.GearClassification)
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 findGearClassificationAssociationByToGearClassification(java.lang.String queryString, int pageNumber, int pageSize, GearClassification toGearClassification)
Does the same thing as findGearClassificationAssociationByToGearClassification(String, fr.ifremer.allegro.referential.gear.GearClassification)
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 findGearClassificationAssociationByToGearClassification(int transform, GearClassification toGearClassification)
Does the same thing as findGearClassificationAssociationByToGearClassification(fr.ifremer.allegro.referential.gear.GearClassification)
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 findGearClassificationAssociationByToGearClassification(int transform, int pageNumber, int pageSize, GearClassification toGearClassification)
Does the same thing as findGearClassificationAssociationByToGearClassification(int, fr.ifremer.allegro.referential.gear.GearClassification)
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 findGearClassificationAssociationByToGearClassification(int transform, java.lang.String queryString, GearClassification toGearClassification)
Does the same thing as findGearClassificationAssociationByToGearClassification(int, fr.ifremer.allegro.referential.gear.GearClassification)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findGearClassificationAssociationByToGearClassification(int, fr.ifremer.allegro.referential.gear.GearClassification toGearClassification)
.
java.util.Collection findGearClassificationAssociationByToGearClassification(int transform, java.lang.String queryString, int pageNumber, int pageSize, GearClassification toGearClassification)
Does the same thing as findGearClassificationAssociationByToGearClassification(int, String, fr.ifremer.allegro.referential.gear.GearClassification)
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 findGearClassificationAssociationByFromGearClassification(GearClassification fromGearClassification)
java.util.Collection findGearClassificationAssociationByFromGearClassification(java.lang.String queryString, GearClassification fromGearClassification)
Does the same thing as findGearClassificationAssociationByFromGearClassification(fr.ifremer.allegro.referential.gear.GearClassification)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findGearClassificationAssociationByFromGearClassification(fr.ifremer.allegro.referential.gear.GearClassification)
.
java.util.Collection findGearClassificationAssociationByFromGearClassification(int pageNumber, int pageSize, GearClassification fromGearClassification)
Does the same thing as findGearClassificationAssociationByFromGearClassification(fr.ifremer.allegro.referential.gear.GearClassification)
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 findGearClassificationAssociationByFromGearClassification(java.lang.String queryString, int pageNumber, int pageSize, GearClassification fromGearClassification)
Does the same thing as findGearClassificationAssociationByFromGearClassification(String, fr.ifremer.allegro.referential.gear.GearClassification)
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 findGearClassificationAssociationByFromGearClassification(int transform, GearClassification fromGearClassification)
Does the same thing as findGearClassificationAssociationByFromGearClassification(fr.ifremer.allegro.referential.gear.GearClassification)
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 findGearClassificationAssociationByFromGearClassification(int transform, int pageNumber, int pageSize, GearClassification fromGearClassification)
Does the same thing as findGearClassificationAssociationByFromGearClassification(int, fr.ifremer.allegro.referential.gear.GearClassification)
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 findGearClassificationAssociationByFromGearClassification(int transform, java.lang.String queryString, GearClassification fromGearClassification)
Does the same thing as findGearClassificationAssociationByFromGearClassification(int, fr.ifremer.allegro.referential.gear.GearClassification)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findGearClassificationAssociationByFromGearClassification(int, fr.ifremer.allegro.referential.gear.GearClassification fromGearClassification)
.
java.util.Collection findGearClassificationAssociationByFromGearClassification(int transform, java.lang.String queryString, int pageNumber, int pageSize, GearClassification fromGearClassification)
Does the same thing as findGearClassificationAssociationByFromGearClassification(int, String, fr.ifremer.allegro.referential.gear.GearClassification)
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.
GearClassificationAssociation findGearClassificationAssociationByIdentifiers(GearClassification toGearClassification, GearClassification fromGearClassification)
GearClassificationAssociation findGearClassificationAssociationByIdentifiers(java.lang.String queryString, GearClassification toGearClassification, GearClassification fromGearClassification)
Does the same thing as findGearClassificationAssociationByIdentifiers(fr.ifremer.allegro.referential.gear.GearClassification, fr.ifremer.allegro.referential.gear.GearClassification)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findGearClassificationAssociationByIdentifiers(fr.ifremer.allegro.referential.gear.GearClassification, fr.ifremer.allegro.referential.gear.GearClassification)
.
java.lang.Object findGearClassificationAssociationByIdentifiers(int transform, GearClassification toGearClassification, GearClassification fromGearClassification)
Does the same thing as findGearClassificationAssociationByIdentifiers(fr.ifremer.allegro.referential.gear.GearClassification, fr.ifremer.allegro.referential.gear.GearClassification)
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 findGearClassificationAssociationByIdentifiers(int transform, java.lang.String queryString, GearClassification toGearClassification, GearClassification fromGearClassification)
Does the same thing as findGearClassificationAssociationByIdentifiers(int, fr.ifremer.allegro.referential.gear.GearClassification, fr.ifremer.allegro.referential.gear.GearClassification)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findGearClassificationAssociationByIdentifiers(int, fr.ifremer.allegro.referential.gear.GearClassification toGearClassification, fr.ifremer.allegro.referential.gear.GearClassification fromGearClassification)
.
GearClassificationAssociation findGearClassificationAssociationByNaturalId(GearClassification toGearClassification, GearClassification fromGearClassification)
GearClassificationAssociation findGearClassificationAssociationByNaturalId(java.lang.String queryString, GearClassification toGearClassification, GearClassification fromGearClassification)
Does the same thing as findGearClassificationAssociationByNaturalId(fr.ifremer.allegro.referential.gear.GearClassification, fr.ifremer.allegro.referential.gear.GearClassification)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findGearClassificationAssociationByNaturalId(fr.ifremer.allegro.referential.gear.GearClassification, fr.ifremer.allegro.referential.gear.GearClassification)
.
java.lang.Object findGearClassificationAssociationByNaturalId(int transform, GearClassification toGearClassification, GearClassification fromGearClassification)
Does the same thing as findGearClassificationAssociationByNaturalId(fr.ifremer.allegro.referential.gear.GearClassification, fr.ifremer.allegro.referential.gear.GearClassification)
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 findGearClassificationAssociationByNaturalId(int transform, java.lang.String queryString, GearClassification toGearClassification, GearClassification fromGearClassification)
Does the same thing as findGearClassificationAssociationByNaturalId(int, fr.ifremer.allegro.referential.gear.GearClassification, fr.ifremer.allegro.referential.gear.GearClassification)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findGearClassificationAssociationByNaturalId(int, fr.ifremer.allegro.referential.gear.GearClassification toGearClassification, fr.ifremer.allegro.referential.gear.GearClassification fromGearClassification)
.
java.util.Collection getAllGearClassificationAssociationSinceDateSynchro(java.sql.Timestamp updateDate)
java.util.Collection getAllGearClassificationAssociationSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
Does the same thing as getAllGearClassificationAssociationSinceDateSynchro(java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllGearClassificationAssociationSinceDateSynchro(java.sql.Timestamp)
.
java.util.Collection getAllGearClassificationAssociationSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as getAllGearClassificationAssociationSinceDateSynchro(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 getAllGearClassificationAssociationSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as getAllGearClassificationAssociationSinceDateSynchro(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 getAllGearClassificationAssociationSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
Does the same thing as getAllGearClassificationAssociationSinceDateSynchro(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 getAllGearClassificationAssociationSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as getAllGearClassificationAssociationSinceDateSynchro(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 getAllGearClassificationAssociationSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
Does the same thing as getAllGearClassificationAssociationSinceDateSynchro(int, java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllGearClassificationAssociationSinceDateSynchro(int, java.sql.Timestamp updateDate)
.
java.util.Collection getAllGearClassificationAssociationSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as getAllGearClassificationAssociationSinceDateSynchro(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.
GearClassificationAssociation createFromClusterGearClassificationAssociation(ClusterGearClassificationAssociation clusterGearClassificationAssociation)
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 |