|
||||||||||
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.RemotePhysicalFeaturesFullServiceBase
public abstract class RemotePhysicalFeaturesFullServiceBase
Spring Service base class for fr.ifremer.allegro.data.vessel.feature.physical.generic.service.RemotePhysicalFeaturesFullService
,
provides access to all services and entities referenced by this service.
RemotePhysicalFeaturesFullService
Constructor Summary | |
---|---|
RemotePhysicalFeaturesFullServiceBase()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemotePhysicalFeaturesFullServiceBase()
Method Detail |
---|
public void setPhysicalFeaturesDao(PhysicalFeaturesDao physicalFeaturesDao)
physicalFeatures
's DAO.
protected PhysicalFeaturesDao getPhysicalFeaturesDao()
physicalFeatures
's DAO.
public void setVesselDao(VesselDao vesselDao)
vessel
's DAO.
protected VesselDao getVesselDao()
vessel
's DAO.
public void setQualityFlagDao(QualityFlagDao qualityFlagDao)
qualityFlag
's DAO.
protected QualityFlagDao getQualityFlagDao()
qualityFlag
's DAO.
public void setProgramDao(ProgramDao programDao)
program
's DAO.
protected ProgramDao getProgramDao()
program
's DAO.
public void removePhysicalFeatures(RemotePhysicalFeaturesFullVO physicalFeatures)
removePhysicalFeatures
in interface RemotePhysicalFeaturesFullService
RemotePhysicalFeaturesFullService.removePhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemotePhysicalFeaturesFullVO)
protected abstract void handleRemovePhysicalFeatures(RemotePhysicalFeaturesFullVO physicalFeatures) throws java.lang.Exception
removePhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemotePhysicalFeaturesFullVO)
java.lang.Exception
public RemotePhysicalFeaturesFullVO[] getAllPhysicalFeatures()
getAllPhysicalFeatures
in interface RemotePhysicalFeaturesFullService
RemotePhysicalFeaturesFullService.getAllPhysicalFeatures()
protected abstract RemotePhysicalFeaturesFullVO[] handleGetAllPhysicalFeatures() throws java.lang.Exception
getAllPhysicalFeatures()
java.lang.Exception
public RemotePhysicalFeaturesFullVO getPhysicalFeaturesById(java.lang.Integer id)
getPhysicalFeaturesById
in interface RemotePhysicalFeaturesFullService
RemotePhysicalFeaturesFullService.getPhysicalFeaturesById(java.lang.Integer)
protected abstract RemotePhysicalFeaturesFullVO handleGetPhysicalFeaturesById(java.lang.Integer id) throws java.lang.Exception
getPhysicalFeaturesById(java.lang.Integer)
java.lang.Exception
public RemotePhysicalFeaturesFullVO[] getPhysicalFeaturesByIds(java.lang.Integer[] id)
getPhysicalFeaturesByIds
in interface RemotePhysicalFeaturesFullService
RemotePhysicalFeaturesFullService.getPhysicalFeaturesByIds(java.lang.Integer[])
protected abstract RemotePhysicalFeaturesFullVO[] handleGetPhysicalFeaturesByIds(java.lang.Integer[] id) throws java.lang.Exception
getPhysicalFeaturesByIds(java.lang.Integer[])
java.lang.Exception
public RemotePhysicalFeaturesFullVO[] getPhysicalFeaturesByVesselCode(java.lang.String code)
getPhysicalFeaturesByVesselCode
in interface RemotePhysicalFeaturesFullService
RemotePhysicalFeaturesFullService.getPhysicalFeaturesByVesselCode(java.lang.String)
protected abstract RemotePhysicalFeaturesFullVO[] handleGetPhysicalFeaturesByVesselCode(java.lang.String code) throws java.lang.Exception
getPhysicalFeaturesByVesselCode(java.lang.String)
java.lang.Exception
public RemotePhysicalFeaturesFullVO[] getPhysicalFeaturesByQualityFlagCode(java.lang.String code)
getPhysicalFeaturesByQualityFlagCode
in interface RemotePhysicalFeaturesFullService
RemotePhysicalFeaturesFullService.getPhysicalFeaturesByQualityFlagCode(java.lang.String)
protected abstract RemotePhysicalFeaturesFullVO[] handleGetPhysicalFeaturesByQualityFlagCode(java.lang.String code) throws java.lang.Exception
getPhysicalFeaturesByQualityFlagCode(java.lang.String)
java.lang.Exception
public RemotePhysicalFeaturesFullVO[] getPhysicalFeaturesByProgramCode(java.lang.String code)
getPhysicalFeaturesByProgramCode
in interface RemotePhysicalFeaturesFullService
RemotePhysicalFeaturesFullService.getPhysicalFeaturesByProgramCode(java.lang.String)
protected abstract RemotePhysicalFeaturesFullVO[] handleGetPhysicalFeaturesByProgramCode(java.lang.String code) throws java.lang.Exception
getPhysicalFeaturesByProgramCode(java.lang.String)
java.lang.Exception
public boolean remotePhysicalFeaturesFullVOsAreEqualOnIdentifiers(RemotePhysicalFeaturesFullVO remotePhysicalFeaturesFullVOFirst, RemotePhysicalFeaturesFullVO remotePhysicalFeaturesFullVOSecond)
remotePhysicalFeaturesFullVOsAreEqualOnIdentifiers
in interface RemotePhysicalFeaturesFullService
RemotePhysicalFeaturesFullService.remotePhysicalFeaturesFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemotePhysicalFeaturesFullVO, fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemotePhysicalFeaturesFullVO)
protected abstract boolean handleRemotePhysicalFeaturesFullVOsAreEqualOnIdentifiers(RemotePhysicalFeaturesFullVO remotePhysicalFeaturesFullVOFirst, RemotePhysicalFeaturesFullVO remotePhysicalFeaturesFullVOSecond) throws java.lang.Exception
remotePhysicalFeaturesFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemotePhysicalFeaturesFullVO, fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemotePhysicalFeaturesFullVO)
java.lang.Exception
public boolean remotePhysicalFeaturesFullVOsAreEqual(RemotePhysicalFeaturesFullVO remotePhysicalFeaturesFullVOFirst, RemotePhysicalFeaturesFullVO remotePhysicalFeaturesFullVOSecond)
remotePhysicalFeaturesFullVOsAreEqual
in interface RemotePhysicalFeaturesFullService
RemotePhysicalFeaturesFullService.remotePhysicalFeaturesFullVOsAreEqual(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemotePhysicalFeaturesFullVO, fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemotePhysicalFeaturesFullVO)
protected abstract boolean handleRemotePhysicalFeaturesFullVOsAreEqual(RemotePhysicalFeaturesFullVO remotePhysicalFeaturesFullVOFirst, RemotePhysicalFeaturesFullVO remotePhysicalFeaturesFullVOSecond) throws java.lang.Exception
remotePhysicalFeaturesFullVOsAreEqual(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemotePhysicalFeaturesFullVO, fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemotePhysicalFeaturesFullVO)
java.lang.Exception
public RemotePhysicalFeaturesNaturalId[] getPhysicalFeaturesNaturalIds()
getPhysicalFeaturesNaturalIds
in interface RemotePhysicalFeaturesFullService
RemotePhysicalFeaturesFullService.getPhysicalFeaturesNaturalIds()
protected abstract RemotePhysicalFeaturesNaturalId[] handleGetPhysicalFeaturesNaturalIds() throws java.lang.Exception
getPhysicalFeaturesNaturalIds()
java.lang.Exception
public RemotePhysicalFeaturesFullVO getPhysicalFeaturesByNaturalId(RemotePhysicalFeaturesNaturalId physicalFeaturesNaturalId)
getPhysicalFeaturesByNaturalId
in interface RemotePhysicalFeaturesFullService
RemotePhysicalFeaturesFullService.getPhysicalFeaturesByNaturalId(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemotePhysicalFeaturesNaturalId)
protected abstract RemotePhysicalFeaturesFullVO handleGetPhysicalFeaturesByNaturalId(RemotePhysicalFeaturesNaturalId physicalFeaturesNaturalId) throws java.lang.Exception
getPhysicalFeaturesByNaturalId(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemotePhysicalFeaturesNaturalId)
java.lang.Exception
public RemotePhysicalFeaturesNaturalId getPhysicalFeaturesNaturalIdById(java.lang.Integer id)
getPhysicalFeaturesNaturalIdById
in interface RemotePhysicalFeaturesFullService
RemotePhysicalFeaturesFullService.getPhysicalFeaturesNaturalIdById(java.lang.Integer)
protected abstract RemotePhysicalFeaturesNaturalId handleGetPhysicalFeaturesNaturalIdById(java.lang.Integer id) throws java.lang.Exception
getPhysicalFeaturesNaturalIdById(java.lang.Integer)
java.lang.Exception
public ClusterPhysicalFeatures getClusterPhysicalFeaturesByIdentifiers(java.lang.Integer id)
getClusterPhysicalFeaturesByIdentifiers
in interface RemotePhysicalFeaturesFullService
RemotePhysicalFeaturesFullService.getClusterPhysicalFeaturesByIdentifiers(java.lang.Integer)
protected abstract ClusterPhysicalFeatures handleGetClusterPhysicalFeaturesByIdentifiers(java.lang.Integer id) throws java.lang.Exception
getClusterPhysicalFeaturesByIdentifiers(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 |