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

java.lang.Object
  extended by fr.ifremer.allegro.referential.generic.service.RemoteNumericalPrecisionFullServiceBase
      extended by fr.ifremer.allegro.referential.generic.service.RemoteNumericalPrecisionFullServiceImpl
All Implemented Interfaces:
RemoteNumericalPrecisionFullService

public class RemoteNumericalPrecisionFullServiceImpl
extends RemoteNumericalPrecisionFullServiceBase

See Also:
RemoteNumericalPrecisionFullService

Constructor Summary
RemoteNumericalPrecisionFullServiceImpl()
           
 
Method Summary
protected  RemoteNumericalPrecisionFullVO handleAddNumericalPrecision(RemoteNumericalPrecisionFullVO numericalPrecision)
          Performs the core logic for RemoteNumericalPrecisionFullServiceBase.addNumericalPrecision(fr.ifremer.allegro.referential.generic.vo.RemoteNumericalPrecisionFullVO)
protected  ClusterNumericalPrecision handleAddOrUpdateClusterNumericalPrecision(ClusterNumericalPrecision clusterNumericalPrecision)
          Performs the core logic for RemoteNumericalPrecisionFullServiceBase.addOrUpdateClusterNumericalPrecision(fr.ifremer.allegro.referential.generic.cluster.ClusterNumericalPrecision)
protected  ClusterNumericalPrecision[] handleGetAllClusterNumericalPrecisionSinceDateSynchro(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 RemoteNumericalPrecisionFullServiceBase.getAllClusterNumericalPrecisionSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  RemoteNumericalPrecisionFullVO[] handleGetAllNumericalPrecision()
          Performs the core logic for RemoteNumericalPrecisionFullServiceBase.getAllNumericalPrecision()
protected  ClusterNumericalPrecision handleGetClusterNumericalPrecisionByIdentifiers(java.lang.Integer id)
          Performs the core logic for RemoteNumericalPrecisionFullServiceBase.getClusterNumericalPrecisionByIdentifiers(java.lang.Integer)
protected  RemoteNumericalPrecisionFullVO handleGetNumericalPrecisionById(java.lang.Integer id)
          Performs the core logic for RemoteNumericalPrecisionFullServiceBase.getNumericalPrecisionById(java.lang.Integer)
protected  RemoteNumericalPrecisionFullVO[] handleGetNumericalPrecisionByIds(java.lang.Integer[] id)
          Performs the core logic for RemoteNumericalPrecisionFullServiceBase.getNumericalPrecisionByIds(java.lang.Integer[])
protected  RemoteNumericalPrecisionFullVO handleGetNumericalPrecisionByNaturalId(RemoteNumericalPrecisionNaturalId numericalPrecisionNaturalId)
          Performs the core logic for RemoteNumericalPrecisionFullServiceBase.getNumericalPrecisionByNaturalId(fr.ifremer.allegro.referential.generic.vo.RemoteNumericalPrecisionNaturalId)
protected  RemoteNumericalPrecisionFullVO[] handleGetNumericalPrecisionByStatusCode(java.lang.String code)
          Performs the core logic for RemoteNumericalPrecisionFullServiceBase.getNumericalPrecisionByStatusCode(java.lang.String)
protected  RemoteNumericalPrecisionNaturalId handleGetNumericalPrecisionNaturalIdById(java.lang.Integer id)
          Performs the core logic for RemoteNumericalPrecisionFullServiceBase.getNumericalPrecisionNaturalIdById(java.lang.Integer)
protected  RemoteNumericalPrecisionNaturalId[] handleGetNumericalPrecisionNaturalIds()
          Performs the core logic for RemoteNumericalPrecisionFullServiceBase.getNumericalPrecisionNaturalIds()
protected  boolean handleRemoteNumericalPrecisionFullVOsAreEqual(RemoteNumericalPrecisionFullVO remoteNumericalPrecisionFullVOFirst, RemoteNumericalPrecisionFullVO remoteNumericalPrecisionFullVOSecond)
          Performs the core logic for RemoteNumericalPrecisionFullServiceBase.remoteNumericalPrecisionFullVOsAreEqual(fr.ifremer.allegro.referential.generic.vo.RemoteNumericalPrecisionFullVO, fr.ifremer.allegro.referential.generic.vo.RemoteNumericalPrecisionFullVO)
protected  boolean handleRemoteNumericalPrecisionFullVOsAreEqualOnIdentifiers(RemoteNumericalPrecisionFullVO remoteNumericalPrecisionFullVOFirst, RemoteNumericalPrecisionFullVO remoteNumericalPrecisionFullVOSecond)
          Performs the core logic for RemoteNumericalPrecisionFullServiceBase.remoteNumericalPrecisionFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.generic.vo.RemoteNumericalPrecisionFullVO, fr.ifremer.allegro.referential.generic.vo.RemoteNumericalPrecisionFullVO)
protected  void handleRemoveNumericalPrecision(RemoteNumericalPrecisionFullVO numericalPrecision)
          Performs the core logic for RemoteNumericalPrecisionFullServiceBase.removeNumericalPrecision(fr.ifremer.allegro.referential.generic.vo.RemoteNumericalPrecisionFullVO)
protected  void handleUpdateNumericalPrecision(RemoteNumericalPrecisionFullVO numericalPrecision)
          Performs the core logic for RemoteNumericalPrecisionFullServiceBase.updateNumericalPrecision(fr.ifremer.allegro.referential.generic.vo.RemoteNumericalPrecisionFullVO)
 
Methods inherited from class fr.ifremer.allegro.referential.generic.service.RemoteNumericalPrecisionFullServiceBase
addNumericalPrecision, addOrUpdateClusterNumericalPrecision, getAllClusterNumericalPrecisionSinceDateSynchro, getAllNumericalPrecision, getClusterNumericalPrecisionByIdentifiers, getMessage, getMessage, getMessage, getMessages, getNumericalPrecisionById, getNumericalPrecisionByIds, getNumericalPrecisionByNaturalId, getNumericalPrecisionByStatusCode, getNumericalPrecisionDao, getNumericalPrecisionNaturalIdById, getNumericalPrecisionNaturalIds, getPrincipal, getStatusDao, remoteNumericalPrecisionFullVOsAreEqual, remoteNumericalPrecisionFullVOsAreEqualOnIdentifiers, removeNumericalPrecision, setNumericalPrecisionDao, setStatusDao, updateNumericalPrecision
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteNumericalPrecisionFullServiceImpl

public RemoteNumericalPrecisionFullServiceImpl()
Method Detail

handleAddNumericalPrecision

protected RemoteNumericalPrecisionFullVO handleAddNumericalPrecision(RemoteNumericalPrecisionFullVO numericalPrecision)
                                                              throws java.lang.Exception
Description copied from class: RemoteNumericalPrecisionFullServiceBase
Performs the core logic for RemoteNumericalPrecisionFullServiceBase.addNumericalPrecision(fr.ifremer.allegro.referential.generic.vo.RemoteNumericalPrecisionFullVO)

Specified by:
handleAddNumericalPrecision in class RemoteNumericalPrecisionFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteNumericalPrecisionFullService.addNumericalPrecision(fr.ifremer.allegro.referential.generic.vo.RemoteNumericalPrecisionFullVO)

handleUpdateNumericalPrecision

protected void handleUpdateNumericalPrecision(RemoteNumericalPrecisionFullVO numericalPrecision)
                                       throws java.lang.Exception
Description copied from class: RemoteNumericalPrecisionFullServiceBase
Performs the core logic for RemoteNumericalPrecisionFullServiceBase.updateNumericalPrecision(fr.ifremer.allegro.referential.generic.vo.RemoteNumericalPrecisionFullVO)

Specified by:
handleUpdateNumericalPrecision in class RemoteNumericalPrecisionFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteNumericalPrecisionFullService.updateNumericalPrecision(fr.ifremer.allegro.referential.generic.vo.RemoteNumericalPrecisionFullVO)

handleRemoveNumericalPrecision

protected void handleRemoveNumericalPrecision(RemoteNumericalPrecisionFullVO numericalPrecision)
                                       throws java.lang.Exception
Description copied from class: RemoteNumericalPrecisionFullServiceBase
Performs the core logic for RemoteNumericalPrecisionFullServiceBase.removeNumericalPrecision(fr.ifremer.allegro.referential.generic.vo.RemoteNumericalPrecisionFullVO)

Specified by:
handleRemoveNumericalPrecision in class RemoteNumericalPrecisionFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteNumericalPrecisionFullService.removeNumericalPrecision(fr.ifremer.allegro.referential.generic.vo.RemoteNumericalPrecisionFullVO)

handleGetAllNumericalPrecision

protected RemoteNumericalPrecisionFullVO[] handleGetAllNumericalPrecision()
                                                                   throws java.lang.Exception
Description copied from class: RemoteNumericalPrecisionFullServiceBase
Performs the core logic for RemoteNumericalPrecisionFullServiceBase.getAllNumericalPrecision()

Specified by:
handleGetAllNumericalPrecision in class RemoteNumericalPrecisionFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteNumericalPrecisionFullService.getAllNumericalPrecision()

handleGetNumericalPrecisionById

protected RemoteNumericalPrecisionFullVO handleGetNumericalPrecisionById(java.lang.Integer id)
                                                                  throws java.lang.Exception
Description copied from class: RemoteNumericalPrecisionFullServiceBase
Performs the core logic for RemoteNumericalPrecisionFullServiceBase.getNumericalPrecisionById(java.lang.Integer)

Specified by:
handleGetNumericalPrecisionById in class RemoteNumericalPrecisionFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteNumericalPrecisionFullService.getNumericalPrecisionById(java.lang.Integer)

handleGetNumericalPrecisionByIds

protected RemoteNumericalPrecisionFullVO[] handleGetNumericalPrecisionByIds(java.lang.Integer[] id)
                                                                     throws java.lang.Exception
Description copied from class: RemoteNumericalPrecisionFullServiceBase
Performs the core logic for RemoteNumericalPrecisionFullServiceBase.getNumericalPrecisionByIds(java.lang.Integer[])

Specified by:
handleGetNumericalPrecisionByIds in class RemoteNumericalPrecisionFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteNumericalPrecisionFullService.getNumericalPrecisionByIds(java.lang.Integer[])

handleGetNumericalPrecisionByStatusCode

protected RemoteNumericalPrecisionFullVO[] handleGetNumericalPrecisionByStatusCode(java.lang.String code)
                                                                            throws java.lang.Exception
Description copied from class: RemoteNumericalPrecisionFullServiceBase
Performs the core logic for RemoteNumericalPrecisionFullServiceBase.getNumericalPrecisionByStatusCode(java.lang.String)

Specified by:
handleGetNumericalPrecisionByStatusCode in class RemoteNumericalPrecisionFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteNumericalPrecisionFullService.getNumericalPrecisionByStatusCode(java.lang.String)

handleRemoteNumericalPrecisionFullVOsAreEqualOnIdentifiers

protected boolean handleRemoteNumericalPrecisionFullVOsAreEqualOnIdentifiers(RemoteNumericalPrecisionFullVO remoteNumericalPrecisionFullVOFirst,
                                                                             RemoteNumericalPrecisionFullVO remoteNumericalPrecisionFullVOSecond)
                                                                      throws java.lang.Exception
Description copied from class: RemoteNumericalPrecisionFullServiceBase
Performs the core logic for RemoteNumericalPrecisionFullServiceBase.remoteNumericalPrecisionFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.generic.vo.RemoteNumericalPrecisionFullVO, fr.ifremer.allegro.referential.generic.vo.RemoteNumericalPrecisionFullVO)

Specified by:
handleRemoteNumericalPrecisionFullVOsAreEqualOnIdentifiers in class RemoteNumericalPrecisionFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteNumericalPrecisionFullService.remoteNumericalPrecisionFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.generic.vo.RemoteNumericalPrecisionFullVO, fr.ifremer.allegro.referential.generic.vo.RemoteNumericalPrecisionFullVO)

handleRemoteNumericalPrecisionFullVOsAreEqual

protected boolean handleRemoteNumericalPrecisionFullVOsAreEqual(RemoteNumericalPrecisionFullVO remoteNumericalPrecisionFullVOFirst,
                                                                RemoteNumericalPrecisionFullVO remoteNumericalPrecisionFullVOSecond)
                                                         throws java.lang.Exception
Description copied from class: RemoteNumericalPrecisionFullServiceBase
Performs the core logic for RemoteNumericalPrecisionFullServiceBase.remoteNumericalPrecisionFullVOsAreEqual(fr.ifremer.allegro.referential.generic.vo.RemoteNumericalPrecisionFullVO, fr.ifremer.allegro.referential.generic.vo.RemoteNumericalPrecisionFullVO)

Specified by:
handleRemoteNumericalPrecisionFullVOsAreEqual in class RemoteNumericalPrecisionFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteNumericalPrecisionFullService.remoteNumericalPrecisionFullVOsAreEqual(fr.ifremer.allegro.referential.generic.vo.RemoteNumericalPrecisionFullVO, fr.ifremer.allegro.referential.generic.vo.RemoteNumericalPrecisionFullVO)

handleGetNumericalPrecisionNaturalIds

protected RemoteNumericalPrecisionNaturalId[] handleGetNumericalPrecisionNaturalIds()
                                                                             throws java.lang.Exception
Description copied from class: RemoteNumericalPrecisionFullServiceBase
Performs the core logic for RemoteNumericalPrecisionFullServiceBase.getNumericalPrecisionNaturalIds()

Specified by:
handleGetNumericalPrecisionNaturalIds in class RemoteNumericalPrecisionFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteNumericalPrecisionFullService.getNumericalPrecisionNaturalIds()

handleGetNumericalPrecisionByNaturalId

protected RemoteNumericalPrecisionFullVO handleGetNumericalPrecisionByNaturalId(RemoteNumericalPrecisionNaturalId numericalPrecisionNaturalId)
                                                                         throws java.lang.Exception
Description copied from class: RemoteNumericalPrecisionFullServiceBase
Performs the core logic for RemoteNumericalPrecisionFullServiceBase.getNumericalPrecisionByNaturalId(fr.ifremer.allegro.referential.generic.vo.RemoteNumericalPrecisionNaturalId)

Specified by:
handleGetNumericalPrecisionByNaturalId in class RemoteNumericalPrecisionFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteNumericalPrecisionFullService.getNumericalPrecisionByNaturalId(fr.ifremer.allegro.referential.generic.vo.RemoteNumericalPrecisionNaturalId)

handleGetNumericalPrecisionNaturalIdById

protected RemoteNumericalPrecisionNaturalId handleGetNumericalPrecisionNaturalIdById(java.lang.Integer id)
                                                                              throws java.lang.Exception
Description copied from class: RemoteNumericalPrecisionFullServiceBase
Performs the core logic for RemoteNumericalPrecisionFullServiceBase.getNumericalPrecisionNaturalIdById(java.lang.Integer)

Specified by:
handleGetNumericalPrecisionNaturalIdById in class RemoteNumericalPrecisionFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteNumericalPrecisionFullService.getNumericalPrecisionNaturalIdById(java.lang.Integer)

handleAddOrUpdateClusterNumericalPrecision

protected ClusterNumericalPrecision handleAddOrUpdateClusterNumericalPrecision(ClusterNumericalPrecision clusterNumericalPrecision)
                                                                        throws java.lang.Exception
Description copied from class: RemoteNumericalPrecisionFullServiceBase
Performs the core logic for RemoteNumericalPrecisionFullServiceBase.addOrUpdateClusterNumericalPrecision(fr.ifremer.allegro.referential.generic.cluster.ClusterNumericalPrecision)

Specified by:
handleAddOrUpdateClusterNumericalPrecision in class RemoteNumericalPrecisionFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteNumericalPrecisionFullService.addOrUpdateClusterNumericalPrecision(fr.ifremer.allegro.referential.generic.cluster.ClusterNumericalPrecision)

handleGetAllClusterNumericalPrecisionSinceDateSynchro

protected ClusterNumericalPrecision[] handleGetAllClusterNumericalPrecisionSinceDateSynchro(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: RemoteNumericalPrecisionFullServiceBase
Performs the core logic for RemoteNumericalPrecisionFullServiceBase.getAllClusterNumericalPrecisionSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

Specified by:
handleGetAllClusterNumericalPrecisionSinceDateSynchro in class RemoteNumericalPrecisionFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteNumericalPrecisionFullService.getAllClusterNumericalPrecisionSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

handleGetClusterNumericalPrecisionByIdentifiers

protected ClusterNumericalPrecision handleGetClusterNumericalPrecisionByIdentifiers(java.lang.Integer id)
                                                                             throws java.lang.Exception
Description copied from class: RemoteNumericalPrecisionFullServiceBase
Performs the core logic for RemoteNumericalPrecisionFullServiceBase.getClusterNumericalPrecisionByIdentifiers(java.lang.Integer)

Specified by:
handleGetClusterNumericalPrecisionByIdentifiers in class RemoteNumericalPrecisionFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteNumericalPrecisionFullService.getClusterNumericalPrecisionByIdentifiers(java.lang.Integer)


Copyright © 2008-2010 IFREMER. All Rights Reserved.