|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.referential.pmfm.generic.service.RemoteMethodFullServiceBase
fr.ifremer.allegro.referential.pmfm.generic.service.RemoteMethodFullServiceImpl
public class RemoteMethodFullServiceImpl
RemoteMethodFullService
Constructor Summary | |
---|---|
RemoteMethodFullServiceImpl()
|
Methods inherited from class fr.ifremer.allegro.referential.pmfm.generic.service.RemoteMethodFullServiceBase |
---|
addMethod, addOrUpdateClusterMethod, getAllClusterMethodSinceDateSynchro, getAllMethod, getClusterMethodByIdentifiers, getMessage, getMessage, getMessage, getMessages, getMethodById, getMethodByIds, getMethodByNaturalId, getMethodByStatusCode, getMethodDao, getMethodNaturalIdById, getMethodNaturalIds, getPrincipal, getStatusDao, remoteMethodFullVOsAreEqual, remoteMethodFullVOsAreEqualOnIdentifiers, removeMethod, setMethodDao, setStatusDao, updateMethod |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteMethodFullServiceImpl()
Method Detail |
---|
protected RemoteMethodFullVO handleAddMethod(RemoteMethodFullVO method) throws java.lang.Exception
RemoteMethodFullServiceBase
RemoteMethodFullServiceBase.addMethod(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMethodFullVO)
handleAddMethod
in class RemoteMethodFullServiceBase
java.lang.Exception
RemoteMethodFullService.addMethod(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMethodFullVO)
protected void handleUpdateMethod(RemoteMethodFullVO method) throws java.lang.Exception
RemoteMethodFullServiceBase
RemoteMethodFullServiceBase.updateMethod(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMethodFullVO)
handleUpdateMethod
in class RemoteMethodFullServiceBase
java.lang.Exception
RemoteMethodFullService.updateMethod(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMethodFullVO)
protected void handleRemoveMethod(RemoteMethodFullVO method) throws java.lang.Exception
RemoteMethodFullServiceBase
RemoteMethodFullServiceBase.removeMethod(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMethodFullVO)
handleRemoveMethod
in class RemoteMethodFullServiceBase
java.lang.Exception
RemoteMethodFullService.removeMethod(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMethodFullVO)
protected RemoteMethodFullVO[] handleGetAllMethod() throws java.lang.Exception
RemoteMethodFullServiceBase
RemoteMethodFullServiceBase.getAllMethod()
handleGetAllMethod
in class RemoteMethodFullServiceBase
java.lang.Exception
RemoteMethodFullService.getAllMethod()
protected RemoteMethodFullVO handleGetMethodById(java.lang.Integer id) throws java.lang.Exception
RemoteMethodFullServiceBase
RemoteMethodFullServiceBase.getMethodById(java.lang.Integer)
handleGetMethodById
in class RemoteMethodFullServiceBase
java.lang.Exception
RemoteMethodFullService.getMethodById(java.lang.Integer)
protected RemoteMethodFullVO[] handleGetMethodByIds(java.lang.Integer[] id) throws java.lang.Exception
RemoteMethodFullServiceBase
RemoteMethodFullServiceBase.getMethodByIds(java.lang.Integer[])
handleGetMethodByIds
in class RemoteMethodFullServiceBase
java.lang.Exception
RemoteMethodFullService.getMethodByIds(java.lang.Integer[])
protected RemoteMethodFullVO[] handleGetMethodByStatusCode(java.lang.String code) throws java.lang.Exception
RemoteMethodFullServiceBase
RemoteMethodFullServiceBase.getMethodByStatusCode(java.lang.String)
handleGetMethodByStatusCode
in class RemoteMethodFullServiceBase
java.lang.Exception
RemoteMethodFullService.getMethodByStatusCode(java.lang.String)
protected boolean handleRemoteMethodFullVOsAreEqualOnIdentifiers(RemoteMethodFullVO remoteMethodFullVOFirst, RemoteMethodFullVO remoteMethodFullVOSecond) throws java.lang.Exception
RemoteMethodFullServiceBase
RemoteMethodFullServiceBase.remoteMethodFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMethodFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMethodFullVO)
handleRemoteMethodFullVOsAreEqualOnIdentifiers
in class RemoteMethodFullServiceBase
java.lang.Exception
RemoteMethodFullService.remoteMethodFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMethodFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMethodFullVO)
protected boolean handleRemoteMethodFullVOsAreEqual(RemoteMethodFullVO remoteMethodFullVOFirst, RemoteMethodFullVO remoteMethodFullVOSecond) throws java.lang.Exception
RemoteMethodFullServiceBase
RemoteMethodFullServiceBase.remoteMethodFullVOsAreEqual(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMethodFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMethodFullVO)
handleRemoteMethodFullVOsAreEqual
in class RemoteMethodFullServiceBase
java.lang.Exception
RemoteMethodFullService.remoteMethodFullVOsAreEqual(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMethodFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMethodFullVO)
protected RemoteMethodNaturalId[] handleGetMethodNaturalIds() throws java.lang.Exception
RemoteMethodFullServiceBase
RemoteMethodFullServiceBase.getMethodNaturalIds()
handleGetMethodNaturalIds
in class RemoteMethodFullServiceBase
java.lang.Exception
RemoteMethodFullService.getMethodNaturalIds()
protected RemoteMethodFullVO handleGetMethodByNaturalId(RemoteMethodNaturalId methodNaturalId) throws java.lang.Exception
RemoteMethodFullServiceBase
RemoteMethodFullServiceBase.getMethodByNaturalId(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMethodNaturalId)
handleGetMethodByNaturalId
in class RemoteMethodFullServiceBase
java.lang.Exception
RemoteMethodFullService.getMethodByNaturalId(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMethodNaturalId)
protected RemoteMethodNaturalId handleGetMethodNaturalIdById(java.lang.Integer id) throws java.lang.Exception
RemoteMethodFullServiceBase
RemoteMethodFullServiceBase.getMethodNaturalIdById(java.lang.Integer)
handleGetMethodNaturalIdById
in class RemoteMethodFullServiceBase
java.lang.Exception
RemoteMethodFullService.getMethodNaturalIdById(java.lang.Integer)
protected ClusterMethod handleAddOrUpdateClusterMethod(ClusterMethod clusterMethod) throws java.lang.Exception
RemoteMethodFullServiceBase
RemoteMethodFullServiceBase.addOrUpdateClusterMethod(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterMethod)
handleAddOrUpdateClusterMethod
in class RemoteMethodFullServiceBase
java.lang.Exception
RemoteMethodFullService.addOrUpdateClusterMethod(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterMethod)
protected ClusterMethod[] handleGetAllClusterMethodSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
RemoteMethodFullServiceBase
RemoteMethodFullServiceBase.getAllClusterMethodSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
handleGetAllClusterMethodSinceDateSynchro
in class RemoteMethodFullServiceBase
java.lang.Exception
RemoteMethodFullService.getAllClusterMethodSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected ClusterMethod handleGetClusterMethodByIdentifiers(java.lang.Integer id) throws java.lang.Exception
RemoteMethodFullServiceBase
RemoteMethodFullServiceBase.getClusterMethodByIdentifiers(java.lang.Integer)
handleGetClusterMethodByIdentifiers
in class RemoteMethodFullServiceBase
java.lang.Exception
RemoteMethodFullService.getClusterMethodByIdentifiers(java.lang.Integer)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |