fr.ifremer.allegro.referential.location.generic.service
Class RemoteLocationClassificationFullServiceImpl

java.lang.Object
  extended by fr.ifremer.allegro.referential.location.generic.service.RemoteLocationClassificationFullServiceBase
      extended by fr.ifremer.allegro.referential.location.generic.service.RemoteLocationClassificationFullServiceImpl
All Implemented Interfaces:
RemoteLocationClassificationFullService

public class RemoteLocationClassificationFullServiceImpl
extends RemoteLocationClassificationFullServiceBase

See Also:
RemoteLocationClassificationFullService

Constructor Summary
RemoteLocationClassificationFullServiceImpl()
           
 
Method Summary
protected  RemoteLocationClassificationFullVO handleAddLocationClassification(RemoteLocationClassificationFullVO locationClassification)
          Performs the core logic for RemoteLocationClassificationFullServiceBase.addLocationClassification(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationClassificationFullVO)
protected  ClusterLocationClassification handleAddOrUpdateClusterLocationClassification(ClusterLocationClassification clusterLocationClassification)
          Performs the core logic for RemoteLocationClassificationFullServiceBase.addOrUpdateClusterLocationClassification(fr.ifremer.allegro.referential.location.generic.cluster.ClusterLocationClassification)
protected  ClusterLocationClassification[] handleGetAllClusterLocationClassificationSinceDateSynchro(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 RemoteLocationClassificationFullServiceBase.getAllClusterLocationClassificationSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  RemoteLocationClassificationFullVO[] handleGetAllLocationClassification()
          Performs the core logic for RemoteLocationClassificationFullServiceBase.getAllLocationClassification()
protected  ClusterLocationClassification handleGetClusterLocationClassificationByIdentifiers(java.lang.Integer id)
          Performs the core logic for RemoteLocationClassificationFullServiceBase.getClusterLocationClassificationByIdentifiers(java.lang.Integer)
protected  RemoteLocationClassificationFullVO handleGetLocationClassificationById(java.lang.Integer id)
          Performs the core logic for RemoteLocationClassificationFullServiceBase.getLocationClassificationById(java.lang.Integer)
protected  RemoteLocationClassificationFullVO[] handleGetLocationClassificationByIds(java.lang.Integer[] id)
          Performs the core logic for RemoteLocationClassificationFullServiceBase.getLocationClassificationByIds(java.lang.Integer[])
protected  RemoteLocationClassificationFullVO handleGetLocationClassificationByNaturalId(RemoteLocationClassificationNaturalId locationClassificationNaturalId)
          Performs the core logic for RemoteLocationClassificationFullServiceBase.getLocationClassificationByNaturalId(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationClassificationNaturalId)
protected  RemoteLocationClassificationNaturalId handleGetLocationClassificationNaturalIdById(java.lang.Integer id)
          Performs the core logic for RemoteLocationClassificationFullServiceBase.getLocationClassificationNaturalIdById(java.lang.Integer)
protected  RemoteLocationClassificationNaturalId[] handleGetLocationClassificationNaturalIds()
          Performs the core logic for RemoteLocationClassificationFullServiceBase.getLocationClassificationNaturalIds()
protected  boolean handleRemoteLocationClassificationFullVOsAreEqual(RemoteLocationClassificationFullVO remoteLocationClassificationFullVOFirst, RemoteLocationClassificationFullVO remoteLocationClassificationFullVOSecond)
          Performs the core logic for RemoteLocationClassificationFullServiceBase.remoteLocationClassificationFullVOsAreEqual(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationClassificationFullVO, fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationClassificationFullVO)
protected  boolean handleRemoteLocationClassificationFullVOsAreEqualOnIdentifiers(RemoteLocationClassificationFullVO remoteLocationClassificationFullVOFirst, RemoteLocationClassificationFullVO remoteLocationClassificationFullVOSecond)
          Performs the core logic for RemoteLocationClassificationFullServiceBase.remoteLocationClassificationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationClassificationFullVO, fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationClassificationFullVO)
protected  void handleRemoveLocationClassification(RemoteLocationClassificationFullVO locationClassification)
          Performs the core logic for RemoteLocationClassificationFullServiceBase.removeLocationClassification(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationClassificationFullVO)
protected  void handleUpdateLocationClassification(RemoteLocationClassificationFullVO locationClassification)
          Performs the core logic for RemoteLocationClassificationFullServiceBase.updateLocationClassification(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationClassificationFullVO)
 
Methods inherited from class fr.ifremer.allegro.referential.location.generic.service.RemoteLocationClassificationFullServiceBase
addLocationClassification, addOrUpdateClusterLocationClassification, getAllClusterLocationClassificationSinceDateSynchro, getAllLocationClassification, getClusterLocationClassificationByIdentifiers, getLocationClassificationById, getLocationClassificationByIds, getLocationClassificationByNaturalId, getLocationClassificationDao, getLocationClassificationNaturalIdById, getLocationClassificationNaturalIds, getMessage, getMessage, getMessage, getMessages, getPrincipal, remoteLocationClassificationFullVOsAreEqual, remoteLocationClassificationFullVOsAreEqualOnIdentifiers, removeLocationClassification, setLocationClassificationDao, updateLocationClassification
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteLocationClassificationFullServiceImpl

public RemoteLocationClassificationFullServiceImpl()
Method Detail

handleAddLocationClassification

protected RemoteLocationClassificationFullVO handleAddLocationClassification(RemoteLocationClassificationFullVO locationClassification)
                                                                      throws java.lang.Exception
Description copied from class: RemoteLocationClassificationFullServiceBase
Performs the core logic for RemoteLocationClassificationFullServiceBase.addLocationClassification(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationClassificationFullVO)

Specified by:
handleAddLocationClassification in class RemoteLocationClassificationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLocationClassificationFullService.addLocationClassification(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationClassificationFullVO)

handleUpdateLocationClassification

protected void handleUpdateLocationClassification(RemoteLocationClassificationFullVO locationClassification)
                                           throws java.lang.Exception
Description copied from class: RemoteLocationClassificationFullServiceBase
Performs the core logic for RemoteLocationClassificationFullServiceBase.updateLocationClassification(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationClassificationFullVO)

Specified by:
handleUpdateLocationClassification in class RemoteLocationClassificationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLocationClassificationFullService.updateLocationClassification(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationClassificationFullVO)

handleRemoveLocationClassification

protected void handleRemoveLocationClassification(RemoteLocationClassificationFullVO locationClassification)
                                           throws java.lang.Exception
Description copied from class: RemoteLocationClassificationFullServiceBase
Performs the core logic for RemoteLocationClassificationFullServiceBase.removeLocationClassification(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationClassificationFullVO)

Specified by:
handleRemoveLocationClassification in class RemoteLocationClassificationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLocationClassificationFullService.removeLocationClassification(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationClassificationFullVO)

handleGetAllLocationClassification

protected RemoteLocationClassificationFullVO[] handleGetAllLocationClassification()
                                                                           throws java.lang.Exception
Description copied from class: RemoteLocationClassificationFullServiceBase
Performs the core logic for RemoteLocationClassificationFullServiceBase.getAllLocationClassification()

Specified by:
handleGetAllLocationClassification in class RemoteLocationClassificationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLocationClassificationFullService.getAllLocationClassification()

handleGetLocationClassificationById

protected RemoteLocationClassificationFullVO handleGetLocationClassificationById(java.lang.Integer id)
                                                                          throws java.lang.Exception
Description copied from class: RemoteLocationClassificationFullServiceBase
Performs the core logic for RemoteLocationClassificationFullServiceBase.getLocationClassificationById(java.lang.Integer)

Specified by:
handleGetLocationClassificationById in class RemoteLocationClassificationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLocationClassificationFullService.getLocationClassificationById(java.lang.Integer)

handleGetLocationClassificationByIds

protected RemoteLocationClassificationFullVO[] handleGetLocationClassificationByIds(java.lang.Integer[] id)
                                                                             throws java.lang.Exception
Description copied from class: RemoteLocationClassificationFullServiceBase
Performs the core logic for RemoteLocationClassificationFullServiceBase.getLocationClassificationByIds(java.lang.Integer[])

Specified by:
handleGetLocationClassificationByIds in class RemoteLocationClassificationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLocationClassificationFullService.getLocationClassificationByIds(java.lang.Integer[])

handleRemoteLocationClassificationFullVOsAreEqualOnIdentifiers

protected boolean handleRemoteLocationClassificationFullVOsAreEqualOnIdentifiers(RemoteLocationClassificationFullVO remoteLocationClassificationFullVOFirst,
                                                                                 RemoteLocationClassificationFullVO remoteLocationClassificationFullVOSecond)
                                                                          throws java.lang.Exception
Description copied from class: RemoteLocationClassificationFullServiceBase
Performs the core logic for RemoteLocationClassificationFullServiceBase.remoteLocationClassificationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationClassificationFullVO, fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationClassificationFullVO)

Specified by:
handleRemoteLocationClassificationFullVOsAreEqualOnIdentifiers in class RemoteLocationClassificationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLocationClassificationFullService.remoteLocationClassificationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationClassificationFullVO, fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationClassificationFullVO)

handleRemoteLocationClassificationFullVOsAreEqual

protected boolean handleRemoteLocationClassificationFullVOsAreEqual(RemoteLocationClassificationFullVO remoteLocationClassificationFullVOFirst,
                                                                    RemoteLocationClassificationFullVO remoteLocationClassificationFullVOSecond)
                                                             throws java.lang.Exception
Description copied from class: RemoteLocationClassificationFullServiceBase
Performs the core logic for RemoteLocationClassificationFullServiceBase.remoteLocationClassificationFullVOsAreEqual(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationClassificationFullVO, fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationClassificationFullVO)

Specified by:
handleRemoteLocationClassificationFullVOsAreEqual in class RemoteLocationClassificationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLocationClassificationFullService.remoteLocationClassificationFullVOsAreEqual(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationClassificationFullVO, fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationClassificationFullVO)

handleGetLocationClassificationNaturalIds

protected RemoteLocationClassificationNaturalId[] handleGetLocationClassificationNaturalIds()
                                                                                     throws java.lang.Exception
Description copied from class: RemoteLocationClassificationFullServiceBase
Performs the core logic for RemoteLocationClassificationFullServiceBase.getLocationClassificationNaturalIds()

Specified by:
handleGetLocationClassificationNaturalIds in class RemoteLocationClassificationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLocationClassificationFullService.getLocationClassificationNaturalIds()

handleGetLocationClassificationByNaturalId

protected RemoteLocationClassificationFullVO handleGetLocationClassificationByNaturalId(RemoteLocationClassificationNaturalId locationClassificationNaturalId)
                                                                                 throws java.lang.Exception
Description copied from class: RemoteLocationClassificationFullServiceBase
Performs the core logic for RemoteLocationClassificationFullServiceBase.getLocationClassificationByNaturalId(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationClassificationNaturalId)

Specified by:
handleGetLocationClassificationByNaturalId in class RemoteLocationClassificationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLocationClassificationFullService.getLocationClassificationByNaturalId(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationClassificationNaturalId)

handleGetLocationClassificationNaturalIdById

protected RemoteLocationClassificationNaturalId handleGetLocationClassificationNaturalIdById(java.lang.Integer id)
                                                                                      throws java.lang.Exception
Description copied from class: RemoteLocationClassificationFullServiceBase
Performs the core logic for RemoteLocationClassificationFullServiceBase.getLocationClassificationNaturalIdById(java.lang.Integer)

Specified by:
handleGetLocationClassificationNaturalIdById in class RemoteLocationClassificationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLocationClassificationFullService.getLocationClassificationNaturalIdById(java.lang.Integer)

handleAddOrUpdateClusterLocationClassification

protected ClusterLocationClassification handleAddOrUpdateClusterLocationClassification(ClusterLocationClassification clusterLocationClassification)
                                                                                throws java.lang.Exception
Description copied from class: RemoteLocationClassificationFullServiceBase
Performs the core logic for RemoteLocationClassificationFullServiceBase.addOrUpdateClusterLocationClassification(fr.ifremer.allegro.referential.location.generic.cluster.ClusterLocationClassification)

Specified by:
handleAddOrUpdateClusterLocationClassification in class RemoteLocationClassificationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLocationClassificationFullService.addOrUpdateClusterLocationClassification(fr.ifremer.allegro.referential.location.generic.cluster.ClusterLocationClassification)

handleGetAllClusterLocationClassificationSinceDateSynchro

protected ClusterLocationClassification[] handleGetAllClusterLocationClassificationSinceDateSynchro(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: RemoteLocationClassificationFullServiceBase
Performs the core logic for RemoteLocationClassificationFullServiceBase.getAllClusterLocationClassificationSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

Specified by:
handleGetAllClusterLocationClassificationSinceDateSynchro in class RemoteLocationClassificationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLocationClassificationFullService.getAllClusterLocationClassificationSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

handleGetClusterLocationClassificationByIdentifiers

protected ClusterLocationClassification handleGetClusterLocationClassificationByIdentifiers(java.lang.Integer id)
                                                                                     throws java.lang.Exception
Description copied from class: RemoteLocationClassificationFullServiceBase
Performs the core logic for RemoteLocationClassificationFullServiceBase.getClusterLocationClassificationByIdentifiers(java.lang.Integer)

Specified by:
handleGetClusterLocationClassificationByIdentifiers in class RemoteLocationClassificationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLocationClassificationFullService.getClusterLocationClassificationByIdentifiers(java.lang.Integer)


Copyright © 2008-2010 IFREMER. All Rights Reserved.