|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RemotePhotoFullVO | |
---|---|
fr.ifremer.allegro.data.measure.photo | |
fr.ifremer.allegro.data.measure.photo.generic.service | |
fr.ifremer.allegro.data.measure.photo.generic.vo |
Uses of RemotePhotoFullVO in fr.ifremer.allegro.data.measure.photo |
---|
Methods in fr.ifremer.allegro.data.measure.photo that return RemotePhotoFullVO | |
---|---|
protected RemotePhotoFullVO |
PhotoDaoBase.toRemotePhotoFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemotePhotoFullVO |
PhotoDaoImpl.toRemotePhotoFullVO(Photo entity)
|
RemotePhotoFullVO |
PhotoDao.toRemotePhotoFullVO(Photo entity)
Converts this DAO's entity to an object of type RemotePhotoFullVO . |
RemotePhotoFullVO |
PhotoDaoBase.toRemotePhotoFullVO(Photo entity)
|
RemotePhotoFullVO[] |
PhotoDao.toRemotePhotoFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemotePhotoFullVO . |
RemotePhotoFullVO[] |
PhotoDaoBase.toRemotePhotoFullVOArray(java.util.Collection entities)
|
Methods in fr.ifremer.allegro.data.measure.photo with parameters of type RemotePhotoFullVO | |
---|---|
Photo |
PhotoDaoImpl.remotePhotoFullVOToEntity(RemotePhotoFullVO remotePhotoFullVO)
|
Photo |
PhotoDao.remotePhotoFullVOToEntity(RemotePhotoFullVO remotePhotoFullVO)
Converts an instance of type RemotePhotoFullVO to this DAO's entity. |
void |
PhotoDaoImpl.remotePhotoFullVOToEntity(RemotePhotoFullVO source,
Photo target,
boolean copyIfNull)
|
void |
PhotoDao.remotePhotoFullVOToEntity(RemotePhotoFullVO source,
Photo target,
boolean copyIfNull)
Copies the fields of RemotePhotoFullVO to the specified entity. |
void |
PhotoDaoBase.remotePhotoFullVOToEntity(RemotePhotoFullVO source,
Photo target,
boolean copyIfNull)
|
void |
PhotoDaoImpl.toRemotePhotoFullVO(Photo source,
RemotePhotoFullVO target)
|
void |
PhotoDao.toRemotePhotoFullVO(Photo source,
RemotePhotoFullVO target)
Copies the fields of the specified entity to the target value object. |
void |
PhotoDaoBase.toRemotePhotoFullVO(Photo source,
RemotePhotoFullVO target)
|
Uses of RemotePhotoFullVO in fr.ifremer.allegro.data.measure.photo.generic.service |
---|
Methods in fr.ifremer.allegro.data.measure.photo.generic.service that return RemotePhotoFullVO | |
---|---|
RemotePhotoFullVO |
RemotePhotoFullService.addPhoto(RemotePhotoFullVO photo)
|
RemotePhotoFullVO |
RemotePhotoFullServiceWSDelegator.addPhoto(RemotePhotoFullVO photo)
|
RemotePhotoFullVO |
RemotePhotoFullServiceBase.addPhoto(RemotePhotoFullVO photo)
|
RemotePhotoFullVO[] |
RemotePhotoFullService.getAllPhoto()
|
RemotePhotoFullVO[] |
RemotePhotoFullServiceWSDelegator.getAllPhoto()
|
RemotePhotoFullVO[] |
RemotePhotoFullServiceBase.getAllPhoto()
|
RemotePhotoFullVO[] |
RemotePhotoFullService.getPhotoByDepartmentId(java.lang.Integer id)
|
RemotePhotoFullVO[] |
RemotePhotoFullServiceWSDelegator.getPhotoByDepartmentId(java.lang.Integer id)
|
RemotePhotoFullVO[] |
RemotePhotoFullServiceBase.getPhotoByDepartmentId(java.lang.Integer id)
|
RemotePhotoFullVO |
RemotePhotoFullService.getPhotoById(java.lang.Integer id)
|
RemotePhotoFullVO |
RemotePhotoFullServiceWSDelegator.getPhotoById(java.lang.Integer id)
|
RemotePhotoFullVO |
RemotePhotoFullServiceBase.getPhotoById(java.lang.Integer id)
|
RemotePhotoFullVO[] |
RemotePhotoFullService.getPhotoByIds(java.lang.Integer[] id)
|
RemotePhotoFullVO[] |
RemotePhotoFullServiceWSDelegator.getPhotoByIds(java.lang.Integer[] id)
|
RemotePhotoFullVO[] |
RemotePhotoFullServiceBase.getPhotoByIds(java.lang.Integer[] id)
|
RemotePhotoFullVO |
RemotePhotoFullService.getPhotoByNaturalId(RemotePhotoNaturalId photoNaturalId)
|
RemotePhotoFullVO |
RemotePhotoFullServiceWSDelegator.getPhotoByNaturalId(RemotePhotoNaturalId photoNaturalId)
|
RemotePhotoFullVO |
RemotePhotoFullServiceBase.getPhotoByNaturalId(RemotePhotoNaturalId photoNaturalId)
|
RemotePhotoFullVO[] |
RemotePhotoFullService.getPhotoByObjectTypeCode(java.lang.String code)
|
RemotePhotoFullVO[] |
RemotePhotoFullServiceWSDelegator.getPhotoByObjectTypeCode(java.lang.String code)
|
RemotePhotoFullVO[] |
RemotePhotoFullServiceBase.getPhotoByObjectTypeCode(java.lang.String code)
|
RemotePhotoFullVO[] |
RemotePhotoFullService.getPhotoByPhotoTypeCode(java.lang.String code)
|
RemotePhotoFullVO[] |
RemotePhotoFullServiceWSDelegator.getPhotoByPhotoTypeCode(java.lang.String code)
|
RemotePhotoFullVO[] |
RemotePhotoFullServiceBase.getPhotoByPhotoTypeCode(java.lang.String code)
|
RemotePhotoFullVO[] |
RemotePhotoFullService.getPhotoByQualityFlagCode(java.lang.String code)
|
RemotePhotoFullVO[] |
RemotePhotoFullServiceWSDelegator.getPhotoByQualityFlagCode(java.lang.String code)
|
RemotePhotoFullVO[] |
RemotePhotoFullServiceBase.getPhotoByQualityFlagCode(java.lang.String code)
|
protected RemotePhotoFullVO |
RemotePhotoFullServiceImpl.handleAddPhoto(RemotePhotoFullVO photo)
|
protected abstract RemotePhotoFullVO |
RemotePhotoFullServiceBase.handleAddPhoto(RemotePhotoFullVO photo)
Performs the core logic for RemotePhotoFullServiceBase.addPhoto(fr.ifremer.allegro.data.measure.photo.generic.vo.RemotePhotoFullVO) |
protected RemotePhotoFullVO[] |
RemotePhotoFullServiceImpl.handleGetAllPhoto()
|
protected abstract RemotePhotoFullVO[] |
RemotePhotoFullServiceBase.handleGetAllPhoto()
Performs the core logic for RemotePhotoFullServiceBase.getAllPhoto() |
protected RemotePhotoFullVO[] |
RemotePhotoFullServiceImpl.handleGetPhotoByDepartmentId(java.lang.Integer id)
|
protected abstract RemotePhotoFullVO[] |
RemotePhotoFullServiceBase.handleGetPhotoByDepartmentId(java.lang.Integer id)
Performs the core logic for RemotePhotoFullServiceBase.getPhotoByDepartmentId(java.lang.Integer) |
protected RemotePhotoFullVO |
RemotePhotoFullServiceImpl.handleGetPhotoById(java.lang.Integer id)
|
protected abstract RemotePhotoFullVO |
RemotePhotoFullServiceBase.handleGetPhotoById(java.lang.Integer id)
Performs the core logic for RemotePhotoFullServiceBase.getPhotoById(java.lang.Integer) |
protected RemotePhotoFullVO[] |
RemotePhotoFullServiceImpl.handleGetPhotoByIds(java.lang.Integer[] id)
|
protected abstract RemotePhotoFullVO[] |
RemotePhotoFullServiceBase.handleGetPhotoByIds(java.lang.Integer[] id)
Performs the core logic for RemotePhotoFullServiceBase.getPhotoByIds(java.lang.Integer[]) |
protected RemotePhotoFullVO |
RemotePhotoFullServiceImpl.handleGetPhotoByNaturalId(RemotePhotoNaturalId photoNaturalId)
|
protected abstract RemotePhotoFullVO |
RemotePhotoFullServiceBase.handleGetPhotoByNaturalId(RemotePhotoNaturalId photoNaturalId)
Performs the core logic for RemotePhotoFullServiceBase.getPhotoByNaturalId(fr.ifremer.allegro.data.measure.photo.generic.vo.RemotePhotoNaturalId) |
protected RemotePhotoFullVO[] |
RemotePhotoFullServiceImpl.handleGetPhotoByObjectTypeCode(java.lang.String code)
|
protected abstract RemotePhotoFullVO[] |
RemotePhotoFullServiceBase.handleGetPhotoByObjectTypeCode(java.lang.String code)
Performs the core logic for RemotePhotoFullServiceBase.getPhotoByObjectTypeCode(java.lang.String) |
protected RemotePhotoFullVO[] |
RemotePhotoFullServiceImpl.handleGetPhotoByPhotoTypeCode(java.lang.String code)
|
protected abstract RemotePhotoFullVO[] |
RemotePhotoFullServiceBase.handleGetPhotoByPhotoTypeCode(java.lang.String code)
Performs the core logic for RemotePhotoFullServiceBase.getPhotoByPhotoTypeCode(java.lang.String) |
protected RemotePhotoFullVO[] |
RemotePhotoFullServiceImpl.handleGetPhotoByQualityFlagCode(java.lang.String code)
|
protected abstract RemotePhotoFullVO[] |
RemotePhotoFullServiceBase.handleGetPhotoByQualityFlagCode(java.lang.String code)
Performs the core logic for RemotePhotoFullServiceBase.getPhotoByQualityFlagCode(java.lang.String) |
Uses of RemotePhotoFullVO in fr.ifremer.allegro.data.measure.photo.generic.vo |
---|
Methods in fr.ifremer.allegro.data.measure.photo.generic.vo with parameters of type RemotePhotoFullVO | |
---|---|
void |
RemotePhotoFullVO.copy(RemotePhotoFullVO otherBean)
Copies all properties from the argument value object into this value object. |
Constructors in fr.ifremer.allegro.data.measure.photo.generic.vo with parameters of type RemotePhotoFullVO | |
---|---|
RemotePhotoFullVO(RemotePhotoFullVO otherBean)
Copies constructor from other RemotePhotoFullVO |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |