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

java.lang.Object
  extended by fr.ifremer.allegro.referential.location.generic.service.RemoteLocationFullServiceBase
      extended by fr.ifremer.allegro.referential.location.generic.service.RemoteLocationFullServiceImpl
All Implemented Interfaces:
RemoteLocationFullService

public class RemoteLocationFullServiceImpl
extends RemoteLocationFullServiceBase

See Also:
RemoteLocationFullService

Constructor Summary
RemoteLocationFullServiceImpl()
           
 
Method Summary
protected  RemoteLocationFullVO handleAddLocation(RemoteLocationFullVO location)
          Performs the core logic for RemoteLocationFullServiceBase.addLocation(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationFullVO)
protected  ClusterLocation handleAddOrUpdateClusterLocation(ClusterLocation clusterLocation)
          Performs the core logic for RemoteLocationFullServiceBase.addOrUpdateClusterLocation(fr.ifremer.allegro.referential.location.generic.cluster.ClusterLocation)
protected  ClusterLocation[] handleGetAllClusterLocationSinceDateSynchro(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 RemoteLocationFullServiceBase.getAllClusterLocationSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  RemoteLocationFullVO[] handleGetAllLocation()
          Performs the core logic for RemoteLocationFullServiceBase.getAllLocation()
protected  ClusterLocation handleGetClusterLocationByIdentifiers(java.lang.Integer id)
          Performs the core logic for RemoteLocationFullServiceBase.getClusterLocationByIdentifiers(java.lang.Integer)
protected  RemoteLocationFullVO handleGetLocationById(java.lang.Integer id)
          Performs the core logic for RemoteLocationFullServiceBase.getLocationById(java.lang.Integer)
protected  RemoteLocationFullVO[] handleGetLocationByIds(java.lang.Integer[] id)
          Performs the core logic for RemoteLocationFullServiceBase.getLocationByIds(java.lang.Integer[])
protected  RemoteLocationFullVO[] handleGetLocationByLocationClassificationId(java.lang.Integer id)
          Performs the core logic for RemoteLocationFullServiceBase.getLocationByLocationClassificationId(java.lang.Integer)
protected  RemoteLocationFullVO[] handleGetLocationByLocationLevelId(java.lang.Integer id)
          Performs the core logic for RemoteLocationFullServiceBase.getLocationByLocationLevelId(java.lang.Integer)
protected  RemoteLocationFullVO handleGetLocationByNaturalId(RemoteLocationNaturalId locationNaturalId)
          Performs the core logic for RemoteLocationFullServiceBase.getLocationByNaturalId(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationNaturalId)
protected  RemoteLocationFullVO[] handleGetLocationByStatusCode(java.lang.String code)
          Performs the core logic for RemoteLocationFullServiceBase.getLocationByStatusCode(java.lang.String)
protected  RemoteLocationNaturalId handleGetLocationNaturalIdById(java.lang.Integer id)
          Performs the core logic for RemoteLocationFullServiceBase.getLocationNaturalIdById(java.lang.Integer)
protected  RemoteLocationNaturalId[] handleGetLocationNaturalIds()
          Performs the core logic for RemoteLocationFullServiceBase.getLocationNaturalIds()
protected  boolean handleRemoteLocationFullVOsAreEqual(RemoteLocationFullVO remoteLocationFullVOFirst, RemoteLocationFullVO remoteLocationFullVOSecond)
          Performs the core logic for RemoteLocationFullServiceBase.remoteLocationFullVOsAreEqual(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationFullVO, fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationFullVO)
protected  boolean handleRemoteLocationFullVOsAreEqualOnIdentifiers(RemoteLocationFullVO remoteLocationFullVOFirst, RemoteLocationFullVO remoteLocationFullVOSecond)
          Performs the core logic for RemoteLocationFullServiceBase.remoteLocationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationFullVO, fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationFullVO)
protected  void handleRemoveLocation(RemoteLocationFullVO location)
          Performs the core logic for RemoteLocationFullServiceBase.removeLocation(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationFullVO)
protected  void handleUpdateLocation(RemoteLocationFullVO location)
          Performs the core logic for RemoteLocationFullServiceBase.updateLocation(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationFullVO)
 
Methods inherited from class fr.ifremer.allegro.referential.location.generic.service.RemoteLocationFullServiceBase
addLocation, addOrUpdateClusterLocation, getAllClusterLocationSinceDateSynchro, getAllLocation, getClusterLocationByIdentifiers, getLocationAreaDao, getLocationById, getLocationByIds, getLocationByLocationClassificationId, getLocationByLocationLevelId, getLocationByNaturalId, getLocationByStatusCode, getLocationClassificationDao, getLocationDao, getLocationLevelDao, getLocationLineDao, getLocationNaturalIdById, getLocationNaturalIds, getLocationPointDao, getMessage, getMessage, getMessage, getMessages, getPrincipal, getStatusDao, remoteLocationFullVOsAreEqual, remoteLocationFullVOsAreEqualOnIdentifiers, removeLocation, setLocationAreaDao, setLocationClassificationDao, setLocationDao, setLocationLevelDao, setLocationLineDao, setLocationPointDao, setStatusDao, updateLocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteLocationFullServiceImpl

public RemoteLocationFullServiceImpl()
Method Detail

handleAddLocation

protected RemoteLocationFullVO handleAddLocation(RemoteLocationFullVO location)
                                          throws java.lang.Exception
Description copied from class: RemoteLocationFullServiceBase
Performs the core logic for RemoteLocationFullServiceBase.addLocation(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationFullVO)

Specified by:
handleAddLocation in class RemoteLocationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLocationFullService.addLocation(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationFullVO)

handleUpdateLocation

protected void handleUpdateLocation(RemoteLocationFullVO location)
                             throws java.lang.Exception
Description copied from class: RemoteLocationFullServiceBase
Performs the core logic for RemoteLocationFullServiceBase.updateLocation(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationFullVO)

Specified by:
handleUpdateLocation in class RemoteLocationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLocationFullService.updateLocation(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationFullVO)

handleRemoveLocation

protected void handleRemoveLocation(RemoteLocationFullVO location)
                             throws java.lang.Exception
Description copied from class: RemoteLocationFullServiceBase
Performs the core logic for RemoteLocationFullServiceBase.removeLocation(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationFullVO)

Specified by:
handleRemoveLocation in class RemoteLocationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLocationFullService.removeLocation(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationFullVO)

handleGetAllLocation

protected RemoteLocationFullVO[] handleGetAllLocation()
                                               throws java.lang.Exception
Description copied from class: RemoteLocationFullServiceBase
Performs the core logic for RemoteLocationFullServiceBase.getAllLocation()

Specified by:
handleGetAllLocation in class RemoteLocationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLocationFullService.getAllLocation()

handleGetLocationById

protected RemoteLocationFullVO handleGetLocationById(java.lang.Integer id)
                                              throws java.lang.Exception
Description copied from class: RemoteLocationFullServiceBase
Performs the core logic for RemoteLocationFullServiceBase.getLocationById(java.lang.Integer)

Specified by:
handleGetLocationById in class RemoteLocationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLocationFullService.getLocationById(java.lang.Integer)

handleGetLocationByIds

protected RemoteLocationFullVO[] handleGetLocationByIds(java.lang.Integer[] id)
                                                 throws java.lang.Exception
Description copied from class: RemoteLocationFullServiceBase
Performs the core logic for RemoteLocationFullServiceBase.getLocationByIds(java.lang.Integer[])

Specified by:
handleGetLocationByIds in class RemoteLocationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLocationFullService.getLocationByIds(java.lang.Integer[])

handleGetLocationByStatusCode

protected RemoteLocationFullVO[] handleGetLocationByStatusCode(java.lang.String code)
                                                        throws java.lang.Exception
Description copied from class: RemoteLocationFullServiceBase
Performs the core logic for RemoteLocationFullServiceBase.getLocationByStatusCode(java.lang.String)

Specified by:
handleGetLocationByStatusCode in class RemoteLocationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLocationFullService.getLocationByStatusCode(java.lang.String)

handleGetLocationByLocationClassificationId

protected RemoteLocationFullVO[] handleGetLocationByLocationClassificationId(java.lang.Integer id)
                                                                      throws java.lang.Exception
Description copied from class: RemoteLocationFullServiceBase
Performs the core logic for RemoteLocationFullServiceBase.getLocationByLocationClassificationId(java.lang.Integer)

Specified by:
handleGetLocationByLocationClassificationId in class RemoteLocationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLocationFullService.getLocationByLocationClassificationId(java.lang.Integer)

handleGetLocationByLocationLevelId

protected RemoteLocationFullVO[] handleGetLocationByLocationLevelId(java.lang.Integer id)
                                                             throws java.lang.Exception
Description copied from class: RemoteLocationFullServiceBase
Performs the core logic for RemoteLocationFullServiceBase.getLocationByLocationLevelId(java.lang.Integer)

Specified by:
handleGetLocationByLocationLevelId in class RemoteLocationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLocationFullService.getLocationByLocationLevelId(java.lang.Integer)

handleRemoteLocationFullVOsAreEqualOnIdentifiers

protected boolean handleRemoteLocationFullVOsAreEqualOnIdentifiers(RemoteLocationFullVO remoteLocationFullVOFirst,
                                                                   RemoteLocationFullVO remoteLocationFullVOSecond)
                                                            throws java.lang.Exception
Description copied from class: RemoteLocationFullServiceBase
Performs the core logic for RemoteLocationFullServiceBase.remoteLocationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationFullVO, fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationFullVO)

Specified by:
handleRemoteLocationFullVOsAreEqualOnIdentifiers in class RemoteLocationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLocationFullService.remoteLocationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationFullVO, fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationFullVO)

handleRemoteLocationFullVOsAreEqual

protected boolean handleRemoteLocationFullVOsAreEqual(RemoteLocationFullVO remoteLocationFullVOFirst,
                                                      RemoteLocationFullVO remoteLocationFullVOSecond)
                                               throws java.lang.Exception
Description copied from class: RemoteLocationFullServiceBase
Performs the core logic for RemoteLocationFullServiceBase.remoteLocationFullVOsAreEqual(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationFullVO, fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationFullVO)

Specified by:
handleRemoteLocationFullVOsAreEqual in class RemoteLocationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLocationFullService.remoteLocationFullVOsAreEqual(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationFullVO, fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationFullVO)

handleGetLocationNaturalIds

protected RemoteLocationNaturalId[] handleGetLocationNaturalIds()
                                                         throws java.lang.Exception
Description copied from class: RemoteLocationFullServiceBase
Performs the core logic for RemoteLocationFullServiceBase.getLocationNaturalIds()

Specified by:
handleGetLocationNaturalIds in class RemoteLocationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLocationFullService.getLocationNaturalIds()

handleGetLocationByNaturalId

protected RemoteLocationFullVO handleGetLocationByNaturalId(RemoteLocationNaturalId locationNaturalId)
                                                     throws java.lang.Exception
Description copied from class: RemoteLocationFullServiceBase
Performs the core logic for RemoteLocationFullServiceBase.getLocationByNaturalId(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationNaturalId)

Specified by:
handleGetLocationByNaturalId in class RemoteLocationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLocationFullService.getLocationByNaturalId(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationNaturalId)

handleGetLocationNaturalIdById

protected RemoteLocationNaturalId handleGetLocationNaturalIdById(java.lang.Integer id)
                                                          throws java.lang.Exception
Description copied from class: RemoteLocationFullServiceBase
Performs the core logic for RemoteLocationFullServiceBase.getLocationNaturalIdById(java.lang.Integer)

Specified by:
handleGetLocationNaturalIdById in class RemoteLocationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLocationFullService.getLocationNaturalIdById(java.lang.Integer)

handleAddOrUpdateClusterLocation

protected ClusterLocation handleAddOrUpdateClusterLocation(ClusterLocation clusterLocation)
                                                    throws java.lang.Exception
Description copied from class: RemoteLocationFullServiceBase
Performs the core logic for RemoteLocationFullServiceBase.addOrUpdateClusterLocation(fr.ifremer.allegro.referential.location.generic.cluster.ClusterLocation)

Specified by:
handleAddOrUpdateClusterLocation in class RemoteLocationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLocationFullService.addOrUpdateClusterLocation(fr.ifremer.allegro.referential.location.generic.cluster.ClusterLocation)

handleGetAllClusterLocationSinceDateSynchro

protected ClusterLocation[] handleGetAllClusterLocationSinceDateSynchro(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: RemoteLocationFullServiceBase
Performs the core logic for RemoteLocationFullServiceBase.getAllClusterLocationSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

Specified by:
handleGetAllClusterLocationSinceDateSynchro in class RemoteLocationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLocationFullService.getAllClusterLocationSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

handleGetClusterLocationByIdentifiers

protected ClusterLocation handleGetClusterLocationByIdentifiers(java.lang.Integer id)
                                                         throws java.lang.Exception
Description copied from class: RemoteLocationFullServiceBase
Performs the core logic for RemoteLocationFullServiceBase.getClusterLocationByIdentifiers(java.lang.Integer)

Specified by:
handleGetClusterLocationByIdentifiers in class RemoteLocationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLocationFullService.getClusterLocationByIdentifiers(java.lang.Integer)


Copyright © 2008-2010 IFREMER. All Rights Reserved.