|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.orm.hibernate3.support.HibernateDaoSupport
fr.ifremer.allegro.referential.NearbySpecificAreaDaoBase
public abstract class NearbySpecificAreaDaoBase
Base Spring DAO Class: is able to create, update, remove, load, and find
objects of type fr.ifremer.allegro.referential.NearbySpecificArea
.
NearbySpecificArea
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.referential.NearbySpecificAreaDao |
---|
TRANSFORM_CLUSTERNEARBYSPECIFICAREA, TRANSFORM_NONE, TRANSFORM_REMOTENEARBYSPECIFICAREAFULLVO, TRANSFORM_REMOTENEARBYSPECIFICAREANATURALID |
Constructor Summary | |
---|---|
NearbySpecificAreaDaoBase()
|
Method Summary | |
---|---|
void |
clusterNearbySpecificAreaToEntity(ClusterNearbySpecificArea source,
NearbySpecificArea target,
boolean copyIfNull)
Copies the fields of ClusterNearbySpecificArea to the specified entity. |
void |
clusterNearbySpecificAreaToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterNearbySpecificArea to this
DAO's entity. |
java.util.Collection |
create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.referential.NearbySpecificArea and adds from the passed in entities collection |
java.util.Collection |
create(int transform,
java.util.Collection entities)
Does the same thing as NearbySpecificAreaDao.create(fr.ifremer.allegro.referential.NearbySpecificArea) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
NearbySpecificArea nearbySpecificArea)
Does the same thing as NearbySpecificAreaDao.create(fr.ifremer.allegro.referential.NearbySpecificArea) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.lang.String description,
java.lang.String name,
Status status)
Does the same thing as NearbySpecificAreaDao.create(java.lang.String,java.lang.String,fr.ifremer.allegro.referential.Status) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.lang.String name,
java.lang.String description,
java.sql.Timestamp updateDate,
Status status)
Does the same thing as NearbySpecificAreaDao.create(java.lang.String,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.Status) with an
additional flag called transform . |
NearbySpecificArea |
create(NearbySpecificArea nearbySpecificArea)
Creates an instance of fr.ifremer.allegro.referential.NearbySpecificArea and adds it to the persistent store. |
NearbySpecificArea |
create(java.lang.String description,
java.lang.String name,
Status status)
Creates a new fr.ifremer.allegro.referential.NearbySpecificArea
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
NearbySpecificArea |
create(java.lang.String name,
java.lang.String description,
java.sql.Timestamp updateDate,
Status status)
Creates a new fr.ifremer.allegro.referential.NearbySpecificArea
instance from all attributes and
properties and adds it to the persistent store. |
NearbySpecificArea |
createFromClusterNearbySpecificArea(ClusterNearbySpecificArea clusterNearbySpecificArea)
|
NearbySpecificArea |
findNearbySpecificAreaById(java.lang.Integer id)
|
java.lang.Object |
findNearbySpecificAreaById(int transform,
java.lang.Integer id)
Does the same thing as NearbySpecificAreaDao.findNearbySpecificAreaById(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findNearbySpecificAreaById(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as NearbySpecificAreaDao.findNearbySpecificAreaById(int, java.lang.Integer) with an
additional argument called queryString . |
NearbySpecificArea |
findNearbySpecificAreaById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as NearbySpecificAreaDao.findNearbySpecificAreaById(java.lang.Integer) with an
additional argument called queryString . |
NearbySpecificArea |
findNearbySpecificAreaByNaturalId(java.lang.Integer id)
|
java.lang.Object |
findNearbySpecificAreaByNaturalId(int transform,
java.lang.Integer id)
Does the same thing as NearbySpecificAreaDao.findNearbySpecificAreaByNaturalId(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findNearbySpecificAreaByNaturalId(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as NearbySpecificAreaDao.findNearbySpecificAreaByNaturalId(int, java.lang.Integer) with an
additional argument called queryString . |
NearbySpecificArea |
findNearbySpecificAreaByNaturalId(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as NearbySpecificAreaDao.findNearbySpecificAreaByNaturalId(java.lang.Integer) with an
additional argument called queryString . |
java.util.Collection |
findNearbySpecificAreaByStatus(int transform,
int pageNumber,
int pageSize,
Status status)
Does the same thing as NearbySpecificAreaDao.findNearbySpecificAreaByStatus(int, fr.ifremer.allegro.referential.Status) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findNearbySpecificAreaByStatus(int pageNumber,
int pageSize,
Status status)
Does the same thing as NearbySpecificAreaDao.findNearbySpecificAreaByStatus(fr.ifremer.allegro.referential.Status) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findNearbySpecificAreaByStatus(int transform,
Status status)
Does the same thing as NearbySpecificAreaDao.findNearbySpecificAreaByStatus(fr.ifremer.allegro.referential.Status) with an
additional flag called transform . |
java.util.Collection |
findNearbySpecificAreaByStatus(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Status status)
Does the same thing as NearbySpecificAreaDao.findNearbySpecificAreaByStatus(int, String, fr.ifremer.allegro.referential.Status) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findNearbySpecificAreaByStatus(int transform,
java.lang.String queryString,
Status status)
Does the same thing as NearbySpecificAreaDao.findNearbySpecificAreaByStatus(int, fr.ifremer.allegro.referential.Status) with an
additional argument called queryString . |
java.util.Collection |
findNearbySpecificAreaByStatus(Status status)
|
java.util.Collection |
findNearbySpecificAreaByStatus(java.lang.String queryString,
int pageNumber,
int pageSize,
Status status)
Does the same thing as NearbySpecificAreaDao.findNearbySpecificAreaByStatus(String, fr.ifremer.allegro.referential.Status) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findNearbySpecificAreaByStatus(java.lang.String queryString,
Status status)
Does the same thing as NearbySpecificAreaDao.findNearbySpecificAreaByStatus(fr.ifremer.allegro.referential.Status) with an
additional argument called queryString . |
ClusterNearbySpecificArea[] |
getAllClusterNearbySpecificAreaSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
java.util.Collection |
getAllNearbySpecificArea()
|
java.util.Collection |
getAllNearbySpecificArea(int transform)
Does the same thing as NearbySpecificAreaDao.getAllNearbySpecificArea() with an
additional flag called transform . |
java.util.Collection |
getAllNearbySpecificArea(int pageNumber,
int pageSize)
Does the same thing as NearbySpecificAreaDao.getAllNearbySpecificArea() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllNearbySpecificArea(int transform,
int pageNumber,
int pageSize)
Does the same thing as NearbySpecificAreaDao.getAllNearbySpecificArea(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllNearbySpecificArea(int transform,
java.lang.String queryString)
Does the same thing as NearbySpecificAreaDao.getAllNearbySpecificArea(int) with an
additional argument called queryString . |
java.util.Collection |
getAllNearbySpecificArea(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as NearbySpecificAreaDao.getAllNearbySpecificArea(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllNearbySpecificArea(java.lang.String queryString)
Does the same thing as NearbySpecificAreaDao.getAllNearbySpecificArea() with an
additional argument called queryString . |
java.util.Collection |
getAllNearbySpecificArea(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as NearbySpecificAreaDao.getAllNearbySpecificArea(String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllNearbySpecificAreaSinceDateSynchro(int transform,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as NearbySpecificAreaDao.getAllNearbySpecificAreaSinceDateSynchro(int, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllNearbySpecificAreaSinceDateSynchro(int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as NearbySpecificAreaDao.getAllNearbySpecificAreaSinceDateSynchro(java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllNearbySpecificAreaSinceDateSynchro(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as NearbySpecificAreaDao.getAllNearbySpecificAreaSinceDateSynchro(int, String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllNearbySpecificAreaSinceDateSynchro(int transform,
java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as NearbySpecificAreaDao.getAllNearbySpecificAreaSinceDateSynchro(int, java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllNearbySpecificAreaSinceDateSynchro(int transform,
java.sql.Timestamp updateDate)
Does the same thing as NearbySpecificAreaDao.getAllNearbySpecificAreaSinceDateSynchro(java.sql.Timestamp) with an
additional flag called transform . |
java.util.Collection |
getAllNearbySpecificAreaSinceDateSynchro(java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as NearbySpecificAreaDao.getAllNearbySpecificAreaSinceDateSynchro(String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllNearbySpecificAreaSinceDateSynchro(java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as NearbySpecificAreaDao.getAllNearbySpecificAreaSinceDateSynchro(java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllNearbySpecificAreaSinceDateSynchro(java.sql.Timestamp updateDate)
|
protected java.security.Principal |
getPrincipal()
Gets the current principal if one has been set,
otherwise returns null . |
protected StatusDao |
getStatusDao()
Gets the reference to statusDao . |
protected abstract NearbySpecificArea |
handleCreateFromClusterNearbySpecificArea(ClusterNearbySpecificArea clusterNearbySpecificArea)
Performs the core logic for createFromClusterNearbySpecificArea(fr.ifremer.allegro.referential.generic.cluster.ClusterNearbySpecificArea) |
protected abstract ClusterNearbySpecificArea[] |
handleGetAllClusterNearbySpecificAreaSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
Performs the core logic for getAllClusterNearbySpecificAreaSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer) |
NearbySpecificArea |
load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.referential.NearbySpecificArea from the persistent store. |
java.lang.Object |
load(int transform,
java.lang.Integer id)
Does the same thing as NearbySpecificAreaDao.load(java.lang.Integer) with an
additional flag called transform . |
java.util.Collection |
loadAll()
Loads all entities of type NearbySpecificArea . |
java.util.Collection |
loadAll(int transform)
Does the same thing as NearbySpecificAreaDao.loadAll() with an
additional flag called transform . |
java.util.Collection |
loadAll(int pageNumber,
int pageSize)
Does the same thing as NearbySpecificAreaDao.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 NearbySpecificAreaDao.loadAll(int) with an
additional two arguments called pageNumber and pageSize . |
void |
remoteNearbySpecificAreaFullVOToEntity(RemoteNearbySpecificAreaFullVO source,
NearbySpecificArea target,
boolean copyIfNull)
Copies the fields of RemoteNearbySpecificAreaFullVO to the specified entity. |
void |
remoteNearbySpecificAreaFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteNearbySpecificAreaFullVO to this
DAO's entity. |
void |
remoteNearbySpecificAreaNaturalIdToEntity(RemoteNearbySpecificAreaNaturalId source,
NearbySpecificArea target,
boolean copyIfNull)
Copies the fields of RemoteNearbySpecificAreaNaturalId to the specified entity. |
void |
remoteNearbySpecificAreaNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteNearbySpecificAreaNaturalId to this
DAO's entity. |
void |
remove(java.util.Collection entities)
Removes all entities in the given entities |
void |
remove(java.lang.Integer id)
Removes the instance of fr.ifremer.allegro.referential.NearbySpecificArea having the given identifier from the persistent store. |
void |
remove(NearbySpecificArea nearbySpecificArea)
Removes the instance of fr.ifremer.allegro.referential.NearbySpecificArea 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 NearbySpecificAreaDao.search(fr.ifremer.allegro.Search) but with an
additional flag called transform . |
java.util.Set |
search(Search search)
Performs a search using the parameters specified in the given search object. |
void |
setStatusDao(StatusDao statusDao)
Sets the reference to statusDao . |
ClusterNearbySpecificArea |
toClusterNearbySpecificArea(NearbySpecificArea entity)
Converts this DAO's entity to an object of type ClusterNearbySpecificArea . |
void |
toClusterNearbySpecificArea(NearbySpecificArea source,
ClusterNearbySpecificArea target)
Copies the fields of the specified entity to the target value object. |
protected ClusterNearbySpecificArea |
toClusterNearbySpecificArea(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
ClusterNearbySpecificArea[] |
toClusterNearbySpecificAreaArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterNearbySpecificArea . |
void |
toClusterNearbySpecificAreaCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterNearbySpecificArea . |
protected NearbySpecificArea |
toEntity(java.lang.Object[] row)
|
RemoteNearbySpecificAreaFullVO |
toRemoteNearbySpecificAreaFullVO(NearbySpecificArea entity)
Converts this DAO's entity to an object of type RemoteNearbySpecificAreaFullVO . |
void |
toRemoteNearbySpecificAreaFullVO(NearbySpecificArea source,
RemoteNearbySpecificAreaFullVO target)
Copies the fields of the specified entity to the target value object. |
protected RemoteNearbySpecificAreaFullVO |
toRemoteNearbySpecificAreaFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteNearbySpecificAreaFullVO[] |
toRemoteNearbySpecificAreaFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteNearbySpecificAreaFullVO . |
void |
toRemoteNearbySpecificAreaFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteNearbySpecificAreaFullVO . |
RemoteNearbySpecificAreaNaturalId |
toRemoteNearbySpecificAreaNaturalId(NearbySpecificArea entity)
Converts this DAO's entity to an object of type RemoteNearbySpecificAreaNaturalId . |
void |
toRemoteNearbySpecificAreaNaturalId(NearbySpecificArea source,
RemoteNearbySpecificAreaNaturalId target)
Copies the fields of the specified entity to the target value object. |
protected RemoteNearbySpecificAreaNaturalId |
toRemoteNearbySpecificAreaNaturalId(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteNearbySpecificAreaNaturalId[] |
toRemoteNearbySpecificAreaNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteNearbySpecificAreaNaturalId . |
void |
toRemoteNearbySpecificAreaNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteNearbySpecificAreaNaturalId . |
protected void |
transformEntities(int transform,
java.util.Collection entities)
Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.referential.NearbySpecificArea)
method. |
protected java.lang.Object |
transformEntity(int transform,
NearbySpecificArea entity)
Allows transformation of entities into value objects (or something else for that matter), when the transform
flag is set to one of the constants defined in fr.ifremer.allegro.referential.NearbySpecificAreaDao , please note
that the NearbySpecificAreaDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
update(java.util.Collection entities)
Updates all instances in the entities collection in the persistent store. |
void |
update(NearbySpecificArea nearbySpecificArea)
Updates the nearbySpecificArea instance in the persistent store. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface fr.ifremer.allegro.referential.NearbySpecificAreaDao |
---|
clusterNearbySpecificAreaToEntity, remoteNearbySpecificAreaFullVOToEntity, remoteNearbySpecificAreaNaturalIdToEntity |
Constructor Detail |
---|
public NearbySpecificAreaDaoBase()
Method Detail |
---|
public void setStatusDao(StatusDao statusDao)
statusDao
.
protected StatusDao getStatusDao()
statusDao
.
public java.lang.Object load(int transform, java.lang.Integer id)
NearbySpecificAreaDao
Does the same thing as NearbySpecificAreaDao.load(java.lang.Integer)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined in this class then the result WILL BE passed through an operation which can
optionally transform the entity (into a value object for example). By default, transformation does
not occur.
load
in interface NearbySpecificAreaDao
id
- identifier of the entity to load
NearbySpecificAreaDao.load(int, java.lang.Integer)
public NearbySpecificArea load(java.lang.Integer id)
NearbySpecificAreaDao
load
in interface NearbySpecificAreaDao
NearbySpecificAreaDao.load(java.lang.Integer)
public java.util.Collection loadAll()
NearbySpecificAreaDao
NearbySpecificArea
.
loadAll
in interface NearbySpecificAreaDao
NearbySpecificAreaDao.loadAll()
public java.util.Collection loadAll(int transform)
NearbySpecificAreaDao
Does the same thing as NearbySpecificAreaDao.loadAll()
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
loadAll
in interface NearbySpecificAreaDao
transform
- the flag indicating what transformation to use.
NearbySpecificAreaDao.loadAll(int)
public java.util.Collection loadAll(int pageNumber, int pageSize)
NearbySpecificAreaDao
Does the same thing as NearbySpecificAreaDao.loadAll()
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
loadAll
in interface NearbySpecificAreaDao
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
NearbySpecificAreaDao.loadAll(int, int)
public java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
NearbySpecificAreaDao
Does the same thing as NearbySpecificAreaDao.loadAll(int)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
loadAll
in interface NearbySpecificAreaDao
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.
NearbySpecificAreaDao.loadAll(int, int, int)
public NearbySpecificArea create(NearbySpecificArea nearbySpecificArea)
NearbySpecificAreaDao
create
in interface NearbySpecificAreaDao
NearbySpecificAreaDao.create(fr.ifremer.allegro.referential.NearbySpecificArea)
public java.lang.Object create(int transform, NearbySpecificArea nearbySpecificArea)
NearbySpecificAreaDao
Does the same thing as NearbySpecificAreaDao.create(fr.ifremer.allegro.referential.NearbySpecificArea)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
create
in interface NearbySpecificAreaDao
NearbySpecificAreaDao.create(int transform, fr.ifremer.allegro.referential.NearbySpecificArea)
public java.util.Collection create(java.util.Collection entities)
NearbySpecificAreaDao
entities
collection
create
in interface NearbySpecificAreaDao
entities
- the collection of fr.ifremer.allegro.referential.NearbySpecificArea
instances to create.
NearbySpecificAreaDao.create(java.util.Collection)
public java.util.Collection create(int transform, java.util.Collection entities)
NearbySpecificAreaDao
Does the same thing as NearbySpecificAreaDao.create(fr.ifremer.allegro.referential.NearbySpecificArea)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
create
in interface NearbySpecificAreaDao
NearbySpecificAreaDao.create(int, java.util.Collection)
public NearbySpecificArea create(java.lang.String name, java.lang.String description, java.sql.Timestamp updateDate, Status status)
NearbySpecificAreaDao
Creates a new fr.ifremer.allegro.referential.NearbySpecificArea
instance from all attributes and
properties and adds it to the persistent store.
create
in interface NearbySpecificAreaDao
NearbySpecificAreaDao.create(java.lang.String,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.Status)
public java.lang.Object create(int transform, java.lang.String name, java.lang.String description, java.sql.Timestamp updateDate, Status status)
NearbySpecificAreaDao
Does the same thing as NearbySpecificAreaDao.create(java.lang.String,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.Status)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
create
in interface NearbySpecificAreaDao
NearbySpecificAreaDao.create(int, java.lang.String,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.Status)
public NearbySpecificArea create(java.lang.String description, java.lang.String name, Status status)
NearbySpecificAreaDao
Creates a new fr.ifremer.allegro.referential.NearbySpecificArea
instance from only required properties (attributes
and association ends) and adds it to the persistent store.
create
in interface NearbySpecificAreaDao
NearbySpecificAreaDao.create(java.lang.String,java.lang.String,fr.ifremer.allegro.referential.Status)
public java.lang.Object create(int transform, java.lang.String description, java.lang.String name, Status status)
NearbySpecificAreaDao
Does the same thing as NearbySpecificAreaDao.create(java.lang.String,java.lang.String,fr.ifremer.allegro.referential.Status)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOTWILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
create
in interface NearbySpecificAreaDao
NearbySpecificAreaDao.create(int, java.lang.String,java.lang.String,fr.ifremer.allegro.referential.Status)
public void update(NearbySpecificArea nearbySpecificArea)
NearbySpecificAreaDao
nearbySpecificArea
instance in the persistent store.
update
in interface NearbySpecificAreaDao
NearbySpecificAreaDao.update(fr.ifremer.allegro.referential.NearbySpecificArea)
public void update(java.util.Collection entities)
NearbySpecificAreaDao
entities
collection in the persistent store.
update
in interface NearbySpecificAreaDao
NearbySpecificAreaDao.update(java.util.Collection)
public void remove(NearbySpecificArea nearbySpecificArea)
NearbySpecificAreaDao
remove
in interface NearbySpecificAreaDao
NearbySpecificAreaDao.remove(fr.ifremer.allegro.referential.NearbySpecificArea)
public void remove(java.lang.Integer id)
NearbySpecificAreaDao
identifier
from the persistent store.
remove
in interface NearbySpecificAreaDao
NearbySpecificAreaDao.remove(java.lang.Integer)
public void remove(java.util.Collection entities)
NearbySpecificAreaDao
entities collection.
- Specified by:
remove
in interface NearbySpecificAreaDao
- See Also:
NearbySpecificAreaDao.remove(java.util.Collection)
public java.util.Collection getAllNearbySpecificArea()
getAllNearbySpecificArea
in interface NearbySpecificAreaDao
NearbySpecificAreaDao.getAllNearbySpecificArea()
public java.util.Collection getAllNearbySpecificArea(int transform)
NearbySpecificAreaDao
Does the same thing as NearbySpecificAreaDao.getAllNearbySpecificArea()
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.
getAllNearbySpecificArea
in interface NearbySpecificAreaDao
NearbySpecificAreaDao.getAllNearbySpecificArea(int)
public java.util.Collection getAllNearbySpecificArea(java.lang.String queryString)
NearbySpecificAreaDao
Does the same thing as NearbySpecificAreaDao.getAllNearbySpecificArea()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in NearbySpecificAreaDao.getAllNearbySpecificArea()
.
getAllNearbySpecificArea
in interface NearbySpecificAreaDao
NearbySpecificAreaDao.getAllNearbySpecificArea(java.lang.String)
public java.util.Collection getAllNearbySpecificArea(int pageNumber, int pageSize)
NearbySpecificAreaDao
Does the same thing as NearbySpecificAreaDao.getAllNearbySpecificArea()
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.
getAllNearbySpecificArea
in interface NearbySpecificAreaDao
NearbySpecificAreaDao.getAllNearbySpecificArea(int, int)
public java.util.Collection getAllNearbySpecificArea(java.lang.String queryString, int pageNumber, int pageSize)
NearbySpecificAreaDao
Does the same thing as NearbySpecificAreaDao.getAllNearbySpecificArea(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.
getAllNearbySpecificArea
in interface NearbySpecificAreaDao
NearbySpecificAreaDao.getAllNearbySpecificArea(String, int, int)
public java.util.Collection getAllNearbySpecificArea(int transform, java.lang.String queryString)
NearbySpecificAreaDao
Does the same thing as NearbySpecificAreaDao.getAllNearbySpecificArea(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in NearbySpecificAreaDao.getAllNearbySpecificArea(int)
.
getAllNearbySpecificArea
in interface NearbySpecificAreaDao
NearbySpecificAreaDao.getAllNearbySpecificArea(int, String)
public java.util.Collection getAllNearbySpecificArea(int transform, int pageNumber, int pageSize)
NearbySpecificAreaDao
Does the same thing as NearbySpecificAreaDao.getAllNearbySpecificArea(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.
getAllNearbySpecificArea
in interface NearbySpecificAreaDao
NearbySpecificAreaDao.getAllNearbySpecificArea(int, int, int)
public java.util.Collection getAllNearbySpecificArea(int transform, java.lang.String queryString, int pageNumber, int pageSize)
NearbySpecificAreaDao
Does the same thing as NearbySpecificAreaDao.getAllNearbySpecificArea(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.
getAllNearbySpecificArea
in interface NearbySpecificAreaDao
NearbySpecificAreaDao.getAllNearbySpecificArea(int, java.lang.String, int, int)
public NearbySpecificArea findNearbySpecificAreaById(java.lang.Integer id)
findNearbySpecificAreaById
in interface NearbySpecificAreaDao
NearbySpecificAreaDao.findNearbySpecificAreaById(java.lang.Integer)
public java.lang.Object findNearbySpecificAreaById(int transform, java.lang.Integer id)
NearbySpecificAreaDao
Does the same thing as NearbySpecificAreaDao.findNearbySpecificAreaById(java.lang.Integer)
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.
findNearbySpecificAreaById
in interface NearbySpecificAreaDao
NearbySpecificAreaDao.findNearbySpecificAreaById(int, java.lang.Integer)
public NearbySpecificArea findNearbySpecificAreaById(java.lang.String queryString, java.lang.Integer id)
NearbySpecificAreaDao
Does the same thing as NearbySpecificAreaDao.findNearbySpecificAreaById(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in NearbySpecificAreaDao.findNearbySpecificAreaById(java.lang.Integer)
.
findNearbySpecificAreaById
in interface NearbySpecificAreaDao
NearbySpecificAreaDao.findNearbySpecificAreaById(java.lang.String, java.lang.Integer)
public java.lang.Object findNearbySpecificAreaById(int transform, java.lang.String queryString, java.lang.Integer id)
NearbySpecificAreaDao
Does the same thing as NearbySpecificAreaDao.findNearbySpecificAreaById(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in NearbySpecificAreaDao.findNearbySpecificAreaById(int, java.lang.Integer id)
.
findNearbySpecificAreaById
in interface NearbySpecificAreaDao
NearbySpecificAreaDao.findNearbySpecificAreaById(int, java.lang.String, java.lang.Integer)
public java.util.Collection findNearbySpecificAreaByStatus(Status status)
findNearbySpecificAreaByStatus
in interface NearbySpecificAreaDao
NearbySpecificAreaDao.findNearbySpecificAreaByStatus(fr.ifremer.allegro.referential.Status)
public java.util.Collection findNearbySpecificAreaByStatus(int transform, Status status)
NearbySpecificAreaDao
Does the same thing as NearbySpecificAreaDao.findNearbySpecificAreaByStatus(fr.ifremer.allegro.referential.Status)
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.
findNearbySpecificAreaByStatus
in interface NearbySpecificAreaDao
NearbySpecificAreaDao.findNearbySpecificAreaByStatus(int, fr.ifremer.allegro.referential.Status)
public java.util.Collection findNearbySpecificAreaByStatus(java.lang.String queryString, Status status)
NearbySpecificAreaDao
Does the same thing as NearbySpecificAreaDao.findNearbySpecificAreaByStatus(fr.ifremer.allegro.referential.Status)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in NearbySpecificAreaDao.findNearbySpecificAreaByStatus(fr.ifremer.allegro.referential.Status)
.
findNearbySpecificAreaByStatus
in interface NearbySpecificAreaDao
NearbySpecificAreaDao.findNearbySpecificAreaByStatus(java.lang.String, fr.ifremer.allegro.referential.Status)
public java.util.Collection findNearbySpecificAreaByStatus(int pageNumber, int pageSize, Status status)
NearbySpecificAreaDao
Does the same thing as NearbySpecificAreaDao.findNearbySpecificAreaByStatus(fr.ifremer.allegro.referential.Status)
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.
findNearbySpecificAreaByStatus
in interface NearbySpecificAreaDao
NearbySpecificAreaDao.findNearbySpecificAreaByStatus(int, int, fr.ifremer.allegro.referential.Status)
public java.util.Collection findNearbySpecificAreaByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
NearbySpecificAreaDao
Does the same thing as NearbySpecificAreaDao.findNearbySpecificAreaByStatus(String, fr.ifremer.allegro.referential.Status)
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.
findNearbySpecificAreaByStatus
in interface NearbySpecificAreaDao
NearbySpecificAreaDao.findNearbySpecificAreaByStatus(String, int, int, fr.ifremer.allegro.referential.Status)
public java.util.Collection findNearbySpecificAreaByStatus(int transform, java.lang.String queryString, Status status)
NearbySpecificAreaDao
Does the same thing as NearbySpecificAreaDao.findNearbySpecificAreaByStatus(int, fr.ifremer.allegro.referential.Status)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in NearbySpecificAreaDao.findNearbySpecificAreaByStatus(int, fr.ifremer.allegro.referential.Status status)
.
findNearbySpecificAreaByStatus
in interface NearbySpecificAreaDao
NearbySpecificAreaDao.findNearbySpecificAreaByStatus(int, String, fr.ifremer.allegro.referential.Status)
public java.util.Collection findNearbySpecificAreaByStatus(int transform, int pageNumber, int pageSize, Status status)
NearbySpecificAreaDao
Does the same thing as NearbySpecificAreaDao.findNearbySpecificAreaByStatus(int, fr.ifremer.allegro.referential.Status)
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.
findNearbySpecificAreaByStatus
in interface NearbySpecificAreaDao
NearbySpecificAreaDao.findNearbySpecificAreaByStatus(int, int, int, fr.ifremer.allegro.referential.Status)
public java.util.Collection findNearbySpecificAreaByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
NearbySpecificAreaDao
Does the same thing as NearbySpecificAreaDao.findNearbySpecificAreaByStatus(int, String, fr.ifremer.allegro.referential.Status)
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.
findNearbySpecificAreaByStatus
in interface NearbySpecificAreaDao
NearbySpecificAreaDao.findNearbySpecificAreaByStatus(int, java.lang.String, int, int, fr.ifremer.allegro.referential.Status)
public NearbySpecificArea findNearbySpecificAreaByNaturalId(java.lang.Integer id)
findNearbySpecificAreaByNaturalId
in interface NearbySpecificAreaDao
NearbySpecificAreaDao.findNearbySpecificAreaByNaturalId(java.lang.Integer)
public java.lang.Object findNearbySpecificAreaByNaturalId(int transform, java.lang.Integer id)
NearbySpecificAreaDao
Does the same thing as NearbySpecificAreaDao.findNearbySpecificAreaByNaturalId(java.lang.Integer)
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.
findNearbySpecificAreaByNaturalId
in interface NearbySpecificAreaDao
NearbySpecificAreaDao.findNearbySpecificAreaByNaturalId(int, java.lang.Integer)
public NearbySpecificArea findNearbySpecificAreaByNaturalId(java.lang.String queryString, java.lang.Integer id)
NearbySpecificAreaDao
Does the same thing as NearbySpecificAreaDao.findNearbySpecificAreaByNaturalId(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in NearbySpecificAreaDao.findNearbySpecificAreaByNaturalId(java.lang.Integer)
.
findNearbySpecificAreaByNaturalId
in interface NearbySpecificAreaDao
NearbySpecificAreaDao.findNearbySpecificAreaByNaturalId(java.lang.String, java.lang.Integer)
public java.lang.Object findNearbySpecificAreaByNaturalId(int transform, java.lang.String queryString, java.lang.Integer id)
NearbySpecificAreaDao
Does the same thing as NearbySpecificAreaDao.findNearbySpecificAreaByNaturalId(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in NearbySpecificAreaDao.findNearbySpecificAreaByNaturalId(int, java.lang.Integer id)
.
findNearbySpecificAreaByNaturalId
in interface NearbySpecificAreaDao
NearbySpecificAreaDao.findNearbySpecificAreaByNaturalId(int, java.lang.String, java.lang.Integer)
public java.util.Collection getAllNearbySpecificAreaSinceDateSynchro(java.sql.Timestamp updateDate)
getAllNearbySpecificAreaSinceDateSynchro
in interface NearbySpecificAreaDao
NearbySpecificAreaDao.getAllNearbySpecificAreaSinceDateSynchro(java.sql.Timestamp)
public java.util.Collection getAllNearbySpecificAreaSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
NearbySpecificAreaDao
Does the same thing as NearbySpecificAreaDao.getAllNearbySpecificAreaSinceDateSynchro(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.
getAllNearbySpecificAreaSinceDateSynchro
in interface NearbySpecificAreaDao
NearbySpecificAreaDao.getAllNearbySpecificAreaSinceDateSynchro(int, java.sql.Timestamp)
public java.util.Collection getAllNearbySpecificAreaSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
NearbySpecificAreaDao
Does the same thing as NearbySpecificAreaDao.getAllNearbySpecificAreaSinceDateSynchro(java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in NearbySpecificAreaDao.getAllNearbySpecificAreaSinceDateSynchro(java.sql.Timestamp)
.
getAllNearbySpecificAreaSinceDateSynchro
in interface NearbySpecificAreaDao
NearbySpecificAreaDao.getAllNearbySpecificAreaSinceDateSynchro(java.lang.String, java.sql.Timestamp)
public java.util.Collection getAllNearbySpecificAreaSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
NearbySpecificAreaDao
Does the same thing as NearbySpecificAreaDao.getAllNearbySpecificAreaSinceDateSynchro(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.
getAllNearbySpecificAreaSinceDateSynchro
in interface NearbySpecificAreaDao
NearbySpecificAreaDao.getAllNearbySpecificAreaSinceDateSynchro(int, int, java.sql.Timestamp)
public java.util.Collection getAllNearbySpecificAreaSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
NearbySpecificAreaDao
Does the same thing as NearbySpecificAreaDao.getAllNearbySpecificAreaSinceDateSynchro(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.
getAllNearbySpecificAreaSinceDateSynchro
in interface NearbySpecificAreaDao
NearbySpecificAreaDao.getAllNearbySpecificAreaSinceDateSynchro(String, int, int, java.sql.Timestamp)
public java.util.Collection getAllNearbySpecificAreaSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
NearbySpecificAreaDao
Does the same thing as NearbySpecificAreaDao.getAllNearbySpecificAreaSinceDateSynchro(int, java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in NearbySpecificAreaDao.getAllNearbySpecificAreaSinceDateSynchro(int, java.sql.Timestamp updateDate)
.
getAllNearbySpecificAreaSinceDateSynchro
in interface NearbySpecificAreaDao
NearbySpecificAreaDao.getAllNearbySpecificAreaSinceDateSynchro(int, String, java.sql.Timestamp)
public java.util.Collection getAllNearbySpecificAreaSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
NearbySpecificAreaDao
Does the same thing as NearbySpecificAreaDao.getAllNearbySpecificAreaSinceDateSynchro(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.
getAllNearbySpecificAreaSinceDateSynchro
in interface NearbySpecificAreaDao
NearbySpecificAreaDao.getAllNearbySpecificAreaSinceDateSynchro(int, int, int, java.sql.Timestamp)
public java.util.Collection getAllNearbySpecificAreaSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
NearbySpecificAreaDao
Does the same thing as NearbySpecificAreaDao.getAllNearbySpecificAreaSinceDateSynchro(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.
getAllNearbySpecificAreaSinceDateSynchro
in interface NearbySpecificAreaDao
NearbySpecificAreaDao.getAllNearbySpecificAreaSinceDateSynchro(int, java.lang.String, int, int, java.sql.Timestamp)
public NearbySpecificArea createFromClusterNearbySpecificArea(ClusterNearbySpecificArea clusterNearbySpecificArea)
createFromClusterNearbySpecificArea
in interface NearbySpecificAreaDao
NearbySpecificAreaDao.createFromClusterNearbySpecificArea(fr.ifremer.allegro.referential.generic.cluster.ClusterNearbySpecificArea)
protected abstract NearbySpecificArea handleCreateFromClusterNearbySpecificArea(ClusterNearbySpecificArea clusterNearbySpecificArea) throws java.lang.Exception
createFromClusterNearbySpecificArea(fr.ifremer.allegro.referential.generic.cluster.ClusterNearbySpecificArea)
java.lang.Exception
public ClusterNearbySpecificArea[] getAllClusterNearbySpecificAreaSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterNearbySpecificAreaSinceDateSynchro
in interface NearbySpecificAreaDao
NearbySpecificAreaDao.getAllClusterNearbySpecificAreaSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterNearbySpecificArea[] handleGetAllClusterNearbySpecificAreaSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterNearbySpecificAreaSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
java.lang.Exception
protected java.lang.Object transformEntity(int transform, NearbySpecificArea entity)
transform
flag is set to one of the constants defined in fr.ifremer.allegro.referential.NearbySpecificAreaDao
, please note
that the NearbySpecificAreaDao.TRANSFORM_NONE
constant denotes no transformation, so the entity itself
will be returned.
This method will return instances of these types:
NearbySpecificArea
- NearbySpecificAreaDao.TRANSFORM_NONE
RemoteNearbySpecificAreaFullVO
- TRANSFORM_REMOTENEARBYSPECIFICAREAFULLVO
RemoteNearbySpecificAreaNaturalId
- TRANSFORM_REMOTENEARBYSPECIFICAREANATURALID
ClusterNearbySpecificArea
- TRANSFORM_CLUSTERNEARBYSPECIFICAREA
NearbySpecificAreaDao.TRANSFORM_NONE
is assumed.
transform
- one of the constants declared in NearbySpecificAreaDao
entity
- an entity that was found
transformEntities(int,java.util.Collection)
protected void transformEntities(int transform, java.util.Collection entities)
transformEntity(int,fr.ifremer.allegro.referential.NearbySpecificArea)
method. This method does not instantiate a new collection.
This method is to be used internally only.
transform
- one of the constants declared in fr.ifremer.allegro.referential.NearbySpecificAreaDao
entities
- the collection of entities to transformtransformEntity(int,fr.ifremer.allegro.referential.NearbySpecificArea)
protected NearbySpecificArea toEntity(java.lang.Object[] row)
public final void toRemoteNearbySpecificAreaFullVOCollection(java.util.Collection entities)
NearbySpecificAreaDao
RemoteNearbySpecificAreaFullVO
.
toRemoteNearbySpecificAreaFullVOCollection
in interface NearbySpecificAreaDao
NearbySpecificAreaDao.toRemoteNearbySpecificAreaFullVOCollection(java.util.Collection)
public final RemoteNearbySpecificAreaFullVO[] toRemoteNearbySpecificAreaFullVOArray(java.util.Collection entities)
NearbySpecificAreaDao
RemoteNearbySpecificAreaFullVO
.
toRemoteNearbySpecificAreaFullVOArray
in interface NearbySpecificAreaDao
NearbySpecificAreaDao.toRemoteNearbySpecificAreaFullVOArray(java.util.Collection)
protected RemoteNearbySpecificAreaFullVO toRemoteNearbySpecificAreaFullVO(java.lang.Object[] row)
NearbySpecificAreaDaoImpl
class if you intend to use reporting queries.
NearbySpecificAreaDao.toRemoteNearbySpecificAreaFullVO(fr.ifremer.allegro.referential.NearbySpecificArea)
public final void remoteNearbySpecificAreaFullVOToEntityCollection(java.util.Collection instances)
NearbySpecificAreaDao
RemoteNearbySpecificAreaFullVO
to this
DAO's entity.
remoteNearbySpecificAreaFullVOToEntityCollection
in interface NearbySpecificAreaDao
NearbySpecificAreaDao.remoteNearbySpecificAreaFullVOToEntityCollection(java.util.Collection)
public void toRemoteNearbySpecificAreaFullVO(NearbySpecificArea source, RemoteNearbySpecificAreaFullVO target)
NearbySpecificAreaDao
toRemoteNearbySpecificAreaFullVO
in interface NearbySpecificAreaDao
NearbySpecificAreaDao.toRemoteNearbySpecificAreaFullVO(fr.ifremer.allegro.referential.NearbySpecificArea, fr.ifremer.allegro.referential.generic.vo.RemoteNearbySpecificAreaFullVO)
public RemoteNearbySpecificAreaFullVO toRemoteNearbySpecificAreaFullVO(NearbySpecificArea entity)
NearbySpecificAreaDao
RemoteNearbySpecificAreaFullVO
.
toRemoteNearbySpecificAreaFullVO
in interface NearbySpecificAreaDao
NearbySpecificAreaDao.toRemoteNearbySpecificAreaFullVO(fr.ifremer.allegro.referential.NearbySpecificArea)
public void remoteNearbySpecificAreaFullVOToEntity(RemoteNearbySpecificAreaFullVO source, NearbySpecificArea target, boolean copyIfNull)
NearbySpecificAreaDao
RemoteNearbySpecificAreaFullVO
to the specified entity.
remoteNearbySpecificAreaFullVOToEntity
in interface NearbySpecificAreaDao
copyIfNull
- If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE,
it will be copied regardless of its value.fr.ifremer.allegro.referential.NearbySpecificAreaDao#remoteNearbySpecificAreaFullVOToEntity(fr.ifremer.allegro.referential.generic.vo.RemoteNearbySpecificAreaFullVO, fr.ifremer.allegro.referential.NearbySpecificArea)
public final void toRemoteNearbySpecificAreaNaturalIdCollection(java.util.Collection entities)
NearbySpecificAreaDao
RemoteNearbySpecificAreaNaturalId
.
toRemoteNearbySpecificAreaNaturalIdCollection
in interface NearbySpecificAreaDao
NearbySpecificAreaDao.toRemoteNearbySpecificAreaNaturalIdCollection(java.util.Collection)
public final RemoteNearbySpecificAreaNaturalId[] toRemoteNearbySpecificAreaNaturalIdArray(java.util.Collection entities)
NearbySpecificAreaDao
RemoteNearbySpecificAreaNaturalId
.
toRemoteNearbySpecificAreaNaturalIdArray
in interface NearbySpecificAreaDao
NearbySpecificAreaDao.toRemoteNearbySpecificAreaNaturalIdArray(java.util.Collection)
protected RemoteNearbySpecificAreaNaturalId toRemoteNearbySpecificAreaNaturalId(java.lang.Object[] row)
NearbySpecificAreaDaoImpl
class if you intend to use reporting queries.
NearbySpecificAreaDao.toRemoteNearbySpecificAreaNaturalId(fr.ifremer.allegro.referential.NearbySpecificArea)
public final void remoteNearbySpecificAreaNaturalIdToEntityCollection(java.util.Collection instances)
NearbySpecificAreaDao
RemoteNearbySpecificAreaNaturalId
to this
DAO's entity.
remoteNearbySpecificAreaNaturalIdToEntityCollection
in interface NearbySpecificAreaDao
NearbySpecificAreaDao.remoteNearbySpecificAreaNaturalIdToEntityCollection(java.util.Collection)
public void toRemoteNearbySpecificAreaNaturalId(NearbySpecificArea source, RemoteNearbySpecificAreaNaturalId target)
NearbySpecificAreaDao
toRemoteNearbySpecificAreaNaturalId
in interface NearbySpecificAreaDao
NearbySpecificAreaDao.toRemoteNearbySpecificAreaNaturalId(fr.ifremer.allegro.referential.NearbySpecificArea, fr.ifremer.allegro.referential.generic.vo.RemoteNearbySpecificAreaNaturalId)
public RemoteNearbySpecificAreaNaturalId toRemoteNearbySpecificAreaNaturalId(NearbySpecificArea entity)
NearbySpecificAreaDao
RemoteNearbySpecificAreaNaturalId
.
toRemoteNearbySpecificAreaNaturalId
in interface NearbySpecificAreaDao
NearbySpecificAreaDao.toRemoteNearbySpecificAreaNaturalId(fr.ifremer.allegro.referential.NearbySpecificArea)
public void remoteNearbySpecificAreaNaturalIdToEntity(RemoteNearbySpecificAreaNaturalId source, NearbySpecificArea target, boolean copyIfNull)
NearbySpecificAreaDao
RemoteNearbySpecificAreaNaturalId
to the specified entity.
remoteNearbySpecificAreaNaturalIdToEntity
in interface NearbySpecificAreaDao
copyIfNull
- If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE,
it will be copied regardless of its value.fr.ifremer.allegro.referential.NearbySpecificAreaDao#remoteNearbySpecificAreaNaturalIdToEntity(fr.ifremer.allegro.referential.generic.vo.RemoteNearbySpecificAreaNaturalId, fr.ifremer.allegro.referential.NearbySpecificArea)
public final void toClusterNearbySpecificAreaCollection(java.util.Collection entities)
NearbySpecificAreaDao
ClusterNearbySpecificArea
.
toClusterNearbySpecificAreaCollection
in interface NearbySpecificAreaDao
NearbySpecificAreaDao.toClusterNearbySpecificAreaCollection(java.util.Collection)
public final ClusterNearbySpecificArea[] toClusterNearbySpecificAreaArray(java.util.Collection entities)
NearbySpecificAreaDao
ClusterNearbySpecificArea
.
toClusterNearbySpecificAreaArray
in interface NearbySpecificAreaDao
NearbySpecificAreaDao.toClusterNearbySpecificAreaArray(java.util.Collection)
protected ClusterNearbySpecificArea toClusterNearbySpecificArea(java.lang.Object[] row)
NearbySpecificAreaDaoImpl
class if you intend to use reporting queries.
NearbySpecificAreaDao.toClusterNearbySpecificArea(fr.ifremer.allegro.referential.NearbySpecificArea)
public final void clusterNearbySpecificAreaToEntityCollection(java.util.Collection instances)
NearbySpecificAreaDao
ClusterNearbySpecificArea
to this
DAO's entity.
clusterNearbySpecificAreaToEntityCollection
in interface NearbySpecificAreaDao
NearbySpecificAreaDao.clusterNearbySpecificAreaToEntityCollection(java.util.Collection)
public void toClusterNearbySpecificArea(NearbySpecificArea source, ClusterNearbySpecificArea target)
NearbySpecificAreaDao
toClusterNearbySpecificArea
in interface NearbySpecificAreaDao
NearbySpecificAreaDao.toClusterNearbySpecificArea(fr.ifremer.allegro.referential.NearbySpecificArea, fr.ifremer.allegro.referential.generic.cluster.ClusterNearbySpecificArea)
public ClusterNearbySpecificArea toClusterNearbySpecificArea(NearbySpecificArea entity)
NearbySpecificAreaDao
ClusterNearbySpecificArea
.
toClusterNearbySpecificArea
in interface NearbySpecificAreaDao
NearbySpecificAreaDao.toClusterNearbySpecificArea(fr.ifremer.allegro.referential.NearbySpecificArea)
public void clusterNearbySpecificAreaToEntity(ClusterNearbySpecificArea source, NearbySpecificArea target, boolean copyIfNull)
NearbySpecificAreaDao
ClusterNearbySpecificArea
to the specified entity.
clusterNearbySpecificAreaToEntity
in interface NearbySpecificAreaDao
copyIfNull
- If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE,
it will be copied regardless of its value.fr.ifremer.allegro.referential.NearbySpecificAreaDao#clusterNearbySpecificAreaToEntity(fr.ifremer.allegro.referential.generic.cluster.ClusterNearbySpecificArea, fr.ifremer.allegro.referential.NearbySpecificArea)
protected java.security.Principal getPrincipal()
principal
if one has been set,
otherwise returns null
.
public PaginationResult search(int transform, int pageNumber, int pageSize, Search search)
NearbySpecificAreaDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface NearbySpecificAreaDao
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.NearbySpecificAreaDao.search(int, int, int, fr.ifremer.allegro.Search)
public PaginationResult search(int pageNumber, int pageSize, Search search)
NearbySpecificAreaDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface NearbySpecificAreaDao
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.NearbySpecificAreaDao.search(int, int, fr.ifremer.allegro.Search)
public java.util.Set search(int transform, Search search)
NearbySpecificAreaDao
NearbySpecificAreaDao.search(fr.ifremer.allegro.Search)
but with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
search
in interface NearbySpecificAreaDao
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
NearbySpecificAreaDao.search(int, fr.ifremer.allegro.Search)
public java.util.Set search(Search search)
NearbySpecificAreaDao
search
object.
search
in interface NearbySpecificAreaDao
search
- the search object which provides the search parameters and pagination specification.
NearbySpecificAreaDao.search(fr.ifremer.allegro.Search)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |