|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RemoteFisheryFullVO | |
---|---|
fr.ifremer.allegro.referential.regulation | |
fr.ifremer.allegro.referential.regulation.generic.service | |
fr.ifremer.allegro.referential.regulation.generic.vo |
Uses of RemoteFisheryFullVO in fr.ifremer.allegro.referential.regulation |
---|
Methods in fr.ifremer.allegro.referential.regulation that return RemoteFisheryFullVO | |
---|---|
RemoteFisheryFullVO |
FisheryDaoImpl.toRemoteFisheryFullVO(Fishery entity)
|
RemoteFisheryFullVO |
FisheryDao.toRemoteFisheryFullVO(Fishery entity)
Converts this DAO's entity to an object of type RemoteFisheryFullVO . |
RemoteFisheryFullVO |
FisheryDaoBase.toRemoteFisheryFullVO(Fishery entity)
|
protected RemoteFisheryFullVO |
FisheryDaoBase.toRemoteFisheryFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteFisheryFullVO[] |
FisheryDao.toRemoteFisheryFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteFisheryFullVO . |
RemoteFisheryFullVO[] |
FisheryDaoBase.toRemoteFisheryFullVOArray(java.util.Collection entities)
|
Methods in fr.ifremer.allegro.referential.regulation with parameters of type RemoteFisheryFullVO | |
---|---|
Fishery |
FisheryDaoImpl.remoteFisheryFullVOToEntity(RemoteFisheryFullVO remoteFisheryFullVO)
|
Fishery |
FisheryDao.remoteFisheryFullVOToEntity(RemoteFisheryFullVO remoteFisheryFullVO)
Converts an instance of type RemoteFisheryFullVO to this DAO's entity. |
void |
FisheryDaoImpl.remoteFisheryFullVOToEntity(RemoteFisheryFullVO source,
Fishery target,
boolean copyIfNull)
|
void |
FisheryDao.remoteFisheryFullVOToEntity(RemoteFisheryFullVO source,
Fishery target,
boolean copyIfNull)
Copies the fields of RemoteFisheryFullVO to the specified entity. |
void |
FisheryDaoBase.remoteFisheryFullVOToEntity(RemoteFisheryFullVO source,
Fishery target,
boolean copyIfNull)
|
void |
FisheryDaoImpl.toRemoteFisheryFullVO(Fishery source,
RemoteFisheryFullVO target)
|
void |
FisheryDao.toRemoteFisheryFullVO(Fishery source,
RemoteFisheryFullVO target)
Copies the fields of the specified entity to the target value object. |
void |
FisheryDaoBase.toRemoteFisheryFullVO(Fishery source,
RemoteFisheryFullVO target)
|
Uses of RemoteFisheryFullVO in fr.ifremer.allegro.referential.regulation.generic.service |
---|
Methods in fr.ifremer.allegro.referential.regulation.generic.service that return RemoteFisheryFullVO | |
---|---|
RemoteFisheryFullVO |
RemoteFisheryFullService.addFishery(RemoteFisheryFullVO fishery)
|
RemoteFisheryFullVO |
RemoteFisheryFullServiceWSDelegator.addFishery(RemoteFisheryFullVO fishery)
|
RemoteFisheryFullVO |
RemoteFisheryFullServiceBase.addFishery(RemoteFisheryFullVO fishery)
|
RemoteFisheryFullVO[] |
RemoteFisheryFullService.getAllFishery()
|
RemoteFisheryFullVO[] |
RemoteFisheryFullServiceWSDelegator.getAllFishery()
|
RemoteFisheryFullVO[] |
RemoteFisheryFullServiceBase.getAllFishery()
|
RemoteFisheryFullVO[] |
RemoteFisheryFullService.getFisheryByFishingAreaId(java.lang.Integer id)
|
RemoteFisheryFullVO[] |
RemoteFisheryFullServiceWSDelegator.getFisheryByFishingAreaId(java.lang.Integer id)
|
RemoteFisheryFullVO[] |
RemoteFisheryFullServiceBase.getFisheryByFishingAreaId(java.lang.Integer id)
|
RemoteFisheryFullVO[] |
RemoteFisheryFullService.getFisheryByGearId(java.lang.Integer id)
|
RemoteFisheryFullVO[] |
RemoteFisheryFullServiceWSDelegator.getFisheryByGearId(java.lang.Integer id)
|
RemoteFisheryFullVO[] |
RemoteFisheryFullServiceBase.getFisheryByGearId(java.lang.Integer id)
|
RemoteFisheryFullVO |
RemoteFisheryFullService.getFisheryById(java.lang.Integer id)
|
RemoteFisheryFullVO |
RemoteFisheryFullServiceWSDelegator.getFisheryById(java.lang.Integer id)
|
RemoteFisheryFullVO |
RemoteFisheryFullServiceBase.getFisheryById(java.lang.Integer id)
|
RemoteFisheryFullVO[] |
RemoteFisheryFullService.getFisheryByIds(java.lang.Integer[] id)
|
RemoteFisheryFullVO[] |
RemoteFisheryFullServiceWSDelegator.getFisheryByIds(java.lang.Integer[] id)
|
RemoteFisheryFullVO[] |
RemoteFisheryFullServiceBase.getFisheryByIds(java.lang.Integer[] id)
|
RemoteFisheryFullVO |
RemoteFisheryFullService.getFisheryByNaturalId(RemoteFisheryNaturalId fisheryNaturalId)
|
RemoteFisheryFullVO |
RemoteFisheryFullServiceWSDelegator.getFisheryByNaturalId(RemoteFisheryNaturalId fisheryNaturalId)
|
RemoteFisheryFullVO |
RemoteFisheryFullServiceBase.getFisheryByNaturalId(RemoteFisheryNaturalId fisheryNaturalId)
|
RemoteFisheryFullVO[] |
RemoteFisheryFullService.getFisheryByTaxonGroupId(java.lang.Integer id)
|
RemoteFisheryFullVO[] |
RemoteFisheryFullServiceWSDelegator.getFisheryByTaxonGroupId(java.lang.Integer id)
|
RemoteFisheryFullVO[] |
RemoteFisheryFullServiceBase.getFisheryByTaxonGroupId(java.lang.Integer id)
|
protected RemoteFisheryFullVO |
RemoteFisheryFullServiceImpl.handleAddFishery(RemoteFisheryFullVO fishery)
|
protected abstract RemoteFisheryFullVO |
RemoteFisheryFullServiceBase.handleAddFishery(RemoteFisheryFullVO fishery)
Performs the core logic for RemoteFisheryFullServiceBase.addFishery(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteFisheryFullVO) |
protected RemoteFisheryFullVO[] |
RemoteFisheryFullServiceImpl.handleGetAllFishery()
|
protected abstract RemoteFisheryFullVO[] |
RemoteFisheryFullServiceBase.handleGetAllFishery()
Performs the core logic for RemoteFisheryFullServiceBase.getAllFishery() |
protected RemoteFisheryFullVO[] |
RemoteFisheryFullServiceImpl.handleGetFisheryByFishingAreaId(java.lang.Integer id)
|
protected abstract RemoteFisheryFullVO[] |
RemoteFisheryFullServiceBase.handleGetFisheryByFishingAreaId(java.lang.Integer id)
Performs the core logic for RemoteFisheryFullServiceBase.getFisheryByFishingAreaId(java.lang.Integer) |
protected RemoteFisheryFullVO[] |
RemoteFisheryFullServiceImpl.handleGetFisheryByGearId(java.lang.Integer id)
|
protected abstract RemoteFisheryFullVO[] |
RemoteFisheryFullServiceBase.handleGetFisheryByGearId(java.lang.Integer id)
Performs the core logic for RemoteFisheryFullServiceBase.getFisheryByGearId(java.lang.Integer) |
protected RemoteFisheryFullVO |
RemoteFisheryFullServiceImpl.handleGetFisheryById(java.lang.Integer id)
|
protected abstract RemoteFisheryFullVO |
RemoteFisheryFullServiceBase.handleGetFisheryById(java.lang.Integer id)
Performs the core logic for RemoteFisheryFullServiceBase.getFisheryById(java.lang.Integer) |
protected RemoteFisheryFullVO[] |
RemoteFisheryFullServiceImpl.handleGetFisheryByIds(java.lang.Integer[] id)
|
protected abstract RemoteFisheryFullVO[] |
RemoteFisheryFullServiceBase.handleGetFisheryByIds(java.lang.Integer[] id)
Performs the core logic for RemoteFisheryFullServiceBase.getFisheryByIds(java.lang.Integer[]) |
protected RemoteFisheryFullVO |
RemoteFisheryFullServiceImpl.handleGetFisheryByNaturalId(RemoteFisheryNaturalId fisheryNaturalId)
|
protected abstract RemoteFisheryFullVO |
RemoteFisheryFullServiceBase.handleGetFisheryByNaturalId(RemoteFisheryNaturalId fisheryNaturalId)
Performs the core logic for RemoteFisheryFullServiceBase.getFisheryByNaturalId(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteFisheryNaturalId) |
protected RemoteFisheryFullVO[] |
RemoteFisheryFullServiceImpl.handleGetFisheryByTaxonGroupId(java.lang.Integer id)
|
protected abstract RemoteFisheryFullVO[] |
RemoteFisheryFullServiceBase.handleGetFisheryByTaxonGroupId(java.lang.Integer id)
Performs the core logic for RemoteFisheryFullServiceBase.getFisheryByTaxonGroupId(java.lang.Integer) |
Uses of RemoteFisheryFullVO in fr.ifremer.allegro.referential.regulation.generic.vo |
---|
Methods in fr.ifremer.allegro.referential.regulation.generic.vo with parameters of type RemoteFisheryFullVO | |
---|---|
void |
RemoteFisheryFullVO.copy(RemoteFisheryFullVO otherBean)
Copies all properties from the argument value object into this value object. |
Constructors in fr.ifremer.allegro.referential.regulation.generic.vo with parameters of type RemoteFisheryFullVO | |
---|---|
RemoteFisheryFullVO(RemoteFisheryFullVO otherBean)
Copies constructor from other RemoteFisheryFullVO |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |