|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.data.vessel.feature.physical.generic.service.RemoteGearPhysicalFeaturesOriginFullServiceBase
public abstract class RemoteGearPhysicalFeaturesOriginFullServiceBase
Spring Service base class for fr.ifremer.allegro.data.vessel.feature.physical.generic.service.RemoteGearPhysicalFeaturesOriginFullService
,
provides access to all services and entities referenced by this service.
RemoteGearPhysicalFeaturesOriginFullService
Constructor Summary | |
---|---|
RemoteGearPhysicalFeaturesOriginFullServiceBase()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteGearPhysicalFeaturesOriginFullServiceBase()
Method Detail |
---|
public void setGearPhysicalFeaturesOriginDao(GearPhysicalFeaturesOriginDao gearPhysicalFeaturesOriginDao)
gearPhysicalFeaturesOrigin
's DAO.
protected GearPhysicalFeaturesOriginDao getGearPhysicalFeaturesOriginDao()
gearPhysicalFeaturesOrigin
's DAO.
public void setGearPhysicalFeaturesDao(GearPhysicalFeaturesDao gearPhysicalFeaturesDao)
gearPhysicalFeatures
's DAO.
protected GearPhysicalFeaturesDao getGearPhysicalFeaturesDao()
gearPhysicalFeatures
's DAO.
public void setProgramDao(ProgramDao programDao)
program
's DAO.
protected ProgramDao getProgramDao()
program
's DAO.
public void setAcquisitionLevelDao(AcquisitionLevelDao acquisitionLevelDao)
acquisitionLevel
's DAO.
protected AcquisitionLevelDao getAcquisitionLevelDao()
acquisitionLevel
's DAO.
public RemoteGearPhysicalFeaturesOriginFullVO addGearPhysicalFeaturesOrigin(RemoteGearPhysicalFeaturesOriginFullVO gearPhysicalFeaturesOrigin)
addGearPhysicalFeaturesOrigin
in interface RemoteGearPhysicalFeaturesOriginFullService
RemoteGearPhysicalFeaturesOriginFullService.addGearPhysicalFeaturesOrigin(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesOriginFullVO)
protected abstract RemoteGearPhysicalFeaturesOriginFullVO handleAddGearPhysicalFeaturesOrigin(RemoteGearPhysicalFeaturesOriginFullVO gearPhysicalFeaturesOrigin) throws java.lang.Exception
addGearPhysicalFeaturesOrigin(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesOriginFullVO)
java.lang.Exception
public void updateGearPhysicalFeaturesOrigin(RemoteGearPhysicalFeaturesOriginFullVO gearPhysicalFeaturesOrigin)
updateGearPhysicalFeaturesOrigin
in interface RemoteGearPhysicalFeaturesOriginFullService
RemoteGearPhysicalFeaturesOriginFullService.updateGearPhysicalFeaturesOrigin(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesOriginFullVO)
protected abstract void handleUpdateGearPhysicalFeaturesOrigin(RemoteGearPhysicalFeaturesOriginFullVO gearPhysicalFeaturesOrigin) throws java.lang.Exception
updateGearPhysicalFeaturesOrigin(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesOriginFullVO)
java.lang.Exception
public void removeGearPhysicalFeaturesOrigin(RemoteGearPhysicalFeaturesOriginFullVO gearPhysicalFeaturesOrigin)
removeGearPhysicalFeaturesOrigin
in interface RemoteGearPhysicalFeaturesOriginFullService
RemoteGearPhysicalFeaturesOriginFullService.removeGearPhysicalFeaturesOrigin(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesOriginFullVO)
protected abstract void handleRemoveGearPhysicalFeaturesOrigin(RemoteGearPhysicalFeaturesOriginFullVO gearPhysicalFeaturesOrigin) throws java.lang.Exception
removeGearPhysicalFeaturesOrigin(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesOriginFullVO)
java.lang.Exception
public RemoteGearPhysicalFeaturesOriginFullVO[] getAllGearPhysicalFeaturesOrigin()
getAllGearPhysicalFeaturesOrigin
in interface RemoteGearPhysicalFeaturesOriginFullService
RemoteGearPhysicalFeaturesOriginFullService.getAllGearPhysicalFeaturesOrigin()
protected abstract RemoteGearPhysicalFeaturesOriginFullVO[] handleGetAllGearPhysicalFeaturesOrigin() throws java.lang.Exception
getAllGearPhysicalFeaturesOrigin()
java.lang.Exception
public RemoteGearPhysicalFeaturesOriginFullVO[] getGearPhysicalFeaturesOriginByGearPhysicalFeaturesId(java.lang.Integer id)
getGearPhysicalFeaturesOriginByGearPhysicalFeaturesId
in interface RemoteGearPhysicalFeaturesOriginFullService
RemoteGearPhysicalFeaturesOriginFullService.getGearPhysicalFeaturesOriginByGearPhysicalFeaturesId(java.lang.Integer)
protected abstract RemoteGearPhysicalFeaturesOriginFullVO[] handleGetGearPhysicalFeaturesOriginByGearPhysicalFeaturesId(java.lang.Integer id) throws java.lang.Exception
getGearPhysicalFeaturesOriginByGearPhysicalFeaturesId(java.lang.Integer)
java.lang.Exception
public RemoteGearPhysicalFeaturesOriginFullVO[] getGearPhysicalFeaturesOriginByProgramCode(java.lang.String code)
getGearPhysicalFeaturesOriginByProgramCode
in interface RemoteGearPhysicalFeaturesOriginFullService
RemoteGearPhysicalFeaturesOriginFullService.getGearPhysicalFeaturesOriginByProgramCode(java.lang.String)
protected abstract RemoteGearPhysicalFeaturesOriginFullVO[] handleGetGearPhysicalFeaturesOriginByProgramCode(java.lang.String code) throws java.lang.Exception
getGearPhysicalFeaturesOriginByProgramCode(java.lang.String)
java.lang.Exception
public RemoteGearPhysicalFeaturesOriginFullVO[] getGearPhysicalFeaturesOriginByAcquisitionLevelCode(java.lang.String code)
getGearPhysicalFeaturesOriginByAcquisitionLevelCode
in interface RemoteGearPhysicalFeaturesOriginFullService
RemoteGearPhysicalFeaturesOriginFullService.getGearPhysicalFeaturesOriginByAcquisitionLevelCode(java.lang.String)
protected abstract RemoteGearPhysicalFeaturesOriginFullVO[] handleGetGearPhysicalFeaturesOriginByAcquisitionLevelCode(java.lang.String code) throws java.lang.Exception
getGearPhysicalFeaturesOriginByAcquisitionLevelCode(java.lang.String)
java.lang.Exception
public RemoteGearPhysicalFeaturesOriginFullVO getGearPhysicalFeaturesOriginByIdentifiers(java.lang.Integer gearPhysicalFeaturesId, java.lang.String programCode)
getGearPhysicalFeaturesOriginByIdentifiers
in interface RemoteGearPhysicalFeaturesOriginFullService
RemoteGearPhysicalFeaturesOriginFullService.getGearPhysicalFeaturesOriginByIdentifiers(java.lang.Integer, java.lang.String)
protected abstract RemoteGearPhysicalFeaturesOriginFullVO handleGetGearPhysicalFeaturesOriginByIdentifiers(java.lang.Integer gearPhysicalFeaturesId, java.lang.String programCode) throws java.lang.Exception
getGearPhysicalFeaturesOriginByIdentifiers(java.lang.Integer, java.lang.String)
java.lang.Exception
public boolean remoteGearPhysicalFeaturesOriginFullVOsAreEqualOnIdentifiers(RemoteGearPhysicalFeaturesOriginFullVO remoteGearPhysicalFeaturesOriginFullVOFirst, RemoteGearPhysicalFeaturesOriginFullVO remoteGearPhysicalFeaturesOriginFullVOSecond)
remoteGearPhysicalFeaturesOriginFullVOsAreEqualOnIdentifiers
in interface RemoteGearPhysicalFeaturesOriginFullService
RemoteGearPhysicalFeaturesOriginFullService.remoteGearPhysicalFeaturesOriginFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesOriginFullVO, fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesOriginFullVO)
protected abstract boolean handleRemoteGearPhysicalFeaturesOriginFullVOsAreEqualOnIdentifiers(RemoteGearPhysicalFeaturesOriginFullVO remoteGearPhysicalFeaturesOriginFullVOFirst, RemoteGearPhysicalFeaturesOriginFullVO remoteGearPhysicalFeaturesOriginFullVOSecond) throws java.lang.Exception
remoteGearPhysicalFeaturesOriginFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesOriginFullVO, fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesOriginFullVO)
java.lang.Exception
public boolean remoteGearPhysicalFeaturesOriginFullVOsAreEqual(RemoteGearPhysicalFeaturesOriginFullVO remoteGearPhysicalFeaturesOriginFullVOFirst, RemoteGearPhysicalFeaturesOriginFullVO remoteGearPhysicalFeaturesOriginFullVOSecond)
remoteGearPhysicalFeaturesOriginFullVOsAreEqual
in interface RemoteGearPhysicalFeaturesOriginFullService
RemoteGearPhysicalFeaturesOriginFullService.remoteGearPhysicalFeaturesOriginFullVOsAreEqual(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesOriginFullVO, fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesOriginFullVO)
protected abstract boolean handleRemoteGearPhysicalFeaturesOriginFullVOsAreEqual(RemoteGearPhysicalFeaturesOriginFullVO remoteGearPhysicalFeaturesOriginFullVOFirst, RemoteGearPhysicalFeaturesOriginFullVO remoteGearPhysicalFeaturesOriginFullVOSecond) throws java.lang.Exception
remoteGearPhysicalFeaturesOriginFullVOsAreEqual(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesOriginFullVO, fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesOriginFullVO)
java.lang.Exception
public RemoteGearPhysicalFeaturesOriginNaturalId[] getGearPhysicalFeaturesOriginNaturalIds()
getGearPhysicalFeaturesOriginNaturalIds
in interface RemoteGearPhysicalFeaturesOriginFullService
RemoteGearPhysicalFeaturesOriginFullService.getGearPhysicalFeaturesOriginNaturalIds()
protected abstract RemoteGearPhysicalFeaturesOriginNaturalId[] handleGetGearPhysicalFeaturesOriginNaturalIds() throws java.lang.Exception
getGearPhysicalFeaturesOriginNaturalIds()
java.lang.Exception
public RemoteGearPhysicalFeaturesOriginFullVO getGearPhysicalFeaturesOriginByNaturalId(RemoteGearPhysicalFeaturesOriginNaturalId gearPhysicalFeaturesOriginNaturalId)
getGearPhysicalFeaturesOriginByNaturalId
in interface RemoteGearPhysicalFeaturesOriginFullService
RemoteGearPhysicalFeaturesOriginFullService.getGearPhysicalFeaturesOriginByNaturalId(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesOriginNaturalId)
protected abstract RemoteGearPhysicalFeaturesOriginFullVO handleGetGearPhysicalFeaturesOriginByNaturalId(RemoteGearPhysicalFeaturesOriginNaturalId gearPhysicalFeaturesOriginNaturalId) throws java.lang.Exception
getGearPhysicalFeaturesOriginByNaturalId(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesOriginNaturalId)
java.lang.Exception
public ClusterGearPhysicalFeaturesOrigin getClusterGearPhysicalFeaturesOriginByIdentifiers(java.lang.Integer gearPhysicalFeaturesId, java.lang.String programCode)
getClusterGearPhysicalFeaturesOriginByIdentifiers
in interface RemoteGearPhysicalFeaturesOriginFullService
RemoteGearPhysicalFeaturesOriginFullService.getClusterGearPhysicalFeaturesOriginByIdentifiers(java.lang.Integer, java.lang.String)
protected abstract ClusterGearPhysicalFeaturesOrigin handleGetClusterGearPhysicalFeaturesOriginByIdentifiers(java.lang.Integer gearPhysicalFeaturesId, java.lang.String programCode) throws java.lang.Exception
getClusterGearPhysicalFeaturesOriginByIdentifiers(java.lang.Integer, java.lang.String)
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 |