|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClusterVirtualComponent | |
---|---|
fr.ifremer.allegro.referential.taxon | |
fr.ifremer.allegro.referential.taxon.generic.cluster | |
fr.ifremer.allegro.referential.taxon.generic.service |
Uses of ClusterVirtualComponent in fr.ifremer.allegro.referential.taxon |
---|
Methods in fr.ifremer.allegro.referential.taxon that return ClusterVirtualComponent | |
---|---|
ClusterVirtualComponent[] |
VirtualComponentDao.getAllClusterVirtualComponentSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
ClusterVirtualComponent[] |
VirtualComponentDaoBase.getAllClusterVirtualComponentSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
protected ClusterVirtualComponent[] |
VirtualComponentDaoImpl.handleGetAllClusterVirtualComponentSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
protected abstract ClusterVirtualComponent[] |
VirtualComponentDaoBase.handleGetAllClusterVirtualComponentSinceDateSynchro(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 VirtualComponentDaoBase.getAllClusterVirtualComponentSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer) |
protected ClusterVirtualComponent |
VirtualComponentDaoBase.toClusterVirtualComponent(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
ClusterVirtualComponent |
VirtualComponentDaoImpl.toClusterVirtualComponent(VirtualComponent entity)
|
ClusterVirtualComponent |
VirtualComponentDao.toClusterVirtualComponent(VirtualComponent entity)
Converts this DAO's entity to an object of type ClusterVirtualComponent . |
ClusterVirtualComponent |
VirtualComponentDaoBase.toClusterVirtualComponent(VirtualComponent entity)
|
ClusterVirtualComponent[] |
VirtualComponentDao.toClusterVirtualComponentArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterVirtualComponent . |
ClusterVirtualComponent[] |
VirtualComponentDaoBase.toClusterVirtualComponentArray(java.util.Collection entities)
|
Uses of ClusterVirtualComponent in fr.ifremer.allegro.referential.taxon.generic.cluster |
---|
Methods in fr.ifremer.allegro.referential.taxon.generic.cluster with parameters of type ClusterVirtualComponent | |
---|---|
void |
ClusterVirtualComponent.copy(ClusterVirtualComponent otherBean)
Copies all properties from the argument value object into this value object. |
Constructors in fr.ifremer.allegro.referential.taxon.generic.cluster with parameters of type ClusterVirtualComponent | |
---|---|
ClusterVirtualComponent(ClusterVirtualComponent otherBean)
Copies constructor from other ClusterVirtualComponent |
Uses of ClusterVirtualComponent in fr.ifremer.allegro.referential.taxon.generic.service |
---|
Methods in fr.ifremer.allegro.referential.taxon.generic.service that return ClusterVirtualComponent | |
---|---|
ClusterVirtualComponent |
RemoteVirtualComponentFullService.addOrUpdateClusterVirtualComponent(ClusterVirtualComponent clusterVirtualComponent)
|
ClusterVirtualComponent |
RemoteVirtualComponentFullServiceWSDelegator.addOrUpdateClusterVirtualComponent(ClusterVirtualComponent clusterVirtualComponent)
|
ClusterVirtualComponent |
RemoteVirtualComponentFullServiceBase.addOrUpdateClusterVirtualComponent(ClusterVirtualComponent clusterVirtualComponent)
|
ClusterVirtualComponent[] |
RemoteVirtualComponentFullService.getAllClusterVirtualComponentSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
ClusterVirtualComponent[] |
RemoteVirtualComponentFullServiceWSDelegator.getAllClusterVirtualComponentSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
ClusterVirtualComponent[] |
RemoteVirtualComponentFullServiceBase.getAllClusterVirtualComponentSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
ClusterVirtualComponent |
RemoteVirtualComponentFullService.getClusterVirtualComponentByIdentifiers(java.lang.Integer taxonNameId,
java.lang.Integer referenceTaxonId)
|
ClusterVirtualComponent |
RemoteVirtualComponentFullServiceWSDelegator.getClusterVirtualComponentByIdentifiers(java.lang.Integer taxonNameId,
java.lang.Integer referenceTaxonId)
|
ClusterVirtualComponent |
RemoteVirtualComponentFullServiceBase.getClusterVirtualComponentByIdentifiers(java.lang.Integer taxonNameId,
java.lang.Integer referenceTaxonId)
|
protected ClusterVirtualComponent |
RemoteVirtualComponentFullServiceImpl.handleAddOrUpdateClusterVirtualComponent(ClusterVirtualComponent clusterVirtualComponent)
|
protected abstract ClusterVirtualComponent |
RemoteVirtualComponentFullServiceBase.handleAddOrUpdateClusterVirtualComponent(ClusterVirtualComponent clusterVirtualComponent)
Performs the core logic for RemoteVirtualComponentFullServiceBase.addOrUpdateClusterVirtualComponent(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterVirtualComponent) |
protected ClusterVirtualComponent[] |
RemoteVirtualComponentFullServiceImpl.handleGetAllClusterVirtualComponentSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
protected abstract ClusterVirtualComponent[] |
RemoteVirtualComponentFullServiceBase.handleGetAllClusterVirtualComponentSinceDateSynchro(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 RemoteVirtualComponentFullServiceBase.getAllClusterVirtualComponentSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer) |
protected ClusterVirtualComponent |
RemoteVirtualComponentFullServiceImpl.handleGetClusterVirtualComponentByIdentifiers(java.lang.Integer taxonNameId,
java.lang.Integer referenceTaxonId)
|
protected abstract ClusterVirtualComponent |
RemoteVirtualComponentFullServiceBase.handleGetClusterVirtualComponentByIdentifiers(java.lang.Integer taxonNameId,
java.lang.Integer referenceTaxonId)
Performs the core logic for RemoteVirtualComponentFullServiceBase.getClusterVirtualComponentByIdentifiers(java.lang.Integer, java.lang.Integer) |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |