|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RemoteUnitFullVO | |
---|---|
fr.ifremer.allegro.referential.pmfm | |
fr.ifremer.allegro.referential.pmfm.generic.service | |
fr.ifremer.allegro.referential.pmfm.generic.vo |
Uses of RemoteUnitFullVO in fr.ifremer.allegro.referential.pmfm |
---|
Methods in fr.ifremer.allegro.referential.pmfm that return RemoteUnitFullVO | |
---|---|
protected RemoteUnitFullVO |
UnitDaoBase.toRemoteUnitFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteUnitFullVO |
UnitDaoImpl.toRemoteUnitFullVO(Unit entity)
|
RemoteUnitFullVO |
UnitDao.toRemoteUnitFullVO(Unit entity)
Converts this DAO's entity to an object of type RemoteUnitFullVO . |
RemoteUnitFullVO |
UnitDaoBase.toRemoteUnitFullVO(Unit entity)
|
RemoteUnitFullVO[] |
UnitDao.toRemoteUnitFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteUnitFullVO . |
RemoteUnitFullVO[] |
UnitDaoBase.toRemoteUnitFullVOArray(java.util.Collection entities)
|
Methods in fr.ifremer.allegro.referential.pmfm with parameters of type RemoteUnitFullVO | |
---|---|
Unit |
UnitDaoImpl.remoteUnitFullVOToEntity(RemoteUnitFullVO remoteUnitFullVO)
|
Unit |
UnitDao.remoteUnitFullVOToEntity(RemoteUnitFullVO remoteUnitFullVO)
Converts an instance of type RemoteUnitFullVO to this DAO's entity. |
void |
UnitDaoImpl.remoteUnitFullVOToEntity(RemoteUnitFullVO source,
Unit target,
boolean copyIfNull)
|
void |
UnitDao.remoteUnitFullVOToEntity(RemoteUnitFullVO source,
Unit target,
boolean copyIfNull)
Copies the fields of RemoteUnitFullVO to the specified entity. |
void |
UnitDaoBase.remoteUnitFullVOToEntity(RemoteUnitFullVO source,
Unit target,
boolean copyIfNull)
|
void |
UnitDaoImpl.toRemoteUnitFullVO(Unit source,
RemoteUnitFullVO target)
|
void |
UnitDao.toRemoteUnitFullVO(Unit source,
RemoteUnitFullVO target)
Copies the fields of the specified entity to the target value object. |
void |
UnitDaoBase.toRemoteUnitFullVO(Unit source,
RemoteUnitFullVO target)
|
Uses of RemoteUnitFullVO in fr.ifremer.allegro.referential.pmfm.generic.service |
---|
Methods in fr.ifremer.allegro.referential.pmfm.generic.service that return RemoteUnitFullVO | |
---|---|
RemoteUnitFullVO |
RemoteUnitFullService.addUnit(RemoteUnitFullVO unit)
|
RemoteUnitFullVO |
RemoteUnitFullServiceWSDelegator.addUnit(RemoteUnitFullVO unit)
|
RemoteUnitFullVO |
RemoteUnitFullServiceBase.addUnit(RemoteUnitFullVO unit)
|
RemoteUnitFullVO[] |
RemoteUnitFullService.getAllUnit()
|
RemoteUnitFullVO[] |
RemoteUnitFullServiceWSDelegator.getAllUnit()
|
RemoteUnitFullVO[] |
RemoteUnitFullServiceBase.getAllUnit()
|
RemoteUnitFullVO |
RemoteUnitFullService.getUnitById(java.lang.Integer id)
|
RemoteUnitFullVO |
RemoteUnitFullServiceWSDelegator.getUnitById(java.lang.Integer id)
|
RemoteUnitFullVO |
RemoteUnitFullServiceBase.getUnitById(java.lang.Integer id)
|
RemoteUnitFullVO[] |
RemoteUnitFullService.getUnitByIds(java.lang.Integer[] id)
|
RemoteUnitFullVO[] |
RemoteUnitFullServiceWSDelegator.getUnitByIds(java.lang.Integer[] id)
|
RemoteUnitFullVO[] |
RemoteUnitFullServiceBase.getUnitByIds(java.lang.Integer[] id)
|
RemoteUnitFullVO |
RemoteUnitFullService.getUnitByNaturalId(RemoteUnitNaturalId unitNaturalId)
|
RemoteUnitFullVO |
RemoteUnitFullServiceWSDelegator.getUnitByNaturalId(RemoteUnitNaturalId unitNaturalId)
|
RemoteUnitFullVO |
RemoteUnitFullServiceBase.getUnitByNaturalId(RemoteUnitNaturalId unitNaturalId)
|
RemoteUnitFullVO[] |
RemoteUnitFullService.getUnitByStatusCode(java.lang.String code)
|
RemoteUnitFullVO[] |
RemoteUnitFullServiceWSDelegator.getUnitByStatusCode(java.lang.String code)
|
RemoteUnitFullVO[] |
RemoteUnitFullServiceBase.getUnitByStatusCode(java.lang.String code)
|
protected RemoteUnitFullVO |
RemoteUnitFullServiceImpl.handleAddUnit(RemoteUnitFullVO unit)
|
protected abstract RemoteUnitFullVO |
RemoteUnitFullServiceBase.handleAddUnit(RemoteUnitFullVO unit)
Performs the core logic for RemoteUnitFullServiceBase.addUnit(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteUnitFullVO) |
protected RemoteUnitFullVO[] |
RemoteUnitFullServiceImpl.handleGetAllUnit()
|
protected abstract RemoteUnitFullVO[] |
RemoteUnitFullServiceBase.handleGetAllUnit()
Performs the core logic for RemoteUnitFullServiceBase.getAllUnit() |
protected RemoteUnitFullVO |
RemoteUnitFullServiceImpl.handleGetUnitById(java.lang.Integer id)
|
protected abstract RemoteUnitFullVO |
RemoteUnitFullServiceBase.handleGetUnitById(java.lang.Integer id)
Performs the core logic for RemoteUnitFullServiceBase.getUnitById(java.lang.Integer) |
protected RemoteUnitFullVO[] |
RemoteUnitFullServiceImpl.handleGetUnitByIds(java.lang.Integer[] id)
|
protected abstract RemoteUnitFullVO[] |
RemoteUnitFullServiceBase.handleGetUnitByIds(java.lang.Integer[] id)
Performs the core logic for RemoteUnitFullServiceBase.getUnitByIds(java.lang.Integer[]) |
protected RemoteUnitFullVO |
RemoteUnitFullServiceImpl.handleGetUnitByNaturalId(RemoteUnitNaturalId unitNaturalId)
|
protected abstract RemoteUnitFullVO |
RemoteUnitFullServiceBase.handleGetUnitByNaturalId(RemoteUnitNaturalId unitNaturalId)
Performs the core logic for RemoteUnitFullServiceBase.getUnitByNaturalId(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteUnitNaturalId) |
protected RemoteUnitFullVO[] |
RemoteUnitFullServiceImpl.handleGetUnitByStatusCode(java.lang.String code)
|
protected abstract RemoteUnitFullVO[] |
RemoteUnitFullServiceBase.handleGetUnitByStatusCode(java.lang.String code)
Performs the core logic for RemoteUnitFullServiceBase.getUnitByStatusCode(java.lang.String) |
Uses of RemoteUnitFullVO in fr.ifremer.allegro.referential.pmfm.generic.vo |
---|
Methods in fr.ifremer.allegro.referential.pmfm.generic.vo with parameters of type RemoteUnitFullVO | |
---|---|
void |
RemoteUnitFullVO.copy(RemoteUnitFullVO otherBean)
Copies all properties from the argument value object into this value object. |
Constructors in fr.ifremer.allegro.referential.pmfm.generic.vo with parameters of type RemoteUnitFullVO | |
---|---|
RemoteUnitFullVO(RemoteUnitFullVO otherBean)
Copies constructor from other RemoteUnitFullVO |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |