fr.ifremer.allegro.referential.generic.service
Class RemoteAnalysisInstrumentFullServiceImpl

java.lang.Object
  extended by fr.ifremer.allegro.referential.generic.service.RemoteAnalysisInstrumentFullServiceBase
      extended by fr.ifremer.allegro.referential.generic.service.RemoteAnalysisInstrumentFullServiceImpl
All Implemented Interfaces:
RemoteAnalysisInstrumentFullService

public class RemoteAnalysisInstrumentFullServiceImpl
extends RemoteAnalysisInstrumentFullServiceBase

See Also:
RemoteAnalysisInstrumentFullService

Constructor Summary
RemoteAnalysisInstrumentFullServiceImpl()
           
 
Method Summary
protected  RemoteAnalysisInstrumentFullVO handleAddAnalysisInstrument(RemoteAnalysisInstrumentFullVO analysisInstrument)
          Performs the core logic for RemoteAnalysisInstrumentFullServiceBase.addAnalysisInstrument(fr.ifremer.allegro.referential.generic.vo.RemoteAnalysisInstrumentFullVO)
protected  ClusterAnalysisInstrument handleAddOrUpdateClusterAnalysisInstrument(ClusterAnalysisInstrument clusterAnalysisInstrument)
          Performs the core logic for RemoteAnalysisInstrumentFullServiceBase.addOrUpdateClusterAnalysisInstrument(fr.ifremer.allegro.referential.generic.cluster.ClusterAnalysisInstrument)
protected  RemoteAnalysisInstrumentFullVO[] handleGetAllAnalysisInstrument()
          Performs the core logic for RemoteAnalysisInstrumentFullServiceBase.getAllAnalysisInstrument()
protected  ClusterAnalysisInstrument[] handleGetAllClusterAnalysisInstrumentSinceDateSynchro(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 RemoteAnalysisInstrumentFullServiceBase.getAllClusterAnalysisInstrumentSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  RemoteAnalysisInstrumentFullVO handleGetAnalysisInstrumentById(java.lang.Integer id)
          Performs the core logic for RemoteAnalysisInstrumentFullServiceBase.getAnalysisInstrumentById(java.lang.Integer)
protected  RemoteAnalysisInstrumentFullVO[] handleGetAnalysisInstrumentByIds(java.lang.Integer[] id)
          Performs the core logic for RemoteAnalysisInstrumentFullServiceBase.getAnalysisInstrumentByIds(java.lang.Integer[])
protected  RemoteAnalysisInstrumentFullVO handleGetAnalysisInstrumentByNaturalId(RemoteAnalysisInstrumentNaturalId analysisInstrumentNaturalId)
          Performs the core logic for RemoteAnalysisInstrumentFullServiceBase.getAnalysisInstrumentByNaturalId(fr.ifremer.allegro.referential.generic.vo.RemoteAnalysisInstrumentNaturalId)
protected  RemoteAnalysisInstrumentFullVO[] handleGetAnalysisInstrumentByStatusCode(java.lang.String code)
          Performs the core logic for RemoteAnalysisInstrumentFullServiceBase.getAnalysisInstrumentByStatusCode(java.lang.String)
protected  RemoteAnalysisInstrumentNaturalId handleGetAnalysisInstrumentNaturalIdById(java.lang.Integer id)
          Performs the core logic for RemoteAnalysisInstrumentFullServiceBase.getAnalysisInstrumentNaturalIdById(java.lang.Integer)
protected  RemoteAnalysisInstrumentNaturalId[] handleGetAnalysisInstrumentNaturalIds()
          Performs the core logic for RemoteAnalysisInstrumentFullServiceBase.getAnalysisInstrumentNaturalIds()
protected  ClusterAnalysisInstrument handleGetClusterAnalysisInstrumentByIdentifiers(java.lang.Integer id)
          Performs the core logic for RemoteAnalysisInstrumentFullServiceBase.getClusterAnalysisInstrumentByIdentifiers(java.lang.Integer)
protected  boolean handleRemoteAnalysisInstrumentFullVOsAreEqual(RemoteAnalysisInstrumentFullVO remoteAnalysisInstrumentFullVOFirst, RemoteAnalysisInstrumentFullVO remoteAnalysisInstrumentFullVOSecond)
          Performs the core logic for RemoteAnalysisInstrumentFullServiceBase.remoteAnalysisInstrumentFullVOsAreEqual(fr.ifremer.allegro.referential.generic.vo.RemoteAnalysisInstrumentFullVO, fr.ifremer.allegro.referential.generic.vo.RemoteAnalysisInstrumentFullVO)
protected  boolean handleRemoteAnalysisInstrumentFullVOsAreEqualOnIdentifiers(RemoteAnalysisInstrumentFullVO remoteAnalysisInstrumentFullVOFirst, RemoteAnalysisInstrumentFullVO remoteAnalysisInstrumentFullVOSecond)
          Performs the core logic for RemoteAnalysisInstrumentFullServiceBase.remoteAnalysisInstrumentFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.generic.vo.RemoteAnalysisInstrumentFullVO, fr.ifremer.allegro.referential.generic.vo.RemoteAnalysisInstrumentFullVO)
protected  void handleRemoveAnalysisInstrument(RemoteAnalysisInstrumentFullVO analysisInstrument)
          Performs the core logic for RemoteAnalysisInstrumentFullServiceBase.removeAnalysisInstrument(fr.ifremer.allegro.referential.generic.vo.RemoteAnalysisInstrumentFullVO)
protected  void handleUpdateAnalysisInstrument(RemoteAnalysisInstrumentFullVO analysisInstrument)
          Performs the core logic for RemoteAnalysisInstrumentFullServiceBase.updateAnalysisInstrument(fr.ifremer.allegro.referential.generic.vo.RemoteAnalysisInstrumentFullVO)
 
Methods inherited from class fr.ifremer.allegro.referential.generic.service.RemoteAnalysisInstrumentFullServiceBase
addAnalysisInstrument, addOrUpdateClusterAnalysisInstrument, getAllAnalysisInstrument, getAllClusterAnalysisInstrumentSinceDateSynchro, getAnalysisInstrumentById, getAnalysisInstrumentByIds, getAnalysisInstrumentByNaturalId, getAnalysisInstrumentByStatusCode, getAnalysisInstrumentDao, getAnalysisInstrumentNaturalIdById, getAnalysisInstrumentNaturalIds, getClusterAnalysisInstrumentByIdentifiers, getMessage, getMessage, getMessage, getMessages, getPrincipal, getStatusDao, remoteAnalysisInstrumentFullVOsAreEqual, remoteAnalysisInstrumentFullVOsAreEqualOnIdentifiers, removeAnalysisInstrument, setAnalysisInstrumentDao, setStatusDao, updateAnalysisInstrument
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteAnalysisInstrumentFullServiceImpl

public RemoteAnalysisInstrumentFullServiceImpl()
Method Detail

handleAddAnalysisInstrument

protected RemoteAnalysisInstrumentFullVO handleAddAnalysisInstrument(RemoteAnalysisInstrumentFullVO analysisInstrument)
                                                              throws java.lang.Exception
Description copied from class: RemoteAnalysisInstrumentFullServiceBase
Performs the core logic for RemoteAnalysisInstrumentFullServiceBase.addAnalysisInstrument(fr.ifremer.allegro.referential.generic.vo.RemoteAnalysisInstrumentFullVO)

Specified by:
handleAddAnalysisInstrument in class RemoteAnalysisInstrumentFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteAnalysisInstrumentFullService.addAnalysisInstrument(fr.ifremer.allegro.referential.generic.vo.RemoteAnalysisInstrumentFullVO)

handleUpdateAnalysisInstrument

protected void handleUpdateAnalysisInstrument(RemoteAnalysisInstrumentFullVO analysisInstrument)
                                       throws java.lang.Exception
Description copied from class: RemoteAnalysisInstrumentFullServiceBase
Performs the core logic for RemoteAnalysisInstrumentFullServiceBase.updateAnalysisInstrument(fr.ifremer.allegro.referential.generic.vo.RemoteAnalysisInstrumentFullVO)

Specified by:
handleUpdateAnalysisInstrument in class RemoteAnalysisInstrumentFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteAnalysisInstrumentFullService.updateAnalysisInstrument(fr.ifremer.allegro.referential.generic.vo.RemoteAnalysisInstrumentFullVO)

handleRemoveAnalysisInstrument

protected void handleRemoveAnalysisInstrument(RemoteAnalysisInstrumentFullVO analysisInstrument)
                                       throws java.lang.Exception
Description copied from class: RemoteAnalysisInstrumentFullServiceBase
Performs the core logic for RemoteAnalysisInstrumentFullServiceBase.removeAnalysisInstrument(fr.ifremer.allegro.referential.generic.vo.RemoteAnalysisInstrumentFullVO)

Specified by:
handleRemoveAnalysisInstrument in class RemoteAnalysisInstrumentFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteAnalysisInstrumentFullService.removeAnalysisInstrument(fr.ifremer.allegro.referential.generic.vo.RemoteAnalysisInstrumentFullVO)

handleGetAllAnalysisInstrument

protected RemoteAnalysisInstrumentFullVO[] handleGetAllAnalysisInstrument()
                                                                   throws java.lang.Exception
Description copied from class: RemoteAnalysisInstrumentFullServiceBase
Performs the core logic for RemoteAnalysisInstrumentFullServiceBase.getAllAnalysisInstrument()

Specified by:
handleGetAllAnalysisInstrument in class RemoteAnalysisInstrumentFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteAnalysisInstrumentFullService.getAllAnalysisInstrument()

handleGetAnalysisInstrumentById

protected RemoteAnalysisInstrumentFullVO handleGetAnalysisInstrumentById(java.lang.Integer id)
                                                                  throws java.lang.Exception
Description copied from class: RemoteAnalysisInstrumentFullServiceBase
Performs the core logic for RemoteAnalysisInstrumentFullServiceBase.getAnalysisInstrumentById(java.lang.Integer)

Specified by:
handleGetAnalysisInstrumentById in class RemoteAnalysisInstrumentFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteAnalysisInstrumentFullService.getAnalysisInstrumentById(java.lang.Integer)

handleGetAnalysisInstrumentByIds

protected RemoteAnalysisInstrumentFullVO[] handleGetAnalysisInstrumentByIds(java.lang.Integer[] id)
                                                                     throws java.lang.Exception
Description copied from class: RemoteAnalysisInstrumentFullServiceBase
Performs the core logic for RemoteAnalysisInstrumentFullServiceBase.getAnalysisInstrumentByIds(java.lang.Integer[])

Specified by:
handleGetAnalysisInstrumentByIds in class RemoteAnalysisInstrumentFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteAnalysisInstrumentFullService.getAnalysisInstrumentByIds(java.lang.Integer[])

handleGetAnalysisInstrumentByStatusCode

protected RemoteAnalysisInstrumentFullVO[] handleGetAnalysisInstrumentByStatusCode(java.lang.String code)
                                                                            throws java.lang.Exception
Description copied from class: RemoteAnalysisInstrumentFullServiceBase
Performs the core logic for RemoteAnalysisInstrumentFullServiceBase.getAnalysisInstrumentByStatusCode(java.lang.String)

Specified by:
handleGetAnalysisInstrumentByStatusCode in class RemoteAnalysisInstrumentFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteAnalysisInstrumentFullService.getAnalysisInstrumentByStatusCode(java.lang.String)

handleRemoteAnalysisInstrumentFullVOsAreEqualOnIdentifiers

protected boolean handleRemoteAnalysisInstrumentFullVOsAreEqualOnIdentifiers(RemoteAnalysisInstrumentFullVO remoteAnalysisInstrumentFullVOFirst,
                                                                             RemoteAnalysisInstrumentFullVO remoteAnalysisInstrumentFullVOSecond)
                                                                      throws java.lang.Exception
Description copied from class: RemoteAnalysisInstrumentFullServiceBase
Performs the core logic for RemoteAnalysisInstrumentFullServiceBase.remoteAnalysisInstrumentFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.generic.vo.RemoteAnalysisInstrumentFullVO, fr.ifremer.allegro.referential.generic.vo.RemoteAnalysisInstrumentFullVO)

Specified by:
handleRemoteAnalysisInstrumentFullVOsAreEqualOnIdentifiers in class RemoteAnalysisInstrumentFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteAnalysisInstrumentFullService.remoteAnalysisInstrumentFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.generic.vo.RemoteAnalysisInstrumentFullVO, fr.ifremer.allegro.referential.generic.vo.RemoteAnalysisInstrumentFullVO)

handleRemoteAnalysisInstrumentFullVOsAreEqual

protected boolean handleRemoteAnalysisInstrumentFullVOsAreEqual(RemoteAnalysisInstrumentFullVO remoteAnalysisInstrumentFullVOFirst,
                                                                RemoteAnalysisInstrumentFullVO remoteAnalysisInstrumentFullVOSecond)
                                                         throws java.lang.Exception
Description copied from class: RemoteAnalysisInstrumentFullServiceBase
Performs the core logic for RemoteAnalysisInstrumentFullServiceBase.remoteAnalysisInstrumentFullVOsAreEqual(fr.ifremer.allegro.referential.generic.vo.RemoteAnalysisInstrumentFullVO, fr.ifremer.allegro.referential.generic.vo.RemoteAnalysisInstrumentFullVO)

Specified by:
handleRemoteAnalysisInstrumentFullVOsAreEqual in class RemoteAnalysisInstrumentFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteAnalysisInstrumentFullService.remoteAnalysisInstrumentFullVOsAreEqual(fr.ifremer.allegro.referential.generic.vo.RemoteAnalysisInstrumentFullVO, fr.ifremer.allegro.referential.generic.vo.RemoteAnalysisInstrumentFullVO)

handleGetAnalysisInstrumentNaturalIds

protected RemoteAnalysisInstrumentNaturalId[] handleGetAnalysisInstrumentNaturalIds()
                                                                             throws java.lang.Exception
Description copied from class: RemoteAnalysisInstrumentFullServiceBase
Performs the core logic for RemoteAnalysisInstrumentFullServiceBase.getAnalysisInstrumentNaturalIds()

Specified by:
handleGetAnalysisInstrumentNaturalIds in class RemoteAnalysisInstrumentFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteAnalysisInstrumentFullService.getAnalysisInstrumentNaturalIds()

handleGetAnalysisInstrumentByNaturalId

protected RemoteAnalysisInstrumentFullVO handleGetAnalysisInstrumentByNaturalId(RemoteAnalysisInstrumentNaturalId analysisInstrumentNaturalId)
                                                                         throws java.lang.Exception
Description copied from class: RemoteAnalysisInstrumentFullServiceBase
Performs the core logic for RemoteAnalysisInstrumentFullServiceBase.getAnalysisInstrumentByNaturalId(fr.ifremer.allegro.referential.generic.vo.RemoteAnalysisInstrumentNaturalId)

Specified by:
handleGetAnalysisInstrumentByNaturalId in class RemoteAnalysisInstrumentFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteAnalysisInstrumentFullService.getAnalysisInstrumentByNaturalId(fr.ifremer.allegro.referential.generic.vo.RemoteAnalysisInstrumentNaturalId)

handleGetAnalysisInstrumentNaturalIdById

protected RemoteAnalysisInstrumentNaturalId handleGetAnalysisInstrumentNaturalIdById(java.lang.Integer id)
                                                                              throws java.lang.Exception
Description copied from class: RemoteAnalysisInstrumentFullServiceBase
Performs the core logic for RemoteAnalysisInstrumentFullServiceBase.getAnalysisInstrumentNaturalIdById(java.lang.Integer)

Specified by:
handleGetAnalysisInstrumentNaturalIdById in class RemoteAnalysisInstrumentFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteAnalysisInstrumentFullService.getAnalysisInstrumentNaturalIdById(java.lang.Integer)

handleAddOrUpdateClusterAnalysisInstrument

protected ClusterAnalysisInstrument handleAddOrUpdateClusterAnalysisInstrument(ClusterAnalysisInstrument clusterAnalysisInstrument)
                                                                        throws java.lang.Exception
Description copied from class: RemoteAnalysisInstrumentFullServiceBase
Performs the core logic for RemoteAnalysisInstrumentFullServiceBase.addOrUpdateClusterAnalysisInstrument(fr.ifremer.allegro.referential.generic.cluster.ClusterAnalysisInstrument)

Specified by:
handleAddOrUpdateClusterAnalysisInstrument in class RemoteAnalysisInstrumentFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteAnalysisInstrumentFullService.addOrUpdateClusterAnalysisInstrument(fr.ifremer.allegro.referential.generic.cluster.ClusterAnalysisInstrument)

handleGetAllClusterAnalysisInstrumentSinceDateSynchro

protected ClusterAnalysisInstrument[] handleGetAllClusterAnalysisInstrumentSinceDateSynchro(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: RemoteAnalysisInstrumentFullServiceBase
Performs the core logic for RemoteAnalysisInstrumentFullServiceBase.getAllClusterAnalysisInstrumentSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

Specified by:
handleGetAllClusterAnalysisInstrumentSinceDateSynchro in class RemoteAnalysisInstrumentFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteAnalysisInstrumentFullService.getAllClusterAnalysisInstrumentSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

handleGetClusterAnalysisInstrumentByIdentifiers

protected ClusterAnalysisInstrument handleGetClusterAnalysisInstrumentByIdentifiers(java.lang.Integer id)
                                                                             throws java.lang.Exception
Description copied from class: RemoteAnalysisInstrumentFullServiceBase
Performs the core logic for RemoteAnalysisInstrumentFullServiceBase.getClusterAnalysisInstrumentByIdentifiers(java.lang.Integer)

Specified by:
handleGetClusterAnalysisInstrumentByIdentifiers in class RemoteAnalysisInstrumentFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteAnalysisInstrumentFullService.getClusterAnalysisInstrumentByIdentifiers(java.lang.Integer)


Copyright © 2008-2010 IFREMER. All Rights Reserved.