|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClusterFishingGear | |
---|---|
fr.ifremer.allegro.referential.gear | |
fr.ifremer.allegro.referential.gear.generic.cluster | |
fr.ifremer.allegro.referential.gear.generic.service |
Uses of ClusterFishingGear in fr.ifremer.allegro.referential.gear |
---|
Methods in fr.ifremer.allegro.referential.gear that return ClusterFishingGear | |
---|---|
ClusterFishingGear[] |
FishingGearDao.getAllClusterFishingGearSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
ClusterFishingGear[] |
FishingGearDaoBase.getAllClusterFishingGearSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
protected ClusterFishingGear[] |
FishingGearDaoImpl.handleGetAllClusterFishingGearSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
protected abstract ClusterFishingGear[] |
FishingGearDaoBase.handleGetAllClusterFishingGearSinceDateSynchro(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 FishingGearDaoBase.getAllClusterFishingGearSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer) |
ClusterFishingGear |
FishingGearDaoImpl.toClusterFishingGear(FishingGear entity)
|
ClusterFishingGear |
FishingGearDao.toClusterFishingGear(FishingGear entity)
Converts this DAO's entity to an object of type ClusterFishingGear . |
ClusterFishingGear |
FishingGearDaoBase.toClusterFishingGear(FishingGear entity)
|
protected ClusterFishingGear |
FishingGearDaoBase.toClusterFishingGear(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
ClusterFishingGear[] |
FishingGearDao.toClusterFishingGearArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterFishingGear . |
ClusterFishingGear[] |
FishingGearDaoBase.toClusterFishingGearArray(java.util.Collection entities)
|
Uses of ClusterFishingGear in fr.ifremer.allegro.referential.gear.generic.cluster |
---|
Methods in fr.ifremer.allegro.referential.gear.generic.cluster that return ClusterFishingGear | |
---|---|
ClusterFishingGear[] |
ClusterGear.getClusterChildGearssOfFishingGear()
|
Methods in fr.ifremer.allegro.referential.gear.generic.cluster with parameters of type ClusterFishingGear | |
---|---|
void |
ClusterFishingGear.copy(ClusterFishingGear otherBean)
Copies all properties from the argument value object into this value object. |
void |
ClusterGear.setClusterChildGearssOfFishingGear(ClusterFishingGear[] clusterChildGearssOfFishingGear)
|
Constructors in fr.ifremer.allegro.referential.gear.generic.cluster with parameters of type ClusterFishingGear | |
---|---|
ClusterFishingGear(ClusterFishingGear otherBean)
Copies constructor from other ClusterFishingGear |
|
ClusterFishingGear(java.lang.Integer id,
java.lang.Integer idLocal,
java.lang.String label,
java.lang.String name,
java.lang.String description,
java.sql.Timestamp updateDate,
RemoteGearNaturalId parentGearNaturalId,
RemoteGearClassificationNaturalId gearClassificationNaturalId,
RemoteStatusNaturalId statusNaturalId,
ClusterFishingGear[] clusterChildGearssOfFishingGear,
ClusterGear[] clusterChildGearss,
ClusterGearAssociation[] clusterAssociatedGearss,
java.lang.Boolean isActive,
java.lang.Boolean isTowed)
|
|
ClusterFishingGear(java.lang.String label,
java.lang.String name,
RemoteGearClassificationNaturalId gearClassificationNaturalId,
RemoteStatusNaturalId statusNaturalId,
ClusterFishingGear[] clusterChildGearssOfFishingGear,
ClusterGear[] clusterChildGearss,
ClusterGearAssociation[] clusterAssociatedGearss)
|
|
ClusterGear(java.lang.Integer id,
java.lang.Integer idLocal,
java.lang.String label,
java.lang.String name,
java.lang.String description,
java.sql.Timestamp updateDate,
RemoteGearNaturalId parentGearNaturalId,
RemoteGearClassificationNaturalId gearClassificationNaturalId,
RemoteStatusNaturalId statusNaturalId,
ClusterFishingGear[] clusterChildGearssOfFishingGear,
ClusterGear[] clusterChildGearss,
ClusterGearAssociation[] clusterAssociatedGearss)
|
|
ClusterGear(java.lang.String label,
java.lang.String name,
RemoteGearClassificationNaturalId gearClassificationNaturalId,
RemoteStatusNaturalId statusNaturalId,
ClusterFishingGear[] clusterChildGearssOfFishingGear,
ClusterGear[] clusterChildGearss,
ClusterGearAssociation[] clusterAssociatedGearss)
|
Uses of ClusterFishingGear in fr.ifremer.allegro.referential.gear.generic.service |
---|
Methods in fr.ifremer.allegro.referential.gear.generic.service that return ClusterFishingGear | |
---|---|
ClusterFishingGear |
RemoteFishingGearFullService.addOrUpdateClusterFishingGear(ClusterFishingGear clusterFishingGear)
|
ClusterFishingGear |
RemoteFishingGearFullServiceWSDelegator.addOrUpdateClusterFishingGear(ClusterFishingGear clusterFishingGear)
|
ClusterFishingGear |
RemoteFishingGearFullServiceBase.addOrUpdateClusterFishingGear(ClusterFishingGear clusterFishingGear)
|
ClusterFishingGear[] |
RemoteFishingGearFullService.getAllClusterFishingGearSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
ClusterFishingGear[] |
RemoteFishingGearFullServiceWSDelegator.getAllClusterFishingGearSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
ClusterFishingGear[] |
RemoteFishingGearFullServiceBase.getAllClusterFishingGearSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
ClusterFishingGear |
RemoteFishingGearFullService.getClusterFishingGearByIdentifiers(java.lang.Integer id)
|
ClusterFishingGear |
RemoteFishingGearFullServiceWSDelegator.getClusterFishingGearByIdentifiers(java.lang.Integer id)
|
ClusterFishingGear |
RemoteFishingGearFullServiceBase.getClusterFishingGearByIdentifiers(java.lang.Integer id)
|
protected ClusterFishingGear |
RemoteFishingGearFullServiceImpl.handleAddOrUpdateClusterFishingGear(ClusterFishingGear clusterFishingGear)
|
protected abstract ClusterFishingGear |
RemoteFishingGearFullServiceBase.handleAddOrUpdateClusterFishingGear(ClusterFishingGear clusterFishingGear)
Performs the core logic for RemoteFishingGearFullServiceBase.addOrUpdateClusterFishingGear(fr.ifremer.allegro.referential.gear.generic.cluster.ClusterFishingGear) |
protected ClusterFishingGear[] |
RemoteFishingGearFullServiceImpl.handleGetAllClusterFishingGearSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
protected abstract ClusterFishingGear[] |
RemoteFishingGearFullServiceBase.handleGetAllClusterFishingGearSinceDateSynchro(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 RemoteFishingGearFullServiceBase.getAllClusterFishingGearSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer) |
protected ClusterFishingGear |
RemoteFishingGearFullServiceImpl.handleGetClusterFishingGearByIdentifiers(java.lang.Integer id)
|
protected abstract ClusterFishingGear |
RemoteFishingGearFullServiceBase.handleGetClusterFishingGearByIdentifiers(java.lang.Integer id)
Performs the core logic for RemoteFishingGearFullServiceBase.getClusterFishingGearByIdentifiers(java.lang.Integer) |
Methods in fr.ifremer.allegro.referential.gear.generic.service with parameters of type ClusterFishingGear | |
---|---|
ClusterFishingGear |
RemoteFishingGearFullService.addOrUpdateClusterFishingGear(ClusterFishingGear clusterFishingGear)
|
ClusterFishingGear |
RemoteFishingGearFullServiceWSDelegator.addOrUpdateClusterFishingGear(ClusterFishingGear clusterFishingGear)
|
ClusterFishingGear |
RemoteFishingGearFullServiceBase.addOrUpdateClusterFishingGear(ClusterFishingGear clusterFishingGear)
|
protected ClusterFishingGear |
RemoteFishingGearFullServiceImpl.handleAddOrUpdateClusterFishingGear(ClusterFishingGear clusterFishingGear)
|
protected abstract ClusterFishingGear |
RemoteFishingGearFullServiceBase.handleAddOrUpdateClusterFishingGear(ClusterFishingGear clusterFishingGear)
Performs the core logic for RemoteFishingGearFullServiceBase.addOrUpdateClusterFishingGear(fr.ifremer.allegro.referential.gear.generic.cluster.ClusterFishingGear) |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |