|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RemoteMethodFullVO | |
---|---|
fr.ifremer.allegro.referential.pmfm | |
fr.ifremer.allegro.referential.pmfm.generic.service | |
fr.ifremer.allegro.referential.pmfm.generic.vo |
Uses of RemoteMethodFullVO in fr.ifremer.allegro.referential.pmfm |
---|
Methods in fr.ifremer.allegro.referential.pmfm that return RemoteMethodFullVO | |
---|---|
RemoteMethodFullVO |
MethodDaoImpl.toRemoteMethodFullVO(Method entity)
|
RemoteMethodFullVO |
MethodDao.toRemoteMethodFullVO(Method entity)
Converts this DAO's entity to an object of type RemoteMethodFullVO . |
RemoteMethodFullVO |
MethodDaoBase.toRemoteMethodFullVO(Method entity)
|
protected RemoteMethodFullVO |
MethodDaoBase.toRemoteMethodFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteMethodFullVO[] |
MethodDao.toRemoteMethodFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteMethodFullVO . |
RemoteMethodFullVO[] |
MethodDaoBase.toRemoteMethodFullVOArray(java.util.Collection entities)
|
Methods in fr.ifremer.allegro.referential.pmfm with parameters of type RemoteMethodFullVO | |
---|---|
Method |
MethodDaoImpl.remoteMethodFullVOToEntity(RemoteMethodFullVO remoteMethodFullVO)
|
Method |
MethodDao.remoteMethodFullVOToEntity(RemoteMethodFullVO remoteMethodFullVO)
Converts an instance of type RemoteMethodFullVO to this DAO's entity. |
void |
MethodDaoImpl.remoteMethodFullVOToEntity(RemoteMethodFullVO source,
Method target,
boolean copyIfNull)
|
void |
MethodDao.remoteMethodFullVOToEntity(RemoteMethodFullVO source,
Method target,
boolean copyIfNull)
Copies the fields of RemoteMethodFullVO to the specified entity. |
void |
MethodDaoBase.remoteMethodFullVOToEntity(RemoteMethodFullVO source,
Method target,
boolean copyIfNull)
|
void |
MethodDaoImpl.toRemoteMethodFullVO(Method source,
RemoteMethodFullVO target)
|
void |
MethodDao.toRemoteMethodFullVO(Method source,
RemoteMethodFullVO target)
Copies the fields of the specified entity to the target value object. |
void |
MethodDaoBase.toRemoteMethodFullVO(Method source,
RemoteMethodFullVO target)
|
Uses of RemoteMethodFullVO in fr.ifremer.allegro.referential.pmfm.generic.service |
---|
Methods in fr.ifremer.allegro.referential.pmfm.generic.service that return RemoteMethodFullVO | |
---|---|
RemoteMethodFullVO |
RemoteMethodFullService.addMethod(RemoteMethodFullVO method)
|
RemoteMethodFullVO |
RemoteMethodFullServiceWSDelegator.addMethod(RemoteMethodFullVO method)
|
RemoteMethodFullVO |
RemoteMethodFullServiceBase.addMethod(RemoteMethodFullVO method)
|
RemoteMethodFullVO[] |
RemoteMethodFullService.getAllMethod()
|
RemoteMethodFullVO[] |
RemoteMethodFullServiceWSDelegator.getAllMethod()
|
RemoteMethodFullVO[] |
RemoteMethodFullServiceBase.getAllMethod()
|
RemoteMethodFullVO |
RemoteMethodFullService.getMethodById(java.lang.Integer id)
|
RemoteMethodFullVO |
RemoteMethodFullServiceWSDelegator.getMethodById(java.lang.Integer id)
|
RemoteMethodFullVO |
RemoteMethodFullServiceBase.getMethodById(java.lang.Integer id)
|
RemoteMethodFullVO[] |
RemoteMethodFullService.getMethodByIds(java.lang.Integer[] id)
|
RemoteMethodFullVO[] |
RemoteMethodFullServiceWSDelegator.getMethodByIds(java.lang.Integer[] id)
|
RemoteMethodFullVO[] |
RemoteMethodFullServiceBase.getMethodByIds(java.lang.Integer[] id)
|
RemoteMethodFullVO |
RemoteMethodFullService.getMethodByNaturalId(RemoteMethodNaturalId methodNaturalId)
|
RemoteMethodFullVO |
RemoteMethodFullServiceWSDelegator.getMethodByNaturalId(RemoteMethodNaturalId methodNaturalId)
|
RemoteMethodFullVO |
RemoteMethodFullServiceBase.getMethodByNaturalId(RemoteMethodNaturalId methodNaturalId)
|
RemoteMethodFullVO[] |
RemoteMethodFullService.getMethodByStatusCode(java.lang.String code)
|
RemoteMethodFullVO[] |
RemoteMethodFullServiceWSDelegator.getMethodByStatusCode(java.lang.String code)
|
RemoteMethodFullVO[] |
RemoteMethodFullServiceBase.getMethodByStatusCode(java.lang.String code)
|
protected RemoteMethodFullVO |
RemoteMethodFullServiceImpl.handleAddMethod(RemoteMethodFullVO method)
|
protected abstract RemoteMethodFullVO |
RemoteMethodFullServiceBase.handleAddMethod(RemoteMethodFullVO method)
Performs the core logic for RemoteMethodFullServiceBase.addMethod(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMethodFullVO) |
protected RemoteMethodFullVO[] |
RemoteMethodFullServiceImpl.handleGetAllMethod()
|
protected abstract RemoteMethodFullVO[] |
RemoteMethodFullServiceBase.handleGetAllMethod()
Performs the core logic for RemoteMethodFullServiceBase.getAllMethod() |
protected RemoteMethodFullVO |
RemoteMethodFullServiceImpl.handleGetMethodById(java.lang.Integer id)
|
protected abstract RemoteMethodFullVO |
RemoteMethodFullServiceBase.handleGetMethodById(java.lang.Integer id)
Performs the core logic for RemoteMethodFullServiceBase.getMethodById(java.lang.Integer) |
protected RemoteMethodFullVO[] |
RemoteMethodFullServiceImpl.handleGetMethodByIds(java.lang.Integer[] id)
|
protected abstract RemoteMethodFullVO[] |
RemoteMethodFullServiceBase.handleGetMethodByIds(java.lang.Integer[] id)
Performs the core logic for RemoteMethodFullServiceBase.getMethodByIds(java.lang.Integer[]) |
protected RemoteMethodFullVO |
RemoteMethodFullServiceImpl.handleGetMethodByNaturalId(RemoteMethodNaturalId methodNaturalId)
|
protected abstract RemoteMethodFullVO |
RemoteMethodFullServiceBase.handleGetMethodByNaturalId(RemoteMethodNaturalId methodNaturalId)
Performs the core logic for RemoteMethodFullServiceBase.getMethodByNaturalId(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMethodNaturalId) |
protected RemoteMethodFullVO[] |
RemoteMethodFullServiceImpl.handleGetMethodByStatusCode(java.lang.String code)
|
protected abstract RemoteMethodFullVO[] |
RemoteMethodFullServiceBase.handleGetMethodByStatusCode(java.lang.String code)
Performs the core logic for RemoteMethodFullServiceBase.getMethodByStatusCode(java.lang.String) |
Uses of RemoteMethodFullVO in fr.ifremer.allegro.referential.pmfm.generic.vo |
---|
Methods in fr.ifremer.allegro.referential.pmfm.generic.vo with parameters of type RemoteMethodFullVO | |
---|---|
void |
RemoteMethodFullVO.copy(RemoteMethodFullVO 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 RemoteMethodFullVO | |
---|---|
RemoteMethodFullVO(RemoteMethodFullVO otherBean)
Copies constructor from other RemoteMethodFullVO |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |