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

java.lang.Object
  extended by fr.ifremer.allegro.referential.generic.service.RemoteDistanceToCoastGradientFullServiceBase
      extended by fr.ifremer.allegro.referential.generic.service.RemoteDistanceToCoastGradientFullServiceImpl
All Implemented Interfaces:
RemoteDistanceToCoastGradientFullService

public class RemoteDistanceToCoastGradientFullServiceImpl
extends RemoteDistanceToCoastGradientFullServiceBase

See Also:
RemoteDistanceToCoastGradientFullService

Constructor Summary
RemoteDistanceToCoastGradientFullServiceImpl()
           
 
Method Summary
protected  RemoteDistanceToCoastGradientFullVO handleAddDistanceToCoastGradient(RemoteDistanceToCoastGradientFullVO distanceToCoastGradient)
          Performs the core logic for RemoteDistanceToCoastGradientFullServiceBase.addDistanceToCoastGradient(fr.ifremer.allegro.referential.generic.vo.RemoteDistanceToCoastGradientFullVO)
protected  ClusterDistanceToCoastGradient handleAddOrUpdateClusterDistanceToCoastGradient(ClusterDistanceToCoastGradient clusterDistanceToCoastGradient)
          Performs the core logic for RemoteDistanceToCoastGradientFullServiceBase.addOrUpdateClusterDistanceToCoastGradient(fr.ifremer.allegro.referential.generic.cluster.ClusterDistanceToCoastGradient)
protected  ClusterDistanceToCoastGradient[] handleGetAllClusterDistanceToCoastGradientSinceDateSynchro(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 RemoteDistanceToCoastGradientFullServiceBase.getAllClusterDistanceToCoastGradientSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  RemoteDistanceToCoastGradientFullVO[] handleGetAllDistanceToCoastGradient()
          Performs the core logic for RemoteDistanceToCoastGradientFullServiceBase.getAllDistanceToCoastGradient()
protected  ClusterDistanceToCoastGradient handleGetClusterDistanceToCoastGradientByIdentifiers(java.lang.Integer id)
          Performs the core logic for RemoteDistanceToCoastGradientFullServiceBase.getClusterDistanceToCoastGradientByIdentifiers(java.lang.Integer)
protected  RemoteDistanceToCoastGradientFullVO handleGetDistanceToCoastGradientById(java.lang.Integer id)
          Performs the core logic for RemoteDistanceToCoastGradientFullServiceBase.getDistanceToCoastGradientById(java.lang.Integer)
protected  RemoteDistanceToCoastGradientFullVO[] handleGetDistanceToCoastGradientByIds(java.lang.Integer[] id)
          Performs the core logic for RemoteDistanceToCoastGradientFullServiceBase.getDistanceToCoastGradientByIds(java.lang.Integer[])
protected  RemoteDistanceToCoastGradientFullVO handleGetDistanceToCoastGradientByNaturalId(RemoteDistanceToCoastGradientNaturalId distanceToCoastGradientNaturalId)
          Performs the core logic for RemoteDistanceToCoastGradientFullServiceBase.getDistanceToCoastGradientByNaturalId(fr.ifremer.allegro.referential.generic.vo.RemoteDistanceToCoastGradientNaturalId)
protected  RemoteDistanceToCoastGradientFullVO[] handleGetDistanceToCoastGradientByStatusCode(java.lang.String code)
          Performs the core logic for RemoteDistanceToCoastGradientFullServiceBase.getDistanceToCoastGradientByStatusCode(java.lang.String)
protected  RemoteDistanceToCoastGradientNaturalId handleGetDistanceToCoastGradientNaturalIdById(java.lang.Integer id)
          Performs the core logic for RemoteDistanceToCoastGradientFullServiceBase.getDistanceToCoastGradientNaturalIdById(java.lang.Integer)
protected  RemoteDistanceToCoastGradientNaturalId[] handleGetDistanceToCoastGradientNaturalIds()
          Performs the core logic for RemoteDistanceToCoastGradientFullServiceBase.getDistanceToCoastGradientNaturalIds()
protected  boolean handleRemoteDistanceToCoastGradientFullVOsAreEqual(RemoteDistanceToCoastGradientFullVO remoteDistanceToCoastGradientFullVOFirst, RemoteDistanceToCoastGradientFullVO remoteDistanceToCoastGradientFullVOSecond)
          Performs the core logic for RemoteDistanceToCoastGradientFullServiceBase.remoteDistanceToCoastGradientFullVOsAreEqual(fr.ifremer.allegro.referential.generic.vo.RemoteDistanceToCoastGradientFullVO, fr.ifremer.allegro.referential.generic.vo.RemoteDistanceToCoastGradientFullVO)
protected  boolean handleRemoteDistanceToCoastGradientFullVOsAreEqualOnIdentifiers(RemoteDistanceToCoastGradientFullVO remoteDistanceToCoastGradientFullVOFirst, RemoteDistanceToCoastGradientFullVO remoteDistanceToCoastGradientFullVOSecond)
          Performs the core logic for RemoteDistanceToCoastGradientFullServiceBase.remoteDistanceToCoastGradientFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.generic.vo.RemoteDistanceToCoastGradientFullVO, fr.ifremer.allegro.referential.generic.vo.RemoteDistanceToCoastGradientFullVO)
protected  void handleRemoveDistanceToCoastGradient(RemoteDistanceToCoastGradientFullVO distanceToCoastGradient)
          Performs the core logic for RemoteDistanceToCoastGradientFullServiceBase.removeDistanceToCoastGradient(fr.ifremer.allegro.referential.generic.vo.RemoteDistanceToCoastGradientFullVO)
protected  void handleUpdateDistanceToCoastGradient(RemoteDistanceToCoastGradientFullVO distanceToCoastGradient)
          Performs the core logic for RemoteDistanceToCoastGradientFullServiceBase.updateDistanceToCoastGradient(fr.ifremer.allegro.referential.generic.vo.RemoteDistanceToCoastGradientFullVO)
 
Methods inherited from class fr.ifremer.allegro.referential.generic.service.RemoteDistanceToCoastGradientFullServiceBase
addDistanceToCoastGradient, addOrUpdateClusterDistanceToCoastGradient, getAllClusterDistanceToCoastGradientSinceDateSynchro, getAllDistanceToCoastGradient, getClusterDistanceToCoastGradientByIdentifiers, getDistanceToCoastGradientById, getDistanceToCoastGradientByIds, getDistanceToCoastGradientByNaturalId, getDistanceToCoastGradientByStatusCode, getDistanceToCoastGradientDao, getDistanceToCoastGradientNaturalIdById, getDistanceToCoastGradientNaturalIds, getMessage, getMessage, getMessage, getMessages, getPrincipal, getStatusDao, remoteDistanceToCoastGradientFullVOsAreEqual, remoteDistanceToCoastGradientFullVOsAreEqualOnIdentifiers, removeDistanceToCoastGradient, setDistanceToCoastGradientDao, setStatusDao, updateDistanceToCoastGradient
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteDistanceToCoastGradientFullServiceImpl

public RemoteDistanceToCoastGradientFullServiceImpl()
Method Detail

handleAddDistanceToCoastGradient

protected RemoteDistanceToCoastGradientFullVO handleAddDistanceToCoastGradient(RemoteDistanceToCoastGradientFullVO distanceToCoastGradient)
                                                                        throws java.lang.Exception
Description copied from class: RemoteDistanceToCoastGradientFullServiceBase
Performs the core logic for RemoteDistanceToCoastGradientFullServiceBase.addDistanceToCoastGradient(fr.ifremer.allegro.referential.generic.vo.RemoteDistanceToCoastGradientFullVO)

Specified by:
handleAddDistanceToCoastGradient in class RemoteDistanceToCoastGradientFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteDistanceToCoastGradientFullService.addDistanceToCoastGradient(fr.ifremer.allegro.referential.generic.vo.RemoteDistanceToCoastGradientFullVO)

handleUpdateDistanceToCoastGradient

protected void handleUpdateDistanceToCoastGradient(RemoteDistanceToCoastGradientFullVO distanceToCoastGradient)
                                            throws java.lang.Exception
Description copied from class: RemoteDistanceToCoastGradientFullServiceBase
Performs the core logic for RemoteDistanceToCoastGradientFullServiceBase.updateDistanceToCoastGradient(fr.ifremer.allegro.referential.generic.vo.RemoteDistanceToCoastGradientFullVO)

Specified by:
handleUpdateDistanceToCoastGradient in class RemoteDistanceToCoastGradientFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteDistanceToCoastGradientFullService.updateDistanceToCoastGradient(fr.ifremer.allegro.referential.generic.vo.RemoteDistanceToCoastGradientFullVO)

handleRemoveDistanceToCoastGradient

protected void handleRemoveDistanceToCoastGradient(RemoteDistanceToCoastGradientFullVO distanceToCoastGradient)
                                            throws java.lang.Exception
Description copied from class: RemoteDistanceToCoastGradientFullServiceBase
Performs the core logic for RemoteDistanceToCoastGradientFullServiceBase.removeDistanceToCoastGradient(fr.ifremer.allegro.referential.generic.vo.RemoteDistanceToCoastGradientFullVO)

Specified by:
handleRemoveDistanceToCoastGradient in class RemoteDistanceToCoastGradientFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteDistanceToCoastGradientFullService.removeDistanceToCoastGradient(fr.ifremer.allegro.referential.generic.vo.RemoteDistanceToCoastGradientFullVO)

handleGetAllDistanceToCoastGradient

protected RemoteDistanceToCoastGradientFullVO[] handleGetAllDistanceToCoastGradient()
                                                                             throws java.lang.Exception
Description copied from class: RemoteDistanceToCoastGradientFullServiceBase
Performs the core logic for RemoteDistanceToCoastGradientFullServiceBase.getAllDistanceToCoastGradient()

Specified by:
handleGetAllDistanceToCoastGradient in class RemoteDistanceToCoastGradientFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteDistanceToCoastGradientFullService.getAllDistanceToCoastGradient()

handleGetDistanceToCoastGradientById

protected RemoteDistanceToCoastGradientFullVO handleGetDistanceToCoastGradientById(java.lang.Integer id)
                                                                            throws java.lang.Exception
Description copied from class: RemoteDistanceToCoastGradientFullServiceBase
Performs the core logic for RemoteDistanceToCoastGradientFullServiceBase.getDistanceToCoastGradientById(java.lang.Integer)

Specified by:
handleGetDistanceToCoastGradientById in class RemoteDistanceToCoastGradientFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteDistanceToCoastGradientFullService.getDistanceToCoastGradientById(java.lang.Integer)

handleGetDistanceToCoastGradientByIds

protected RemoteDistanceToCoastGradientFullVO[] handleGetDistanceToCoastGradientByIds(java.lang.Integer[] id)
                                                                               throws java.lang.Exception
Description copied from class: RemoteDistanceToCoastGradientFullServiceBase
Performs the core logic for RemoteDistanceToCoastGradientFullServiceBase.getDistanceToCoastGradientByIds(java.lang.Integer[])

Specified by:
handleGetDistanceToCoastGradientByIds in class RemoteDistanceToCoastGradientFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteDistanceToCoastGradientFullService.getDistanceToCoastGradientByIds(java.lang.Integer[])

handleGetDistanceToCoastGradientByStatusCode

protected RemoteDistanceToCoastGradientFullVO[] handleGetDistanceToCoastGradientByStatusCode(java.lang.String code)
                                                                                      throws java.lang.Exception
Description copied from class: RemoteDistanceToCoastGradientFullServiceBase
Performs the core logic for RemoteDistanceToCoastGradientFullServiceBase.getDistanceToCoastGradientByStatusCode(java.lang.String)

Specified by:
handleGetDistanceToCoastGradientByStatusCode in class RemoteDistanceToCoastGradientFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteDistanceToCoastGradientFullService.getDistanceToCoastGradientByStatusCode(java.lang.String)

handleRemoteDistanceToCoastGradientFullVOsAreEqualOnIdentifiers

protected boolean handleRemoteDistanceToCoastGradientFullVOsAreEqualOnIdentifiers(RemoteDistanceToCoastGradientFullVO remoteDistanceToCoastGradientFullVOFirst,
                                                                                  RemoteDistanceToCoastGradientFullVO remoteDistanceToCoastGradientFullVOSecond)
                                                                           throws java.lang.Exception
Description copied from class: RemoteDistanceToCoastGradientFullServiceBase
Performs the core logic for RemoteDistanceToCoastGradientFullServiceBase.remoteDistanceToCoastGradientFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.generic.vo.RemoteDistanceToCoastGradientFullVO, fr.ifremer.allegro.referential.generic.vo.RemoteDistanceToCoastGradientFullVO)

Specified by:
handleRemoteDistanceToCoastGradientFullVOsAreEqualOnIdentifiers in class RemoteDistanceToCoastGradientFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteDistanceToCoastGradientFullService.remoteDistanceToCoastGradientFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.generic.vo.RemoteDistanceToCoastGradientFullVO, fr.ifremer.allegro.referential.generic.vo.RemoteDistanceToCoastGradientFullVO)

handleRemoteDistanceToCoastGradientFullVOsAreEqual

protected boolean handleRemoteDistanceToCoastGradientFullVOsAreEqual(RemoteDistanceToCoastGradientFullVO remoteDistanceToCoastGradientFullVOFirst,
                                                                     RemoteDistanceToCoastGradientFullVO remoteDistanceToCoastGradientFullVOSecond)
                                                              throws java.lang.Exception
Description copied from class: RemoteDistanceToCoastGradientFullServiceBase
Performs the core logic for RemoteDistanceToCoastGradientFullServiceBase.remoteDistanceToCoastGradientFullVOsAreEqual(fr.ifremer.allegro.referential.generic.vo.RemoteDistanceToCoastGradientFullVO, fr.ifremer.allegro.referential.generic.vo.RemoteDistanceToCoastGradientFullVO)

Specified by:
handleRemoteDistanceToCoastGradientFullVOsAreEqual in class RemoteDistanceToCoastGradientFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteDistanceToCoastGradientFullService.remoteDistanceToCoastGradientFullVOsAreEqual(fr.ifremer.allegro.referential.generic.vo.RemoteDistanceToCoastGradientFullVO, fr.ifremer.allegro.referential.generic.vo.RemoteDistanceToCoastGradientFullVO)

handleGetDistanceToCoastGradientNaturalIds

protected RemoteDistanceToCoastGradientNaturalId[] handleGetDistanceToCoastGradientNaturalIds()
                                                                                       throws java.lang.Exception
Description copied from class: RemoteDistanceToCoastGradientFullServiceBase
Performs the core logic for RemoteDistanceToCoastGradientFullServiceBase.getDistanceToCoastGradientNaturalIds()

Specified by:
handleGetDistanceToCoastGradientNaturalIds in class RemoteDistanceToCoastGradientFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteDistanceToCoastGradientFullService.getDistanceToCoastGradientNaturalIds()

handleGetDistanceToCoastGradientByNaturalId

protected RemoteDistanceToCoastGradientFullVO handleGetDistanceToCoastGradientByNaturalId(RemoteDistanceToCoastGradientNaturalId distanceToCoastGradientNaturalId)
                                                                                   throws java.lang.Exception
Description copied from class: RemoteDistanceToCoastGradientFullServiceBase
Performs the core logic for RemoteDistanceToCoastGradientFullServiceBase.getDistanceToCoastGradientByNaturalId(fr.ifremer.allegro.referential.generic.vo.RemoteDistanceToCoastGradientNaturalId)

Specified by:
handleGetDistanceToCoastGradientByNaturalId in class RemoteDistanceToCoastGradientFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteDistanceToCoastGradientFullService.getDistanceToCoastGradientByNaturalId(fr.ifremer.allegro.referential.generic.vo.RemoteDistanceToCoastGradientNaturalId)

handleGetDistanceToCoastGradientNaturalIdById

protected RemoteDistanceToCoastGradientNaturalId handleGetDistanceToCoastGradientNaturalIdById(java.lang.Integer id)
                                                                                        throws java.lang.Exception
Description copied from class: RemoteDistanceToCoastGradientFullServiceBase
Performs the core logic for RemoteDistanceToCoastGradientFullServiceBase.getDistanceToCoastGradientNaturalIdById(java.lang.Integer)

Specified by:
handleGetDistanceToCoastGradientNaturalIdById in class RemoteDistanceToCoastGradientFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteDistanceToCoastGradientFullService.getDistanceToCoastGradientNaturalIdById(java.lang.Integer)

handleAddOrUpdateClusterDistanceToCoastGradient

protected ClusterDistanceToCoastGradient handleAddOrUpdateClusterDistanceToCoastGradient(ClusterDistanceToCoastGradient clusterDistanceToCoastGradient)
                                                                                  throws java.lang.Exception
Description copied from class: RemoteDistanceToCoastGradientFullServiceBase
Performs the core logic for RemoteDistanceToCoastGradientFullServiceBase.addOrUpdateClusterDistanceToCoastGradient(fr.ifremer.allegro.referential.generic.cluster.ClusterDistanceToCoastGradient)

Specified by:
handleAddOrUpdateClusterDistanceToCoastGradient in class RemoteDistanceToCoastGradientFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteDistanceToCoastGradientFullService.addOrUpdateClusterDistanceToCoastGradient(fr.ifremer.allegro.referential.generic.cluster.ClusterDistanceToCoastGradient)

handleGetAllClusterDistanceToCoastGradientSinceDateSynchro

protected ClusterDistanceToCoastGradient[] handleGetAllClusterDistanceToCoastGradientSinceDateSynchro(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: RemoteDistanceToCoastGradientFullServiceBase
Performs the core logic for RemoteDistanceToCoastGradientFullServiceBase.getAllClusterDistanceToCoastGradientSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

Specified by:
handleGetAllClusterDistanceToCoastGradientSinceDateSynchro in class RemoteDistanceToCoastGradientFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteDistanceToCoastGradientFullService.getAllClusterDistanceToCoastGradientSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

handleGetClusterDistanceToCoastGradientByIdentifiers

protected ClusterDistanceToCoastGradient handleGetClusterDistanceToCoastGradientByIdentifiers(java.lang.Integer id)
                                                                                       throws java.lang.Exception
Description copied from class: RemoteDistanceToCoastGradientFullServiceBase
Performs the core logic for RemoteDistanceToCoastGradientFullServiceBase.getClusterDistanceToCoastGradientByIdentifiers(java.lang.Integer)

Specified by:
handleGetClusterDistanceToCoastGradientByIdentifiers in class RemoteDistanceToCoastGradientFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteDistanceToCoastGradientFullService.getClusterDistanceToCoastGradientByIdentifiers(java.lang.Integer)


Copyright © 2008-2010 IFREMER. All Rights Reserved.