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

java.lang.Object
  extended by fr.ifremer.allegro.referential.location.generic.service.RemoteLocationLineFullServiceBase
      extended by fr.ifremer.allegro.referential.location.generic.service.RemoteLocationLineFullServiceImpl
All Implemented Interfaces:
RemoteLocationLineFullService

public class RemoteLocationLineFullServiceImpl
extends RemoteLocationLineFullServiceBase

See Also:
RemoteLocationLineFullService

Constructor Summary
RemoteLocationLineFullServiceImpl()
           
 
Method Summary
protected  RemoteLocationLineFullVO handleAddLocationLine(RemoteLocationLineFullVO locationLine)
          Performs the core logic for RemoteLocationLineFullServiceBase.addLocationLine(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationLineFullVO)
protected  RemoteLocationLineFullVO[] handleGetAllLocationLine()
          Performs the core logic for RemoteLocationLineFullServiceBase.getAllLocationLine()
protected  ClusterLocationLine handleGetClusterLocationLineByIdentifiers(java.lang.Integer id)
          Performs the core logic for RemoteLocationLineFullServiceBase.getClusterLocationLineByIdentifiers(java.lang.Integer)
protected  RemoteLocationLineFullVO handleGetLocationLineById(java.lang.Integer id)
          Performs the core logic for RemoteLocationLineFullServiceBase.getLocationLineById(java.lang.Integer)
protected  RemoteLocationLineFullVO[] handleGetLocationLineByIds(java.lang.Integer[] id)
          Performs the core logic for RemoteLocationLineFullServiceBase.getLocationLineByIds(java.lang.Integer[])
protected  RemoteLocationLineFullVO[] handleGetLocationLineByLocationId(java.lang.Integer id)
          Performs the core logic for RemoteLocationLineFullServiceBase.getLocationLineByLocationId(java.lang.Integer)
protected  RemoteLocationLineFullVO handleGetLocationLineByNaturalId(RemoteLocationLineNaturalId locationLineNaturalId)
          Performs the core logic for RemoteLocationLineFullServiceBase.getLocationLineByNaturalId(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationLineNaturalId)
protected  RemoteLocationLineNaturalId handleGetLocationLineNaturalIdById(java.lang.Integer id)
          Performs the core logic for RemoteLocationLineFullServiceBase.getLocationLineNaturalIdById(java.lang.Integer)
protected  RemoteLocationLineNaturalId[] handleGetLocationLineNaturalIds()
          Performs the core logic for RemoteLocationLineFullServiceBase.getLocationLineNaturalIds()
protected  boolean handleRemoteLocationLineFullVOsAreEqual(RemoteLocationLineFullVO remoteLocationLineFullVOFirst, RemoteLocationLineFullVO remoteLocationLineFullVOSecond)
          Performs the core logic for RemoteLocationLineFullServiceBase.remoteLocationLineFullVOsAreEqual(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationLineFullVO, fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationLineFullVO)
protected  boolean handleRemoteLocationLineFullVOsAreEqualOnIdentifiers(RemoteLocationLineFullVO remoteLocationLineFullVOFirst, RemoteLocationLineFullVO remoteLocationLineFullVOSecond)
          Performs the core logic for RemoteLocationLineFullServiceBase.remoteLocationLineFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationLineFullVO, fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationLineFullVO)
protected  void handleRemoveLocationLine(RemoteLocationLineFullVO locationLine)
          Performs the core logic for RemoteLocationLineFullServiceBase.removeLocationLine(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationLineFullVO)
protected  void handleUpdateLocationLine(RemoteLocationLineFullVO locationLine)
          Performs the core logic for RemoteLocationLineFullServiceBase.updateLocationLine(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationLineFullVO)
 
Methods inherited from class fr.ifremer.allegro.referential.location.generic.service.RemoteLocationLineFullServiceBase
addLocationLine, getAllLocationLine, getClusterLocationLineByIdentifiers, getLocationDao, getLocationLineById, getLocationLineByIds, getLocationLineByLocationId, getLocationLineByNaturalId, getLocationLineDao, getLocationLineNaturalIdById, getLocationLineNaturalIds, getMessage, getMessage, getMessage, getMessages, getPrincipal, remoteLocationLineFullVOsAreEqual, remoteLocationLineFullVOsAreEqualOnIdentifiers, removeLocationLine, setLocationDao, setLocationLineDao, updateLocationLine
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteLocationLineFullServiceImpl

public RemoteLocationLineFullServiceImpl()
Method Detail

handleAddLocationLine

protected RemoteLocationLineFullVO handleAddLocationLine(RemoteLocationLineFullVO locationLine)
                                                  throws java.lang.Exception
Description copied from class: RemoteLocationLineFullServiceBase
Performs the core logic for RemoteLocationLineFullServiceBase.addLocationLine(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationLineFullVO)

Specified by:
handleAddLocationLine in class RemoteLocationLineFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLocationLineFullService.addLocationLine(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationLineFullVO)

handleUpdateLocationLine

protected void handleUpdateLocationLine(RemoteLocationLineFullVO locationLine)
                                 throws java.lang.Exception
Description copied from class: RemoteLocationLineFullServiceBase
Performs the core logic for RemoteLocationLineFullServiceBase.updateLocationLine(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationLineFullVO)

Specified by:
handleUpdateLocationLine in class RemoteLocationLineFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLocationLineFullService.updateLocationLine(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationLineFullVO)

handleRemoveLocationLine

protected void handleRemoveLocationLine(RemoteLocationLineFullVO locationLine)
                                 throws java.lang.Exception
Description copied from class: RemoteLocationLineFullServiceBase
Performs the core logic for RemoteLocationLineFullServiceBase.removeLocationLine(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationLineFullVO)

Specified by:
handleRemoveLocationLine in class RemoteLocationLineFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLocationLineFullService.removeLocationLine(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationLineFullVO)

handleGetAllLocationLine

protected RemoteLocationLineFullVO[] handleGetAllLocationLine()
                                                       throws java.lang.Exception
Description copied from class: RemoteLocationLineFullServiceBase
Performs the core logic for RemoteLocationLineFullServiceBase.getAllLocationLine()

Specified by:
handleGetAllLocationLine in class RemoteLocationLineFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLocationLineFullService.getAllLocationLine()

handleGetLocationLineById

protected RemoteLocationLineFullVO handleGetLocationLineById(java.lang.Integer id)
                                                      throws java.lang.Exception
Description copied from class: RemoteLocationLineFullServiceBase
Performs the core logic for RemoteLocationLineFullServiceBase.getLocationLineById(java.lang.Integer)

Specified by:
handleGetLocationLineById in class RemoteLocationLineFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLocationLineFullService.getLocationLineById(java.lang.Integer)

handleGetLocationLineByIds

protected RemoteLocationLineFullVO[] handleGetLocationLineByIds(java.lang.Integer[] id)
                                                         throws java.lang.Exception
Description copied from class: RemoteLocationLineFullServiceBase
Performs the core logic for RemoteLocationLineFullServiceBase.getLocationLineByIds(java.lang.Integer[])

Specified by:
handleGetLocationLineByIds in class RemoteLocationLineFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLocationLineFullService.getLocationLineByIds(java.lang.Integer[])

handleGetLocationLineByLocationId

protected RemoteLocationLineFullVO[] handleGetLocationLineByLocationId(java.lang.Integer id)
                                                                throws java.lang.Exception
Description copied from class: RemoteLocationLineFullServiceBase
Performs the core logic for RemoteLocationLineFullServiceBase.getLocationLineByLocationId(java.lang.Integer)

Specified by:
handleGetLocationLineByLocationId in class RemoteLocationLineFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLocationLineFullService.getLocationLineByLocationId(java.lang.Integer)

handleRemoteLocationLineFullVOsAreEqualOnIdentifiers

protected boolean handleRemoteLocationLineFullVOsAreEqualOnIdentifiers(RemoteLocationLineFullVO remoteLocationLineFullVOFirst,
                                                                       RemoteLocationLineFullVO remoteLocationLineFullVOSecond)
                                                                throws java.lang.Exception
Description copied from class: RemoteLocationLineFullServiceBase
Performs the core logic for RemoteLocationLineFullServiceBase.remoteLocationLineFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationLineFullVO, fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationLineFullVO)

Specified by:
handleRemoteLocationLineFullVOsAreEqualOnIdentifiers in class RemoteLocationLineFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLocationLineFullService.remoteLocationLineFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationLineFullVO, fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationLineFullVO)

handleRemoteLocationLineFullVOsAreEqual

protected boolean handleRemoteLocationLineFullVOsAreEqual(RemoteLocationLineFullVO remoteLocationLineFullVOFirst,
                                                          RemoteLocationLineFullVO remoteLocationLineFullVOSecond)
                                                   throws java.lang.Exception
Description copied from class: RemoteLocationLineFullServiceBase
Performs the core logic for RemoteLocationLineFullServiceBase.remoteLocationLineFullVOsAreEqual(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationLineFullVO, fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationLineFullVO)

Specified by:
handleRemoteLocationLineFullVOsAreEqual in class RemoteLocationLineFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLocationLineFullService.remoteLocationLineFullVOsAreEqual(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationLineFullVO, fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationLineFullVO)

handleGetLocationLineNaturalIds

protected RemoteLocationLineNaturalId[] handleGetLocationLineNaturalIds()
                                                                 throws java.lang.Exception
Description copied from class: RemoteLocationLineFullServiceBase
Performs the core logic for RemoteLocationLineFullServiceBase.getLocationLineNaturalIds()

Specified by:
handleGetLocationLineNaturalIds in class RemoteLocationLineFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLocationLineFullService.getLocationLineNaturalIds()

handleGetLocationLineByNaturalId

protected RemoteLocationLineFullVO handleGetLocationLineByNaturalId(RemoteLocationLineNaturalId locationLineNaturalId)
                                                             throws java.lang.Exception
Description copied from class: RemoteLocationLineFullServiceBase
Performs the core logic for RemoteLocationLineFullServiceBase.getLocationLineByNaturalId(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationLineNaturalId)

Specified by:
handleGetLocationLineByNaturalId in class RemoteLocationLineFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLocationLineFullService.getLocationLineByNaturalId(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationLineNaturalId)

handleGetLocationLineNaturalIdById

protected RemoteLocationLineNaturalId handleGetLocationLineNaturalIdById(java.lang.Integer id)
                                                                  throws java.lang.Exception
Description copied from class: RemoteLocationLineFullServiceBase
Performs the core logic for RemoteLocationLineFullServiceBase.getLocationLineNaturalIdById(java.lang.Integer)

Specified by:
handleGetLocationLineNaturalIdById in class RemoteLocationLineFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLocationLineFullService.getLocationLineNaturalIdById(java.lang.Integer)

handleGetClusterLocationLineByIdentifiers

protected ClusterLocationLine handleGetClusterLocationLineByIdentifiers(java.lang.Integer id)
                                                                 throws java.lang.Exception
Description copied from class: RemoteLocationLineFullServiceBase
Performs the core logic for RemoteLocationLineFullServiceBase.getClusterLocationLineByIdentifiers(java.lang.Integer)

Specified by:
handleGetClusterLocationLineByIdentifiers in class RemoteLocationLineFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLocationLineFullService.getClusterLocationLineByIdentifiers(java.lang.Integer)


Copyright © 2008-2010 IFREMER. All Rights Reserved.