fr.ifremer.allegro.playground
Class PlaygroundRicTaxonGroupDaoBase

java.lang.Object
  extended by org.springframework.orm.hibernate3.support.HibernateDaoSupport
      extended by fr.ifremer.allegro.playground.PlaygroundRicTaxonGroupDaoBase
All Implemented Interfaces:
PlaygroundRicTaxonGroupDao
Direct Known Subclasses:
PlaygroundRicTaxonGroupDaoImpl

public abstract class PlaygroundRicTaxonGroupDaoBase
extends org.springframework.orm.hibernate3.support.HibernateDaoSupport
implements PlaygroundRicTaxonGroupDao

Base Spring DAO Class: is able to create, update, remove, load, and find objects of type fr.ifremer.allegro.playground.PlaygroundRicTaxonGroup.

See Also:
PlaygroundRicTaxonGroup

Field Summary
 
Fields inherited from interface fr.ifremer.allegro.playground.PlaygroundRicTaxonGroupDao
TRANSFORM_CLUSTERPLAYGROUNDRICTAXONGROUP, TRANSFORM_NONE, TRANSFORM_REMOTEPLAYGROUNDRICTAXONGROUPFULLVO, TRANSFORM_REMOTEPLAYGROUNDRICTAXONGROUPNATURALID
 
Constructor Summary
PlaygroundRicTaxonGroupDaoBase()
           
 
Method Summary
 void clusterPlaygroundRicTaxonGroupToEntity(ClusterPlaygroundRicTaxonGroup source, PlaygroundRicTaxonGroup target, boolean copyIfNull)
          Copies the fields of ClusterPlaygroundRicTaxonGroup to the specified entity.
 void clusterPlaygroundRicTaxonGroupToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type ClusterPlaygroundRicTaxonGroup to this DAO's entity.
 java.util.Collection create(java.util.Collection entities)
          Creates a new instance of fr.ifremer.allegro.playground.PlaygroundRicTaxonGroup and adds from the passed in entities collection
 java.util.Collection create(int transform, java.util.Collection entities)
           Does the same thing as PlaygroundRicTaxonGroupDao.create(fr.ifremer.allegro.playground.PlaygroundRicTaxonGroup) with an additional flag called transform.
 java.lang.Object create(int transform, PlaygroundRicTaxonGroup playgroundRicTaxonGroup)
           Does the same thing as PlaygroundRicTaxonGroupDao.create(fr.ifremer.allegro.playground.PlaygroundRicTaxonGroup) with an additional flag called transform.
 java.lang.Object create(int transform, java.lang.String name)
           Does the same thing as PlaygroundRicTaxonGroupDao.create(java.lang.String) with an additional flag called transform.
 PlaygroundRicTaxonGroup create(PlaygroundRicTaxonGroup playgroundRicTaxonGroup)
          Creates an instance of fr.ifremer.allegro.playground.PlaygroundRicTaxonGroup and adds it to the persistent store.
 PlaygroundRicTaxonGroup create(java.lang.String name)
           Creates a new fr.ifremer.allegro.playground.PlaygroundRicTaxonGroup instance from all attributes and properties and adds it to the persistent store.
 PlaygroundRicTaxonGroup createFromClusterPlaygroundRicTaxonGroup(ClusterPlaygroundRicTaxonGroup clusterPlaygroundRicTaxonGroup)
           
 java.lang.Object findPlaygroundRicTaxonGroupByCode(int transform, java.lang.String code)
           Does the same thing as PlaygroundRicTaxonGroupDao.findPlaygroundRicTaxonGroupByCode(java.lang.String) with an additional flag called transform.
 java.lang.Object findPlaygroundRicTaxonGroupByCode(int transform, java.lang.String queryString, java.lang.String code)
           Does the same thing as PlaygroundRicTaxonGroupDao.findPlaygroundRicTaxonGroupByCode(int, java.lang.String) with an additional argument called queryString.
 PlaygroundRicTaxonGroup findPlaygroundRicTaxonGroupByCode(java.lang.String code)
           
 PlaygroundRicTaxonGroup findPlaygroundRicTaxonGroupByCode(java.lang.String queryString, java.lang.String code)
           Does the same thing as PlaygroundRicTaxonGroupDao.findPlaygroundRicTaxonGroupByCode(java.lang.String) with an additional argument called queryString.
 java.lang.Object findPlaygroundRicTaxonGroupByNaturalId(int transform, java.lang.String code)
           Does the same thing as PlaygroundRicTaxonGroupDao.findPlaygroundRicTaxonGroupByNaturalId(java.lang.String) with an additional flag called transform.
 java.lang.Object findPlaygroundRicTaxonGroupByNaturalId(int transform, java.lang.String queryString, java.lang.String code)
           Does the same thing as PlaygroundRicTaxonGroupDao.findPlaygroundRicTaxonGroupByNaturalId(int, java.lang.String) with an additional argument called queryString.
 PlaygroundRicTaxonGroup findPlaygroundRicTaxonGroupByNaturalId(java.lang.String code)
           
 PlaygroundRicTaxonGroup findPlaygroundRicTaxonGroupByNaturalId(java.lang.String queryString, java.lang.String code)
           Does the same thing as PlaygroundRicTaxonGroupDao.findPlaygroundRicTaxonGroupByNaturalId(java.lang.String) with an additional argument called queryString.
 ClusterPlaygroundRicTaxonGroup[] getAllClusterPlaygroundRicTaxonGroup(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 java.util.Collection getAllPlaygroundRicTaxonGroup()
           
 java.util.Collection getAllPlaygroundRicTaxonGroup(int transform)
           Does the same thing as PlaygroundRicTaxonGroupDao.getAllPlaygroundRicTaxonGroup() with an additional flag called transform.
 java.util.Collection getAllPlaygroundRicTaxonGroup(int pageNumber, int pageSize)
           Does the same thing as PlaygroundRicTaxonGroupDao.getAllPlaygroundRicTaxonGroup() with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllPlaygroundRicTaxonGroup(int transform, int pageNumber, int pageSize)
           Does the same thing as PlaygroundRicTaxonGroupDao.getAllPlaygroundRicTaxonGroup(int) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllPlaygroundRicTaxonGroup(int transform, java.lang.String queryString)
           Does the same thing as PlaygroundRicTaxonGroupDao.getAllPlaygroundRicTaxonGroup(int) with an additional argument called queryString.
 java.util.Collection getAllPlaygroundRicTaxonGroup(int transform, java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as PlaygroundRicTaxonGroupDao.getAllPlaygroundRicTaxonGroup(int, String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllPlaygroundRicTaxonGroup(java.lang.String queryString)
           Does the same thing as PlaygroundRicTaxonGroupDao.getAllPlaygroundRicTaxonGroup() with an additional argument called queryString.
 java.util.Collection getAllPlaygroundRicTaxonGroup(java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as PlaygroundRicTaxonGroupDao.getAllPlaygroundRicTaxonGroup(String) with an additional two arguments called pageNumber and pageSize.
protected  java.security.Principal getPrincipal()
          Gets the current principal if one has been set, otherwise returns null.
protected abstract  PlaygroundRicTaxonGroup handleCreateFromClusterPlaygroundRicTaxonGroup(ClusterPlaygroundRicTaxonGroup clusterPlaygroundRicTaxonGroup)
          Performs the core logic for createFromClusterPlaygroundRicTaxonGroup(fr.ifremer.allegro.playground.generic.cluster.ClusterPlaygroundRicTaxonGroup)
protected abstract  ClusterPlaygroundRicTaxonGroup[] handleGetAllClusterPlaygroundRicTaxonGroup(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
          Performs the core logic for getAllClusterPlaygroundRicTaxonGroup(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
 java.lang.Object load(int transform, java.lang.String code)
           Does the same thing as PlaygroundRicTaxonGroupDao.load(java.lang.String) with an additional flag called transform.
 PlaygroundRicTaxonGroup load(java.lang.String code)
          Loads an instance of fr.ifremer.allegro.playground.PlaygroundRicTaxonGroup from the persistent store.
 java.util.Collection loadAll()
          Loads all entities of type PlaygroundRicTaxonGroup.
 java.util.Collection loadAll(int transform)
           Does the same thing as PlaygroundRicTaxonGroupDao.loadAll() with an additional flag called transform.
 java.util.Collection loadAll(int pageNumber, int pageSize)
           Does the same thing as PlaygroundRicTaxonGroupDao.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 PlaygroundRicTaxonGroupDao.loadAll(int) with an additional two arguments called pageNumber and pageSize.
 void remotePlaygroundRicTaxonGroupFullVOToEntity(RemotePlaygroundRicTaxonGroupFullVO source, PlaygroundRicTaxonGroup target, boolean copyIfNull)
          Copies the fields of RemotePlaygroundRicTaxonGroupFullVO to the specified entity.
 void remotePlaygroundRicTaxonGroupFullVOToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemotePlaygroundRicTaxonGroupFullVO to this DAO's entity.
 void remotePlaygroundRicTaxonGroupNaturalIdToEntity(RemotePlaygroundRicTaxonGroupNaturalId source, PlaygroundRicTaxonGroup target, boolean copyIfNull)
          Copies the fields of RemotePlaygroundRicTaxonGroupNaturalId to the specified entity.
 void remotePlaygroundRicTaxonGroupNaturalIdToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemotePlaygroundRicTaxonGroupNaturalId to this DAO's entity.
 void remove(java.util.Collection entities)
          Removes all entities in the given entities collection.
 void remove(PlaygroundRicTaxonGroup playgroundRicTaxonGroup)
          Removes the instance of fr.ifremer.allegro.playground.PlaygroundRicTaxonGroup from the persistent store.
 void remove(java.lang.String code)
          Removes the instance of fr.ifremer.allegro.playground.PlaygroundRicTaxonGroup having the given identifier 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 PlaygroundRicTaxonGroupDao.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.
protected  ClusterPlaygroundRicTaxonGroup toClusterPlaygroundRicTaxonGroup(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 ClusterPlaygroundRicTaxonGroup toClusterPlaygroundRicTaxonGroup(PlaygroundRicTaxonGroup entity)
          Converts this DAO's entity to an object of type ClusterPlaygroundRicTaxonGroup.
 void toClusterPlaygroundRicTaxonGroup(PlaygroundRicTaxonGroup source, ClusterPlaygroundRicTaxonGroup target)
          Copies the fields of the specified entity to the target value object.
 ClusterPlaygroundRicTaxonGroup[] toClusterPlaygroundRicTaxonGroupArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterPlaygroundRicTaxonGroup.
 void toClusterPlaygroundRicTaxonGroupCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type ClusterPlaygroundRicTaxonGroup.
protected  PlaygroundRicTaxonGroup toEntity(java.lang.Object[] row)
           
protected  RemotePlaygroundRicTaxonGroupFullVO toRemotePlaygroundRicTaxonGroupFullVO(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemotePlaygroundRicTaxonGroupFullVO toRemotePlaygroundRicTaxonGroupFullVO(PlaygroundRicTaxonGroup entity)
          Converts this DAO's entity to an object of type RemotePlaygroundRicTaxonGroupFullVO.
 void toRemotePlaygroundRicTaxonGroupFullVO(PlaygroundRicTaxonGroup source, RemotePlaygroundRicTaxonGroupFullVO target)
          Copies the fields of the specified entity to the target value object.
 RemotePlaygroundRicTaxonGroupFullVO[] toRemotePlaygroundRicTaxonGroupFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemotePlaygroundRicTaxonGroupFullVO.
 void toRemotePlaygroundRicTaxonGroupFullVOCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemotePlaygroundRicTaxonGroupFullVO.
protected  RemotePlaygroundRicTaxonGroupNaturalId toRemotePlaygroundRicTaxonGroupNaturalId(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemotePlaygroundRicTaxonGroupNaturalId toRemotePlaygroundRicTaxonGroupNaturalId(PlaygroundRicTaxonGroup entity)
          Converts this DAO's entity to an object of type RemotePlaygroundRicTaxonGroupNaturalId.
 void toRemotePlaygroundRicTaxonGroupNaturalId(PlaygroundRicTaxonGroup source, RemotePlaygroundRicTaxonGroupNaturalId target)
          Copies the fields of the specified entity to the target value object.
 RemotePlaygroundRicTaxonGroupNaturalId[] toRemotePlaygroundRicTaxonGroupNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemotePlaygroundRicTaxonGroupNaturalId.
 void toRemotePlaygroundRicTaxonGroupNaturalIdCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemotePlaygroundRicTaxonGroupNaturalId.
protected  void transformEntities(int transform, java.util.Collection entities)
          Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.playground.PlaygroundRicTaxonGroup) method.
protected  java.lang.Object transformEntity(int transform, PlaygroundRicTaxonGroup 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.playground.PlaygroundRicTaxonGroupDao, please note that the PlaygroundRicTaxonGroupDao.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(PlaygroundRicTaxonGroup playgroundRicTaxonGroup)
          Updates the playgroundRicTaxonGroup 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.playground.PlaygroundRicTaxonGroupDao
clusterPlaygroundRicTaxonGroupToEntity, remotePlaygroundRicTaxonGroupFullVOToEntity, remotePlaygroundRicTaxonGroupNaturalIdToEntity
 

Constructor Detail

PlaygroundRicTaxonGroupDaoBase

public PlaygroundRicTaxonGroupDaoBase()
Method Detail

load

public java.lang.Object load(int transform,
                             java.lang.String code)
Description copied from interface: PlaygroundRicTaxonGroupDao

Does the same thing as PlaygroundRicTaxonGroupDao.load(java.lang.String) 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.

Specified by:
load in interface PlaygroundRicTaxonGroupDao
code - identifier of the entity to load
Returns:
either the entity or the object transformed from the entity.
See Also:
PlaygroundRicTaxonGroupDao.load(int, java.lang.String)

load

public PlaygroundRicTaxonGroup load(java.lang.String code)
Description copied from interface: PlaygroundRicTaxonGroupDao
Loads an instance of fr.ifremer.allegro.playground.PlaygroundRicTaxonGroup from the persistent store.

Specified by:
load in interface PlaygroundRicTaxonGroupDao
See Also:
PlaygroundRicTaxonGroupDao.load(java.lang.String)

loadAll

public java.util.Collection loadAll()
Description copied from interface: PlaygroundRicTaxonGroupDao
Loads all entities of type PlaygroundRicTaxonGroup.

Specified by:
loadAll in interface PlaygroundRicTaxonGroupDao
Returns:
the loaded entities.
See Also:
PlaygroundRicTaxonGroupDao.loadAll()

loadAll

public java.util.Collection loadAll(int transform)
Description copied from interface: PlaygroundRicTaxonGroupDao

Does the same thing as PlaygroundRicTaxonGroupDao.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.

Specified by:
loadAll in interface PlaygroundRicTaxonGroupDao
Parameters:
transform - the flag indicating what transformation to use.
Returns:
the loaded entities.
See Also:
PlaygroundRicTaxonGroupDao.loadAll(int)

loadAll

public java.util.Collection loadAll(int pageNumber,
                                    int pageSize)
Description copied from interface: PlaygroundRicTaxonGroupDao

Does the same thing as PlaygroundRicTaxonGroupDao.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.

Specified by:
loadAll in interface PlaygroundRicTaxonGroupDao
Parameters:
pageNumber - the page number to retrieve when paging results.
pageSize - the size of the page to retrieve when paging results.
Returns:
the loaded entities.
See Also:
PlaygroundRicTaxonGroupDao.loadAll(int, int)

loadAll

public java.util.Collection loadAll(int transform,
                                    int pageNumber,
                                    int pageSize)
Description copied from interface: PlaygroundRicTaxonGroupDao

Does the same thing as PlaygroundRicTaxonGroupDao.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.

Specified by:
loadAll in interface PlaygroundRicTaxonGroupDao
Parameters:
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.
Returns:
the loaded entities.
See Also:
PlaygroundRicTaxonGroupDao.loadAll(int, int, int)

create

public PlaygroundRicTaxonGroup create(PlaygroundRicTaxonGroup playgroundRicTaxonGroup)
Description copied from interface: PlaygroundRicTaxonGroupDao
Creates an instance of fr.ifremer.allegro.playground.PlaygroundRicTaxonGroup and adds it to the persistent store.

Specified by:
create in interface PlaygroundRicTaxonGroupDao
See Also:
PlaygroundRicTaxonGroupDao.create(fr.ifremer.allegro.playground.PlaygroundRicTaxonGroup)

create

public java.lang.Object create(int transform,
                               PlaygroundRicTaxonGroup playgroundRicTaxonGroup)
Description copied from interface: PlaygroundRicTaxonGroupDao

Does the same thing as PlaygroundRicTaxonGroupDao.create(fr.ifremer.allegro.playground.PlaygroundRicTaxonGroup) 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.

Specified by:
create in interface PlaygroundRicTaxonGroupDao
See Also:
PlaygroundRicTaxonGroupDao.create(int transform, fr.ifremer.allegro.playground.PlaygroundRicTaxonGroup)

create

public java.util.Collection create(java.util.Collection entities)
Description copied from interface: PlaygroundRicTaxonGroupDao
Creates a new instance of fr.ifremer.allegro.playground.PlaygroundRicTaxonGroup and adds from the passed in entities collection

Specified by:
create in interface PlaygroundRicTaxonGroupDao
Parameters:
entities - the collection of fr.ifremer.allegro.playground.PlaygroundRicTaxonGroup instances to create.
Returns:
the created instances.
See Also:
PlaygroundRicTaxonGroupDao.create(java.util.Collection)

create

public java.util.Collection create(int transform,
                                   java.util.Collection entities)
Description copied from interface: PlaygroundRicTaxonGroupDao

Does the same thing as PlaygroundRicTaxonGroupDao.create(fr.ifremer.allegro.playground.PlaygroundRicTaxonGroup) 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.

Specified by:
create in interface PlaygroundRicTaxonGroupDao
See Also:
PlaygroundRicTaxonGroupDao.create(int, java.util.Collection)

create

public PlaygroundRicTaxonGroup create(java.lang.String name)
Description copied from interface: PlaygroundRicTaxonGroupDao

Creates a new fr.ifremer.allegro.playground.PlaygroundRicTaxonGroup instance from all attributes and properties and adds it to the persistent store.

Specified by:
create in interface PlaygroundRicTaxonGroupDao
See Also:
PlaygroundRicTaxonGroupDao.create(java.lang.String)

create

public java.lang.Object create(int transform,
                               java.lang.String name)
Description copied from interface: PlaygroundRicTaxonGroupDao

Does the same thing as PlaygroundRicTaxonGroupDao.create(java.lang.String) 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.

Specified by:
create in interface PlaygroundRicTaxonGroupDao
See Also:
PlaygroundRicTaxonGroupDao.create(int, java.lang.String)

update

public void update(PlaygroundRicTaxonGroup playgroundRicTaxonGroup)
Description copied from interface: PlaygroundRicTaxonGroupDao
Updates the playgroundRicTaxonGroup instance in the persistent store.

Specified by:
update in interface PlaygroundRicTaxonGroupDao
See Also:
PlaygroundRicTaxonGroupDao.update(fr.ifremer.allegro.playground.PlaygroundRicTaxonGroup)

update

public void update(java.util.Collection entities)
Description copied from interface: PlaygroundRicTaxonGroupDao
Updates all instances in the entities collection in the persistent store.

Specified by:
update in interface PlaygroundRicTaxonGroupDao
See Also:
PlaygroundRicTaxonGroupDao.update(java.util.Collection)

remove

public void remove(PlaygroundRicTaxonGroup playgroundRicTaxonGroup)
Description copied from interface: PlaygroundRicTaxonGroupDao
Removes the instance of fr.ifremer.allegro.playground.PlaygroundRicTaxonGroup from the persistent store.

Specified by:
remove in interface PlaygroundRicTaxonGroupDao
See Also:
PlaygroundRicTaxonGroupDao.remove(fr.ifremer.allegro.playground.PlaygroundRicTaxonGroup)

remove

public void remove(java.lang.String code)
Description copied from interface: PlaygroundRicTaxonGroupDao
Removes the instance of fr.ifremer.allegro.playground.PlaygroundRicTaxonGroup having the given identifier from the persistent store.

Specified by:
remove in interface PlaygroundRicTaxonGroupDao
See Also:
PlaygroundRicTaxonGroupDao.remove(java.lang.String)

remove

public void remove(java.util.Collection entities)
Description copied from interface: PlaygroundRicTaxonGroupDao
Removes all entities in the given entities collection.

Specified by:
remove in interface PlaygroundRicTaxonGroupDao
See Also:
PlaygroundRicTaxonGroupDao.remove(java.util.Collection)

getAllPlaygroundRicTaxonGroup

public java.util.Collection getAllPlaygroundRicTaxonGroup()
Specified by:
getAllPlaygroundRicTaxonGroup in interface PlaygroundRicTaxonGroupDao
See Also:
PlaygroundRicTaxonGroupDao.getAllPlaygroundRicTaxonGroup()

getAllPlaygroundRicTaxonGroup

public java.util.Collection getAllPlaygroundRicTaxonGroup(int transform)
Description copied from interface: PlaygroundRicTaxonGroupDao

Does the same thing as PlaygroundRicTaxonGroupDao.getAllPlaygroundRicTaxonGroup() 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.

Specified by:
getAllPlaygroundRicTaxonGroup in interface PlaygroundRicTaxonGroupDao
See Also:
PlaygroundRicTaxonGroupDao.getAllPlaygroundRicTaxonGroup(int)

getAllPlaygroundRicTaxonGroup

public java.util.Collection getAllPlaygroundRicTaxonGroup(java.lang.String queryString)
Description copied from interface: PlaygroundRicTaxonGroupDao

Does the same thing as PlaygroundRicTaxonGroupDao.getAllPlaygroundRicTaxonGroup() with an additional argument called queryString. This queryString argument allows you to override the query string defined in PlaygroundRicTaxonGroupDao.getAllPlaygroundRicTaxonGroup().

Specified by:
getAllPlaygroundRicTaxonGroup in interface PlaygroundRicTaxonGroupDao
See Also:
PlaygroundRicTaxonGroupDao.getAllPlaygroundRicTaxonGroup(java.lang.String)

getAllPlaygroundRicTaxonGroup

public java.util.Collection getAllPlaygroundRicTaxonGroup(int pageNumber,
                                                          int pageSize)
Description copied from interface: PlaygroundRicTaxonGroupDao

Does the same thing as PlaygroundRicTaxonGroupDao.getAllPlaygroundRicTaxonGroup() 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.

Specified by:
getAllPlaygroundRicTaxonGroup in interface PlaygroundRicTaxonGroupDao
See Also:
PlaygroundRicTaxonGroupDao.getAllPlaygroundRicTaxonGroup(int, int)

getAllPlaygroundRicTaxonGroup

public java.util.Collection getAllPlaygroundRicTaxonGroup(java.lang.String queryString,
                                                          int pageNumber,
                                                          int pageSize)
Description copied from interface: PlaygroundRicTaxonGroupDao

Does the same thing as PlaygroundRicTaxonGroupDao.getAllPlaygroundRicTaxonGroup(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.

Specified by:
getAllPlaygroundRicTaxonGroup in interface PlaygroundRicTaxonGroupDao
See Also:
PlaygroundRicTaxonGroupDao.getAllPlaygroundRicTaxonGroup(String, int, int)

getAllPlaygroundRicTaxonGroup

public java.util.Collection getAllPlaygroundRicTaxonGroup(int transform,
                                                          java.lang.String queryString)
Description copied from interface: PlaygroundRicTaxonGroupDao

Does the same thing as PlaygroundRicTaxonGroupDao.getAllPlaygroundRicTaxonGroup(int) with an additional argument called queryString. This queryString argument allows you to override the query string defined in PlaygroundRicTaxonGroupDao.getAllPlaygroundRicTaxonGroup(int).

Specified by:
getAllPlaygroundRicTaxonGroup in interface PlaygroundRicTaxonGroupDao
See Also:
PlaygroundRicTaxonGroupDao.getAllPlaygroundRicTaxonGroup(int, String)

getAllPlaygroundRicTaxonGroup

public java.util.Collection getAllPlaygroundRicTaxonGroup(int transform,
                                                          int pageNumber,
                                                          int pageSize)
Description copied from interface: PlaygroundRicTaxonGroupDao

Does the same thing as PlaygroundRicTaxonGroupDao.getAllPlaygroundRicTaxonGroup(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.

Specified by:
getAllPlaygroundRicTaxonGroup in interface PlaygroundRicTaxonGroupDao
See Also:
PlaygroundRicTaxonGroupDao.getAllPlaygroundRicTaxonGroup(int, int, int)

getAllPlaygroundRicTaxonGroup

public java.util.Collection getAllPlaygroundRicTaxonGroup(int transform,
                                                          java.lang.String queryString,
                                                          int pageNumber,
                                                          int pageSize)
Description copied from interface: PlaygroundRicTaxonGroupDao

Does the same thing as PlaygroundRicTaxonGroupDao.getAllPlaygroundRicTaxonGroup(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.

Specified by:
getAllPlaygroundRicTaxonGroup in interface PlaygroundRicTaxonGroupDao
See Also:
PlaygroundRicTaxonGroupDao.getAllPlaygroundRicTaxonGroup(int, java.lang.String, int, int)

findPlaygroundRicTaxonGroupByCode

public PlaygroundRicTaxonGroup findPlaygroundRicTaxonGroupByCode(java.lang.String code)
Specified by:
findPlaygroundRicTaxonGroupByCode in interface PlaygroundRicTaxonGroupDao
See Also:
PlaygroundRicTaxonGroupDao.findPlaygroundRicTaxonGroupByCode(java.lang.String)

findPlaygroundRicTaxonGroupByCode

public java.lang.Object findPlaygroundRicTaxonGroupByCode(int transform,
                                                          java.lang.String code)
Description copied from interface: PlaygroundRicTaxonGroupDao

Does the same thing as PlaygroundRicTaxonGroupDao.findPlaygroundRicTaxonGroupByCode(java.lang.String) 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.

Specified by:
findPlaygroundRicTaxonGroupByCode in interface PlaygroundRicTaxonGroupDao
See Also:
PlaygroundRicTaxonGroupDao.findPlaygroundRicTaxonGroupByCode(int, java.lang.String)

findPlaygroundRicTaxonGroupByCode

public PlaygroundRicTaxonGroup findPlaygroundRicTaxonGroupByCode(java.lang.String queryString,
                                                                 java.lang.String code)
Description copied from interface: PlaygroundRicTaxonGroupDao

Does the same thing as PlaygroundRicTaxonGroupDao.findPlaygroundRicTaxonGroupByCode(java.lang.String) with an additional argument called queryString. This queryString argument allows you to override the query string defined in PlaygroundRicTaxonGroupDao.findPlaygroundRicTaxonGroupByCode(java.lang.String).

Specified by:
findPlaygroundRicTaxonGroupByCode in interface PlaygroundRicTaxonGroupDao
See Also:
PlaygroundRicTaxonGroupDao.findPlaygroundRicTaxonGroupByCode(java.lang.String, java.lang.String)

findPlaygroundRicTaxonGroupByCode

public java.lang.Object findPlaygroundRicTaxonGroupByCode(int transform,
                                                          java.lang.String queryString,
                                                          java.lang.String code)
Description copied from interface: PlaygroundRicTaxonGroupDao

Does the same thing as PlaygroundRicTaxonGroupDao.findPlaygroundRicTaxonGroupByCode(int, java.lang.String) with an additional argument called queryString. This queryString argument allows you to override the query string defined in PlaygroundRicTaxonGroupDao.findPlaygroundRicTaxonGroupByCode(int, java.lang.String code).

Specified by:
findPlaygroundRicTaxonGroupByCode in interface PlaygroundRicTaxonGroupDao
See Also:
PlaygroundRicTaxonGroupDao.findPlaygroundRicTaxonGroupByCode(int, java.lang.String, java.lang.String)

findPlaygroundRicTaxonGroupByNaturalId

public PlaygroundRicTaxonGroup findPlaygroundRicTaxonGroupByNaturalId(java.lang.String code)
Specified by:
findPlaygroundRicTaxonGroupByNaturalId in interface PlaygroundRicTaxonGroupDao
See Also:
PlaygroundRicTaxonGroupDao.findPlaygroundRicTaxonGroupByNaturalId(java.lang.String)

findPlaygroundRicTaxonGroupByNaturalId

public java.lang.Object findPlaygroundRicTaxonGroupByNaturalId(int transform,
                                                               java.lang.String code)
Description copied from interface: PlaygroundRicTaxonGroupDao

Does the same thing as PlaygroundRicTaxonGroupDao.findPlaygroundRicTaxonGroupByNaturalId(java.lang.String) 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.

Specified by:
findPlaygroundRicTaxonGroupByNaturalId in interface PlaygroundRicTaxonGroupDao
See Also:
PlaygroundRicTaxonGroupDao.findPlaygroundRicTaxonGroupByNaturalId(int, java.lang.String)

findPlaygroundRicTaxonGroupByNaturalId

public PlaygroundRicTaxonGroup findPlaygroundRicTaxonGroupByNaturalId(java.lang.String queryString,
                                                                      java.lang.String code)
Description copied from interface: PlaygroundRicTaxonGroupDao

Does the same thing as PlaygroundRicTaxonGroupDao.findPlaygroundRicTaxonGroupByNaturalId(java.lang.String) with an additional argument called queryString. This queryString argument allows you to override the query string defined in PlaygroundRicTaxonGroupDao.findPlaygroundRicTaxonGroupByNaturalId(java.lang.String).

Specified by:
findPlaygroundRicTaxonGroupByNaturalId in interface PlaygroundRicTaxonGroupDao
See Also:
PlaygroundRicTaxonGroupDao.findPlaygroundRicTaxonGroupByNaturalId(java.lang.String, java.lang.String)

findPlaygroundRicTaxonGroupByNaturalId

public java.lang.Object findPlaygroundRicTaxonGroupByNaturalId(int transform,
                                                               java.lang.String queryString,
                                                               java.lang.String code)
Description copied from interface: PlaygroundRicTaxonGroupDao

Does the same thing as PlaygroundRicTaxonGroupDao.findPlaygroundRicTaxonGroupByNaturalId(int, java.lang.String) with an additional argument called queryString. This queryString argument allows you to override the query string defined in PlaygroundRicTaxonGroupDao.findPlaygroundRicTaxonGroupByNaturalId(int, java.lang.String code).

Specified by:
findPlaygroundRicTaxonGroupByNaturalId in interface PlaygroundRicTaxonGroupDao
See Also:
PlaygroundRicTaxonGroupDao.findPlaygroundRicTaxonGroupByNaturalId(int, java.lang.String, java.lang.String)

createFromClusterPlaygroundRicTaxonGroup

public PlaygroundRicTaxonGroup createFromClusterPlaygroundRicTaxonGroup(ClusterPlaygroundRicTaxonGroup clusterPlaygroundRicTaxonGroup)
Specified by:
createFromClusterPlaygroundRicTaxonGroup in interface PlaygroundRicTaxonGroupDao
See Also:
PlaygroundRicTaxonGroupDao.createFromClusterPlaygroundRicTaxonGroup(fr.ifremer.allegro.playground.generic.cluster.ClusterPlaygroundRicTaxonGroup)

handleCreateFromClusterPlaygroundRicTaxonGroup

protected abstract PlaygroundRicTaxonGroup handleCreateFromClusterPlaygroundRicTaxonGroup(ClusterPlaygroundRicTaxonGroup clusterPlaygroundRicTaxonGroup)
                                                                                   throws java.lang.Exception
Performs the core logic for createFromClusterPlaygroundRicTaxonGroup(fr.ifremer.allegro.playground.generic.cluster.ClusterPlaygroundRicTaxonGroup)

Throws:
java.lang.Exception

getAllClusterPlaygroundRicTaxonGroup

public ClusterPlaygroundRicTaxonGroup[] getAllClusterPlaygroundRicTaxonGroup(java.lang.Integer userId,
                                                                             java.lang.Integer[] registrationLocationIds,
                                                                             java.lang.Integer pageNumber,
                                                                             java.lang.Integer pageSize)
Specified by:
getAllClusterPlaygroundRicTaxonGroup in interface PlaygroundRicTaxonGroupDao
See Also:
PlaygroundRicTaxonGroupDao.getAllClusterPlaygroundRicTaxonGroup(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

handleGetAllClusterPlaygroundRicTaxonGroup

protected abstract ClusterPlaygroundRicTaxonGroup[] handleGetAllClusterPlaygroundRicTaxonGroup(java.lang.Integer userId,
                                                                                               java.lang.Integer[] registrationLocationIds,
                                                                                               java.lang.Integer pageNumber,
                                                                                               java.lang.Integer pageSize)
                                                                                        throws java.lang.Exception
Performs the core logic for getAllClusterPlaygroundRicTaxonGroup(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

Throws:
java.lang.Exception

transformEntity

protected java.lang.Object transformEntity(int transform,
                                           PlaygroundRicTaxonGroup 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.playground.PlaygroundRicTaxonGroupDao, please note that the PlaygroundRicTaxonGroupDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself will be returned.

This method will return instances of these types:

If the integer argument value is unknown PlaygroundRicTaxonGroupDao.TRANSFORM_NONE is assumed.

Parameters:
transform - one of the constants declared in PlaygroundRicTaxonGroupDao
entity - an entity that was found
Returns:
the transformed entity (i.e. new value object, etc)
See Also:
transformEntities(int,java.util.Collection)

transformEntities

protected void transformEntities(int transform,
                                 java.util.Collection entities)
Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.playground.PlaygroundRicTaxonGroup) method. This method does not instantiate a new collection.

This method is to be used internally only.

Parameters:
transform - one of the constants declared in fr.ifremer.allegro.playground.PlaygroundRicTaxonGroupDao
entities - the collection of entities to transform
See Also:
transformEntity(int,fr.ifremer.allegro.playground.PlaygroundRicTaxonGroup)

toEntity

protected PlaygroundRicTaxonGroup toEntity(java.lang.Object[] row)

toRemotePlaygroundRicTaxonGroupFullVOCollection

public final void toRemotePlaygroundRicTaxonGroupFullVOCollection(java.util.Collection entities)
Description copied from interface: PlaygroundRicTaxonGroupDao
Converts this DAO's entity to a Collection of instances of type RemotePlaygroundRicTaxonGroupFullVO.

Specified by:
toRemotePlaygroundRicTaxonGroupFullVOCollection in interface PlaygroundRicTaxonGroupDao
See Also:
PlaygroundRicTaxonGroupDao.toRemotePlaygroundRicTaxonGroupFullVOCollection(java.util.Collection)

toRemotePlaygroundRicTaxonGroupFullVOArray

public final RemotePlaygroundRicTaxonGroupFullVO[] toRemotePlaygroundRicTaxonGroupFullVOArray(java.util.Collection entities)
Description copied from interface: PlaygroundRicTaxonGroupDao
Converts this DAO's entity to an array of instances of type RemotePlaygroundRicTaxonGroupFullVO.

Specified by:
toRemotePlaygroundRicTaxonGroupFullVOArray in interface PlaygroundRicTaxonGroupDao
See Also:
PlaygroundRicTaxonGroupDao.toRemotePlaygroundRicTaxonGroupFullVOArray(java.util.Collection)

toRemotePlaygroundRicTaxonGroupFullVO

protected RemotePlaygroundRicTaxonGroupFullVO toRemotePlaygroundRicTaxonGroupFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. This implementation exists for convenience reasons only. It needs only be overridden in the PlaygroundRicTaxonGroupDaoImpl class if you intend to use reporting queries.

See Also:
PlaygroundRicTaxonGroupDao.toRemotePlaygroundRicTaxonGroupFullVO(fr.ifremer.allegro.playground.PlaygroundRicTaxonGroup)

remotePlaygroundRicTaxonGroupFullVOToEntityCollection

public final void remotePlaygroundRicTaxonGroupFullVOToEntityCollection(java.util.Collection instances)
Description copied from interface: PlaygroundRicTaxonGroupDao
Converts a Collection of instances of type RemotePlaygroundRicTaxonGroupFullVO to this DAO's entity.

Specified by:
remotePlaygroundRicTaxonGroupFullVOToEntityCollection in interface PlaygroundRicTaxonGroupDao
See Also:
PlaygroundRicTaxonGroupDao.remotePlaygroundRicTaxonGroupFullVOToEntityCollection(java.util.Collection)

toRemotePlaygroundRicTaxonGroupFullVO

public void toRemotePlaygroundRicTaxonGroupFullVO(PlaygroundRicTaxonGroup source,
                                                  RemotePlaygroundRicTaxonGroupFullVO target)
Description copied from interface: PlaygroundRicTaxonGroupDao
Copies the fields of the specified entity to the target value object. This method is similar to toRemotePlaygroundRicTaxonGroupFullVO(), but it does not handle any attributes in the target value object that are "read-only" (as those do not have setter methods exposed).

Specified by:
toRemotePlaygroundRicTaxonGroupFullVO in interface PlaygroundRicTaxonGroupDao
See Also:
PlaygroundRicTaxonGroupDao.toRemotePlaygroundRicTaxonGroupFullVO(fr.ifremer.allegro.playground.PlaygroundRicTaxonGroup, fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundRicTaxonGroupFullVO)

toRemotePlaygroundRicTaxonGroupFullVO

public RemotePlaygroundRicTaxonGroupFullVO toRemotePlaygroundRicTaxonGroupFullVO(PlaygroundRicTaxonGroup entity)
Description copied from interface: PlaygroundRicTaxonGroupDao
Converts this DAO's entity to an object of type RemotePlaygroundRicTaxonGroupFullVO.

Specified by:
toRemotePlaygroundRicTaxonGroupFullVO in interface PlaygroundRicTaxonGroupDao
See Also:
PlaygroundRicTaxonGroupDao.toRemotePlaygroundRicTaxonGroupFullVO(fr.ifremer.allegro.playground.PlaygroundRicTaxonGroup)

remotePlaygroundRicTaxonGroupFullVOToEntity

public void remotePlaygroundRicTaxonGroupFullVOToEntity(RemotePlaygroundRicTaxonGroupFullVO source,
                                                        PlaygroundRicTaxonGroup target,
                                                        boolean copyIfNull)
Description copied from interface: PlaygroundRicTaxonGroupDao
Copies the fields of RemotePlaygroundRicTaxonGroupFullVO to the specified entity.

Specified by:
remotePlaygroundRicTaxonGroupFullVOToEntity in interface PlaygroundRicTaxonGroupDao
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.
See Also:
fr.ifremer.allegro.playground.PlaygroundRicTaxonGroupDao#remotePlaygroundRicTaxonGroupFullVOToEntity(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundRicTaxonGroupFullVO, fr.ifremer.allegro.playground.PlaygroundRicTaxonGroup)

toRemotePlaygroundRicTaxonGroupNaturalIdCollection

public final void toRemotePlaygroundRicTaxonGroupNaturalIdCollection(java.util.Collection entities)
Description copied from interface: PlaygroundRicTaxonGroupDao
Converts this DAO's entity to a Collection of instances of type RemotePlaygroundRicTaxonGroupNaturalId.

Specified by:
toRemotePlaygroundRicTaxonGroupNaturalIdCollection in interface PlaygroundRicTaxonGroupDao
See Also:
PlaygroundRicTaxonGroupDao.toRemotePlaygroundRicTaxonGroupNaturalIdCollection(java.util.Collection)

toRemotePlaygroundRicTaxonGroupNaturalIdArray

public final RemotePlaygroundRicTaxonGroupNaturalId[] toRemotePlaygroundRicTaxonGroupNaturalIdArray(java.util.Collection entities)
Description copied from interface: PlaygroundRicTaxonGroupDao
Converts this DAO's entity to an array of instances of type RemotePlaygroundRicTaxonGroupNaturalId.

Specified by:
toRemotePlaygroundRicTaxonGroupNaturalIdArray in interface PlaygroundRicTaxonGroupDao
See Also:
PlaygroundRicTaxonGroupDao.toRemotePlaygroundRicTaxonGroupNaturalIdArray(java.util.Collection)

toRemotePlaygroundRicTaxonGroupNaturalId

protected RemotePlaygroundRicTaxonGroupNaturalId toRemotePlaygroundRicTaxonGroupNaturalId(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. This implementation exists for convenience reasons only. It needs only be overridden in the PlaygroundRicTaxonGroupDaoImpl class if you intend to use reporting queries.

See Also:
PlaygroundRicTaxonGroupDao.toRemotePlaygroundRicTaxonGroupNaturalId(fr.ifremer.allegro.playground.PlaygroundRicTaxonGroup)

remotePlaygroundRicTaxonGroupNaturalIdToEntityCollection

public final void remotePlaygroundRicTaxonGroupNaturalIdToEntityCollection(java.util.Collection instances)
Description copied from interface: PlaygroundRicTaxonGroupDao
Converts a Collection of instances of type RemotePlaygroundRicTaxonGroupNaturalId to this DAO's entity.

Specified by:
remotePlaygroundRicTaxonGroupNaturalIdToEntityCollection in interface PlaygroundRicTaxonGroupDao
See Also:
PlaygroundRicTaxonGroupDao.remotePlaygroundRicTaxonGroupNaturalIdToEntityCollection(java.util.Collection)

toRemotePlaygroundRicTaxonGroupNaturalId

public void toRemotePlaygroundRicTaxonGroupNaturalId(PlaygroundRicTaxonGroup source,
                                                     RemotePlaygroundRicTaxonGroupNaturalId target)
Description copied from interface: PlaygroundRicTaxonGroupDao
Copies the fields of the specified entity to the target value object. This method is similar to toRemotePlaygroundRicTaxonGroupNaturalId(), but it does not handle any attributes in the target value object that are "read-only" (as those do not have setter methods exposed).

Specified by:
toRemotePlaygroundRicTaxonGroupNaturalId in interface PlaygroundRicTaxonGroupDao
See Also:
PlaygroundRicTaxonGroupDao.toRemotePlaygroundRicTaxonGroupNaturalId(fr.ifremer.allegro.playground.PlaygroundRicTaxonGroup, fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundRicTaxonGroupNaturalId)

toRemotePlaygroundRicTaxonGroupNaturalId

public RemotePlaygroundRicTaxonGroupNaturalId toRemotePlaygroundRicTaxonGroupNaturalId(PlaygroundRicTaxonGroup entity)
Description copied from interface: PlaygroundRicTaxonGroupDao
Converts this DAO's entity to an object of type RemotePlaygroundRicTaxonGroupNaturalId.

Specified by:
toRemotePlaygroundRicTaxonGroupNaturalId in interface PlaygroundRicTaxonGroupDao
See Also:
PlaygroundRicTaxonGroupDao.toRemotePlaygroundRicTaxonGroupNaturalId(fr.ifremer.allegro.playground.PlaygroundRicTaxonGroup)

remotePlaygroundRicTaxonGroupNaturalIdToEntity

public void remotePlaygroundRicTaxonGroupNaturalIdToEntity(RemotePlaygroundRicTaxonGroupNaturalId source,
                                                           PlaygroundRicTaxonGroup target,
                                                           boolean copyIfNull)
Description copied from interface: PlaygroundRicTaxonGroupDao
Copies the fields of RemotePlaygroundRicTaxonGroupNaturalId to the specified entity.

Specified by:
remotePlaygroundRicTaxonGroupNaturalIdToEntity in interface PlaygroundRicTaxonGroupDao
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.
See Also:
fr.ifremer.allegro.playground.PlaygroundRicTaxonGroupDao#remotePlaygroundRicTaxonGroupNaturalIdToEntity(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundRicTaxonGroupNaturalId, fr.ifremer.allegro.playground.PlaygroundRicTaxonGroup)

toClusterPlaygroundRicTaxonGroupCollection

public final void toClusterPlaygroundRicTaxonGroupCollection(java.util.Collection entities)
Description copied from interface: PlaygroundRicTaxonGroupDao
Converts this DAO's entity to a Collection of instances of type ClusterPlaygroundRicTaxonGroup.

Specified by:
toClusterPlaygroundRicTaxonGroupCollection in interface PlaygroundRicTaxonGroupDao
See Also:
PlaygroundRicTaxonGroupDao.toClusterPlaygroundRicTaxonGroupCollection(java.util.Collection)

toClusterPlaygroundRicTaxonGroupArray

public final ClusterPlaygroundRicTaxonGroup[] toClusterPlaygroundRicTaxonGroupArray(java.util.Collection entities)
Description copied from interface: PlaygroundRicTaxonGroupDao
Converts this DAO's entity to an array of instances of type ClusterPlaygroundRicTaxonGroup.

Specified by:
toClusterPlaygroundRicTaxonGroupArray in interface PlaygroundRicTaxonGroupDao
See Also:
PlaygroundRicTaxonGroupDao.toClusterPlaygroundRicTaxonGroupArray(java.util.Collection)

toClusterPlaygroundRicTaxonGroup

protected ClusterPlaygroundRicTaxonGroup toClusterPlaygroundRicTaxonGroup(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. This implementation exists for convenience reasons only. It needs only be overridden in the PlaygroundRicTaxonGroupDaoImpl class if you intend to use reporting queries.

See Also:
PlaygroundRicTaxonGroupDao.toClusterPlaygroundRicTaxonGroup(fr.ifremer.allegro.playground.PlaygroundRicTaxonGroup)

clusterPlaygroundRicTaxonGroupToEntityCollection

public final void clusterPlaygroundRicTaxonGroupToEntityCollection(java.util.Collection instances)
Description copied from interface: PlaygroundRicTaxonGroupDao
Converts a Collection of instances of type ClusterPlaygroundRicTaxonGroup to this DAO's entity.

Specified by:
clusterPlaygroundRicTaxonGroupToEntityCollection in interface PlaygroundRicTaxonGroupDao
See Also:
PlaygroundRicTaxonGroupDao.clusterPlaygroundRicTaxonGroupToEntityCollection(java.util.Collection)

toClusterPlaygroundRicTaxonGroup

public void toClusterPlaygroundRicTaxonGroup(PlaygroundRicTaxonGroup source,
                                             ClusterPlaygroundRicTaxonGroup target)
Description copied from interface: PlaygroundRicTaxonGroupDao
Copies the fields of the specified entity to the target value object. This method is similar to toClusterPlaygroundRicTaxonGroup(), but it does not handle any attributes in the target value object that are "read-only" (as those do not have setter methods exposed).

Specified by:
toClusterPlaygroundRicTaxonGroup in interface PlaygroundRicTaxonGroupDao
See Also:
PlaygroundRicTaxonGroupDao.toClusterPlaygroundRicTaxonGroup(fr.ifremer.allegro.playground.PlaygroundRicTaxonGroup, fr.ifremer.allegro.playground.generic.cluster.ClusterPlaygroundRicTaxonGroup)

toClusterPlaygroundRicTaxonGroup

public ClusterPlaygroundRicTaxonGroup toClusterPlaygroundRicTaxonGroup(PlaygroundRicTaxonGroup entity)
Description copied from interface: PlaygroundRicTaxonGroupDao
Converts this DAO's entity to an object of type ClusterPlaygroundRicTaxonGroup.

Specified by:
toClusterPlaygroundRicTaxonGroup in interface PlaygroundRicTaxonGroupDao
See Also:
PlaygroundRicTaxonGroupDao.toClusterPlaygroundRicTaxonGroup(fr.ifremer.allegro.playground.PlaygroundRicTaxonGroup)

clusterPlaygroundRicTaxonGroupToEntity

public void clusterPlaygroundRicTaxonGroupToEntity(ClusterPlaygroundRicTaxonGroup source,
                                                   PlaygroundRicTaxonGroup target,
                                                   boolean copyIfNull)
Description copied from interface: PlaygroundRicTaxonGroupDao
Copies the fields of ClusterPlaygroundRicTaxonGroup to the specified entity.

Specified by:
clusterPlaygroundRicTaxonGroupToEntity in interface PlaygroundRicTaxonGroupDao
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.
See Also:
fr.ifremer.allegro.playground.PlaygroundRicTaxonGroupDao#clusterPlaygroundRicTaxonGroupToEntity(fr.ifremer.allegro.playground.generic.cluster.ClusterPlaygroundRicTaxonGroup, fr.ifremer.allegro.playground.PlaygroundRicTaxonGroup)

getPrincipal

protected java.security.Principal getPrincipal()
Gets the current principal if one has been set, otherwise returns null.

Returns:
the current principal

search

public PaginationResult search(int transform,
                               int pageNumber,
                               int pageSize,
                               Search search)
Description copied from interface: PlaygroundRicTaxonGroupDao
Does the same thing as {@link #search(int, fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize. These flags allow you to limit your data to a specified page number and size.

Specified by:
search in interface PlaygroundRicTaxonGroupDao
Parameters:
transform - the transformation flag.
pageNumber - the page number in the data to retrieve
pageSize - the size of the page to retrieve.
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search wrapped in a PaginationResult instance.
See Also:
PlaygroundRicTaxonGroupDao.search(int, int, int, fr.ifremer.allegro.Search)

search

public PaginationResult search(int pageNumber,
                               int pageSize,
                               Search search)
Description copied from interface: PlaygroundRicTaxonGroupDao
Does the same thing as {@link #search(fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize. These flags allow you to limit your data to a specified page number and size.

Specified by:
search in interface PlaygroundRicTaxonGroupDao
Parameters:
pageNumber - the page number in the data to retrieve
pageSize - the size of the page to retrieve.
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search wrapped in a PaginationResult instance.
See Also:
PlaygroundRicTaxonGroupDao.search(int, int, fr.ifremer.allegro.Search)

search

public java.util.Set search(int transform,
                            Search search)
Description copied from interface: PlaygroundRicTaxonGroupDao
Does the same thing as PlaygroundRicTaxonGroupDao.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.

Specified by:
search in interface PlaygroundRicTaxonGroupDao
Parameters:
transform - the transformation flag.
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search.
See Also:
PlaygroundRicTaxonGroupDao.search(int, fr.ifremer.allegro.Search)

search

public java.util.Set search(Search search)
Description copied from interface: PlaygroundRicTaxonGroupDao
Performs a search using the parameters specified in the given search object.

Specified by:
search in interface PlaygroundRicTaxonGroupDao
Parameters:
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search.
See Also:
PlaygroundRicTaxonGroupDao.search(fr.ifremer.allegro.Search)


Copyright © 2008-2010 IFREMER. All Rights Reserved.