|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.playground.generic.service.RemotePlaygroundFishingEffortZoneFullServiceBase
public abstract class RemotePlaygroundFishingEffortZoneFullServiceBase
Spring Service base class for fr.ifremer.allegro.playground.generic.service.RemotePlaygroundFishingEffortZoneFullService
,
provides access to all services and entities referenced by this service.
RemotePlaygroundFishingEffortZoneFullService
Constructor Summary | |
---|---|
RemotePlaygroundFishingEffortZoneFullServiceBase()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemotePlaygroundFishingEffortZoneFullServiceBase()
Method Detail |
---|
public void setPlaygroundFishingEffortZoneDao(PlaygroundFishingEffortZoneDao playgroundFishingEffortZoneDao)
playgroundFishingEffortZone
's DAO.
protected PlaygroundFishingEffortZoneDao getPlaygroundFishingEffortZoneDao()
playgroundFishingEffortZone
's DAO.
public void setFishingTripDao(FishingTripDao fishingTripDao)
fishingTrip
's DAO.
protected FishingTripDao getFishingTripDao()
fishingTrip
's DAO.
public void setGearDao(GearDao gearDao)
gear
's DAO.
protected GearDao getGearDao()
gear
's DAO.
public RemotePlaygroundFishingEffortZoneFullVO addPlaygroundFishingEffortZone(RemotePlaygroundFishingEffortZoneFullVO playgroundFishingEffortZone)
addPlaygroundFishingEffortZone
in interface RemotePlaygroundFishingEffortZoneFullService
RemotePlaygroundFishingEffortZoneFullService.addPlaygroundFishingEffortZone(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundFishingEffortZoneFullVO)
protected abstract RemotePlaygroundFishingEffortZoneFullVO handleAddPlaygroundFishingEffortZone(RemotePlaygroundFishingEffortZoneFullVO playgroundFishingEffortZone) throws java.lang.Exception
addPlaygroundFishingEffortZone(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundFishingEffortZoneFullVO)
java.lang.Exception
public void updatePlaygroundFishingEffortZone(RemotePlaygroundFishingEffortZoneFullVO playgroundFishingEffortZone)
updatePlaygroundFishingEffortZone
in interface RemotePlaygroundFishingEffortZoneFullService
RemotePlaygroundFishingEffortZoneFullService.updatePlaygroundFishingEffortZone(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundFishingEffortZoneFullVO)
protected abstract void handleUpdatePlaygroundFishingEffortZone(RemotePlaygroundFishingEffortZoneFullVO playgroundFishingEffortZone) throws java.lang.Exception
updatePlaygroundFishingEffortZone(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundFishingEffortZoneFullVO)
java.lang.Exception
public void removePlaygroundFishingEffortZone(RemotePlaygroundFishingEffortZoneFullVO playgroundFishingEffortZone)
removePlaygroundFishingEffortZone
in interface RemotePlaygroundFishingEffortZoneFullService
RemotePlaygroundFishingEffortZoneFullService.removePlaygroundFishingEffortZone(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundFishingEffortZoneFullVO)
protected abstract void handleRemovePlaygroundFishingEffortZone(RemotePlaygroundFishingEffortZoneFullVO playgroundFishingEffortZone) throws java.lang.Exception
removePlaygroundFishingEffortZone(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundFishingEffortZoneFullVO)
java.lang.Exception
public RemotePlaygroundFishingEffortZoneFullVO[] getAllPlaygroundFishingEffortZone()
getAllPlaygroundFishingEffortZone
in interface RemotePlaygroundFishingEffortZoneFullService
RemotePlaygroundFishingEffortZoneFullService.getAllPlaygroundFishingEffortZone()
protected abstract RemotePlaygroundFishingEffortZoneFullVO[] handleGetAllPlaygroundFishingEffortZone() throws java.lang.Exception
getAllPlaygroundFishingEffortZone()
java.lang.Exception
public RemotePlaygroundFishingEffortZoneFullVO getPlaygroundFishingEffortZoneById(java.lang.Integer id)
getPlaygroundFishingEffortZoneById
in interface RemotePlaygroundFishingEffortZoneFullService
RemotePlaygroundFishingEffortZoneFullService.getPlaygroundFishingEffortZoneById(java.lang.Integer)
protected abstract RemotePlaygroundFishingEffortZoneFullVO handleGetPlaygroundFishingEffortZoneById(java.lang.Integer id) throws java.lang.Exception
getPlaygroundFishingEffortZoneById(java.lang.Integer)
java.lang.Exception
public RemotePlaygroundFishingEffortZoneFullVO[] getPlaygroundFishingEffortZoneByIds(java.lang.Integer[] id)
getPlaygroundFishingEffortZoneByIds
in interface RemotePlaygroundFishingEffortZoneFullService
RemotePlaygroundFishingEffortZoneFullService.getPlaygroundFishingEffortZoneByIds(java.lang.Integer[])
protected abstract RemotePlaygroundFishingEffortZoneFullVO[] handleGetPlaygroundFishingEffortZoneByIds(java.lang.Integer[] id) throws java.lang.Exception
getPlaygroundFishingEffortZoneByIds(java.lang.Integer[])
java.lang.Exception
public RemotePlaygroundFishingEffortZoneFullVO[] getPlaygroundFishingEffortZoneByFishingTripId(java.lang.Integer id)
getPlaygroundFishingEffortZoneByFishingTripId
in interface RemotePlaygroundFishingEffortZoneFullService
RemotePlaygroundFishingEffortZoneFullService.getPlaygroundFishingEffortZoneByFishingTripId(java.lang.Integer)
protected abstract RemotePlaygroundFishingEffortZoneFullVO[] handleGetPlaygroundFishingEffortZoneByFishingTripId(java.lang.Integer id) throws java.lang.Exception
getPlaygroundFishingEffortZoneByFishingTripId(java.lang.Integer)
java.lang.Exception
public RemotePlaygroundFishingEffortZoneFullVO[] getPlaygroundFishingEffortZoneByGearId(java.lang.Integer id)
getPlaygroundFishingEffortZoneByGearId
in interface RemotePlaygroundFishingEffortZoneFullService
RemotePlaygroundFishingEffortZoneFullService.getPlaygroundFishingEffortZoneByGearId(java.lang.Integer)
protected abstract RemotePlaygroundFishingEffortZoneFullVO[] handleGetPlaygroundFishingEffortZoneByGearId(java.lang.Integer id) throws java.lang.Exception
getPlaygroundFishingEffortZoneByGearId(java.lang.Integer)
java.lang.Exception
public boolean remotePlaygroundFishingEffortZoneFullVOsAreEqualOnIdentifiers(RemotePlaygroundFishingEffortZoneFullVO remotePlaygroundFishingEffortZoneFullVOFirst, RemotePlaygroundFishingEffortZoneFullVO remotePlaygroundFishingEffortZoneFullVOSecond)
remotePlaygroundFishingEffortZoneFullVOsAreEqualOnIdentifiers
in interface RemotePlaygroundFishingEffortZoneFullService
RemotePlaygroundFishingEffortZoneFullService.remotePlaygroundFishingEffortZoneFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundFishingEffortZoneFullVO, fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundFishingEffortZoneFullVO)
protected abstract boolean handleRemotePlaygroundFishingEffortZoneFullVOsAreEqualOnIdentifiers(RemotePlaygroundFishingEffortZoneFullVO remotePlaygroundFishingEffortZoneFullVOFirst, RemotePlaygroundFishingEffortZoneFullVO remotePlaygroundFishingEffortZoneFullVOSecond) throws java.lang.Exception
remotePlaygroundFishingEffortZoneFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundFishingEffortZoneFullVO, fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundFishingEffortZoneFullVO)
java.lang.Exception
public boolean remotePlaygroundFishingEffortZoneFullVOsAreEqual(RemotePlaygroundFishingEffortZoneFullVO remotePlaygroundFishingEffortZoneFullVOFirst, RemotePlaygroundFishingEffortZoneFullVO remotePlaygroundFishingEffortZoneFullVOSecond)
remotePlaygroundFishingEffortZoneFullVOsAreEqual
in interface RemotePlaygroundFishingEffortZoneFullService
RemotePlaygroundFishingEffortZoneFullService.remotePlaygroundFishingEffortZoneFullVOsAreEqual(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundFishingEffortZoneFullVO, fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundFishingEffortZoneFullVO)
protected abstract boolean handleRemotePlaygroundFishingEffortZoneFullVOsAreEqual(RemotePlaygroundFishingEffortZoneFullVO remotePlaygroundFishingEffortZoneFullVOFirst, RemotePlaygroundFishingEffortZoneFullVO remotePlaygroundFishingEffortZoneFullVOSecond) throws java.lang.Exception
remotePlaygroundFishingEffortZoneFullVOsAreEqual(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundFishingEffortZoneFullVO, fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundFishingEffortZoneFullVO)
java.lang.Exception
public RemotePlaygroundFishingEffortZoneNaturalId[] getPlaygroundFishingEffortZoneNaturalIds()
getPlaygroundFishingEffortZoneNaturalIds
in interface RemotePlaygroundFishingEffortZoneFullService
RemotePlaygroundFishingEffortZoneFullService.getPlaygroundFishingEffortZoneNaturalIds()
protected abstract RemotePlaygroundFishingEffortZoneNaturalId[] handleGetPlaygroundFishingEffortZoneNaturalIds() throws java.lang.Exception
getPlaygroundFishingEffortZoneNaturalIds()
java.lang.Exception
public RemotePlaygroundFishingEffortZoneFullVO getPlaygroundFishingEffortZoneByNaturalId(RemotePlaygroundFishingEffortZoneNaturalId playgroundFishingEffortZoneNaturalId)
getPlaygroundFishingEffortZoneByNaturalId
in interface RemotePlaygroundFishingEffortZoneFullService
RemotePlaygroundFishingEffortZoneFullService.getPlaygroundFishingEffortZoneByNaturalId(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundFishingEffortZoneNaturalId)
protected abstract RemotePlaygroundFishingEffortZoneFullVO handleGetPlaygroundFishingEffortZoneByNaturalId(RemotePlaygroundFishingEffortZoneNaturalId playgroundFishingEffortZoneNaturalId) throws java.lang.Exception
getPlaygroundFishingEffortZoneByNaturalId(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundFishingEffortZoneNaturalId)
java.lang.Exception
public RemotePlaygroundFishingEffortZoneNaturalId getPlaygroundFishingEffortZoneNaturalIdById(java.lang.Integer id)
getPlaygroundFishingEffortZoneNaturalIdById
in interface RemotePlaygroundFishingEffortZoneFullService
RemotePlaygroundFishingEffortZoneFullService.getPlaygroundFishingEffortZoneNaturalIdById(java.lang.Integer)
protected abstract RemotePlaygroundFishingEffortZoneNaturalId handleGetPlaygroundFishingEffortZoneNaturalIdById(java.lang.Integer id) throws java.lang.Exception
getPlaygroundFishingEffortZoneNaturalIdById(java.lang.Integer)
java.lang.Exception
public ClusterPlaygroundFishingEffortZone getClusterPlaygroundFishingEffortZoneByIdentifiers(java.lang.Integer id)
getClusterPlaygroundFishingEffortZoneByIdentifiers
in interface RemotePlaygroundFishingEffortZoneFullService
RemotePlaygroundFishingEffortZoneFullService.getClusterPlaygroundFishingEffortZoneByIdentifiers(java.lang.Integer)
protected abstract ClusterPlaygroundFishingEffortZone handleGetClusterPlaygroundFishingEffortZoneByIdentifiers(java.lang.Integer id) throws java.lang.Exception
getClusterPlaygroundFishingEffortZoneByIdentifiers(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 |