fr.ifremer.allegro.referential.pmfm.generic.service
Class RemoteMethodFullServiceImpl

java.lang.Object
  extended by fr.ifremer.allegro.referential.pmfm.generic.service.RemoteMethodFullServiceBase
      extended by fr.ifremer.allegro.referential.pmfm.generic.service.RemoteMethodFullServiceImpl
All Implemented Interfaces:
RemoteMethodFullService

public class RemoteMethodFullServiceImpl
extends RemoteMethodFullServiceBase

See Also:
RemoteMethodFullService

Constructor Summary
RemoteMethodFullServiceImpl()
           
 
Method Summary
protected  RemoteMethodFullVO handleAddMethod(RemoteMethodFullVO method)
          Performs the core logic for RemoteMethodFullServiceBase.addMethod(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMethodFullVO)
protected  ClusterMethod handleAddOrUpdateClusterMethod(ClusterMethod clusterMethod)
          Performs the core logic for RemoteMethodFullServiceBase.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)
          Performs the core logic for RemoteMethodFullServiceBase.getAllClusterMethodSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  RemoteMethodFullVO[] handleGetAllMethod()
          Performs the core logic for RemoteMethodFullServiceBase.getAllMethod()
protected  ClusterMethod handleGetClusterMethodByIdentifiers(java.lang.Integer id)
          Performs the core logic for RemoteMethodFullServiceBase.getClusterMethodByIdentifiers(java.lang.Integer)
protected  RemoteMethodFullVO handleGetMethodById(java.lang.Integer id)
          Performs the core logic for RemoteMethodFullServiceBase.getMethodById(java.lang.Integer)
protected  RemoteMethodFullVO[] handleGetMethodByIds(java.lang.Integer[] id)
          Performs the core logic for RemoteMethodFullServiceBase.getMethodByIds(java.lang.Integer[])
protected  RemoteMethodFullVO handleGetMethodByNaturalId(RemoteMethodNaturalId methodNaturalId)
          Performs the core logic for RemoteMethodFullServiceBase.getMethodByNaturalId(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMethodNaturalId)
protected  RemoteMethodFullVO[] handleGetMethodByStatusCode(java.lang.String code)
          Performs the core logic for RemoteMethodFullServiceBase.getMethodByStatusCode(java.lang.String)
protected  RemoteMethodNaturalId handleGetMethodNaturalIdById(java.lang.Integer id)
          Performs the core logic for RemoteMethodFullServiceBase.getMethodNaturalIdById(java.lang.Integer)
protected  RemoteMethodNaturalId[] handleGetMethodNaturalIds()
          Performs the core logic for RemoteMethodFullServiceBase.getMethodNaturalIds()
protected  boolean handleRemoteMethodFullVOsAreEqual(RemoteMethodFullVO remoteMethodFullVOFirst, RemoteMethodFullVO remoteMethodFullVOSecond)
          Performs the core logic for RemoteMethodFullServiceBase.remoteMethodFullVOsAreEqual(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMethodFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMethodFullVO)
protected  boolean handleRemoteMethodFullVOsAreEqualOnIdentifiers(RemoteMethodFullVO remoteMethodFullVOFirst, RemoteMethodFullVO remoteMethodFullVOSecond)
          Performs the core logic for RemoteMethodFullServiceBase.remoteMethodFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMethodFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMethodFullVO)
protected  void handleRemoveMethod(RemoteMethodFullVO method)
          Performs the core logic for RemoteMethodFullServiceBase.removeMethod(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMethodFullVO)
protected  void handleUpdateMethod(RemoteMethodFullVO method)
          Performs the core logic for RemoteMethodFullServiceBase.updateMethod(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMethodFullVO)
 
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

RemoteMethodFullServiceImpl

public RemoteMethodFullServiceImpl()
Method Detail

handleAddMethod

protected RemoteMethodFullVO handleAddMethod(RemoteMethodFullVO method)
                                      throws java.lang.Exception
Description copied from class: RemoteMethodFullServiceBase
Performs the core logic for RemoteMethodFullServiceBase.addMethod(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMethodFullVO)

Specified by:
handleAddMethod in class RemoteMethodFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteMethodFullService.addMethod(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMethodFullVO)

handleUpdateMethod

protected void handleUpdateMethod(RemoteMethodFullVO method)
                           throws java.lang.Exception
Description copied from class: RemoteMethodFullServiceBase
Performs the core logic for RemoteMethodFullServiceBase.updateMethod(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMethodFullVO)

Specified by:
handleUpdateMethod in class RemoteMethodFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteMethodFullService.updateMethod(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMethodFullVO)

handleRemoveMethod

protected void handleRemoveMethod(RemoteMethodFullVO method)
                           throws java.lang.Exception
Description copied from class: RemoteMethodFullServiceBase
Performs the core logic for RemoteMethodFullServiceBase.removeMethod(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMethodFullVO)

Specified by:
handleRemoveMethod in class RemoteMethodFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteMethodFullService.removeMethod(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMethodFullVO)

handleGetAllMethod

protected RemoteMethodFullVO[] handleGetAllMethod()
                                           throws java.lang.Exception
Description copied from class: RemoteMethodFullServiceBase
Performs the core logic for RemoteMethodFullServiceBase.getAllMethod()

Specified by:
handleGetAllMethod in class RemoteMethodFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteMethodFullService.getAllMethod()

handleGetMethodById

protected RemoteMethodFullVO handleGetMethodById(java.lang.Integer id)
                                          throws java.lang.Exception
Description copied from class: RemoteMethodFullServiceBase
Performs the core logic for RemoteMethodFullServiceBase.getMethodById(java.lang.Integer)

Specified by:
handleGetMethodById in class RemoteMethodFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteMethodFullService.getMethodById(java.lang.Integer)

handleGetMethodByIds

protected RemoteMethodFullVO[] handleGetMethodByIds(java.lang.Integer[] id)
                                             throws java.lang.Exception
Description copied from class: RemoteMethodFullServiceBase
Performs the core logic for RemoteMethodFullServiceBase.getMethodByIds(java.lang.Integer[])

Specified by:
handleGetMethodByIds in class RemoteMethodFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteMethodFullService.getMethodByIds(java.lang.Integer[])

handleGetMethodByStatusCode

protected RemoteMethodFullVO[] handleGetMethodByStatusCode(java.lang.String code)
                                                    throws java.lang.Exception
Description copied from class: RemoteMethodFullServiceBase
Performs the core logic for RemoteMethodFullServiceBase.getMethodByStatusCode(java.lang.String)

Specified by:
handleGetMethodByStatusCode in class RemoteMethodFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteMethodFullService.getMethodByStatusCode(java.lang.String)

handleRemoteMethodFullVOsAreEqualOnIdentifiers

protected boolean handleRemoteMethodFullVOsAreEqualOnIdentifiers(RemoteMethodFullVO remoteMethodFullVOFirst,
                                                                 RemoteMethodFullVO remoteMethodFullVOSecond)
                                                          throws java.lang.Exception
Description copied from class: RemoteMethodFullServiceBase
Performs the core logic for RemoteMethodFullServiceBase.remoteMethodFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMethodFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMethodFullVO)

Specified by:
handleRemoteMethodFullVOsAreEqualOnIdentifiers in class RemoteMethodFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteMethodFullService.remoteMethodFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMethodFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMethodFullVO)

handleRemoteMethodFullVOsAreEqual

protected boolean handleRemoteMethodFullVOsAreEqual(RemoteMethodFullVO remoteMethodFullVOFirst,
                                                    RemoteMethodFullVO remoteMethodFullVOSecond)
                                             throws java.lang.Exception
Description copied from class: RemoteMethodFullServiceBase
Performs the core logic for RemoteMethodFullServiceBase.remoteMethodFullVOsAreEqual(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMethodFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMethodFullVO)

Specified by:
handleRemoteMethodFullVOsAreEqual in class RemoteMethodFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteMethodFullService.remoteMethodFullVOsAreEqual(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMethodFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMethodFullVO)

handleGetMethodNaturalIds

protected RemoteMethodNaturalId[] handleGetMethodNaturalIds()
                                                     throws java.lang.Exception
Description copied from class: RemoteMethodFullServiceBase
Performs the core logic for RemoteMethodFullServiceBase.getMethodNaturalIds()

Specified by:
handleGetMethodNaturalIds in class RemoteMethodFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteMethodFullService.getMethodNaturalIds()

handleGetMethodByNaturalId

protected RemoteMethodFullVO handleGetMethodByNaturalId(RemoteMethodNaturalId methodNaturalId)
                                                 throws java.lang.Exception
Description copied from class: RemoteMethodFullServiceBase
Performs the core logic for RemoteMethodFullServiceBase.getMethodByNaturalId(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMethodNaturalId)

Specified by:
handleGetMethodByNaturalId in class RemoteMethodFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteMethodFullService.getMethodByNaturalId(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMethodNaturalId)

handleGetMethodNaturalIdById

protected RemoteMethodNaturalId handleGetMethodNaturalIdById(java.lang.Integer id)
                                                      throws java.lang.Exception
Description copied from class: RemoteMethodFullServiceBase
Performs the core logic for RemoteMethodFullServiceBase.getMethodNaturalIdById(java.lang.Integer)

Specified by:
handleGetMethodNaturalIdById in class RemoteMethodFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteMethodFullService.getMethodNaturalIdById(java.lang.Integer)

handleAddOrUpdateClusterMethod

protected ClusterMethod handleAddOrUpdateClusterMethod(ClusterMethod clusterMethod)
                                                throws java.lang.Exception
Description copied from class: RemoteMethodFullServiceBase
Performs the core logic for RemoteMethodFullServiceBase.addOrUpdateClusterMethod(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterMethod)

Specified by:
handleAddOrUpdateClusterMethod in class RemoteMethodFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteMethodFullService.addOrUpdateClusterMethod(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterMethod)

handleGetAllClusterMethodSinceDateSynchro

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
Description copied from class: RemoteMethodFullServiceBase
Performs the core logic for RemoteMethodFullServiceBase.getAllClusterMethodSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

Specified by:
handleGetAllClusterMethodSinceDateSynchro in class RemoteMethodFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteMethodFullService.getAllClusterMethodSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

handleGetClusterMethodByIdentifiers

protected ClusterMethod handleGetClusterMethodByIdentifiers(java.lang.Integer id)
                                                     throws java.lang.Exception
Description copied from class: RemoteMethodFullServiceBase
Performs the core logic for RemoteMethodFullServiceBase.getClusterMethodByIdentifiers(java.lang.Integer)

Specified by:
handleGetClusterMethodByIdentifiers in class RemoteMethodFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteMethodFullService.getClusterMethodByIdentifiers(java.lang.Integer)


Copyright © 2008-2010 IFREMER. All Rights Reserved.