|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Program2PersonDao
Program2Person
Field Summary | |
---|---|
static int |
TRANSFORM_CLUSTERPROGRAM2PERSON
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_REMOTEPROGRAM2PERSONFULLVO
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_REMOTEPROGRAM2PERSONNATURALID
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 | |
---|---|
Program2Person |
clusterProgram2PersonToEntity(ClusterProgram2Person clusterProgram2Person)
Converts an instance of type ClusterProgram2Person to this DAO's entity. |
void |
clusterProgram2PersonToEntity(ClusterProgram2Person source,
Program2Person target,
boolean copyIfNull)
Copies the fields of ClusterProgram2Person to the specified entity. |
void |
clusterProgram2PersonToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterProgram2Person to this
DAO's entity. |
java.util.Collection |
create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.administration.programStrategy.Program2Person and adds from the passed in entities collection |
java.util.Collection |
create(int transform,
java.util.Collection entities)
Does the same thing as create(fr.ifremer.allegro.administration.programStrategy.Program2Person) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
Person person,
Program program,
ProgramPrivilege programPrivilege)
Does the same thing as create(fr.ifremer.allegro.administration.user.Person,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.programStrategy.ProgramPrivilege) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
Program2Person program2Person)
Does the same thing as create(fr.ifremer.allegro.administration.programStrategy.Program2Person) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
Program program,
Location location,
ProgramPrivilege programPrivilege,
Person person)
Does the same thing as create(fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.administration.programStrategy.ProgramPrivilege,fr.ifremer.allegro.administration.user.Person) with an
additional flag called transform . |
Program2Person |
create(Person person,
Program program,
ProgramPrivilege programPrivilege)
Creates a new fr.ifremer.allegro.administration.programStrategy.Program2Person
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Program2Person |
create(Program2Person program2Person)
Creates an instance of fr.ifremer.allegro.administration.programStrategy.Program2Person and adds it to the persistent store. |
Program2Person |
create(Program program,
Location location,
ProgramPrivilege programPrivilege,
Person person)
Creates a new fr.ifremer.allegro.administration.programStrategy.Program2Person
instance from all attributes and
properties and adds it to the persistent store. |
Program2Person |
createFromClusterProgram2Person(ClusterProgram2Person clusterProgram2Person)
|
Program2Person |
findProgram2PersonById(java.lang.Integer id)
|
java.lang.Object |
findProgram2PersonById(int transform,
java.lang.Integer id)
Does the same thing as findProgram2PersonById(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findProgram2PersonById(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as findProgram2PersonById(int, java.lang.Integer) with an
additional argument called queryString . |
Program2Person |
findProgram2PersonById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as findProgram2PersonById(java.lang.Integer) with an
additional argument called queryString . |
java.util.Collection |
findProgram2PersonByLocation(int transform,
int pageNumber,
int pageSize,
Location location)
Does the same thing as findProgram2PersonByLocation(int, fr.ifremer.allegro.referential.location.Location) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findProgram2PersonByLocation(int pageNumber,
int pageSize,
Location location)
Does the same thing as findProgram2PersonByLocation(fr.ifremer.allegro.referential.location.Location) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findProgram2PersonByLocation(int transform,
Location location)
Does the same thing as findProgram2PersonByLocation(fr.ifremer.allegro.referential.location.Location) with an
additional flag called transform . |
java.util.Collection |
findProgram2PersonByLocation(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Location location)
Does the same thing as findProgram2PersonByLocation(int, String, fr.ifremer.allegro.referential.location.Location) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findProgram2PersonByLocation(int transform,
java.lang.String queryString,
Location location)
Does the same thing as findProgram2PersonByLocation(int, fr.ifremer.allegro.referential.location.Location) with an
additional argument called queryString . |
java.util.Collection |
findProgram2PersonByLocation(Location location)
|
java.util.Collection |
findProgram2PersonByLocation(java.lang.String queryString,
int pageNumber,
int pageSize,
Location location)
Does the same thing as findProgram2PersonByLocation(String, fr.ifremer.allegro.referential.location.Location) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findProgram2PersonByLocation(java.lang.String queryString,
Location location)
Does the same thing as findProgram2PersonByLocation(fr.ifremer.allegro.referential.location.Location) with an
additional argument called queryString . |
Program2Person |
findProgram2PersonByNaturalId(java.lang.Integer id)
|
java.lang.Object |
findProgram2PersonByNaturalId(int transform,
java.lang.Integer id)
Does the same thing as findProgram2PersonByNaturalId(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findProgram2PersonByNaturalId(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as findProgram2PersonByNaturalId(int, java.lang.Integer) with an
additional argument called queryString . |
Program2Person |
findProgram2PersonByNaturalId(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as findProgram2PersonByNaturalId(java.lang.Integer) with an
additional argument called queryString . |
java.util.Collection |
findProgram2PersonByPerson(int transform,
int pageNumber,
int pageSize,
Person person)
Does the same thing as findProgram2PersonByPerson(int, fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findProgram2PersonByPerson(int pageNumber,
int pageSize,
Person person)
Does the same thing as findProgram2PersonByPerson(fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findProgram2PersonByPerson(int transform,
Person person)
Does the same thing as findProgram2PersonByPerson(fr.ifremer.allegro.administration.user.Person) with an
additional flag called transform . |
java.util.Collection |
findProgram2PersonByPerson(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Person person)
Does the same thing as findProgram2PersonByPerson(int, String, fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findProgram2PersonByPerson(int transform,
java.lang.String queryString,
Person person)
Does the same thing as findProgram2PersonByPerson(int, fr.ifremer.allegro.administration.user.Person) with an
additional argument called queryString . |
java.util.Collection |
findProgram2PersonByPerson(Person person)
|
java.util.Collection |
findProgram2PersonByPerson(java.lang.String queryString,
int pageNumber,
int pageSize,
Person person)
Does the same thing as findProgram2PersonByPerson(String, fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findProgram2PersonByPerson(java.lang.String queryString,
Person person)
Does the same thing as findProgram2PersonByPerson(fr.ifremer.allegro.administration.user.Person) with an
additional argument called queryString . |
java.util.Collection |
findProgram2PersonByProgram(int transform,
int pageNumber,
int pageSize,
Program program)
Does the same thing as findProgram2PersonByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findProgram2PersonByProgram(int pageNumber,
int pageSize,
Program program)
Does the same thing as findProgram2PersonByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findProgram2PersonByProgram(int transform,
Program program)
Does the same thing as findProgram2PersonByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional flag called transform . |
java.util.Collection |
findProgram2PersonByProgram(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Program program)
Does the same thing as findProgram2PersonByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findProgram2PersonByProgram(int transform,
java.lang.String queryString,
Program program)
Does the same thing as findProgram2PersonByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
java.util.Collection |
findProgram2PersonByProgram(Program program)
|
java.util.Collection |
findProgram2PersonByProgram(java.lang.String queryString,
int pageNumber,
int pageSize,
Program program)
Does the same thing as findProgram2PersonByProgram(String, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findProgram2PersonByProgram(java.lang.String queryString,
Program program)
Does the same thing as findProgram2PersonByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
java.util.Collection |
findProgram2PersonByProgramPrivilege(int transform,
int pageNumber,
int pageSize,
ProgramPrivilege programPrivilege)
Does the same thing as findProgram2PersonByProgramPrivilege(int, fr.ifremer.allegro.administration.programStrategy.ProgramPrivilege) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findProgram2PersonByProgramPrivilege(int pageNumber,
int pageSize,
ProgramPrivilege programPrivilege)
Does the same thing as findProgram2PersonByProgramPrivilege(fr.ifremer.allegro.administration.programStrategy.ProgramPrivilege) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findProgram2PersonByProgramPrivilege(int transform,
ProgramPrivilege programPrivilege)
Does the same thing as findProgram2PersonByProgramPrivilege(fr.ifremer.allegro.administration.programStrategy.ProgramPrivilege) with an
additional flag called transform . |
java.util.Collection |
findProgram2PersonByProgramPrivilege(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
ProgramPrivilege programPrivilege)
Does the same thing as findProgram2PersonByProgramPrivilege(int, String, fr.ifremer.allegro.administration.programStrategy.ProgramPrivilege) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findProgram2PersonByProgramPrivilege(int transform,
java.lang.String queryString,
ProgramPrivilege programPrivilege)
Does the same thing as findProgram2PersonByProgramPrivilege(int, fr.ifremer.allegro.administration.programStrategy.ProgramPrivilege) with an
additional argument called queryString . |
java.util.Collection |
findProgram2PersonByProgramPrivilege(ProgramPrivilege programPrivilege)
|
java.util.Collection |
findProgram2PersonByProgramPrivilege(java.lang.String queryString,
int pageNumber,
int pageSize,
ProgramPrivilege programPrivilege)
Does the same thing as findProgram2PersonByProgramPrivilege(String, fr.ifremer.allegro.administration.programStrategy.ProgramPrivilege) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findProgram2PersonByProgramPrivilege(java.lang.String queryString,
ProgramPrivilege programPrivilege)
Does the same thing as findProgram2PersonByProgramPrivilege(fr.ifremer.allegro.administration.programStrategy.ProgramPrivilege) with an
additional argument called queryString . |
java.util.Collection |
getAllProgram2Person()
|
java.util.Collection |
getAllProgram2Person(int transform)
Does the same thing as getAllProgram2Person() with an
additional flag called transform . |
java.util.Collection |
getAllProgram2Person(int pageNumber,
int pageSize)
Does the same thing as getAllProgram2Person() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllProgram2Person(int transform,
int pageNumber,
int pageSize)
Does the same thing as getAllProgram2Person(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllProgram2Person(int transform,
java.lang.String queryString)
Does the same thing as getAllProgram2Person(int) with an
additional argument called queryString . |
java.util.Collection |
getAllProgram2Person(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as getAllProgram2Person(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllProgram2Person(java.lang.String queryString)
Does the same thing as getAllProgram2Person() with an
additional argument called queryString . |
java.util.Collection |
getAllProgram2Person(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as getAllProgram2Person(String) with an
additional two arguments called pageNumber and pageSize . |
Program2Person |
load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.administration.programStrategy.Program2Person from the persistent store. |
java.lang.Object |
load(int transform,
java.lang.Integer id)
Does the same thing as load(java.lang.Integer) with an
additional flag called transform . |
java.util.Collection |
loadAll()
Loads all entities of type Program2Person . |
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 . |
Program2Person |
remoteProgram2PersonFullVOToEntity(RemoteProgram2PersonFullVO remoteProgram2PersonFullVO)
Converts an instance of type RemoteProgram2PersonFullVO to this DAO's entity. |
void |
remoteProgram2PersonFullVOToEntity(RemoteProgram2PersonFullVO source,
Program2Person target,
boolean copyIfNull)
Copies the fields of RemoteProgram2PersonFullVO to the specified entity. |
void |
remoteProgram2PersonFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteProgram2PersonFullVO to this
DAO's entity. |
Program2Person |
remoteProgram2PersonNaturalIdToEntity(RemoteProgram2PersonNaturalId remoteProgram2PersonNaturalId)
Converts an instance of type RemoteProgram2PersonNaturalId to this DAO's entity. |
void |
remoteProgram2PersonNaturalIdToEntity(RemoteProgram2PersonNaturalId source,
Program2Person target,
boolean copyIfNull)
Copies the fields of RemoteProgram2PersonNaturalId to the specified entity. |
void |
remoteProgram2PersonNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteProgram2PersonNaturalId to this
DAO's entity. |
void |
remove(java.util.Collection entities)
Removes all entities in the given entities |
void |
remove(java.lang.Integer id)
Removes the instance of fr.ifremer.allegro.administration.programStrategy.Program2Person having the given identifier from the persistent store. |
void |
remove(Program2Person program2Person)
Removes the instance of fr.ifremer.allegro.administration.programStrategy.Program2Person 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. |
ClusterProgram2Person |
toClusterProgram2Person(Program2Person entity)
Converts this DAO's entity to an object of type ClusterProgram2Person . |
void |
toClusterProgram2Person(Program2Person source,
ClusterProgram2Person target)
Copies the fields of the specified entity to the target value object. |
ClusterProgram2Person[] |
toClusterProgram2PersonArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterProgram2Person . |
void |
toClusterProgram2PersonCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterProgram2Person . |
RemoteProgram2PersonFullVO |
toRemoteProgram2PersonFullVO(Program2Person entity)
Converts this DAO's entity to an object of type RemoteProgram2PersonFullVO . |
void |
toRemoteProgram2PersonFullVO(Program2Person source,
RemoteProgram2PersonFullVO target)
Copies the fields of the specified entity to the target value object. |
RemoteProgram2PersonFullVO[] |
toRemoteProgram2PersonFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteProgram2PersonFullVO . |
void |
toRemoteProgram2PersonFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteProgram2PersonFullVO . |
RemoteProgram2PersonNaturalId |
toRemoteProgram2PersonNaturalId(Program2Person entity)
Converts this DAO's entity to an object of type RemoteProgram2PersonNaturalId . |
void |
toRemoteProgram2PersonNaturalId(Program2Person source,
RemoteProgram2PersonNaturalId target)
Copies the fields of the specified entity to the target value object. |
RemoteProgram2PersonNaturalId[] |
toRemoteProgram2PersonNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteProgram2PersonNaturalId . |
void |
toRemoteProgram2PersonNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteProgram2PersonNaturalId . |
void |
update(java.util.Collection entities)
Updates all instances in the entities collection in the persistent store. |
void |
update(Program2Person program2Person)
Updates the program2Person 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_REMOTEPROGRAM2PERSONFULLVO
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteProgram2PersonFullVO
.
static final int TRANSFORM_REMOTEPROGRAM2PERSONNATURALID
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteProgram2PersonNaturalId
.
static final int TRANSFORM_CLUSTERPROGRAM2PERSON
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
ClusterProgram2Person
.
Method Detail |
---|
void toRemoteProgram2PersonFullVO(Program2Person source, RemoteProgram2PersonFullVO target)
RemoteProgram2PersonFullVO toRemoteProgram2PersonFullVO(Program2Person entity)
RemoteProgram2PersonFullVO
.
void toRemoteProgram2PersonFullVOCollection(java.util.Collection entities)
RemoteProgram2PersonFullVO
.
RemoteProgram2PersonFullVO[] toRemoteProgram2PersonFullVOArray(java.util.Collection entities)
RemoteProgram2PersonFullVO
.
void remoteProgram2PersonFullVOToEntity(RemoteProgram2PersonFullVO source, Program2Person target, boolean copyIfNull)
RemoteProgram2PersonFullVO
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.Program2Person remoteProgram2PersonFullVOToEntity(RemoteProgram2PersonFullVO remoteProgram2PersonFullVO)
RemoteProgram2PersonFullVO
to this DAO's entity.
void remoteProgram2PersonFullVOToEntityCollection(java.util.Collection instances)
RemoteProgram2PersonFullVO
to this
DAO's entity.
void toRemoteProgram2PersonNaturalId(Program2Person source, RemoteProgram2PersonNaturalId target)
RemoteProgram2PersonNaturalId toRemoteProgram2PersonNaturalId(Program2Person entity)
RemoteProgram2PersonNaturalId
.
void toRemoteProgram2PersonNaturalIdCollection(java.util.Collection entities)
RemoteProgram2PersonNaturalId
.
RemoteProgram2PersonNaturalId[] toRemoteProgram2PersonNaturalIdArray(java.util.Collection entities)
RemoteProgram2PersonNaturalId
.
void remoteProgram2PersonNaturalIdToEntity(RemoteProgram2PersonNaturalId source, Program2Person target, boolean copyIfNull)
RemoteProgram2PersonNaturalId
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.Program2Person remoteProgram2PersonNaturalIdToEntity(RemoteProgram2PersonNaturalId remoteProgram2PersonNaturalId)
RemoteProgram2PersonNaturalId
to this DAO's entity.
void remoteProgram2PersonNaturalIdToEntityCollection(java.util.Collection instances)
RemoteProgram2PersonNaturalId
to this
DAO's entity.
void toClusterProgram2Person(Program2Person source, ClusterProgram2Person target)
ClusterProgram2Person toClusterProgram2Person(Program2Person entity)
ClusterProgram2Person
.
void toClusterProgram2PersonCollection(java.util.Collection entities)
ClusterProgram2Person
.
ClusterProgram2Person[] toClusterProgram2PersonArray(java.util.Collection entities)
ClusterProgram2Person
.
void clusterProgram2PersonToEntity(ClusterProgram2Person source, Program2Person target, boolean copyIfNull)
ClusterProgram2Person
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.Program2Person clusterProgram2PersonToEntity(ClusterProgram2Person clusterProgram2Person)
ClusterProgram2Person
to this DAO's entity.
void clusterProgram2PersonToEntityCollection(java.util.Collection instances)
ClusterProgram2Person
to this
DAO's entity.
Program2Person load(java.lang.Integer id)
java.lang.Object load(int transform, java.lang.Integer id)
Does the same thing as load(java.lang.Integer)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined in this class then the result WILL BE passed through an operation which can
optionally transform the entity (into a value object for example). By default, transformation does
not occur.
id
- identifier of the entity to load
java.util.Collection loadAll()
Program2Person
.
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.
Program2Person create(Program2Person program2Person)
java.lang.Object create(int transform, Program2Person program2Person)
Does the same thing as create(fr.ifremer.allegro.administration.programStrategy.Program2Person)
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.programStrategy.Program2Person
instances to create.
java.util.Collection create(int transform, java.util.Collection entities)
Does the same thing as create(fr.ifremer.allegro.administration.programStrategy.Program2Person)
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.
Program2Person create(Program program, Location location, ProgramPrivilege programPrivilege, Person person)
Creates a new fr.ifremer.allegro.administration.programStrategy.Program2Person
instance from all attributes and
properties and adds it to the persistent store.
java.lang.Object create(int transform, Program program, Location location, ProgramPrivilege programPrivilege, Person person)
Does the same thing as create(fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.administration.programStrategy.ProgramPrivilege,fr.ifremer.allegro.administration.user.Person)
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.
Program2Person create(Person person, Program program, ProgramPrivilege programPrivilege)
Creates a new fr.ifremer.allegro.administration.programStrategy.Program2Person
instance from only required properties (attributes
and association ends) and adds it to the persistent store.
java.lang.Object create(int transform, Person person, Program program, ProgramPrivilege programPrivilege)
Does the same thing as create(fr.ifremer.allegro.administration.user.Person,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.programStrategy.ProgramPrivilege)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOTWILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
void update(Program2Person program2Person)
program2Person
instance in the persistent store.
void update(java.util.Collection entities)
entities
collection in the persistent store.
void remove(Program2Person program2Person)
void remove(java.lang.Integer id)
identifier
from the persistent store.
void remove(java.util.Collection entities)
entities collection.
java.util.Collection getAllProgram2Person()
java.util.Collection getAllProgram2Person(java.lang.String queryString)
Does the same thing as getAllProgram2Person()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllProgram2Person()
.
java.util.Collection getAllProgram2Person(int pageNumber, int pageSize)
Does the same thing as getAllProgram2Person()
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 getAllProgram2Person(java.lang.String queryString, int pageNumber, int pageSize)
Does the same thing as getAllProgram2Person(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 getAllProgram2Person(int transform)
Does the same thing as getAllProgram2Person()
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 getAllProgram2Person(int transform, int pageNumber, int pageSize)
Does the same thing as getAllProgram2Person(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 getAllProgram2Person(int transform, java.lang.String queryString)
Does the same thing as getAllProgram2Person(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllProgram2Person(int)
.
java.util.Collection getAllProgram2Person(int transform, java.lang.String queryString, int pageNumber, int pageSize)
Does the same thing as getAllProgram2Person(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.
Program2Person findProgram2PersonById(java.lang.Integer id)
Program2Person findProgram2PersonById(java.lang.String queryString, java.lang.Integer id)
Does the same thing as findProgram2PersonById(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findProgram2PersonById(java.lang.Integer)
.
java.lang.Object findProgram2PersonById(int transform, java.lang.Integer id)
Does the same thing as findProgram2PersonById(java.lang.Integer)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
java.lang.Object findProgram2PersonById(int transform, java.lang.String queryString, java.lang.Integer id)
Does the same thing as findProgram2PersonById(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findProgram2PersonById(int, java.lang.Integer id)
.
java.util.Collection findProgram2PersonByProgram(Program program)
java.util.Collection findProgram2PersonByProgram(java.lang.String queryString, Program program)
Does the same thing as findProgram2PersonByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findProgram2PersonByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
.
java.util.Collection findProgram2PersonByProgram(int pageNumber, int pageSize, Program program)
Does the same thing as findProgram2PersonByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
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 findProgram2PersonByProgram(java.lang.String queryString, int pageNumber, int pageSize, Program program)
Does the same thing as findProgram2PersonByProgram(String, fr.ifremer.allegro.administration.programStrategy.Program)
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 findProgram2PersonByProgram(int transform, Program program)
Does the same thing as findProgram2PersonByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
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 findProgram2PersonByProgram(int transform, int pageNumber, int pageSize, Program program)
Does the same thing as findProgram2PersonByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program)
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 findProgram2PersonByProgram(int transform, java.lang.String queryString, Program program)
Does the same thing as findProgram2PersonByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findProgram2PersonByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program program)
.
java.util.Collection findProgram2PersonByProgram(int transform, java.lang.String queryString, int pageNumber, int pageSize, Program program)
Does the same thing as findProgram2PersonByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program)
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 findProgram2PersonByLocation(Location location)
java.util.Collection findProgram2PersonByLocation(java.lang.String queryString, Location location)
Does the same thing as findProgram2PersonByLocation(fr.ifremer.allegro.referential.location.Location)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findProgram2PersonByLocation(fr.ifremer.allegro.referential.location.Location)
.
java.util.Collection findProgram2PersonByLocation(int pageNumber, int pageSize, Location location)
Does the same thing as findProgram2PersonByLocation(fr.ifremer.allegro.referential.location.Location)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findProgram2PersonByLocation(java.lang.String queryString, int pageNumber, int pageSize, Location location)
Does the same thing as findProgram2PersonByLocation(String, fr.ifremer.allegro.referential.location.Location)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findProgram2PersonByLocation(int transform, Location location)
Does the same thing as findProgram2PersonByLocation(fr.ifremer.allegro.referential.location.Location)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
java.util.Collection findProgram2PersonByLocation(int transform, int pageNumber, int pageSize, Location location)
Does the same thing as findProgram2PersonByLocation(int, fr.ifremer.allegro.referential.location.Location)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findProgram2PersonByLocation(int transform, java.lang.String queryString, Location location)
Does the same thing as findProgram2PersonByLocation(int, fr.ifremer.allegro.referential.location.Location)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findProgram2PersonByLocation(int, fr.ifremer.allegro.referential.location.Location location)
.
java.util.Collection findProgram2PersonByLocation(int transform, java.lang.String queryString, int pageNumber, int pageSize, Location location)
Does the same thing as findProgram2PersonByLocation(int, String, fr.ifremer.allegro.referential.location.Location)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findProgram2PersonByProgramPrivilege(ProgramPrivilege programPrivilege)
java.util.Collection findProgram2PersonByProgramPrivilege(java.lang.String queryString, ProgramPrivilege programPrivilege)
Does the same thing as findProgram2PersonByProgramPrivilege(fr.ifremer.allegro.administration.programStrategy.ProgramPrivilege)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findProgram2PersonByProgramPrivilege(fr.ifremer.allegro.administration.programStrategy.ProgramPrivilege)
.
java.util.Collection findProgram2PersonByProgramPrivilege(int pageNumber, int pageSize, ProgramPrivilege programPrivilege)
Does the same thing as findProgram2PersonByProgramPrivilege(fr.ifremer.allegro.administration.programStrategy.ProgramPrivilege)
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 findProgram2PersonByProgramPrivilege(java.lang.String queryString, int pageNumber, int pageSize, ProgramPrivilege programPrivilege)
Does the same thing as findProgram2PersonByProgramPrivilege(String, fr.ifremer.allegro.administration.programStrategy.ProgramPrivilege)
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 findProgram2PersonByProgramPrivilege(int transform, ProgramPrivilege programPrivilege)
Does the same thing as findProgram2PersonByProgramPrivilege(fr.ifremer.allegro.administration.programStrategy.ProgramPrivilege)
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 findProgram2PersonByProgramPrivilege(int transform, int pageNumber, int pageSize, ProgramPrivilege programPrivilege)
Does the same thing as findProgram2PersonByProgramPrivilege(int, fr.ifremer.allegro.administration.programStrategy.ProgramPrivilege)
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 findProgram2PersonByProgramPrivilege(int transform, java.lang.String queryString, ProgramPrivilege programPrivilege)
Does the same thing as findProgram2PersonByProgramPrivilege(int, fr.ifremer.allegro.administration.programStrategy.ProgramPrivilege)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findProgram2PersonByProgramPrivilege(int, fr.ifremer.allegro.administration.programStrategy.ProgramPrivilege programPrivilege)
.
java.util.Collection findProgram2PersonByProgramPrivilege(int transform, java.lang.String queryString, int pageNumber, int pageSize, ProgramPrivilege programPrivilege)
Does the same thing as findProgram2PersonByProgramPrivilege(int, String, fr.ifremer.allegro.administration.programStrategy.ProgramPrivilege)
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 findProgram2PersonByPerson(Person person)
java.util.Collection findProgram2PersonByPerson(java.lang.String queryString, Person person)
Does the same thing as findProgram2PersonByPerson(fr.ifremer.allegro.administration.user.Person)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findProgram2PersonByPerson(fr.ifremer.allegro.administration.user.Person)
.
java.util.Collection findProgram2PersonByPerson(int pageNumber, int pageSize, Person person)
Does the same thing as findProgram2PersonByPerson(fr.ifremer.allegro.administration.user.Person)
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 findProgram2PersonByPerson(java.lang.String queryString, int pageNumber, int pageSize, Person person)
Does the same thing as findProgram2PersonByPerson(String, fr.ifremer.allegro.administration.user.Person)
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 findProgram2PersonByPerson(int transform, Person person)
Does the same thing as findProgram2PersonByPerson(fr.ifremer.allegro.administration.user.Person)
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 findProgram2PersonByPerson(int transform, int pageNumber, int pageSize, Person person)
Does the same thing as findProgram2PersonByPerson(int, fr.ifremer.allegro.administration.user.Person)
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 findProgram2PersonByPerson(int transform, java.lang.String queryString, Person person)
Does the same thing as findProgram2PersonByPerson(int, fr.ifremer.allegro.administration.user.Person)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findProgram2PersonByPerson(int, fr.ifremer.allegro.administration.user.Person person)
.
java.util.Collection findProgram2PersonByPerson(int transform, java.lang.String queryString, int pageNumber, int pageSize, Person person)
Does the same thing as findProgram2PersonByPerson(int, String, fr.ifremer.allegro.administration.user.Person)
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.
Program2Person findProgram2PersonByNaturalId(java.lang.Integer id)
Program2Person findProgram2PersonByNaturalId(java.lang.String queryString, java.lang.Integer id)
Does the same thing as findProgram2PersonByNaturalId(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findProgram2PersonByNaturalId(java.lang.Integer)
.
java.lang.Object findProgram2PersonByNaturalId(int transform, java.lang.Integer id)
Does the same thing as findProgram2PersonByNaturalId(java.lang.Integer)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
java.lang.Object findProgram2PersonByNaturalId(int transform, java.lang.String queryString, java.lang.Integer id)
Does the same thing as findProgram2PersonByNaturalId(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findProgram2PersonByNaturalId(int, java.lang.Integer id)
.
Program2Person createFromClusterProgram2Person(ClusterProgram2Person clusterProgram2Person)
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 |