fr.ifremer.allegro.data.fishingArea.generic.service
Class RemoteFishingArea2RegulationLocationFullServiceBase

java.lang.Object
  extended by fr.ifremer.allegro.data.fishingArea.generic.service.RemoteFishingArea2RegulationLocationFullServiceBase
All Implemented Interfaces:
RemoteFishingArea2RegulationLocationFullService
Direct Known Subclasses:
RemoteFishingArea2RegulationLocationFullServiceImpl

public abstract class RemoteFishingArea2RegulationLocationFullServiceBase
extends java.lang.Object
implements RemoteFishingArea2RegulationLocationFullService

Spring Service base class for fr.ifremer.allegro.data.fishingArea.generic.service.RemoteFishingArea2RegulationLocationFullService, provides access to all services and entities referenced by this service.

See Also:
RemoteFishingArea2RegulationLocationFullService

Constructor Summary
RemoteFishingArea2RegulationLocationFullServiceBase()
           
 
Method Summary
 RemoteFishingArea2RegulationLocationFullVO addFishingArea2RegulationLocation(RemoteFishingArea2RegulationLocationFullVO fishingArea2RegulationLocation)
           
 RemoteFishingArea2RegulationLocationFullVO[] getAllFishingArea2RegulationLocation()
           
 ClusterFishingArea2RegulationLocation getClusterFishingArea2RegulationLocationByIdentifiers(java.lang.Integer locationId, java.lang.Integer fishingAreaId)
           
 RemoteFishingArea2RegulationLocationFullVO[] getFishingArea2RegulationLocationByFishingAreaId(java.lang.Integer id)
           
 RemoteFishingArea2RegulationLocationFullVO getFishingArea2RegulationLocationByIdentifiers(java.lang.Integer locationId, java.lang.Integer fishingAreaId)
           
 RemoteFishingArea2RegulationLocationFullVO[] getFishingArea2RegulationLocationByLocationId(java.lang.Integer id)
           
 RemoteFishingArea2RegulationLocationFullVO getFishingArea2RegulationLocationByNaturalId(RemoteFishingArea2RegulationLocationNaturalId fishingArea2RegulationLocationNaturalId)
           
protected  FishingArea2RegulationLocationDao getFishingArea2RegulationLocationDao()
          Gets the reference to fishingArea2RegulationLocation's DAO.
 RemoteFishingArea2RegulationLocationNaturalId[] getFishingArea2RegulationLocationNaturalIds()
           
protected  FishingAreaDao getFishingAreaDao()
          Gets the reference to fishingArea's DAO.
protected  LocationDao getLocationDao()
          Gets the reference to location's DAO.
protected  java.lang.String getMessage(java.lang.String key)
          Gets the message having the given key in the underlying message bundle.
protected  java.lang.String getMessage(java.lang.String key, java.lang.Object[] arguments)
          Gets the message having the given key and arguments in the underlying message bundle.
protected  java.lang.String getMessage(java.lang.String key, java.lang.Object[] arguments, java.util.Locale locale)
          Gets the message having the given key using the given arguments for the given locale.
protected  org.springframework.context.MessageSource getMessages()
          Gets the message source available to this service.
protected  java.security.Principal getPrincipal()
          Gets the current principal if one has been set, otherwise returns null.
protected abstract  RemoteFishingArea2RegulationLocationFullVO handleAddFishingArea2RegulationLocation(RemoteFishingArea2RegulationLocationFullVO fishingArea2RegulationLocation)
          Performs the core logic for addFishingArea2RegulationLocation(fr.ifremer.allegro.data.fishingArea.generic.vo.RemoteFishingArea2RegulationLocationFullVO)
protected abstract  RemoteFishingArea2RegulationLocationFullVO[] handleGetAllFishingArea2RegulationLocation()
          Performs the core logic for getAllFishingArea2RegulationLocation()
protected abstract  ClusterFishingArea2RegulationLocation handleGetClusterFishingArea2RegulationLocationByIdentifiers(java.lang.Integer locationId, java.lang.Integer fishingAreaId)
          Performs the core logic for getClusterFishingArea2RegulationLocationByIdentifiers(java.lang.Integer, java.lang.Integer)
protected abstract  RemoteFishingArea2RegulationLocationFullVO[] handleGetFishingArea2RegulationLocationByFishingAreaId(java.lang.Integer id)
          Performs the core logic for getFishingArea2RegulationLocationByFishingAreaId(java.lang.Integer)
protected abstract  RemoteFishingArea2RegulationLocationFullVO handleGetFishingArea2RegulationLocationByIdentifiers(java.lang.Integer locationId, java.lang.Integer fishingAreaId)
          Performs the core logic for getFishingArea2RegulationLocationByIdentifiers(java.lang.Integer, java.lang.Integer)
protected abstract  RemoteFishingArea2RegulationLocationFullVO[] handleGetFishingArea2RegulationLocationByLocationId(java.lang.Integer id)
          Performs the core logic for getFishingArea2RegulationLocationByLocationId(java.lang.Integer)
protected abstract  RemoteFishingArea2RegulationLocationFullVO handleGetFishingArea2RegulationLocationByNaturalId(RemoteFishingArea2RegulationLocationNaturalId fishingArea2RegulationLocationNaturalId)
          Performs the core logic for getFishingArea2RegulationLocationByNaturalId(fr.ifremer.allegro.data.fishingArea.generic.vo.RemoteFishingArea2RegulationLocationNaturalId)
protected abstract  RemoteFishingArea2RegulationLocationNaturalId[] handleGetFishingArea2RegulationLocationNaturalIds()
          Performs the core logic for getFishingArea2RegulationLocationNaturalIds()
protected abstract  boolean handleRemoteFishingArea2RegulationLocationFullVOsAreEqual(RemoteFishingArea2RegulationLocationFullVO remoteFishingArea2RegulationLocationFullVOFirst, RemoteFishingArea2RegulationLocationFullVO remoteFishingArea2RegulationLocationFullVOSecond)
          Performs the core logic for remoteFishingArea2RegulationLocationFullVOsAreEqual(fr.ifremer.allegro.data.fishingArea.generic.vo.RemoteFishingArea2RegulationLocationFullVO, fr.ifremer.allegro.data.fishingArea.generic.vo.RemoteFishingArea2RegulationLocationFullVO)
protected abstract  boolean handleRemoteFishingArea2RegulationLocationFullVOsAreEqualOnIdentifiers(RemoteFishingArea2RegulationLocationFullVO remoteFishingArea2RegulationLocationFullVOFirst, RemoteFishingArea2RegulationLocationFullVO remoteFishingArea2RegulationLocationFullVOSecond)
          Performs the core logic for remoteFishingArea2RegulationLocationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.fishingArea.generic.vo.RemoteFishingArea2RegulationLocationFullVO, fr.ifremer.allegro.data.fishingArea.generic.vo.RemoteFishingArea2RegulationLocationFullVO)
protected abstract  void handleRemoveFishingArea2RegulationLocation(RemoteFishingArea2RegulationLocationFullVO fishingArea2RegulationLocation)
          Performs the core logic for removeFishingArea2RegulationLocation(fr.ifremer.allegro.data.fishingArea.generic.vo.RemoteFishingArea2RegulationLocationFullVO)
protected abstract  void handleUpdateFishingArea2RegulationLocation(RemoteFishingArea2RegulationLocationFullVO fishingArea2RegulationLocation)
          Performs the core logic for updateFishingArea2RegulationLocation(fr.ifremer.allegro.data.fishingArea.generic.vo.RemoteFishingArea2RegulationLocationFullVO)
 boolean remoteFishingArea2RegulationLocationFullVOsAreEqual(RemoteFishingArea2RegulationLocationFullVO remoteFishingArea2RegulationLocationFullVOFirst, RemoteFishingArea2RegulationLocationFullVO remoteFishingArea2RegulationLocationFullVOSecond)
           
 boolean remoteFishingArea2RegulationLocationFullVOsAreEqualOnIdentifiers(RemoteFishingArea2RegulationLocationFullVO remoteFishingArea2RegulationLocationFullVOFirst, RemoteFishingArea2RegulationLocationFullVO remoteFishingArea2RegulationLocationFullVOSecond)
           
 void removeFishingArea2RegulationLocation(RemoteFishingArea2RegulationLocationFullVO fishingArea2RegulationLocation)
           
 void setFishingArea2RegulationLocationDao(FishingArea2RegulationLocationDao fishingArea2RegulationLocationDao)
          Sets the reference to fishingArea2RegulationLocation's DAO.
 void setFishingAreaDao(FishingAreaDao fishingAreaDao)
          Sets the reference to fishingArea's DAO.
 void setLocationDao(LocationDao locationDao)
          Sets the reference to location's DAO.
 void updateFishingArea2RegulationLocation(RemoteFishingArea2RegulationLocationFullVO fishingArea2RegulationLocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteFishingArea2RegulationLocationFullServiceBase

public RemoteFishingArea2RegulationLocationFullServiceBase()
Method Detail

setFishingArea2RegulationLocationDao

public void setFishingArea2RegulationLocationDao(FishingArea2RegulationLocationDao fishingArea2RegulationLocationDao)
Sets the reference to fishingArea2RegulationLocation's DAO.


getFishingArea2RegulationLocationDao

protected FishingArea2RegulationLocationDao getFishingArea2RegulationLocationDao()
Gets the reference to fishingArea2RegulationLocation's DAO.


setLocationDao

public void setLocationDao(LocationDao locationDao)
Sets the reference to location's DAO.


getLocationDao

protected LocationDao getLocationDao()
Gets the reference to location's DAO.


setFishingAreaDao

public void setFishingAreaDao(FishingAreaDao fishingAreaDao)
Sets the reference to fishingArea's DAO.


getFishingAreaDao

protected FishingAreaDao getFishingAreaDao()
Gets the reference to fishingArea's DAO.


addFishingArea2RegulationLocation

public RemoteFishingArea2RegulationLocationFullVO addFishingArea2RegulationLocation(RemoteFishingArea2RegulationLocationFullVO fishingArea2RegulationLocation)
Specified by:
addFishingArea2RegulationLocation in interface RemoteFishingArea2RegulationLocationFullService
See Also:
RemoteFishingArea2RegulationLocationFullService.addFishingArea2RegulationLocation(fr.ifremer.allegro.data.fishingArea.generic.vo.RemoteFishingArea2RegulationLocationFullVO)

handleAddFishingArea2RegulationLocation

protected abstract RemoteFishingArea2RegulationLocationFullVO handleAddFishingArea2RegulationLocation(RemoteFishingArea2RegulationLocationFullVO fishingArea2RegulationLocation)
                                                                                               throws java.lang.Exception
Performs the core logic for addFishingArea2RegulationLocation(fr.ifremer.allegro.data.fishingArea.generic.vo.RemoteFishingArea2RegulationLocationFullVO)

Throws:
java.lang.Exception

updateFishingArea2RegulationLocation

public void updateFishingArea2RegulationLocation(RemoteFishingArea2RegulationLocationFullVO fishingArea2RegulationLocation)
Specified by:
updateFishingArea2RegulationLocation in interface RemoteFishingArea2RegulationLocationFullService
See Also:
RemoteFishingArea2RegulationLocationFullService.updateFishingArea2RegulationLocation(fr.ifremer.allegro.data.fishingArea.generic.vo.RemoteFishingArea2RegulationLocationFullVO)

handleUpdateFishingArea2RegulationLocation

protected abstract void handleUpdateFishingArea2RegulationLocation(RemoteFishingArea2RegulationLocationFullVO fishingArea2RegulationLocation)
                                                            throws java.lang.Exception
Performs the core logic for updateFishingArea2RegulationLocation(fr.ifremer.allegro.data.fishingArea.generic.vo.RemoteFishingArea2RegulationLocationFullVO)

Throws:
java.lang.Exception

removeFishingArea2RegulationLocation

public void removeFishingArea2RegulationLocation(RemoteFishingArea2RegulationLocationFullVO fishingArea2RegulationLocation)
Specified by:
removeFishingArea2RegulationLocation in interface RemoteFishingArea2RegulationLocationFullService
See Also:
RemoteFishingArea2RegulationLocationFullService.removeFishingArea2RegulationLocation(fr.ifremer.allegro.data.fishingArea.generic.vo.RemoteFishingArea2RegulationLocationFullVO)

handleRemoveFishingArea2RegulationLocation

protected abstract void handleRemoveFishingArea2RegulationLocation(RemoteFishingArea2RegulationLocationFullVO fishingArea2RegulationLocation)
                                                            throws java.lang.Exception
Performs the core logic for removeFishingArea2RegulationLocation(fr.ifremer.allegro.data.fishingArea.generic.vo.RemoteFishingArea2RegulationLocationFullVO)

Throws:
java.lang.Exception

getAllFishingArea2RegulationLocation

public RemoteFishingArea2RegulationLocationFullVO[] getAllFishingArea2RegulationLocation()
Specified by:
getAllFishingArea2RegulationLocation in interface RemoteFishingArea2RegulationLocationFullService
See Also:
RemoteFishingArea2RegulationLocationFullService.getAllFishingArea2RegulationLocation()

handleGetAllFishingArea2RegulationLocation

protected abstract RemoteFishingArea2RegulationLocationFullVO[] handleGetAllFishingArea2RegulationLocation()
                                                                                                    throws java.lang.Exception
Performs the core logic for getAllFishingArea2RegulationLocation()

Throws:
java.lang.Exception

getFishingArea2RegulationLocationByLocationId

public RemoteFishingArea2RegulationLocationFullVO[] getFishingArea2RegulationLocationByLocationId(java.lang.Integer id)
Specified by:
getFishingArea2RegulationLocationByLocationId in interface RemoteFishingArea2RegulationLocationFullService
See Also:
RemoteFishingArea2RegulationLocationFullService.getFishingArea2RegulationLocationByLocationId(java.lang.Integer)

handleGetFishingArea2RegulationLocationByLocationId

protected abstract RemoteFishingArea2RegulationLocationFullVO[] handleGetFishingArea2RegulationLocationByLocationId(java.lang.Integer id)
                                                                                                             throws java.lang.Exception
Performs the core logic for getFishingArea2RegulationLocationByLocationId(java.lang.Integer)

Throws:
java.lang.Exception

getFishingArea2RegulationLocationByFishingAreaId

public RemoteFishingArea2RegulationLocationFullVO[] getFishingArea2RegulationLocationByFishingAreaId(java.lang.Integer id)
Specified by:
getFishingArea2RegulationLocationByFishingAreaId in interface RemoteFishingArea2RegulationLocationFullService
See Also:
RemoteFishingArea2RegulationLocationFullService.getFishingArea2RegulationLocationByFishingAreaId(java.lang.Integer)

handleGetFishingArea2RegulationLocationByFishingAreaId

protected abstract RemoteFishingArea2RegulationLocationFullVO[] handleGetFishingArea2RegulationLocationByFishingAreaId(java.lang.Integer id)
                                                                                                                throws java.lang.Exception
Performs the core logic for getFishingArea2RegulationLocationByFishingAreaId(java.lang.Integer)

Throws:
java.lang.Exception

getFishingArea2RegulationLocationByIdentifiers

public RemoteFishingArea2RegulationLocationFullVO getFishingArea2RegulationLocationByIdentifiers(java.lang.Integer locationId,
                                                                                                 java.lang.Integer fishingAreaId)
Specified by:
getFishingArea2RegulationLocationByIdentifiers in interface RemoteFishingArea2RegulationLocationFullService
See Also:
RemoteFishingArea2RegulationLocationFullService.getFishingArea2RegulationLocationByIdentifiers(java.lang.Integer, java.lang.Integer)

handleGetFishingArea2RegulationLocationByIdentifiers

protected abstract RemoteFishingArea2RegulationLocationFullVO handleGetFishingArea2RegulationLocationByIdentifiers(java.lang.Integer locationId,
                                                                                                                   java.lang.Integer fishingAreaId)
                                                                                                            throws java.lang.Exception
Performs the core logic for getFishingArea2RegulationLocationByIdentifiers(java.lang.Integer, java.lang.Integer)

Throws:
java.lang.Exception

remoteFishingArea2RegulationLocationFullVOsAreEqualOnIdentifiers

public boolean remoteFishingArea2RegulationLocationFullVOsAreEqualOnIdentifiers(RemoteFishingArea2RegulationLocationFullVO remoteFishingArea2RegulationLocationFullVOFirst,
                                                                                RemoteFishingArea2RegulationLocationFullVO remoteFishingArea2RegulationLocationFullVOSecond)
Specified by:
remoteFishingArea2RegulationLocationFullVOsAreEqualOnIdentifiers in interface RemoteFishingArea2RegulationLocationFullService
See Also:
RemoteFishingArea2RegulationLocationFullService.remoteFishingArea2RegulationLocationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.fishingArea.generic.vo.RemoteFishingArea2RegulationLocationFullVO, fr.ifremer.allegro.data.fishingArea.generic.vo.RemoteFishingArea2RegulationLocationFullVO)

handleRemoteFishingArea2RegulationLocationFullVOsAreEqualOnIdentifiers

protected abstract boolean handleRemoteFishingArea2RegulationLocationFullVOsAreEqualOnIdentifiers(RemoteFishingArea2RegulationLocationFullVO remoteFishingArea2RegulationLocationFullVOFirst,
                                                                                                  RemoteFishingArea2RegulationLocationFullVO remoteFishingArea2RegulationLocationFullVOSecond)
                                                                                           throws java.lang.Exception
Performs the core logic for remoteFishingArea2RegulationLocationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.fishingArea.generic.vo.RemoteFishingArea2RegulationLocationFullVO, fr.ifremer.allegro.data.fishingArea.generic.vo.RemoteFishingArea2RegulationLocationFullVO)

Throws:
java.lang.Exception

remoteFishingArea2RegulationLocationFullVOsAreEqual

public boolean remoteFishingArea2RegulationLocationFullVOsAreEqual(RemoteFishingArea2RegulationLocationFullVO remoteFishingArea2RegulationLocationFullVOFirst,
                                                                   RemoteFishingArea2RegulationLocationFullVO remoteFishingArea2RegulationLocationFullVOSecond)
Specified by:
remoteFishingArea2RegulationLocationFullVOsAreEqual in interface RemoteFishingArea2RegulationLocationFullService
See Also:
RemoteFishingArea2RegulationLocationFullService.remoteFishingArea2RegulationLocationFullVOsAreEqual(fr.ifremer.allegro.data.fishingArea.generic.vo.RemoteFishingArea2RegulationLocationFullVO, fr.ifremer.allegro.data.fishingArea.generic.vo.RemoteFishingArea2RegulationLocationFullVO)

handleRemoteFishingArea2RegulationLocationFullVOsAreEqual

protected abstract boolean handleRemoteFishingArea2RegulationLocationFullVOsAreEqual(RemoteFishingArea2RegulationLocationFullVO remoteFishingArea2RegulationLocationFullVOFirst,
                                                                                     RemoteFishingArea2RegulationLocationFullVO remoteFishingArea2RegulationLocationFullVOSecond)
                                                                              throws java.lang.Exception
Performs the core logic for remoteFishingArea2RegulationLocationFullVOsAreEqual(fr.ifremer.allegro.data.fishingArea.generic.vo.RemoteFishingArea2RegulationLocationFullVO, fr.ifremer.allegro.data.fishingArea.generic.vo.RemoteFishingArea2RegulationLocationFullVO)

Throws:
java.lang.Exception

getFishingArea2RegulationLocationNaturalIds

public RemoteFishingArea2RegulationLocationNaturalId[] getFishingArea2RegulationLocationNaturalIds()
Specified by:
getFishingArea2RegulationLocationNaturalIds in interface RemoteFishingArea2RegulationLocationFullService
See Also:
RemoteFishingArea2RegulationLocationFullService.getFishingArea2RegulationLocationNaturalIds()

handleGetFishingArea2RegulationLocationNaturalIds

protected abstract RemoteFishingArea2RegulationLocationNaturalId[] handleGetFishingArea2RegulationLocationNaturalIds()
                                                                                                              throws java.lang.Exception
Performs the core logic for getFishingArea2RegulationLocationNaturalIds()

Throws:
java.lang.Exception

getFishingArea2RegulationLocationByNaturalId

public RemoteFishingArea2RegulationLocationFullVO getFishingArea2RegulationLocationByNaturalId(RemoteFishingArea2RegulationLocationNaturalId fishingArea2RegulationLocationNaturalId)
Specified by:
getFishingArea2RegulationLocationByNaturalId in interface RemoteFishingArea2RegulationLocationFullService
See Also:
RemoteFishingArea2RegulationLocationFullService.getFishingArea2RegulationLocationByNaturalId(fr.ifremer.allegro.data.fishingArea.generic.vo.RemoteFishingArea2RegulationLocationNaturalId)

handleGetFishingArea2RegulationLocationByNaturalId

protected abstract RemoteFishingArea2RegulationLocationFullVO handleGetFishingArea2RegulationLocationByNaturalId(RemoteFishingArea2RegulationLocationNaturalId fishingArea2RegulationLocationNaturalId)
                                                                                                          throws java.lang.Exception
Performs the core logic for getFishingArea2RegulationLocationByNaturalId(fr.ifremer.allegro.data.fishingArea.generic.vo.RemoteFishingArea2RegulationLocationNaturalId)

Throws:
java.lang.Exception

getClusterFishingArea2RegulationLocationByIdentifiers

public ClusterFishingArea2RegulationLocation getClusterFishingArea2RegulationLocationByIdentifiers(java.lang.Integer locationId,
                                                                                                   java.lang.Integer fishingAreaId)
Specified by:
getClusterFishingArea2RegulationLocationByIdentifiers in interface RemoteFishingArea2RegulationLocationFullService
See Also:
RemoteFishingArea2RegulationLocationFullService.getClusterFishingArea2RegulationLocationByIdentifiers(java.lang.Integer, java.lang.Integer)

handleGetClusterFishingArea2RegulationLocationByIdentifiers

protected abstract ClusterFishingArea2RegulationLocation handleGetClusterFishingArea2RegulationLocationByIdentifiers(java.lang.Integer locationId,
                                                                                                                     java.lang.Integer fishingAreaId)
                                                                                                              throws java.lang.Exception
Performs the core logic for getClusterFishingArea2RegulationLocationByIdentifiers(java.lang.Integer, java.lang.Integer)

Throws:
java.lang.Exception

getPrincipal

protected java.security.Principal getPrincipal()
Gets the current principal if one has been set, otherwise returns null.

Returns:
the current principal

getMessages

protected org.springframework.context.MessageSource getMessages()
Gets the message source available to this service.


getMessage

protected java.lang.String getMessage(java.lang.String key)
Gets the message having the given key in the underlying message bundle.

Parameters:
key - the key of the message in the messages.properties message bundle.

getMessage

protected java.lang.String getMessage(java.lang.String key,
                                      java.lang.Object[] arguments)
Gets the message having the given key and arguments in the underlying message bundle.

Parameters:
key - the key of the message in the messages.properties message bundle.
arguments - any arguments to substitute when resolving the message.

getMessage

protected java.lang.String getMessage(java.lang.String key,
                                      java.lang.Object[] arguments,
                                      java.util.Locale locale)
Gets the message having the given key using the given arguments for the given locale.

Parameters:
key - the key of the message in the messages.properties message bundle.
arguments - any arguments to substitute when resolving the message.
locale - the locale of the messages to retrieve.


Copyright © 2008-2010 IFREMER. All Rights Reserved.