|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.data.fishingArea.generic.service.RemoteFishingArea2RegulationLocationFullServiceBase
public abstract class RemoteFishingArea2RegulationLocationFullServiceBase
Spring Service base class for fr.ifremer.allegro.data.fishingArea.generic.service.RemoteFishingArea2RegulationLocationFullService
,
provides access to all services and entities referenced by this service.
RemoteFishingArea2RegulationLocationFullService
Constructor Summary | |
---|---|
RemoteFishingArea2RegulationLocationFullServiceBase()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteFishingArea2RegulationLocationFullServiceBase()
Method Detail |
---|
public void setFishingArea2RegulationLocationDao(FishingArea2RegulationLocationDao fishingArea2RegulationLocationDao)
fishingArea2RegulationLocation
's DAO.
protected FishingArea2RegulationLocationDao getFishingArea2RegulationLocationDao()
fishingArea2RegulationLocation
's DAO.
public void setLocationDao(LocationDao locationDao)
location
's DAO.
protected LocationDao getLocationDao()
location
's DAO.
public void setFishingAreaDao(FishingAreaDao fishingAreaDao)
fishingArea
's DAO.
protected FishingAreaDao getFishingAreaDao()
fishingArea
's DAO.
public RemoteFishingArea2RegulationLocationFullVO addFishingArea2RegulationLocation(RemoteFishingArea2RegulationLocationFullVO fishingArea2RegulationLocation)
addFishingArea2RegulationLocation
in interface RemoteFishingArea2RegulationLocationFullService
RemoteFishingArea2RegulationLocationFullService.addFishingArea2RegulationLocation(fr.ifremer.allegro.data.fishingArea.generic.vo.RemoteFishingArea2RegulationLocationFullVO)
protected abstract RemoteFishingArea2RegulationLocationFullVO handleAddFishingArea2RegulationLocation(RemoteFishingArea2RegulationLocationFullVO fishingArea2RegulationLocation) throws java.lang.Exception
addFishingArea2RegulationLocation(fr.ifremer.allegro.data.fishingArea.generic.vo.RemoteFishingArea2RegulationLocationFullVO)
java.lang.Exception
public void updateFishingArea2RegulationLocation(RemoteFishingArea2RegulationLocationFullVO fishingArea2RegulationLocation)
updateFishingArea2RegulationLocation
in interface RemoteFishingArea2RegulationLocationFullService
RemoteFishingArea2RegulationLocationFullService.updateFishingArea2RegulationLocation(fr.ifremer.allegro.data.fishingArea.generic.vo.RemoteFishingArea2RegulationLocationFullVO)
protected abstract void handleUpdateFishingArea2RegulationLocation(RemoteFishingArea2RegulationLocationFullVO fishingArea2RegulationLocation) throws java.lang.Exception
updateFishingArea2RegulationLocation(fr.ifremer.allegro.data.fishingArea.generic.vo.RemoteFishingArea2RegulationLocationFullVO)
java.lang.Exception
public void removeFishingArea2RegulationLocation(RemoteFishingArea2RegulationLocationFullVO fishingArea2RegulationLocation)
removeFishingArea2RegulationLocation
in interface RemoteFishingArea2RegulationLocationFullService
RemoteFishingArea2RegulationLocationFullService.removeFishingArea2RegulationLocation(fr.ifremer.allegro.data.fishingArea.generic.vo.RemoteFishingArea2RegulationLocationFullVO)
protected abstract void handleRemoveFishingArea2RegulationLocation(RemoteFishingArea2RegulationLocationFullVO fishingArea2RegulationLocation) throws java.lang.Exception
removeFishingArea2RegulationLocation(fr.ifremer.allegro.data.fishingArea.generic.vo.RemoteFishingArea2RegulationLocationFullVO)
java.lang.Exception
public RemoteFishingArea2RegulationLocationFullVO[] getAllFishingArea2RegulationLocation()
getAllFishingArea2RegulationLocation
in interface RemoteFishingArea2RegulationLocationFullService
RemoteFishingArea2RegulationLocationFullService.getAllFishingArea2RegulationLocation()
protected abstract RemoteFishingArea2RegulationLocationFullVO[] handleGetAllFishingArea2RegulationLocation() throws java.lang.Exception
getAllFishingArea2RegulationLocation()
java.lang.Exception
public RemoteFishingArea2RegulationLocationFullVO[] getFishingArea2RegulationLocationByLocationId(java.lang.Integer id)
getFishingArea2RegulationLocationByLocationId
in interface RemoteFishingArea2RegulationLocationFullService
RemoteFishingArea2RegulationLocationFullService.getFishingArea2RegulationLocationByLocationId(java.lang.Integer)
protected abstract RemoteFishingArea2RegulationLocationFullVO[] handleGetFishingArea2RegulationLocationByLocationId(java.lang.Integer id) throws java.lang.Exception
getFishingArea2RegulationLocationByLocationId(java.lang.Integer)
java.lang.Exception
public RemoteFishingArea2RegulationLocationFullVO[] getFishingArea2RegulationLocationByFishingAreaId(java.lang.Integer id)
getFishingArea2RegulationLocationByFishingAreaId
in interface RemoteFishingArea2RegulationLocationFullService
RemoteFishingArea2RegulationLocationFullService.getFishingArea2RegulationLocationByFishingAreaId(java.lang.Integer)
protected abstract RemoteFishingArea2RegulationLocationFullVO[] handleGetFishingArea2RegulationLocationByFishingAreaId(java.lang.Integer id) throws java.lang.Exception
getFishingArea2RegulationLocationByFishingAreaId(java.lang.Integer)
java.lang.Exception
public RemoteFishingArea2RegulationLocationFullVO getFishingArea2RegulationLocationByIdentifiers(java.lang.Integer locationId, java.lang.Integer fishingAreaId)
getFishingArea2RegulationLocationByIdentifiers
in interface RemoteFishingArea2RegulationLocationFullService
RemoteFishingArea2RegulationLocationFullService.getFishingArea2RegulationLocationByIdentifiers(java.lang.Integer, java.lang.Integer)
protected abstract RemoteFishingArea2RegulationLocationFullVO handleGetFishingArea2RegulationLocationByIdentifiers(java.lang.Integer locationId, java.lang.Integer fishingAreaId) throws java.lang.Exception
getFishingArea2RegulationLocationByIdentifiers(java.lang.Integer, java.lang.Integer)
java.lang.Exception
public boolean remoteFishingArea2RegulationLocationFullVOsAreEqualOnIdentifiers(RemoteFishingArea2RegulationLocationFullVO remoteFishingArea2RegulationLocationFullVOFirst, RemoteFishingArea2RegulationLocationFullVO remoteFishingArea2RegulationLocationFullVOSecond)
remoteFishingArea2RegulationLocationFullVOsAreEqualOnIdentifiers
in interface RemoteFishingArea2RegulationLocationFullService
RemoteFishingArea2RegulationLocationFullService.remoteFishingArea2RegulationLocationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.fishingArea.generic.vo.RemoteFishingArea2RegulationLocationFullVO, fr.ifremer.allegro.data.fishingArea.generic.vo.RemoteFishingArea2RegulationLocationFullVO)
protected abstract boolean handleRemoteFishingArea2RegulationLocationFullVOsAreEqualOnIdentifiers(RemoteFishingArea2RegulationLocationFullVO remoteFishingArea2RegulationLocationFullVOFirst, RemoteFishingArea2RegulationLocationFullVO remoteFishingArea2RegulationLocationFullVOSecond) throws java.lang.Exception
remoteFishingArea2RegulationLocationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.fishingArea.generic.vo.RemoteFishingArea2RegulationLocationFullVO, fr.ifremer.allegro.data.fishingArea.generic.vo.RemoteFishingArea2RegulationLocationFullVO)
java.lang.Exception
public boolean remoteFishingArea2RegulationLocationFullVOsAreEqual(RemoteFishingArea2RegulationLocationFullVO remoteFishingArea2RegulationLocationFullVOFirst, RemoteFishingArea2RegulationLocationFullVO remoteFishingArea2RegulationLocationFullVOSecond)
remoteFishingArea2RegulationLocationFullVOsAreEqual
in interface RemoteFishingArea2RegulationLocationFullService
RemoteFishingArea2RegulationLocationFullService.remoteFishingArea2RegulationLocationFullVOsAreEqual(fr.ifremer.allegro.data.fishingArea.generic.vo.RemoteFishingArea2RegulationLocationFullVO, fr.ifremer.allegro.data.fishingArea.generic.vo.RemoteFishingArea2RegulationLocationFullVO)
protected abstract boolean handleRemoteFishingArea2RegulationLocationFullVOsAreEqual(RemoteFishingArea2RegulationLocationFullVO remoteFishingArea2RegulationLocationFullVOFirst, RemoteFishingArea2RegulationLocationFullVO remoteFishingArea2RegulationLocationFullVOSecond) throws java.lang.Exception
remoteFishingArea2RegulationLocationFullVOsAreEqual(fr.ifremer.allegro.data.fishingArea.generic.vo.RemoteFishingArea2RegulationLocationFullVO, fr.ifremer.allegro.data.fishingArea.generic.vo.RemoteFishingArea2RegulationLocationFullVO)
java.lang.Exception
public RemoteFishingArea2RegulationLocationNaturalId[] getFishingArea2RegulationLocationNaturalIds()
getFishingArea2RegulationLocationNaturalIds
in interface RemoteFishingArea2RegulationLocationFullService
RemoteFishingArea2RegulationLocationFullService.getFishingArea2RegulationLocationNaturalIds()
protected abstract RemoteFishingArea2RegulationLocationNaturalId[] handleGetFishingArea2RegulationLocationNaturalIds() throws java.lang.Exception
getFishingArea2RegulationLocationNaturalIds()
java.lang.Exception
public RemoteFishingArea2RegulationLocationFullVO getFishingArea2RegulationLocationByNaturalId(RemoteFishingArea2RegulationLocationNaturalId fishingArea2RegulationLocationNaturalId)
getFishingArea2RegulationLocationByNaturalId
in interface RemoteFishingArea2RegulationLocationFullService
RemoteFishingArea2RegulationLocationFullService.getFishingArea2RegulationLocationByNaturalId(fr.ifremer.allegro.data.fishingArea.generic.vo.RemoteFishingArea2RegulationLocationNaturalId)
protected abstract RemoteFishingArea2RegulationLocationFullVO handleGetFishingArea2RegulationLocationByNaturalId(RemoteFishingArea2RegulationLocationNaturalId fishingArea2RegulationLocationNaturalId) throws java.lang.Exception
getFishingArea2RegulationLocationByNaturalId(fr.ifremer.allegro.data.fishingArea.generic.vo.RemoteFishingArea2RegulationLocationNaturalId)
java.lang.Exception
public ClusterFishingArea2RegulationLocation getClusterFishingArea2RegulationLocationByIdentifiers(java.lang.Integer locationId, java.lang.Integer fishingAreaId)
getClusterFishingArea2RegulationLocationByIdentifiers
in interface RemoteFishingArea2RegulationLocationFullService
RemoteFishingArea2RegulationLocationFullService.getClusterFishingArea2RegulationLocationByIdentifiers(java.lang.Integer, java.lang.Integer)
protected abstract ClusterFishingArea2RegulationLocation handleGetClusterFishingArea2RegulationLocationByIdentifiers(java.lang.Integer locationId, java.lang.Integer fishingAreaId) throws java.lang.Exception
getClusterFishingArea2RegulationLocationByIdentifiers(java.lang.Integer, java.lang.Integer)
java.lang.Exception
protected java.security.Principal getPrincipal()
principal
if one has been set,
otherwise returns null
.
protected org.springframework.context.MessageSource getMessages()
protected java.lang.String getMessage(java.lang.String key)
key
in the underlying message bundle.
key
- the key of the message in the messages.properties message bundle.protected java.lang.String getMessage(java.lang.String key, java.lang.Object[] arguments)
key
and arguments
in the
underlying message bundle.
key
- the key of the message in the messages.properties message bundle.arguments
- any arguments to substitute when resolving the message.protected java.lang.String getMessage(java.lang.String key, java.lang.Object[] arguments, java.util.Locale locale)
key
using the given arguments
for the given locale
.
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |