|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClusterParameterGroup | |
---|---|
fr.ifremer.allegro.referential.pmfm | |
fr.ifremer.allegro.referential.pmfm.generic.cluster | |
fr.ifremer.allegro.referential.pmfm.generic.service |
Uses of ClusterParameterGroup in fr.ifremer.allegro.referential.pmfm |
---|
Methods in fr.ifremer.allegro.referential.pmfm that return ClusterParameterGroup | |
---|---|
ClusterParameterGroup[] |
ParameterGroupDao.getAllClusterParameterGroupSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
ClusterParameterGroup[] |
ParameterGroupDaoBase.getAllClusterParameterGroupSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
protected ClusterParameterGroup[] |
ParameterGroupDaoImpl.handleGetAllClusterParameterGroupSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
protected abstract ClusterParameterGroup[] |
ParameterGroupDaoBase.handleGetAllClusterParameterGroupSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
Performs the core logic for ParameterGroupDaoBase.getAllClusterParameterGroupSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer) |
protected ClusterParameterGroup |
ParameterGroupDaoBase.toClusterParameterGroup(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
ClusterParameterGroup |
ParameterGroupDaoImpl.toClusterParameterGroup(ParameterGroup entity)
|
ClusterParameterGroup |
ParameterGroupDao.toClusterParameterGroup(ParameterGroup entity)
Converts this DAO's entity to an object of type ClusterParameterGroup . |
ClusterParameterGroup |
ParameterGroupDaoBase.toClusterParameterGroup(ParameterGroup entity)
|
ClusterParameterGroup[] |
ParameterGroupDao.toClusterParameterGroupArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterParameterGroup . |
ClusterParameterGroup[] |
ParameterGroupDaoBase.toClusterParameterGroupArray(java.util.Collection entities)
|
Uses of ClusterParameterGroup in fr.ifremer.allegro.referential.pmfm.generic.cluster |
---|
Methods in fr.ifremer.allegro.referential.pmfm.generic.cluster that return ClusterParameterGroup | |
---|---|
ClusterParameterGroup[] |
ClusterParameterGroup.getClusterChildParameterGroupss()
|
Methods in fr.ifremer.allegro.referential.pmfm.generic.cluster with parameters of type ClusterParameterGroup | |
---|---|
void |
ClusterParameterGroup.copy(ClusterParameterGroup otherBean)
Copies all properties from the argument value object into this value object. |
void |
ClusterParameterGroup.setClusterChildParameterGroupss(ClusterParameterGroup[] clusterChildParameterGroupss)
|
Constructors in fr.ifremer.allegro.referential.pmfm.generic.cluster with parameters of type ClusterParameterGroup | |
---|---|
ClusterParameterGroup(ClusterParameterGroup otherBean)
Copies constructor from other ClusterParameterGroup |
|
ClusterParameterGroup(java.lang.Integer id,
java.lang.Integer idLocal,
java.lang.String name,
java.lang.String description,
java.sql.Timestamp updateDate,
RemoteParameterGroupNaturalId parentParameterGroupNaturalId,
RemoteStatusNaturalId statusNaturalId,
ClusterParameterGroup[] clusterChildParameterGroupss)
|
|
ClusterParameterGroup(java.lang.String name,
RemoteStatusNaturalId statusNaturalId,
ClusterParameterGroup[] clusterChildParameterGroupss)
|
Uses of ClusterParameterGroup in fr.ifremer.allegro.referential.pmfm.generic.service |
---|
Methods in fr.ifremer.allegro.referential.pmfm.generic.service that return ClusterParameterGroup | |
---|---|
ClusterParameterGroup |
RemoteParameterGroupFullService.addOrUpdateClusterParameterGroup(ClusterParameterGroup clusterParameterGroup)
|
ClusterParameterGroup |
RemoteParameterGroupFullServiceWSDelegator.addOrUpdateClusterParameterGroup(ClusterParameterGroup clusterParameterGroup)
|
ClusterParameterGroup |
RemoteParameterGroupFullServiceBase.addOrUpdateClusterParameterGroup(ClusterParameterGroup clusterParameterGroup)
|
ClusterParameterGroup[] |
RemoteParameterGroupFullService.getAllClusterParameterGroupSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
ClusterParameterGroup[] |
RemoteParameterGroupFullServiceWSDelegator.getAllClusterParameterGroupSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
ClusterParameterGroup[] |
RemoteParameterGroupFullServiceBase.getAllClusterParameterGroupSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
ClusterParameterGroup |
RemoteParameterGroupFullService.getClusterParameterGroupByIdentifiers(java.lang.Integer id)
|
ClusterParameterGroup |
RemoteParameterGroupFullServiceWSDelegator.getClusterParameterGroupByIdentifiers(java.lang.Integer id)
|
ClusterParameterGroup |
RemoteParameterGroupFullServiceBase.getClusterParameterGroupByIdentifiers(java.lang.Integer id)
|
protected ClusterParameterGroup |
RemoteParameterGroupFullServiceImpl.handleAddOrUpdateClusterParameterGroup(ClusterParameterGroup clusterParameterGroup)
|
protected abstract ClusterParameterGroup |
RemoteParameterGroupFullServiceBase.handleAddOrUpdateClusterParameterGroup(ClusterParameterGroup clusterParameterGroup)
Performs the core logic for RemoteParameterGroupFullServiceBase.addOrUpdateClusterParameterGroup(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterParameterGroup) |
protected ClusterParameterGroup[] |
RemoteParameterGroupFullServiceImpl.handleGetAllClusterParameterGroupSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
protected abstract ClusterParameterGroup[] |
RemoteParameterGroupFullServiceBase.handleGetAllClusterParameterGroupSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
Performs the core logic for RemoteParameterGroupFullServiceBase.getAllClusterParameterGroupSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer) |
protected ClusterParameterGroup |
RemoteParameterGroupFullServiceImpl.handleGetClusterParameterGroupByIdentifiers(java.lang.Integer id)
|
protected abstract ClusterParameterGroup |
RemoteParameterGroupFullServiceBase.handleGetClusterParameterGroupByIdentifiers(java.lang.Integer id)
Performs the core logic for RemoteParameterGroupFullServiceBase.getClusterParameterGroupByIdentifiers(java.lang.Integer) |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |