|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ManagedDataTransferDao
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 |
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 |
---|
static final int TRANSFORM_NONE
int
parameter called transform
.
This specific flag denotes no transformation will occur.
static final int TRANSFORM_REMOTEMANAGEDDATATRANSFERFULLVO
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteManagedDataTransferFullVO
.
static final int TRANSFORM_REMOTEMANAGEDDATATRANSFERNATURALID
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteManagedDataTransferNaturalId
.
static final int TRANSFORM_CLUSTERMANAGEDDATATRANSFER
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
ClusterManagedDataTransfer
.
Method Detail |
---|
void toRemoteManagedDataTransferFullVO(ManagedDataTransfer source, RemoteManagedDataTransferFullVO target)
RemoteManagedDataTransferFullVO toRemoteManagedDataTransferFullVO(ManagedDataTransfer entity)
RemoteManagedDataTransferFullVO
.
void toRemoteManagedDataTransferFullVOCollection(java.util.Collection entities)
RemoteManagedDataTransferFullVO
.
RemoteManagedDataTransferFullVO[] toRemoteManagedDataTransferFullVOArray(java.util.Collection entities)
RemoteManagedDataTransferFullVO
.
void remoteManagedDataTransferFullVOToEntity(RemoteManagedDataTransferFullVO source, ManagedDataTransfer target, boolean copyIfNull)
RemoteManagedDataTransferFullVO
to the specified entity.
copyIfNull
- If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE,
it will be copied regardless of its value.ManagedDataTransfer remoteManagedDataTransferFullVOToEntity(RemoteManagedDataTransferFullVO remoteManagedDataTransferFullVO)
RemoteManagedDataTransferFullVO
to this DAO's entity.
void remoteManagedDataTransferFullVOToEntityCollection(java.util.Collection instances)
RemoteManagedDataTransferFullVO
to this
DAO's entity.
void toRemoteManagedDataTransferNaturalId(ManagedDataTransfer source, RemoteManagedDataTransferNaturalId target)
RemoteManagedDataTransferNaturalId toRemoteManagedDataTransferNaturalId(ManagedDataTransfer entity)
RemoteManagedDataTransferNaturalId
.
void toRemoteManagedDataTransferNaturalIdCollection(java.util.Collection entities)
RemoteManagedDataTransferNaturalId
.
RemoteManagedDataTransferNaturalId[] toRemoteManagedDataTransferNaturalIdArray(java.util.Collection entities)
RemoteManagedDataTransferNaturalId
.
void remoteManagedDataTransferNaturalIdToEntity(RemoteManagedDataTransferNaturalId source, ManagedDataTransfer target, boolean copyIfNull)
RemoteManagedDataTransferNaturalId
to the specified entity.
copyIfNull
- If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE,
it will be copied regardless of its value.ManagedDataTransfer remoteManagedDataTransferNaturalIdToEntity(RemoteManagedDataTransferNaturalId remoteManagedDataTransferNaturalId)
RemoteManagedDataTransferNaturalId
to this DAO's entity.
void remoteManagedDataTransferNaturalIdToEntityCollection(java.util.Collection instances)
RemoteManagedDataTransferNaturalId
to this
DAO's entity.
void toClusterManagedDataTransfer(ManagedDataTransfer source, ClusterManagedDataTransfer target)
ClusterManagedDataTransfer toClusterManagedDataTransfer(ManagedDataTransfer entity)
ClusterManagedDataTransfer
.
void toClusterManagedDataTransferCollection(java.util.Collection entities)
ClusterManagedDataTransfer
.
ClusterManagedDataTransfer[] toClusterManagedDataTransferArray(java.util.Collection entities)
ClusterManagedDataTransfer
.
void clusterManagedDataTransferToEntity(ClusterManagedDataTransfer source, ManagedDataTransfer target, boolean copyIfNull)
ClusterManagedDataTransfer
to the specified entity.
copyIfNull
- If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE,
it will be copied regardless of its value.ManagedDataTransfer clusterManagedDataTransferToEntity(ClusterManagedDataTransfer clusterManagedDataTransfer)
ClusterManagedDataTransfer
to this DAO's entity.
void clusterManagedDataTransferToEntityCollection(java.util.Collection instances)
ClusterManagedDataTransfer
to this
DAO's entity.
ManagedDataTransfer load(ManagedData managedData, User newManagerUser)
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.
managedData
- identifier of the entity to loadnewManagerUser
- identifier of the entity to load
java.util.Collection loadAll()
ManagedDataTransfer
.
java.util.Collection loadAll(int transform)
Does the same thing as loadAll()
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
transform
- the flag indicating what transformation to use.
java.util.Collection loadAll(int pageNumber, int pageSize)
Does the same thing as loadAll()
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
Does the same thing as loadAll(int)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
transform
- the flag indicating what transformation to use.pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
ManagedDataTransfer create(ManagedDataTransfer managedDataTransfer)
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.
java.util.Collection create(java.util.Collection entities)
entities
collection
entities
- the collection of fr.ifremer.allegro.administration.user.ManagedDataTransfer
instances to 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.
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.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.
void update(ManagedDataTransfer managedDataTransfer)
managedDataTransfer
instance in the persistent store.
void update(java.util.Collection entities)
entities
collection in the persistent store.
void remove(ManagedDataTransfer managedDataTransfer)
void remove(ManagedData managedData, User newManagerUser)
identifiers
from the persistent store.
void remove(java.util.Collection entities)
entities collection.
java.util.Collection 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()
.
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.
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.
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.
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.
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)
.
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.
java.util.Collection findManagedDataTransferByNewManagerUser(User newManagerUser)
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)
.
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.
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.
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.
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.
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)
.
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.
java.util.Collection findManagedDataTransferByManagedData(ManagedData managedData)
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)
.
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.
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.
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.
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.
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)
.
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.
ManagedDataTransfer findManagedDataTransferByIdentifiers(User newManagerUser, ManagedData managedData)
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)
.
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.
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)
.
ManagedDataTransfer findManagedDataTransferByNaturalId(User newManagerUser, ManagedData managedData)
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)
.
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.
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)
.
ManagedDataTransfer createFromClusterManagedDataTransfer(ClusterManagedDataTransfer clusterManagedDataTransfer)
PaginationResult search(int transform, int pageNumber, int pageSize, Search search)
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
transform
- the transformation flag.pageNumber
- the page number in the data to retrievepageSize
- the size of the page to retrieve.search
- the search object which provides the search parameters and pagination specification.
PaginationResult
instance.PaginationResult search(int pageNumber, int pageSize, Search search)
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
pageNumber
- the page number in the data to retrievepageSize
- the size of the page to retrieve.search
- the search object which provides the search parameters and pagination specification.
PaginationResult
instance.java.util.Set search(int transform, Search search)
search(fr.ifremer.allegro.Search)
but with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
java.util.Set search(Search search)
search
object.
search
- the search object which provides the search parameters and pagination specification.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |