|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LocationAssociationDao
LocationAssociation
Field Summary | |
---|---|
static int |
TRANSFORM_CLUSTERLOCATIONASSOCIATION
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_REMOTELOCATIONASSOCIATIONFULLVO
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_REMOTELOCATIONASSOCIATIONNATURALID
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 | |
---|---|
LocationAssociation |
clusterLocationAssociationToEntity(ClusterLocationAssociation clusterLocationAssociation)
Converts an instance of type ClusterLocationAssociation to this DAO's entity. |
void |
clusterLocationAssociationToEntity(ClusterLocationAssociation source,
LocationAssociation target,
boolean copyIfNull)
Copies the fields of ClusterLocationAssociation to the specified entity. |
void |
clusterLocationAssociationToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterLocationAssociation to this
DAO's entity. |
java.util.Collection |
create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.referential.location.LocationAssociation and adds from the passed in entities collection |
LocationAssociation |
create(java.lang.Float childSurfaceRatio,
java.sql.Timestamp updateDate,
Location childLocation,
Location parentLocation)
Creates a new fr.ifremer.allegro.referential.location.LocationAssociation
instance from all attributes and
properties 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.location.LocationAssociation) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.lang.Float childSurfaceRatio,
java.sql.Timestamp updateDate,
Location childLocation,
Location parentLocation)
Does the same thing as create(java.lang.Float,java.sql.Timestamp,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.referential.location.Location) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
LocationAssociation locationAssociation)
Does the same thing as create(fr.ifremer.allegro.referential.location.LocationAssociation) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
Location childLocation,
java.lang.Float childSurfaceRatio,
Location parentLocation)
Does the same thing as create(fr.ifremer.allegro.referential.location.Location,java.lang.Float,fr.ifremer.allegro.referential.location.Location) with an
additional flag called transform . |
LocationAssociation |
create(LocationAssociation locationAssociation)
Creates an instance of fr.ifremer.allegro.referential.location.LocationAssociation and adds it to the persistent store. |
LocationAssociation |
create(Location childLocation,
java.lang.Float childSurfaceRatio,
Location parentLocation)
Creates a new fr.ifremer.allegro.referential.location.LocationAssociation
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
LocationAssociation |
createFromClusterLocationAssociation(ClusterLocationAssociation clusterLocationAssociation)
|
java.util.Collection |
findLocationAssociationByChildLocation(int transform,
int pageNumber,
int pageSize,
Location childLocation)
Does the same thing as findLocationAssociationByChildLocation(int, fr.ifremer.allegro.referential.location.Location) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findLocationAssociationByChildLocation(int pageNumber,
int pageSize,
Location childLocation)
Does the same thing as findLocationAssociationByChildLocation(fr.ifremer.allegro.referential.location.Location) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findLocationAssociationByChildLocation(int transform,
Location childLocation)
Does the same thing as findLocationAssociationByChildLocation(fr.ifremer.allegro.referential.location.Location) with an
additional flag called transform . |
java.util.Collection |
findLocationAssociationByChildLocation(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Location childLocation)
Does the same thing as findLocationAssociationByChildLocation(int, String, fr.ifremer.allegro.referential.location.Location) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findLocationAssociationByChildLocation(int transform,
java.lang.String queryString,
Location childLocation)
Does the same thing as findLocationAssociationByChildLocation(int, fr.ifremer.allegro.referential.location.Location) with an
additional argument called queryString . |
java.util.Collection |
findLocationAssociationByChildLocation(Location childLocation)
|
java.util.Collection |
findLocationAssociationByChildLocation(java.lang.String queryString,
int pageNumber,
int pageSize,
Location childLocation)
Does the same thing as findLocationAssociationByChildLocation(String, fr.ifremer.allegro.referential.location.Location) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findLocationAssociationByChildLocation(java.lang.String queryString,
Location childLocation)
Does the same thing as findLocationAssociationByChildLocation(fr.ifremer.allegro.referential.location.Location) with an
additional argument called queryString . |
java.lang.Object |
findLocationAssociationByIdentifiers(int transform,
Location parentLocation,
Location childLocation)
Does the same thing as findLocationAssociationByIdentifiers(fr.ifremer.allegro.referential.location.Location, fr.ifremer.allegro.referential.location.Location) with an
additional flag called transform . |
java.lang.Object |
findLocationAssociationByIdentifiers(int transform,
java.lang.String queryString,
Location parentLocation,
Location childLocation)
Does the same thing as findLocationAssociationByIdentifiers(int, fr.ifremer.allegro.referential.location.Location, fr.ifremer.allegro.referential.location.Location) with an
additional argument called queryString . |
LocationAssociation |
findLocationAssociationByIdentifiers(Location parentLocation,
Location childLocation)
|
LocationAssociation |
findLocationAssociationByIdentifiers(java.lang.String queryString,
Location parentLocation,
Location childLocation)
Does the same thing as findLocationAssociationByIdentifiers(fr.ifremer.allegro.referential.location.Location, fr.ifremer.allegro.referential.location.Location) with an
additional argument called queryString . |
java.lang.Object |
findLocationAssociationByNaturalId(int transform,
Location parentLocation,
Location childLocation)
Does the same thing as findLocationAssociationByNaturalId(fr.ifremer.allegro.referential.location.Location, fr.ifremer.allegro.referential.location.Location) with an
additional flag called transform . |
java.lang.Object |
findLocationAssociationByNaturalId(int transform,
java.lang.String queryString,
Location parentLocation,
Location childLocation)
Does the same thing as findLocationAssociationByNaturalId(int, fr.ifremer.allegro.referential.location.Location, fr.ifremer.allegro.referential.location.Location) with an
additional argument called queryString . |
LocationAssociation |
findLocationAssociationByNaturalId(Location parentLocation,
Location childLocation)
|
LocationAssociation |
findLocationAssociationByNaturalId(java.lang.String queryString,
Location parentLocation,
Location childLocation)
Does the same thing as findLocationAssociationByNaturalId(fr.ifremer.allegro.referential.location.Location, fr.ifremer.allegro.referential.location.Location) with an
additional argument called queryString . |
java.util.Collection |
findLocationAssociationByParentLocation(int transform,
int pageNumber,
int pageSize,
Location parentLocation)
Does the same thing as findLocationAssociationByParentLocation(int, fr.ifremer.allegro.referential.location.Location) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findLocationAssociationByParentLocation(int pageNumber,
int pageSize,
Location parentLocation)
Does the same thing as findLocationAssociationByParentLocation(fr.ifremer.allegro.referential.location.Location) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findLocationAssociationByParentLocation(int transform,
Location parentLocation)
Does the same thing as findLocationAssociationByParentLocation(fr.ifremer.allegro.referential.location.Location) with an
additional flag called transform . |
java.util.Collection |
findLocationAssociationByParentLocation(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Location parentLocation)
Does the same thing as findLocationAssociationByParentLocation(int, String, fr.ifremer.allegro.referential.location.Location) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findLocationAssociationByParentLocation(int transform,
java.lang.String queryString,
Location parentLocation)
Does the same thing as findLocationAssociationByParentLocation(int, fr.ifremer.allegro.referential.location.Location) with an
additional argument called queryString . |
java.util.Collection |
findLocationAssociationByParentLocation(Location parentLocation)
|
java.util.Collection |
findLocationAssociationByParentLocation(java.lang.String queryString,
int pageNumber,
int pageSize,
Location parentLocation)
Does the same thing as findLocationAssociationByParentLocation(String, fr.ifremer.allegro.referential.location.Location) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findLocationAssociationByParentLocation(java.lang.String queryString,
Location parentLocation)
Does the same thing as findLocationAssociationByParentLocation(fr.ifremer.allegro.referential.location.Location) with an
additional argument called queryString . |
ClusterLocationAssociation[] |
getAllClusterLocationAssociationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
java.util.Collection |
getAllLocationAssociation()
|
java.util.Collection |
getAllLocationAssociation(int transform)
Does the same thing as getAllLocationAssociation() with an
additional flag called transform . |
java.util.Collection |
getAllLocationAssociation(int pageNumber,
int pageSize)
Does the same thing as getAllLocationAssociation() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllLocationAssociation(int transform,
int pageNumber,
int pageSize)
Does the same thing as getAllLocationAssociation(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllLocationAssociation(int transform,
java.lang.String queryString)
Does the same thing as getAllLocationAssociation(int) with an
additional argument called queryString . |
java.util.Collection |
getAllLocationAssociation(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as getAllLocationAssociation(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllLocationAssociation(java.lang.String queryString)
Does the same thing as getAllLocationAssociation() with an
additional argument called queryString . |
java.util.Collection |
getAllLocationAssociation(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as getAllLocationAssociation(String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllLocationAssociationSinceDateSynchro(int transform,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllLocationAssociationSinceDateSynchro(int, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllLocationAssociationSinceDateSynchro(int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllLocationAssociationSinceDateSynchro(java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllLocationAssociationSinceDateSynchro(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllLocationAssociationSinceDateSynchro(int, String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllLocationAssociationSinceDateSynchro(int transform,
java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as getAllLocationAssociationSinceDateSynchro(int, java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllLocationAssociationSinceDateSynchro(int transform,
java.sql.Timestamp updateDate)
Does the same thing as getAllLocationAssociationSinceDateSynchro(java.sql.Timestamp) with an
additional flag called transform . |
java.util.Collection |
getAllLocationAssociationSinceDateSynchro(java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllLocationAssociationSinceDateSynchro(String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllLocationAssociationSinceDateSynchro(java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as getAllLocationAssociationSinceDateSynchro(java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllLocationAssociationSinceDateSynchro(java.sql.Timestamp updateDate)
|
java.lang.Object |
load(int transform,
Location childLocation,
Location parentLocation)
Does the same thing as load(fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.referential.location.Location) with an
additional flag called transform . |
LocationAssociation |
load(Location childLocation,
Location parentLocation)
Loads an instance of fr.ifremer.allegro.referential.location.LocationAssociation from the persistent store. |
java.util.Collection |
loadAll()
Loads all entities of type LocationAssociation . |
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 . |
LocationAssociation |
remoteLocationAssociationFullVOToEntity(RemoteLocationAssociationFullVO remoteLocationAssociationFullVO)
Converts an instance of type RemoteLocationAssociationFullVO to this DAO's entity. |
void |
remoteLocationAssociationFullVOToEntity(RemoteLocationAssociationFullVO source,
LocationAssociation target,
boolean copyIfNull)
Copies the fields of RemoteLocationAssociationFullVO to the specified entity. |
void |
remoteLocationAssociationFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteLocationAssociationFullVO to this
DAO's entity. |
LocationAssociation |
remoteLocationAssociationNaturalIdToEntity(RemoteLocationAssociationNaturalId remoteLocationAssociationNaturalId)
Converts an instance of type RemoteLocationAssociationNaturalId to this DAO's entity. |
void |
remoteLocationAssociationNaturalIdToEntity(RemoteLocationAssociationNaturalId source,
LocationAssociation target,
boolean copyIfNull)
Copies the fields of RemoteLocationAssociationNaturalId to the specified entity. |
void |
remoteLocationAssociationNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteLocationAssociationNaturalId to this
DAO's entity. |
void |
remove(java.util.Collection entities)
Removes all entities in the given entities |
void |
remove(LocationAssociation locationAssociation)
Removes the instance of fr.ifremer.allegro.referential.location.LocationAssociation from the persistent store. |
void |
remove(Location childLocation,
Location parentLocation)
Removes the instance of fr.ifremer.allegro.referential.location.LocationAssociation 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. |
ClusterLocationAssociation |
toClusterLocationAssociation(LocationAssociation entity)
Converts this DAO's entity to an object of type ClusterLocationAssociation . |
void |
toClusterLocationAssociation(LocationAssociation source,
ClusterLocationAssociation target)
Copies the fields of the specified entity to the target value object. |
ClusterLocationAssociation[] |
toClusterLocationAssociationArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterLocationAssociation . |
void |
toClusterLocationAssociationCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterLocationAssociation . |
RemoteLocationAssociationFullVO |
toRemoteLocationAssociationFullVO(LocationAssociation entity)
Converts this DAO's entity to an object of type RemoteLocationAssociationFullVO . |
void |
toRemoteLocationAssociationFullVO(LocationAssociation source,
RemoteLocationAssociationFullVO target)
Copies the fields of the specified entity to the target value object. |
RemoteLocationAssociationFullVO[] |
toRemoteLocationAssociationFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteLocationAssociationFullVO . |
void |
toRemoteLocationAssociationFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteLocationAssociationFullVO . |
RemoteLocationAssociationNaturalId |
toRemoteLocationAssociationNaturalId(LocationAssociation entity)
Converts this DAO's entity to an object of type RemoteLocationAssociationNaturalId . |
void |
toRemoteLocationAssociationNaturalId(LocationAssociation source,
RemoteLocationAssociationNaturalId target)
Copies the fields of the specified entity to the target value object. |
RemoteLocationAssociationNaturalId[] |
toRemoteLocationAssociationNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteLocationAssociationNaturalId . |
void |
toRemoteLocationAssociationNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteLocationAssociationNaturalId . |
void |
update(java.util.Collection entities)
Updates all instances in the entities collection in the persistent store. |
void |
update(LocationAssociation locationAssociation)
Updates the locationAssociation 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_REMOTELOCATIONASSOCIATIONFULLVO
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteLocationAssociationFullVO
.
static final int TRANSFORM_REMOTELOCATIONASSOCIATIONNATURALID
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteLocationAssociationNaturalId
.
static final int TRANSFORM_CLUSTERLOCATIONASSOCIATION
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
ClusterLocationAssociation
.
Method Detail |
---|
void toRemoteLocationAssociationFullVO(LocationAssociation source, RemoteLocationAssociationFullVO target)
RemoteLocationAssociationFullVO toRemoteLocationAssociationFullVO(LocationAssociation entity)
RemoteLocationAssociationFullVO
.
void toRemoteLocationAssociationFullVOCollection(java.util.Collection entities)
RemoteLocationAssociationFullVO
.
RemoteLocationAssociationFullVO[] toRemoteLocationAssociationFullVOArray(java.util.Collection entities)
RemoteLocationAssociationFullVO
.
void remoteLocationAssociationFullVOToEntity(RemoteLocationAssociationFullVO source, LocationAssociation target, boolean copyIfNull)
RemoteLocationAssociationFullVO
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.LocationAssociation remoteLocationAssociationFullVOToEntity(RemoteLocationAssociationFullVO remoteLocationAssociationFullVO)
RemoteLocationAssociationFullVO
to this DAO's entity.
void remoteLocationAssociationFullVOToEntityCollection(java.util.Collection instances)
RemoteLocationAssociationFullVO
to this
DAO's entity.
void toRemoteLocationAssociationNaturalId(LocationAssociation source, RemoteLocationAssociationNaturalId target)
RemoteLocationAssociationNaturalId toRemoteLocationAssociationNaturalId(LocationAssociation entity)
RemoteLocationAssociationNaturalId
.
void toRemoteLocationAssociationNaturalIdCollection(java.util.Collection entities)
RemoteLocationAssociationNaturalId
.
RemoteLocationAssociationNaturalId[] toRemoteLocationAssociationNaturalIdArray(java.util.Collection entities)
RemoteLocationAssociationNaturalId
.
void remoteLocationAssociationNaturalIdToEntity(RemoteLocationAssociationNaturalId source, LocationAssociation target, boolean copyIfNull)
RemoteLocationAssociationNaturalId
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.LocationAssociation remoteLocationAssociationNaturalIdToEntity(RemoteLocationAssociationNaturalId remoteLocationAssociationNaturalId)
RemoteLocationAssociationNaturalId
to this DAO's entity.
void remoteLocationAssociationNaturalIdToEntityCollection(java.util.Collection instances)
RemoteLocationAssociationNaturalId
to this
DAO's entity.
void toClusterLocationAssociation(LocationAssociation source, ClusterLocationAssociation target)
ClusterLocationAssociation toClusterLocationAssociation(LocationAssociation entity)
ClusterLocationAssociation
.
void toClusterLocationAssociationCollection(java.util.Collection entities)
ClusterLocationAssociation
.
ClusterLocationAssociation[] toClusterLocationAssociationArray(java.util.Collection entities)
ClusterLocationAssociation
.
void clusterLocationAssociationToEntity(ClusterLocationAssociation source, LocationAssociation target, boolean copyIfNull)
ClusterLocationAssociation
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.LocationAssociation clusterLocationAssociationToEntity(ClusterLocationAssociation clusterLocationAssociation)
ClusterLocationAssociation
to this DAO's entity.
void clusterLocationAssociationToEntityCollection(java.util.Collection instances)
ClusterLocationAssociation
to this
DAO's entity.
LocationAssociation load(Location childLocation, Location parentLocation)
java.lang.Object load(int transform, Location childLocation, Location parentLocation)
Does the same thing as load(fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.referential.location.Location)
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.
childLocation
- identifier of the entity to loadparentLocation
- identifier of the entity to load
java.util.Collection loadAll()
LocationAssociation
.
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.
LocationAssociation create(LocationAssociation locationAssociation)
java.lang.Object create(int transform, LocationAssociation locationAssociation)
Does the same thing as create(fr.ifremer.allegro.referential.location.LocationAssociation)
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.location.LocationAssociation
instances to create.
java.util.Collection create(int transform, java.util.Collection entities)
Does the same thing as create(fr.ifremer.allegro.referential.location.LocationAssociation)
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.
LocationAssociation create(java.lang.Float childSurfaceRatio, java.sql.Timestamp updateDate, Location childLocation, Location parentLocation)
Creates a new fr.ifremer.allegro.referential.location.LocationAssociation
instance from all attributes and
properties and adds it to the persistent store.
java.lang.Object create(int transform, java.lang.Float childSurfaceRatio, java.sql.Timestamp updateDate, Location childLocation, Location parentLocation)
Does the same thing as create(java.lang.Float,java.sql.Timestamp,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.referential.location.Location)
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.
LocationAssociation create(Location childLocation, java.lang.Float childSurfaceRatio, Location parentLocation)
Creates a new fr.ifremer.allegro.referential.location.LocationAssociation
instance from only required properties (attributes
and association ends) and adds it to the persistent store.
java.lang.Object create(int transform, Location childLocation, java.lang.Float childSurfaceRatio, Location parentLocation)
Does the same thing as create(fr.ifremer.allegro.referential.location.Location,java.lang.Float,fr.ifremer.allegro.referential.location.Location)
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(LocationAssociation locationAssociation)
locationAssociation
instance in the persistent store.
void update(java.util.Collection entities)
entities
collection in the persistent store.
void remove(LocationAssociation locationAssociation)
void remove(Location childLocation, Location parentLocation)
identifiers
from the persistent store.
void remove(java.util.Collection entities)
entities collection.
java.util.Collection getAllLocationAssociation()
java.util.Collection getAllLocationAssociation(java.lang.String queryString)
Does the same thing as getAllLocationAssociation()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllLocationAssociation()
.
java.util.Collection getAllLocationAssociation(int pageNumber, int pageSize)
Does the same thing as getAllLocationAssociation()
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 getAllLocationAssociation(java.lang.String queryString, int pageNumber, int pageSize)
Does the same thing as getAllLocationAssociation(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 getAllLocationAssociation(int transform)
Does the same thing as getAllLocationAssociation()
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 getAllLocationAssociation(int transform, int pageNumber, int pageSize)
Does the same thing as getAllLocationAssociation(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 getAllLocationAssociation(int transform, java.lang.String queryString)
Does the same thing as getAllLocationAssociation(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllLocationAssociation(int)
.
java.util.Collection getAllLocationAssociation(int transform, java.lang.String queryString, int pageNumber, int pageSize)
Does the same thing as getAllLocationAssociation(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 findLocationAssociationByParentLocation(Location parentLocation)
java.util.Collection findLocationAssociationByParentLocation(java.lang.String queryString, Location parentLocation)
Does the same thing as findLocationAssociationByParentLocation(fr.ifremer.allegro.referential.location.Location)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findLocationAssociationByParentLocation(fr.ifremer.allegro.referential.location.Location)
.
java.util.Collection findLocationAssociationByParentLocation(int pageNumber, int pageSize, Location parentLocation)
Does the same thing as findLocationAssociationByParentLocation(fr.ifremer.allegro.referential.location.Location)
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 findLocationAssociationByParentLocation(java.lang.String queryString, int pageNumber, int pageSize, Location parentLocation)
Does the same thing as findLocationAssociationByParentLocation(String, fr.ifremer.allegro.referential.location.Location)
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 findLocationAssociationByParentLocation(int transform, Location parentLocation)
Does the same thing as findLocationAssociationByParentLocation(fr.ifremer.allegro.referential.location.Location)
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 findLocationAssociationByParentLocation(int transform, int pageNumber, int pageSize, Location parentLocation)
Does the same thing as findLocationAssociationByParentLocation(int, fr.ifremer.allegro.referential.location.Location)
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 findLocationAssociationByParentLocation(int transform, java.lang.String queryString, Location parentLocation)
Does the same thing as findLocationAssociationByParentLocation(int, fr.ifremer.allegro.referential.location.Location)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findLocationAssociationByParentLocation(int, fr.ifremer.allegro.referential.location.Location parentLocation)
.
java.util.Collection findLocationAssociationByParentLocation(int transform, java.lang.String queryString, int pageNumber, int pageSize, Location parentLocation)
Does the same thing as findLocationAssociationByParentLocation(int, String, fr.ifremer.allegro.referential.location.Location)
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 findLocationAssociationByChildLocation(Location childLocation)
java.util.Collection findLocationAssociationByChildLocation(java.lang.String queryString, Location childLocation)
Does the same thing as findLocationAssociationByChildLocation(fr.ifremer.allegro.referential.location.Location)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findLocationAssociationByChildLocation(fr.ifremer.allegro.referential.location.Location)
.
java.util.Collection findLocationAssociationByChildLocation(int pageNumber, int pageSize, Location childLocation)
Does the same thing as findLocationAssociationByChildLocation(fr.ifremer.allegro.referential.location.Location)
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 findLocationAssociationByChildLocation(java.lang.String queryString, int pageNumber, int pageSize, Location childLocation)
Does the same thing as findLocationAssociationByChildLocation(String, fr.ifremer.allegro.referential.location.Location)
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 findLocationAssociationByChildLocation(int transform, Location childLocation)
Does the same thing as findLocationAssociationByChildLocation(fr.ifremer.allegro.referential.location.Location)
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 findLocationAssociationByChildLocation(int transform, int pageNumber, int pageSize, Location childLocation)
Does the same thing as findLocationAssociationByChildLocation(int, fr.ifremer.allegro.referential.location.Location)
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 findLocationAssociationByChildLocation(int transform, java.lang.String queryString, Location childLocation)
Does the same thing as findLocationAssociationByChildLocation(int, fr.ifremer.allegro.referential.location.Location)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findLocationAssociationByChildLocation(int, fr.ifremer.allegro.referential.location.Location childLocation)
.
java.util.Collection findLocationAssociationByChildLocation(int transform, java.lang.String queryString, int pageNumber, int pageSize, Location childLocation)
Does the same thing as findLocationAssociationByChildLocation(int, String, fr.ifremer.allegro.referential.location.Location)
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.
LocationAssociation findLocationAssociationByIdentifiers(Location parentLocation, Location childLocation)
LocationAssociation findLocationAssociationByIdentifiers(java.lang.String queryString, Location parentLocation, Location childLocation)
Does the same thing as findLocationAssociationByIdentifiers(fr.ifremer.allegro.referential.location.Location, fr.ifremer.allegro.referential.location.Location)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findLocationAssociationByIdentifiers(fr.ifremer.allegro.referential.location.Location, fr.ifremer.allegro.referential.location.Location)
.
java.lang.Object findLocationAssociationByIdentifiers(int transform, Location parentLocation, Location childLocation)
Does the same thing as findLocationAssociationByIdentifiers(fr.ifremer.allegro.referential.location.Location, fr.ifremer.allegro.referential.location.Location)
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 findLocationAssociationByIdentifiers(int transform, java.lang.String queryString, Location parentLocation, Location childLocation)
Does the same thing as findLocationAssociationByIdentifiers(int, fr.ifremer.allegro.referential.location.Location, fr.ifremer.allegro.referential.location.Location)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findLocationAssociationByIdentifiers(int, fr.ifremer.allegro.referential.location.Location parentLocation, fr.ifremer.allegro.referential.location.Location childLocation)
.
LocationAssociation findLocationAssociationByNaturalId(Location parentLocation, Location childLocation)
LocationAssociation findLocationAssociationByNaturalId(java.lang.String queryString, Location parentLocation, Location childLocation)
Does the same thing as findLocationAssociationByNaturalId(fr.ifremer.allegro.referential.location.Location, fr.ifremer.allegro.referential.location.Location)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findLocationAssociationByNaturalId(fr.ifremer.allegro.referential.location.Location, fr.ifremer.allegro.referential.location.Location)
.
java.lang.Object findLocationAssociationByNaturalId(int transform, Location parentLocation, Location childLocation)
Does the same thing as findLocationAssociationByNaturalId(fr.ifremer.allegro.referential.location.Location, fr.ifremer.allegro.referential.location.Location)
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 findLocationAssociationByNaturalId(int transform, java.lang.String queryString, Location parentLocation, Location childLocation)
Does the same thing as findLocationAssociationByNaturalId(int, fr.ifremer.allegro.referential.location.Location, fr.ifremer.allegro.referential.location.Location)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findLocationAssociationByNaturalId(int, fr.ifremer.allegro.referential.location.Location parentLocation, fr.ifremer.allegro.referential.location.Location childLocation)
.
java.util.Collection getAllLocationAssociationSinceDateSynchro(java.sql.Timestamp updateDate)
java.util.Collection getAllLocationAssociationSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
Does the same thing as getAllLocationAssociationSinceDateSynchro(java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllLocationAssociationSinceDateSynchro(java.sql.Timestamp)
.
java.util.Collection getAllLocationAssociationSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as getAllLocationAssociationSinceDateSynchro(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 getAllLocationAssociationSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as getAllLocationAssociationSinceDateSynchro(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 getAllLocationAssociationSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
Does the same thing as getAllLocationAssociationSinceDateSynchro(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 getAllLocationAssociationSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as getAllLocationAssociationSinceDateSynchro(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 getAllLocationAssociationSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
Does the same thing as getAllLocationAssociationSinceDateSynchro(int, java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllLocationAssociationSinceDateSynchro(int, java.sql.Timestamp updateDate)
.
java.util.Collection getAllLocationAssociationSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as getAllLocationAssociationSinceDateSynchro(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.
LocationAssociation createFromClusterLocationAssociation(ClusterLocationAssociation clusterLocationAssociation)
ClusterLocationAssociation[] getAllClusterLocationAssociationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
PaginationResult search(int transform, int pageNumber, int pageSize, Search search)
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
transform
- the transformation flag.pageNumber
- the page number in the data to retrievepageSize
- the size of the page to retrieve.search
- the search object which provides the search parameters and pagination specification.
PaginationResult
instance.PaginationResult search(int pageNumber, int pageSize, Search search)
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
pageNumber
- the page number in the data to retrievepageSize
- the size of the page to retrieve.search
- the search object which provides the search parameters and pagination specification.
PaginationResult
instance.java.util.Set search(int transform, Search search)
search(fr.ifremer.allegro.Search)
but with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
java.util.Set search(Search search)
search
object.
search
- the search object which provides the search parameters and pagination specification.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |