fr.ifremer.allegro.administration.user
Interface ManagedDataTransferDao

All Known Implementing Classes:
ManagedDataTransferDaoBase, ManagedDataTransferDaoImpl

public interface ManagedDataTransferDao

See Also:
ManagedDataTransfer

Field Summary
static int TRANSFORM_CLUSTERMANAGEDDATATRANSFER
          This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.
static int TRANSFORM_NONE
          This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.
static int TRANSFORM_REMOTEMANAGEDDATATRANSFERFULLVO
          This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.
static int TRANSFORM_REMOTEMANAGEDDATATRANSFERNATURALID
          This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.
 
Method Summary
 ManagedDataTransfer clusterManagedDataTransferToEntity(ClusterManagedDataTransfer clusterManagedDataTransfer)
          Converts an instance of type ClusterManagedDataTransfer to this DAO's entity.
 void clusterManagedDataTransferToEntity(ClusterManagedDataTransfer source, ManagedDataTransfer target, boolean copyIfNull)
          Copies the fields of ClusterManagedDataTransfer to the specified entity.
 void clusterManagedDataTransferToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type ClusterManagedDataTransfer to this DAO's entity.
 java.util.Collection create(java.util.Collection entities)
          Creates a new instance of fr.ifremer.allegro.administration.user.ManagedDataTransfer and adds from the passed in entities collection
 ManagedDataTransfer create(java.util.Date transferDate, ManagedData managedData, User newManagerUser)
           Creates a new fr.ifremer.allegro.administration.user.ManagedDataTransfer instance from all attributes and properties and adds it to the persistent store.
 java.util.Collection create(int transform, java.util.Collection entities)
           Does the same thing as create(fr.ifremer.allegro.administration.user.ManagedDataTransfer) with an additional flag called transform.
 java.lang.Object create(int transform, java.util.Date transferDate, ManagedData managedData, User newManagerUser)
           Does the same thing as create(java.util.Date,fr.ifremer.allegro.administration.user.ManagedData,fr.ifremer.allegro.administration.user.User) with an additional flag called transform.
 java.lang.Object create(int transform, ManagedDataTransfer managedDataTransfer)
           Does the same thing as create(fr.ifremer.allegro.administration.user.ManagedDataTransfer) with an additional flag called transform.
 ManagedDataTransfer create(ManagedDataTransfer managedDataTransfer)
          Creates an instance of fr.ifremer.allegro.administration.user.ManagedDataTransfer and adds it to the persistent store.
 ManagedDataTransfer createFromClusterManagedDataTransfer(ClusterManagedDataTransfer clusterManagedDataTransfer)
           
 java.lang.Object findManagedDataTransferByIdentifiers(int transform, java.lang.String queryString, User newManagerUser, ManagedData managedData)
           Does the same thing as findManagedDataTransferByIdentifiers(int, fr.ifremer.allegro.administration.user.User, fr.ifremer.allegro.administration.user.ManagedData) with an additional argument called queryString.
 java.lang.Object findManagedDataTransferByIdentifiers(int transform, User newManagerUser, ManagedData managedData)
           Does the same thing as findManagedDataTransferByIdentifiers(fr.ifremer.allegro.administration.user.User, fr.ifremer.allegro.administration.user.ManagedData) with an additional flag called transform.
 ManagedDataTransfer findManagedDataTransferByIdentifiers(java.lang.String queryString, User newManagerUser, ManagedData managedData)
           Does the same thing as findManagedDataTransferByIdentifiers(fr.ifremer.allegro.administration.user.User, fr.ifremer.allegro.administration.user.ManagedData) with an additional argument called queryString.
 ManagedDataTransfer findManagedDataTransferByIdentifiers(User newManagerUser, ManagedData managedData)
           
 java.util.Collection findManagedDataTransferByManagedData(int transform, int pageNumber, int pageSize, ManagedData managedData)
           Does the same thing as findManagedDataTransferByManagedData(int, fr.ifremer.allegro.administration.user.ManagedData) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findManagedDataTransferByManagedData(int pageNumber, int pageSize, ManagedData managedData)
           Does the same thing as findManagedDataTransferByManagedData(fr.ifremer.allegro.administration.user.ManagedData) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findManagedDataTransferByManagedData(int transform, ManagedData managedData)
           Does the same thing as findManagedDataTransferByManagedData(fr.ifremer.allegro.administration.user.ManagedData) with an additional flag called transform.
 java.util.Collection findManagedDataTransferByManagedData(int transform, java.lang.String queryString, int pageNumber, int pageSize, ManagedData managedData)
           Does the same thing as findManagedDataTransferByManagedData(int, String, fr.ifremer.allegro.administration.user.ManagedData) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findManagedDataTransferByManagedData(int transform, java.lang.String queryString, ManagedData managedData)
           Does the same thing as findManagedDataTransferByManagedData(int, fr.ifremer.allegro.administration.user.ManagedData) with an additional argument called queryString.
 java.util.Collection findManagedDataTransferByManagedData(ManagedData managedData)
           
 java.util.Collection findManagedDataTransferByManagedData(java.lang.String queryString, int pageNumber, int pageSize, ManagedData managedData)
           Does the same thing as findManagedDataTransferByManagedData(String, fr.ifremer.allegro.administration.user.ManagedData) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findManagedDataTransferByManagedData(java.lang.String queryString, ManagedData managedData)
           Does the same thing as findManagedDataTransferByManagedData(fr.ifremer.allegro.administration.user.ManagedData) with an additional argument called queryString.
 java.lang.Object findManagedDataTransferByNaturalId(int transform, java.lang.String queryString, User newManagerUser, ManagedData managedData)
           Does the same thing as findManagedDataTransferByNaturalId(int, fr.ifremer.allegro.administration.user.User, fr.ifremer.allegro.administration.user.ManagedData) with an additional argument called queryString.
 java.lang.Object findManagedDataTransferByNaturalId(int transform, User newManagerUser, ManagedData managedData)
           Does the same thing as findManagedDataTransferByNaturalId(fr.ifremer.allegro.administration.user.User, fr.ifremer.allegro.administration.user.ManagedData) with an additional flag called transform.
 ManagedDataTransfer findManagedDataTransferByNaturalId(java.lang.String queryString, User newManagerUser, ManagedData managedData)
           Does the same thing as findManagedDataTransferByNaturalId(fr.ifremer.allegro.administration.user.User, fr.ifremer.allegro.administration.user.ManagedData) with an additional argument called queryString.
 ManagedDataTransfer findManagedDataTransferByNaturalId(User newManagerUser, ManagedData managedData)
           
 java.util.Collection findManagedDataTransferByNewManagerUser(int transform, int pageNumber, int pageSize, User newManagerUser)
           Does the same thing as findManagedDataTransferByNewManagerUser(int, fr.ifremer.allegro.administration.user.User) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findManagedDataTransferByNewManagerUser(int pageNumber, int pageSize, User newManagerUser)
           Does the same thing as findManagedDataTransferByNewManagerUser(fr.ifremer.allegro.administration.user.User) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findManagedDataTransferByNewManagerUser(int transform, java.lang.String queryString, int pageNumber, int pageSize, User newManagerUser)
           Does the same thing as findManagedDataTransferByNewManagerUser(int, String, fr.ifremer.allegro.administration.user.User) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findManagedDataTransferByNewManagerUser(int transform, java.lang.String queryString, User newManagerUser)
           Does the same thing as findManagedDataTransferByNewManagerUser(int, fr.ifremer.allegro.administration.user.User) with an additional argument called queryString.
 java.util.Collection findManagedDataTransferByNewManagerUser(int transform, User newManagerUser)
           Does the same thing as findManagedDataTransferByNewManagerUser(fr.ifremer.allegro.administration.user.User) with an additional flag called transform.
 java.util.Collection findManagedDataTransferByNewManagerUser(java.lang.String queryString, int pageNumber, int pageSize, User newManagerUser)
           Does the same thing as findManagedDataTransferByNewManagerUser(String, fr.ifremer.allegro.administration.user.User) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findManagedDataTransferByNewManagerUser(java.lang.String queryString, User newManagerUser)
           Does the same thing as findManagedDataTransferByNewManagerUser(fr.ifremer.allegro.administration.user.User) with an additional argument called queryString.
 java.util.Collection findManagedDataTransferByNewManagerUser(User newManagerUser)
           
 java.util.Collection getAllManagedDataTransfer()
           
 java.util.Collection getAllManagedDataTransfer(int transform)
           Does the same thing as getAllManagedDataTransfer() with an additional flag called transform.
 java.util.Collection getAllManagedDataTransfer(int pageNumber, int pageSize)
           Does the same thing as getAllManagedDataTransfer() with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllManagedDataTransfer(int transform, int pageNumber, int pageSize)
           Does the same thing as getAllManagedDataTransfer(int) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllManagedDataTransfer(int transform, java.lang.String queryString)
           Does the same thing as getAllManagedDataTransfer(int) with an additional argument called queryString.
 java.util.Collection getAllManagedDataTransfer(int transform, java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as getAllManagedDataTransfer(int, String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllManagedDataTransfer(java.lang.String queryString)
           Does the same thing as getAllManagedDataTransfer() with an additional argument called queryString.
 java.util.Collection getAllManagedDataTransfer(java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as getAllManagedDataTransfer(String) with an additional two arguments called pageNumber and pageSize.
 java.lang.Object load(int transform, ManagedData managedData, User newManagerUser)
           Does the same thing as load(fr.ifremer.allegro.administration.user.ManagedData,fr.ifremer.allegro.administration.user.User) with an additional flag called transform.
 ManagedDataTransfer load(ManagedData managedData, User newManagerUser)
          Loads an instance of fr.ifremer.allegro.administration.user.ManagedDataTransfer from the persistent store.
 java.util.Collection loadAll()
          Loads all entities of type ManagedDataTransfer.
 java.util.Collection loadAll(int transform)
           Does the same thing as loadAll() with an additional flag called transform.
 java.util.Collection loadAll(int pageNumber, int pageSize)
           Does the same thing as loadAll() with an additional two arguments called pageNumber and pageSize.
 java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
           Does the same thing as loadAll(int) with an additional two arguments called pageNumber and pageSize.
 ManagedDataTransfer remoteManagedDataTransferFullVOToEntity(RemoteManagedDataTransferFullVO remoteManagedDataTransferFullVO)
          Converts an instance of type RemoteManagedDataTransferFullVO to this DAO's entity.
 void remoteManagedDataTransferFullVOToEntity(RemoteManagedDataTransferFullVO source, ManagedDataTransfer target, boolean copyIfNull)
          Copies the fields of RemoteManagedDataTransferFullVO to the specified entity.
 void remoteManagedDataTransferFullVOToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteManagedDataTransferFullVO to this DAO's entity.
 ManagedDataTransfer remoteManagedDataTransferNaturalIdToEntity(RemoteManagedDataTransferNaturalId remoteManagedDataTransferNaturalId)
          Converts an instance of type RemoteManagedDataTransferNaturalId to this DAO's entity.
 void remoteManagedDataTransferNaturalIdToEntity(RemoteManagedDataTransferNaturalId source, ManagedDataTransfer target, boolean copyIfNull)
          Copies the fields of RemoteManagedDataTransferNaturalId to the specified entity.
 void remoteManagedDataTransferNaturalIdToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteManagedDataTransferNaturalId to this DAO's entity.
 void remove(java.util.Collection entities)
          Removes all entities in the given entities collection.
 void remove(ManagedDataTransfer managedDataTransfer)
          Removes the instance of fr.ifremer.allegro.administration.user.ManagedDataTransfer from the persistent store.
 void remove(ManagedData managedData, User newManagerUser)
          Removes the instance of fr.ifremer.allegro.administration.user.ManagedDataTransfer having the given identifiers from the persistent store.
 PaginationResult search(int transform, int pageNumber, int pageSize, Search search)
          Does the same thing as {@link #search(int, fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize.
 PaginationResult search(int pageNumber, int pageSize, Search search)
          Does the same thing as {@link #search(fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize.
 java.util.Set search(int transform, Search search)
          Does the same thing as search(fr.ifremer.allegro.Search) but with an additional flag called transform.
 java.util.Set search(Search search)
          Performs a search using the parameters specified in the given search object.
 ClusterManagedDataTransfer toClusterManagedDataTransfer(ManagedDataTransfer entity)
          Converts this DAO's entity to an object of type ClusterManagedDataTransfer.
 void toClusterManagedDataTransfer(ManagedDataTransfer source, ClusterManagedDataTransfer target)
          Copies the fields of the specified entity to the target value object.
 ClusterManagedDataTransfer[] toClusterManagedDataTransferArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterManagedDataTransfer.
 void toClusterManagedDataTransferCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type ClusterManagedDataTransfer.
 RemoteManagedDataTransferFullVO toRemoteManagedDataTransferFullVO(ManagedDataTransfer entity)
          Converts this DAO's entity to an object of type RemoteManagedDataTransferFullVO.
 void toRemoteManagedDataTransferFullVO(ManagedDataTransfer source, RemoteManagedDataTransferFullVO target)
          Copies the fields of the specified entity to the target value object.
 RemoteManagedDataTransferFullVO[] toRemoteManagedDataTransferFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteManagedDataTransferFullVO.
 void toRemoteManagedDataTransferFullVOCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteManagedDataTransferFullVO.
 RemoteManagedDataTransferNaturalId toRemoteManagedDataTransferNaturalId(ManagedDataTransfer entity)
          Converts this DAO's entity to an object of type RemoteManagedDataTransferNaturalId.
 void toRemoteManagedDataTransferNaturalId(ManagedDataTransfer source, RemoteManagedDataTransferNaturalId target)
          Copies the fields of the specified entity to the target value object.
 RemoteManagedDataTransferNaturalId[] toRemoteManagedDataTransferNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteManagedDataTransferNaturalId.
 void toRemoteManagedDataTransferNaturalIdCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteManagedDataTransferNaturalId.
 void update(java.util.Collection entities)
          Updates all instances in the entities collection in the persistent store.
 void update(ManagedDataTransfer managedDataTransfer)
          Updates the managedDataTransfer instance in the persistent store.
 

Field Detail

TRANSFORM_NONE

static final int TRANSFORM_NONE
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.

This specific flag denotes no transformation will occur.

See Also:
Constant Field Values

TRANSFORM_REMOTEMANAGEDDATATRANSFERFULLVO

static final int TRANSFORM_REMOTEMANAGEDDATATRANSFERFULLVO
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.

This specific flag denotes entities must be transformed into objects of type RemoteManagedDataTransferFullVO.

See Also:
Constant Field Values

TRANSFORM_REMOTEMANAGEDDATATRANSFERNATURALID

static final int TRANSFORM_REMOTEMANAGEDDATATRANSFERNATURALID
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.

This specific flag denotes entities must be transformed into objects of type RemoteManagedDataTransferNaturalId.

See Also:
Constant Field Values

TRANSFORM_CLUSTERMANAGEDDATATRANSFER

static final int TRANSFORM_CLUSTERMANAGEDDATATRANSFER
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.

This specific flag denotes entities must be transformed into objects of type ClusterManagedDataTransfer.

See Also:
Constant Field Values
Method Detail

toRemoteManagedDataTransferFullVO

void toRemoteManagedDataTransferFullVO(ManagedDataTransfer source,
                                       RemoteManagedDataTransferFullVO target)
Copies the fields of the specified entity to the target value object. This method is similar to toRemoteManagedDataTransferFullVO(), but it does not handle any attributes in the target value object that are "read-only" (as those do not have setter methods exposed).


toRemoteManagedDataTransferFullVO

RemoteManagedDataTransferFullVO toRemoteManagedDataTransferFullVO(ManagedDataTransfer entity)
Converts this DAO's entity to an object of type RemoteManagedDataTransferFullVO.


toRemoteManagedDataTransferFullVOCollection

void toRemoteManagedDataTransferFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteManagedDataTransferFullVO.


toRemoteManagedDataTransferFullVOArray

RemoteManagedDataTransferFullVO[] toRemoteManagedDataTransferFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteManagedDataTransferFullVO.


remoteManagedDataTransferFullVOToEntity

void remoteManagedDataTransferFullVOToEntity(RemoteManagedDataTransferFullVO source,
                                             ManagedDataTransfer target,
                                             boolean copyIfNull)
Copies the fields of RemoteManagedDataTransferFullVO to the specified entity.

Parameters:
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.

remoteManagedDataTransferFullVOToEntity

ManagedDataTransfer remoteManagedDataTransferFullVOToEntity(RemoteManagedDataTransferFullVO remoteManagedDataTransferFullVO)
Converts an instance of type RemoteManagedDataTransferFullVO to this DAO's entity.


remoteManagedDataTransferFullVOToEntityCollection

void remoteManagedDataTransferFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteManagedDataTransferFullVO to this DAO's entity.


toRemoteManagedDataTransferNaturalId

void toRemoteManagedDataTransferNaturalId(ManagedDataTransfer source,
                                          RemoteManagedDataTransferNaturalId target)
Copies the fields of the specified entity to the target value object. This method is similar to toRemoteManagedDataTransferNaturalId(), but it does not handle any attributes in the target value object that are "read-only" (as those do not have setter methods exposed).


toRemoteManagedDataTransferNaturalId

RemoteManagedDataTransferNaturalId toRemoteManagedDataTransferNaturalId(ManagedDataTransfer entity)
Converts this DAO's entity to an object of type RemoteManagedDataTransferNaturalId.


toRemoteManagedDataTransferNaturalIdCollection

void toRemoteManagedDataTransferNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteManagedDataTransferNaturalId.


toRemoteManagedDataTransferNaturalIdArray

RemoteManagedDataTransferNaturalId[] toRemoteManagedDataTransferNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteManagedDataTransferNaturalId.


remoteManagedDataTransferNaturalIdToEntity

void remoteManagedDataTransferNaturalIdToEntity(RemoteManagedDataTransferNaturalId source,
                                                ManagedDataTransfer target,
                                                boolean copyIfNull)
Copies the fields of RemoteManagedDataTransferNaturalId to the specified entity.

Parameters:
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.

remoteManagedDataTransferNaturalIdToEntity

ManagedDataTransfer remoteManagedDataTransferNaturalIdToEntity(RemoteManagedDataTransferNaturalId remoteManagedDataTransferNaturalId)
Converts an instance of type RemoteManagedDataTransferNaturalId to this DAO's entity.


remoteManagedDataTransferNaturalIdToEntityCollection

void remoteManagedDataTransferNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteManagedDataTransferNaturalId to this DAO's entity.


toClusterManagedDataTransfer

void toClusterManagedDataTransfer(ManagedDataTransfer source,
                                  ClusterManagedDataTransfer target)
Copies the fields of the specified entity to the target value object. This method is similar to toClusterManagedDataTransfer(), but it does not handle any attributes in the target value object that are "read-only" (as those do not have setter methods exposed).


toClusterManagedDataTransfer

ClusterManagedDataTransfer toClusterManagedDataTransfer(ManagedDataTransfer entity)
Converts this DAO's entity to an object of type ClusterManagedDataTransfer.


toClusterManagedDataTransferCollection

void toClusterManagedDataTransferCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterManagedDataTransfer.


toClusterManagedDataTransferArray

ClusterManagedDataTransfer[] toClusterManagedDataTransferArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterManagedDataTransfer.


clusterManagedDataTransferToEntity

void clusterManagedDataTransferToEntity(ClusterManagedDataTransfer source,
                                        ManagedDataTransfer target,
                                        boolean copyIfNull)
Copies the fields of ClusterManagedDataTransfer to the specified entity.

Parameters:
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.

clusterManagedDataTransferToEntity

ManagedDataTransfer clusterManagedDataTransferToEntity(ClusterManagedDataTransfer clusterManagedDataTransfer)
Converts an instance of type ClusterManagedDataTransfer to this DAO's entity.


clusterManagedDataTransferToEntityCollection

void clusterManagedDataTransferToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterManagedDataTransfer to this DAO's entity.


load

ManagedDataTransfer load(ManagedData managedData,
                         User newManagerUser)
Loads an instance of fr.ifremer.allegro.administration.user.ManagedDataTransfer from the persistent store.


load

java.lang.Object load(int transform,
                      ManagedData managedData,
                      User newManagerUser)

Does the same thing as load(fr.ifremer.allegro.administration.user.ManagedData,fr.ifremer.allegro.administration.user.User) 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.

Parameters:
managedData - identifier of the entity to load
newManagerUser - identifier of the entity to load
Returns:
either the entity or the object transformed from the entity.

loadAll

java.util.Collection loadAll()
Loads all entities of type ManagedDataTransfer.

Returns:
the loaded entities.

loadAll

java.util.Collection loadAll(int transform)

Does the same thing as loadAll() with an additional flag called transform. If this flag is set to TRANSFORM_NONE then the returned entity will NOT be transformed. If this flag is any of the other constants defined here then the result WILL BE passed through an operation which can optionally transform the entity (into a value object for example). By default, transformation does not occur.

Parameters:
transform - the flag indicating what transformation to use.
Returns:
the loaded entities.

loadAll

java.util.Collection loadAll(int pageNumber,
                             int pageSize)

Does the same thing as loadAll() with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

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.

loadAll

java.util.Collection loadAll(int transform,
                             int pageNumber,
                             int pageSize)

Does the same thing as loadAll(int) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

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.

create

ManagedDataTransfer create(ManagedDataTransfer managedDataTransfer)
Creates an instance of fr.ifremer.allegro.administration.user.ManagedDataTransfer and adds it to the persistent store.


create

java.lang.Object create(int transform,
                        ManagedDataTransfer managedDataTransfer)

Does the same thing as create(fr.ifremer.allegro.administration.user.ManagedDataTransfer) 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

java.util.Collection create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.administration.user.ManagedDataTransfer and adds from the passed in entities collection

Parameters:
entities - the collection of fr.ifremer.allegro.administration.user.ManagedDataTransfer instances to create.
Returns:
the created instances.

create

java.util.Collection create(int transform,
                            java.util.Collection entities)

Does the same thing as create(fr.ifremer.allegro.administration.user.ManagedDataTransfer) 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

ManagedDataTransfer create(java.util.Date transferDate,
                           ManagedData managedData,
                           User newManagerUser)

Creates a new fr.ifremer.allegro.administration.user.ManagedDataTransfer instance from all attributes and properties and adds it to the persistent store.


create

java.lang.Object create(int transform,
                        java.util.Date transferDate,
                        ManagedData managedData,
                        User newManagerUser)

Does the same thing as create(java.util.Date,fr.ifremer.allegro.administration.user.ManagedData,fr.ifremer.allegro.administration.user.User) 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.


update

void update(ManagedDataTransfer managedDataTransfer)
Updates the managedDataTransfer instance in the persistent store.


update

void update(java.util.Collection entities)
Updates all instances in the entities collection in the persistent store.


remove

void remove(ManagedDataTransfer managedDataTransfer)
Removes the instance of fr.ifremer.allegro.administration.user.ManagedDataTransfer from the persistent store.


remove

void remove(ManagedData managedData,
            User newManagerUser)
Removes the instance of fr.ifremer.allegro.administration.user.ManagedDataTransfer having the given identifiers from the persistent store.


remove

void remove(java.util.Collection entities)
Removes all entities in the given entities collection.


getAllManagedDataTransfer

java.util.Collection getAllManagedDataTransfer()

getAllManagedDataTransfer

java.util.Collection getAllManagedDataTransfer(java.lang.String queryString)

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


getAllManagedDataTransfer

java.util.Collection getAllManagedDataTransfer(int pageNumber,
                                               int pageSize)

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


getAllManagedDataTransfer

java.util.Collection getAllManagedDataTransfer(java.lang.String queryString,
                                               int pageNumber,
                                               int pageSize)

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


getAllManagedDataTransfer

java.util.Collection getAllManagedDataTransfer(int transform)

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


getAllManagedDataTransfer

java.util.Collection getAllManagedDataTransfer(int transform,
                                               int pageNumber,
                                               int pageSize)

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


getAllManagedDataTransfer

java.util.Collection getAllManagedDataTransfer(int transform,
                                               java.lang.String queryString)

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


getAllManagedDataTransfer

java.util.Collection getAllManagedDataTransfer(int transform,
                                               java.lang.String queryString,
                                               int pageNumber,
                                               int pageSize)

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


findManagedDataTransferByNewManagerUser

java.util.Collection findManagedDataTransferByNewManagerUser(User newManagerUser)

findManagedDataTransferByNewManagerUser

java.util.Collection findManagedDataTransferByNewManagerUser(java.lang.String queryString,
                                                             User newManagerUser)

Does the same thing as findManagedDataTransferByNewManagerUser(fr.ifremer.allegro.administration.user.User) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findManagedDataTransferByNewManagerUser(fr.ifremer.allegro.administration.user.User).


findManagedDataTransferByNewManagerUser

java.util.Collection findManagedDataTransferByNewManagerUser(int pageNumber,
                                                             int pageSize,
                                                             User newManagerUser)

Does the same thing as findManagedDataTransferByNewManagerUser(fr.ifremer.allegro.administration.user.User) 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.


findManagedDataTransferByNewManagerUser

java.util.Collection findManagedDataTransferByNewManagerUser(java.lang.String queryString,
                                                             int pageNumber,
                                                             int pageSize,
                                                             User newManagerUser)

Does the same thing as findManagedDataTransferByNewManagerUser(String, fr.ifremer.allegro.administration.user.User) 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.


findManagedDataTransferByNewManagerUser

java.util.Collection findManagedDataTransferByNewManagerUser(int transform,
                                                             User newManagerUser)

Does the same thing as findManagedDataTransferByNewManagerUser(fr.ifremer.allegro.administration.user.User) 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.


findManagedDataTransferByNewManagerUser

java.util.Collection findManagedDataTransferByNewManagerUser(int transform,
                                                             int pageNumber,
                                                             int pageSize,
                                                             User newManagerUser)

Does the same thing as findManagedDataTransferByNewManagerUser(int, fr.ifremer.allegro.administration.user.User) 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.


findManagedDataTransferByNewManagerUser

java.util.Collection findManagedDataTransferByNewManagerUser(int transform,
                                                             java.lang.String queryString,
                                                             User newManagerUser)

Does the same thing as findManagedDataTransferByNewManagerUser(int, fr.ifremer.allegro.administration.user.User) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findManagedDataTransferByNewManagerUser(int, fr.ifremer.allegro.administration.user.User newManagerUser).


findManagedDataTransferByNewManagerUser

java.util.Collection findManagedDataTransferByNewManagerUser(int transform,
                                                             java.lang.String queryString,
                                                             int pageNumber,
                                                             int pageSize,
                                                             User newManagerUser)

Does the same thing as findManagedDataTransferByNewManagerUser(int, String, fr.ifremer.allegro.administration.user.User) 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.


findManagedDataTransferByManagedData

java.util.Collection findManagedDataTransferByManagedData(ManagedData managedData)

findManagedDataTransferByManagedData

java.util.Collection findManagedDataTransferByManagedData(java.lang.String queryString,
                                                          ManagedData managedData)

Does the same thing as findManagedDataTransferByManagedData(fr.ifremer.allegro.administration.user.ManagedData) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findManagedDataTransferByManagedData(fr.ifremer.allegro.administration.user.ManagedData).


findManagedDataTransferByManagedData

java.util.Collection findManagedDataTransferByManagedData(int pageNumber,
                                                          int pageSize,
                                                          ManagedData managedData)

Does the same thing as findManagedDataTransferByManagedData(fr.ifremer.allegro.administration.user.ManagedData) 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.


findManagedDataTransferByManagedData

java.util.Collection findManagedDataTransferByManagedData(java.lang.String queryString,
                                                          int pageNumber,
                                                          int pageSize,
                                                          ManagedData managedData)

Does the same thing as findManagedDataTransferByManagedData(String, fr.ifremer.allegro.administration.user.ManagedData) 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.


findManagedDataTransferByManagedData

java.util.Collection findManagedDataTransferByManagedData(int transform,
                                                          ManagedData managedData)

Does the same thing as findManagedDataTransferByManagedData(fr.ifremer.allegro.administration.user.ManagedData) 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.


findManagedDataTransferByManagedData

java.util.Collection findManagedDataTransferByManagedData(int transform,
                                                          int pageNumber,
                                                          int pageSize,
                                                          ManagedData managedData)

Does the same thing as findManagedDataTransferByManagedData(int, fr.ifremer.allegro.administration.user.ManagedData) 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.


findManagedDataTransferByManagedData

java.util.Collection findManagedDataTransferByManagedData(int transform,
                                                          java.lang.String queryString,
                                                          ManagedData managedData)

Does the same thing as findManagedDataTransferByManagedData(int, fr.ifremer.allegro.administration.user.ManagedData) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findManagedDataTransferByManagedData(int, fr.ifremer.allegro.administration.user.ManagedData managedData).


findManagedDataTransferByManagedData

java.util.Collection findManagedDataTransferByManagedData(int transform,
                                                          java.lang.String queryString,
                                                          int pageNumber,
                                                          int pageSize,
                                                          ManagedData managedData)

Does the same thing as findManagedDataTransferByManagedData(int, String, fr.ifremer.allegro.administration.user.ManagedData) 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.


findManagedDataTransferByIdentifiers

ManagedDataTransfer findManagedDataTransferByIdentifiers(User newManagerUser,
                                                         ManagedData managedData)

findManagedDataTransferByIdentifiers

ManagedDataTransfer findManagedDataTransferByIdentifiers(java.lang.String queryString,
                                                         User newManagerUser,
                                                         ManagedData managedData)

Does the same thing as findManagedDataTransferByIdentifiers(fr.ifremer.allegro.administration.user.User, fr.ifremer.allegro.administration.user.ManagedData) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findManagedDataTransferByIdentifiers(fr.ifremer.allegro.administration.user.User, fr.ifremer.allegro.administration.user.ManagedData).


findManagedDataTransferByIdentifiers

java.lang.Object findManagedDataTransferByIdentifiers(int transform,
                                                      User newManagerUser,
                                                      ManagedData managedData)

Does the same thing as findManagedDataTransferByIdentifiers(fr.ifremer.allegro.administration.user.User, fr.ifremer.allegro.administration.user.ManagedData) 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.


findManagedDataTransferByIdentifiers

java.lang.Object findManagedDataTransferByIdentifiers(int transform,
                                                      java.lang.String queryString,
                                                      User newManagerUser,
                                                      ManagedData managedData)

Does the same thing as findManagedDataTransferByIdentifiers(int, fr.ifremer.allegro.administration.user.User, fr.ifremer.allegro.administration.user.ManagedData) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findManagedDataTransferByIdentifiers(int, fr.ifremer.allegro.administration.user.User newManagerUser, fr.ifremer.allegro.administration.user.ManagedData managedData).


findManagedDataTransferByNaturalId

ManagedDataTransfer findManagedDataTransferByNaturalId(User newManagerUser,
                                                       ManagedData managedData)

findManagedDataTransferByNaturalId

ManagedDataTransfer findManagedDataTransferByNaturalId(java.lang.String queryString,
                                                       User newManagerUser,
                                                       ManagedData managedData)

Does the same thing as findManagedDataTransferByNaturalId(fr.ifremer.allegro.administration.user.User, fr.ifremer.allegro.administration.user.ManagedData) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findManagedDataTransferByNaturalId(fr.ifremer.allegro.administration.user.User, fr.ifremer.allegro.administration.user.ManagedData).


findManagedDataTransferByNaturalId

java.lang.Object findManagedDataTransferByNaturalId(int transform,
                                                    User newManagerUser,
                                                    ManagedData managedData)

Does the same thing as findManagedDataTransferByNaturalId(fr.ifremer.allegro.administration.user.User, fr.ifremer.allegro.administration.user.ManagedData) 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.


findManagedDataTransferByNaturalId

java.lang.Object findManagedDataTransferByNaturalId(int transform,
                                                    java.lang.String queryString,
                                                    User newManagerUser,
                                                    ManagedData managedData)

Does the same thing as findManagedDataTransferByNaturalId(int, fr.ifremer.allegro.administration.user.User, fr.ifremer.allegro.administration.user.ManagedData) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findManagedDataTransferByNaturalId(int, fr.ifremer.allegro.administration.user.User newManagerUser, fr.ifremer.allegro.administration.user.ManagedData managedData).


createFromClusterManagedDataTransfer

ManagedDataTransfer createFromClusterManagedDataTransfer(ClusterManagedDataTransfer clusterManagedDataTransfer)

search

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. These flags allow you to limit your data to a specified page number and size.

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.

search

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. These flags allow you to limit your data to a specified page number and size.

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.

search

java.util.Set search(int transform,
                     Search search)
Does the same thing as search(fr.ifremer.allegro.Search) but with an additional flag called transform. 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.

Parameters:
transform - the transformation flag.
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search.

search

java.util.Set search(Search search)
Performs a search using the parameters specified in the given search object.

Parameters:
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search.


Copyright © 2008-2010 IFREMER. All Rights Reserved.