|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.data.survey.fishingTrip.generic.service.RemoteFishingTripOriginFullServiceBase
public abstract class RemoteFishingTripOriginFullServiceBase
Spring Service base class for fr.ifremer.allegro.data.survey.fishingTrip.generic.service.RemoteFishingTripOriginFullService
,
provides access to all services and entities referenced by this service.
RemoteFishingTripOriginFullService
Constructor Summary | |
---|---|
RemoteFishingTripOriginFullServiceBase()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteFishingTripOriginFullServiceBase()
Method Detail |
---|
public void setFishingTripOriginDao(FishingTripOriginDao fishingTripOriginDao)
fishingTripOrigin
's DAO.
protected FishingTripOriginDao getFishingTripOriginDao()
fishingTripOrigin
's DAO.
public void setFishingTripDao(FishingTripDao fishingTripDao)
fishingTrip
's DAO.
protected FishingTripDao getFishingTripDao()
fishingTrip
's DAO.
public void setProgramDao(ProgramDao programDao)
program
's DAO.
protected ProgramDao getProgramDao()
program
's DAO.
public RemoteFishingTripOriginFullVO addFishingTripOrigin(RemoteFishingTripOriginFullVO fishingTripOrigin)
addFishingTripOrigin
in interface RemoteFishingTripOriginFullService
RemoteFishingTripOriginFullService.addFishingTripOrigin(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteFishingTripOriginFullVO)
protected abstract RemoteFishingTripOriginFullVO handleAddFishingTripOrigin(RemoteFishingTripOriginFullVO fishingTripOrigin) throws java.lang.Exception
addFishingTripOrigin(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteFishingTripOriginFullVO)
java.lang.Exception
public void updateFishingTripOrigin(RemoteFishingTripOriginFullVO fishingTripOrigin)
updateFishingTripOrigin
in interface RemoteFishingTripOriginFullService
RemoteFishingTripOriginFullService.updateFishingTripOrigin(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteFishingTripOriginFullVO)
protected abstract void handleUpdateFishingTripOrigin(RemoteFishingTripOriginFullVO fishingTripOrigin) throws java.lang.Exception
updateFishingTripOrigin(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteFishingTripOriginFullVO)
java.lang.Exception
public void removeFishingTripOrigin(RemoteFishingTripOriginFullVO fishingTripOrigin)
removeFishingTripOrigin
in interface RemoteFishingTripOriginFullService
RemoteFishingTripOriginFullService.removeFishingTripOrigin(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteFishingTripOriginFullVO)
protected abstract void handleRemoveFishingTripOrigin(RemoteFishingTripOriginFullVO fishingTripOrigin) throws java.lang.Exception
removeFishingTripOrigin(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteFishingTripOriginFullVO)
java.lang.Exception
public RemoteFishingTripOriginFullVO[] getAllFishingTripOrigin()
getAllFishingTripOrigin
in interface RemoteFishingTripOriginFullService
RemoteFishingTripOriginFullService.getAllFishingTripOrigin()
protected abstract RemoteFishingTripOriginFullVO[] handleGetAllFishingTripOrigin() throws java.lang.Exception
getAllFishingTripOrigin()
java.lang.Exception
public RemoteFishingTripOriginFullVO getFishingTripOriginById(java.lang.Integer id)
getFishingTripOriginById
in interface RemoteFishingTripOriginFullService
RemoteFishingTripOriginFullService.getFishingTripOriginById(java.lang.Integer)
protected abstract RemoteFishingTripOriginFullVO handleGetFishingTripOriginById(java.lang.Integer id) throws java.lang.Exception
getFishingTripOriginById(java.lang.Integer)
java.lang.Exception
public RemoteFishingTripOriginFullVO[] getFishingTripOriginByIds(java.lang.Integer[] id)
getFishingTripOriginByIds
in interface RemoteFishingTripOriginFullService
RemoteFishingTripOriginFullService.getFishingTripOriginByIds(java.lang.Integer[])
protected abstract RemoteFishingTripOriginFullVO[] handleGetFishingTripOriginByIds(java.lang.Integer[] id) throws java.lang.Exception
getFishingTripOriginByIds(java.lang.Integer[])
java.lang.Exception
public RemoteFishingTripOriginFullVO[] getFishingTripOriginByFishingTripId(java.lang.Integer id)
getFishingTripOriginByFishingTripId
in interface RemoteFishingTripOriginFullService
RemoteFishingTripOriginFullService.getFishingTripOriginByFishingTripId(java.lang.Integer)
protected abstract RemoteFishingTripOriginFullVO[] handleGetFishingTripOriginByFishingTripId(java.lang.Integer id) throws java.lang.Exception
getFishingTripOriginByFishingTripId(java.lang.Integer)
java.lang.Exception
public RemoteFishingTripOriginFullVO[] getFishingTripOriginByProgramCode(java.lang.String code)
getFishingTripOriginByProgramCode
in interface RemoteFishingTripOriginFullService
RemoteFishingTripOriginFullService.getFishingTripOriginByProgramCode(java.lang.String)
protected abstract RemoteFishingTripOriginFullVO[] handleGetFishingTripOriginByProgramCode(java.lang.String code) throws java.lang.Exception
getFishingTripOriginByProgramCode(java.lang.String)
java.lang.Exception
public RemoteFishingTripOriginFullVO[] getFishingTripOriginByOriginFishingTripId(java.lang.Integer id)
getFishingTripOriginByOriginFishingTripId
in interface RemoteFishingTripOriginFullService
RemoteFishingTripOriginFullService.getFishingTripOriginByOriginFishingTripId(java.lang.Integer)
protected abstract RemoteFishingTripOriginFullVO[] handleGetFishingTripOriginByOriginFishingTripId(java.lang.Integer id) throws java.lang.Exception
getFishingTripOriginByOriginFishingTripId(java.lang.Integer)
java.lang.Exception
public boolean remoteFishingTripOriginFullVOsAreEqualOnIdentifiers(RemoteFishingTripOriginFullVO remoteFishingTripOriginFullVOFirst, RemoteFishingTripOriginFullVO remoteFishingTripOriginFullVOSecond)
remoteFishingTripOriginFullVOsAreEqualOnIdentifiers
in interface RemoteFishingTripOriginFullService
RemoteFishingTripOriginFullService.remoteFishingTripOriginFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteFishingTripOriginFullVO, fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteFishingTripOriginFullVO)
protected abstract boolean handleRemoteFishingTripOriginFullVOsAreEqualOnIdentifiers(RemoteFishingTripOriginFullVO remoteFishingTripOriginFullVOFirst, RemoteFishingTripOriginFullVO remoteFishingTripOriginFullVOSecond) throws java.lang.Exception
remoteFishingTripOriginFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteFishingTripOriginFullVO, fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteFishingTripOriginFullVO)
java.lang.Exception
public boolean remoteFishingTripOriginFullVOsAreEqual(RemoteFishingTripOriginFullVO remoteFishingTripOriginFullVOFirst, RemoteFishingTripOriginFullVO remoteFishingTripOriginFullVOSecond)
remoteFishingTripOriginFullVOsAreEqual
in interface RemoteFishingTripOriginFullService
RemoteFishingTripOriginFullService.remoteFishingTripOriginFullVOsAreEqual(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteFishingTripOriginFullVO, fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteFishingTripOriginFullVO)
protected abstract boolean handleRemoteFishingTripOriginFullVOsAreEqual(RemoteFishingTripOriginFullVO remoteFishingTripOriginFullVOFirst, RemoteFishingTripOriginFullVO remoteFishingTripOriginFullVOSecond) throws java.lang.Exception
remoteFishingTripOriginFullVOsAreEqual(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteFishingTripOriginFullVO, fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteFishingTripOriginFullVO)
java.lang.Exception
public RemoteFishingTripOriginNaturalId[] getFishingTripOriginNaturalIds()
getFishingTripOriginNaturalIds
in interface RemoteFishingTripOriginFullService
RemoteFishingTripOriginFullService.getFishingTripOriginNaturalIds()
protected abstract RemoteFishingTripOriginNaturalId[] handleGetFishingTripOriginNaturalIds() throws java.lang.Exception
getFishingTripOriginNaturalIds()
java.lang.Exception
public RemoteFishingTripOriginFullVO getFishingTripOriginByNaturalId(RemoteFishingTripOriginNaturalId fishingTripOriginNaturalId)
getFishingTripOriginByNaturalId
in interface RemoteFishingTripOriginFullService
RemoteFishingTripOriginFullService.getFishingTripOriginByNaturalId(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteFishingTripOriginNaturalId)
protected abstract RemoteFishingTripOriginFullVO handleGetFishingTripOriginByNaturalId(RemoteFishingTripOriginNaturalId fishingTripOriginNaturalId) throws java.lang.Exception
getFishingTripOriginByNaturalId(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteFishingTripOriginNaturalId)
java.lang.Exception
public RemoteFishingTripOriginNaturalId getFishingTripOriginNaturalIdById(java.lang.Integer id)
getFishingTripOriginNaturalIdById
in interface RemoteFishingTripOriginFullService
RemoteFishingTripOriginFullService.getFishingTripOriginNaturalIdById(java.lang.Integer)
protected abstract RemoteFishingTripOriginNaturalId handleGetFishingTripOriginNaturalIdById(java.lang.Integer id) throws java.lang.Exception
getFishingTripOriginNaturalIdById(java.lang.Integer)
java.lang.Exception
public ClusterFishingTripOrigin getClusterFishingTripOriginByIdentifiers(java.lang.Integer id)
getClusterFishingTripOriginByIdentifiers
in interface RemoteFishingTripOriginFullService
RemoteFishingTripOriginFullService.getClusterFishingTripOriginByIdentifiers(java.lang.Integer)
protected abstract ClusterFishingTripOrigin handleGetClusterFishingTripOriginByIdentifiers(java.lang.Integer id) throws java.lang.Exception
getClusterFishingTripOriginByIdentifiers(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 |