|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RemoteGearFullVO | |
---|---|
fr.ifremer.allegro.referential.gear | |
fr.ifremer.allegro.referential.gear.generic.service | |
fr.ifremer.allegro.referential.gear.generic.vo |
Uses of RemoteGearFullVO in fr.ifremer.allegro.referential.gear |
---|
Methods in fr.ifremer.allegro.referential.gear that return RemoteGearFullVO | |
---|---|
RemoteGearFullVO |
GearDaoImpl.toRemoteGearFullVO(Gear entity)
|
RemoteGearFullVO |
GearDao.toRemoteGearFullVO(Gear entity)
Converts this DAO's entity to an object of type RemoteGearFullVO . |
RemoteGearFullVO |
GearDaoBase.toRemoteGearFullVO(Gear entity)
|
protected RemoteGearFullVO |
GearDaoBase.toRemoteGearFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteGearFullVO[] |
GearDao.toRemoteGearFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteGearFullVO . |
RemoteGearFullVO[] |
GearDaoBase.toRemoteGearFullVOArray(java.util.Collection entities)
|
Methods in fr.ifremer.allegro.referential.gear with parameters of type RemoteGearFullVO | |
---|---|
Gear |
GearDaoImpl.remoteGearFullVOToEntity(RemoteGearFullVO remoteGearFullVO)
|
Gear |
GearDao.remoteGearFullVOToEntity(RemoteGearFullVO remoteGearFullVO)
Converts an instance of type RemoteGearFullVO to this DAO's entity. |
void |
GearDaoImpl.remoteGearFullVOToEntity(RemoteGearFullVO source,
Gear target,
boolean copyIfNull)
|
void |
GearDao.remoteGearFullVOToEntity(RemoteGearFullVO source,
Gear target,
boolean copyIfNull)
Copies the fields of RemoteGearFullVO to the specified entity. |
void |
GearDaoBase.remoteGearFullVOToEntity(RemoteGearFullVO source,
Gear target,
boolean copyIfNull)
|
void |
GearDaoImpl.toRemoteGearFullVO(Gear source,
RemoteGearFullVO target)
|
void |
GearDao.toRemoteGearFullVO(Gear source,
RemoteGearFullVO target)
Copies the fields of the specified entity to the target value object. |
void |
GearDaoBase.toRemoteGearFullVO(Gear source,
RemoteGearFullVO target)
|
Uses of RemoteGearFullVO in fr.ifremer.allegro.referential.gear.generic.service |
---|
Methods in fr.ifremer.allegro.referential.gear.generic.service that return RemoteGearFullVO | |
---|---|
RemoteGearFullVO |
RemoteGearFullService.addGear(RemoteGearFullVO gear)
|
RemoteGearFullVO |
RemoteGearFullServiceWSDelegator.addGear(RemoteGearFullVO gear)
|
RemoteGearFullVO |
RemoteGearFullServiceBase.addGear(RemoteGearFullVO gear)
|
RemoteGearFullVO[] |
RemoteGearFullService.getAllGear()
|
RemoteGearFullVO[] |
RemoteGearFullServiceWSDelegator.getAllGear()
|
RemoteGearFullVO[] |
RemoteGearFullServiceBase.getAllGear()
|
RemoteGearFullVO[] |
RemoteGearFullService.getGearByGearClassificationId(java.lang.Integer id)
|
RemoteGearFullVO[] |
RemoteGearFullServiceWSDelegator.getGearByGearClassificationId(java.lang.Integer id)
|
RemoteGearFullVO[] |
RemoteGearFullServiceBase.getGearByGearClassificationId(java.lang.Integer id)
|
RemoteGearFullVO |
RemoteGearFullService.getGearById(java.lang.Integer id)
|
RemoteGearFullVO |
RemoteGearFullServiceWSDelegator.getGearById(java.lang.Integer id)
|
RemoteGearFullVO |
RemoteGearFullServiceBase.getGearById(java.lang.Integer id)
|
RemoteGearFullVO[] |
RemoteGearFullService.getGearByIds(java.lang.Integer[] id)
|
RemoteGearFullVO[] |
RemoteGearFullServiceWSDelegator.getGearByIds(java.lang.Integer[] id)
|
RemoteGearFullVO[] |
RemoteGearFullServiceBase.getGearByIds(java.lang.Integer[] id)
|
RemoteGearFullVO |
RemoteGearFullService.getGearByNaturalId(RemoteGearNaturalId gearNaturalId)
|
RemoteGearFullVO |
RemoteGearFullServiceWSDelegator.getGearByNaturalId(RemoteGearNaturalId gearNaturalId)
|
RemoteGearFullVO |
RemoteGearFullServiceBase.getGearByNaturalId(RemoteGearNaturalId gearNaturalId)
|
RemoteGearFullVO[] |
RemoteGearFullService.getGearByParentGearId(java.lang.Integer id)
|
RemoteGearFullVO[] |
RemoteGearFullServiceWSDelegator.getGearByParentGearId(java.lang.Integer id)
|
RemoteGearFullVO[] |
RemoteGearFullServiceBase.getGearByParentGearId(java.lang.Integer id)
|
RemoteGearFullVO[] |
RemoteGearFullService.getGearByStatusCode(java.lang.String code)
|
RemoteGearFullVO[] |
RemoteGearFullServiceWSDelegator.getGearByStatusCode(java.lang.String code)
|
RemoteGearFullVO[] |
RemoteGearFullServiceBase.getGearByStatusCode(java.lang.String code)
|
protected RemoteGearFullVO |
RemoteGearFullServiceImpl.handleAddGear(RemoteGearFullVO gear)
|
protected abstract RemoteGearFullVO |
RemoteGearFullServiceBase.handleAddGear(RemoteGearFullVO gear)
Performs the core logic for RemoteGearFullServiceBase.addGear(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearFullVO) |
protected RemoteGearFullVO[] |
RemoteGearFullServiceImpl.handleGetAllGear()
|
protected abstract RemoteGearFullVO[] |
RemoteGearFullServiceBase.handleGetAllGear()
Performs the core logic for RemoteGearFullServiceBase.getAllGear() |
protected RemoteGearFullVO[] |
RemoteGearFullServiceImpl.handleGetGearByGearClassificationId(java.lang.Integer id)
|
protected abstract RemoteGearFullVO[] |
RemoteGearFullServiceBase.handleGetGearByGearClassificationId(java.lang.Integer id)
Performs the core logic for RemoteGearFullServiceBase.getGearByGearClassificationId(java.lang.Integer) |
protected RemoteGearFullVO |
RemoteGearFullServiceImpl.handleGetGearById(java.lang.Integer id)
|
protected abstract RemoteGearFullVO |
RemoteGearFullServiceBase.handleGetGearById(java.lang.Integer id)
Performs the core logic for RemoteGearFullServiceBase.getGearById(java.lang.Integer) |
protected RemoteGearFullVO[] |
RemoteGearFullServiceImpl.handleGetGearByIds(java.lang.Integer[] id)
|
protected abstract RemoteGearFullVO[] |
RemoteGearFullServiceBase.handleGetGearByIds(java.lang.Integer[] id)
Performs the core logic for RemoteGearFullServiceBase.getGearByIds(java.lang.Integer[]) |
protected RemoteGearFullVO |
RemoteGearFullServiceImpl.handleGetGearByNaturalId(RemoteGearNaturalId gearNaturalId)
|
protected abstract RemoteGearFullVO |
RemoteGearFullServiceBase.handleGetGearByNaturalId(RemoteGearNaturalId gearNaturalId)
Performs the core logic for RemoteGearFullServiceBase.getGearByNaturalId(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearNaturalId) |
protected RemoteGearFullVO[] |
RemoteGearFullServiceImpl.handleGetGearByParentGearId(java.lang.Integer id)
|
protected abstract RemoteGearFullVO[] |
RemoteGearFullServiceBase.handleGetGearByParentGearId(java.lang.Integer id)
Performs the core logic for RemoteGearFullServiceBase.getGearByParentGearId(java.lang.Integer) |
protected RemoteGearFullVO[] |
RemoteGearFullServiceImpl.handleGetGearByStatusCode(java.lang.String code)
|
protected abstract RemoteGearFullVO[] |
RemoteGearFullServiceBase.handleGetGearByStatusCode(java.lang.String code)
Performs the core logic for RemoteGearFullServiceBase.getGearByStatusCode(java.lang.String) |
Uses of RemoteGearFullVO in fr.ifremer.allegro.referential.gear.generic.vo |
---|
Subclasses of RemoteGearFullVO in fr.ifremer.allegro.referential.gear.generic.vo | |
---|---|
class |
RemoteFishingGearFullVO
|
Methods in fr.ifremer.allegro.referential.gear.generic.vo with parameters of type RemoteGearFullVO | |
---|---|
void |
RemoteGearFullVO.copy(RemoteGearFullVO otherBean)
Copies all properties from the argument value object into this value object. |
Constructors in fr.ifremer.allegro.referential.gear.generic.vo with parameters of type RemoteGearFullVO | |
---|---|
RemoteGearFullVO(RemoteGearFullVO otherBean)
Copies constructor from other RemoteGearFullVO |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |