|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.referential.vessel.generic.service.RemoteVesselFeaturesFullServiceBase
public abstract class RemoteVesselFeaturesFullServiceBase
Spring Service base class for fr.ifremer.allegro.referential.vessel.generic.service.RemoteVesselFeaturesFullService
,
provides access to all services and entities referenced by this service.
RemoteVesselFeaturesFullService
Constructor Summary | |
---|---|
RemoteVesselFeaturesFullServiceBase()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteVesselFeaturesFullServiceBase()
Method Detail |
---|
public void setVesselFeaturesDao(VesselFeaturesDao vesselFeaturesDao)
vesselFeatures
's DAO.
protected VesselFeaturesDao getVesselFeaturesDao()
vesselFeatures
's DAO.
public void setFishingVesselDao(FishingVesselDao fishingVesselDao)
fishingVessel
's DAO.
protected FishingVesselDao getFishingVesselDao()
fishingVessel
's DAO.
public void setLocationDao(LocationDao locationDao)
location
's DAO.
protected LocationDao getLocationDao()
location
's DAO.
public void setQualitativeValueDao(QualitativeValueDao qualitativeValueDao)
qualitativeValue
's DAO.
protected QualitativeValueDao getQualitativeValueDao()
qualitativeValue
's DAO.
public RemoteVesselFeaturesFullVO addVesselFeatures(RemoteVesselFeaturesFullVO vesselFeatures)
addVesselFeatures
in interface RemoteVesselFeaturesFullService
RemoteVesselFeaturesFullService.addVesselFeatures(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselFeaturesFullVO)
protected abstract RemoteVesselFeaturesFullVO handleAddVesselFeatures(RemoteVesselFeaturesFullVO vesselFeatures) throws java.lang.Exception
addVesselFeatures(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselFeaturesFullVO)
java.lang.Exception
public void updateVesselFeatures(RemoteVesselFeaturesFullVO vesselFeatures)
updateVesselFeatures
in interface RemoteVesselFeaturesFullService
RemoteVesselFeaturesFullService.updateVesselFeatures(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselFeaturesFullVO)
protected abstract void handleUpdateVesselFeatures(RemoteVesselFeaturesFullVO vesselFeatures) throws java.lang.Exception
updateVesselFeatures(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselFeaturesFullVO)
java.lang.Exception
public void removeVesselFeatures(RemoteVesselFeaturesFullVO vesselFeatures)
removeVesselFeatures
in interface RemoteVesselFeaturesFullService
RemoteVesselFeaturesFullService.removeVesselFeatures(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselFeaturesFullVO)
protected abstract void handleRemoveVesselFeatures(RemoteVesselFeaturesFullVO vesselFeatures) throws java.lang.Exception
removeVesselFeatures(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselFeaturesFullVO)
java.lang.Exception
public RemoteVesselFeaturesFullVO[] getAllVesselFeatures()
getAllVesselFeatures
in interface RemoteVesselFeaturesFullService
RemoteVesselFeaturesFullService.getAllVesselFeatures()
protected abstract RemoteVesselFeaturesFullVO[] handleGetAllVesselFeatures() throws java.lang.Exception
getAllVesselFeatures()
java.lang.Exception
public RemoteVesselFeaturesFullVO getVesselFeaturesById(java.lang.Integer id)
getVesselFeaturesById
in interface RemoteVesselFeaturesFullService
RemoteVesselFeaturesFullService.getVesselFeaturesById(java.lang.Integer)
protected abstract RemoteVesselFeaturesFullVO handleGetVesselFeaturesById(java.lang.Integer id) throws java.lang.Exception
getVesselFeaturesById(java.lang.Integer)
java.lang.Exception
public RemoteVesselFeaturesFullVO[] getVesselFeaturesByIds(java.lang.Integer[] id)
getVesselFeaturesByIds
in interface RemoteVesselFeaturesFullService
RemoteVesselFeaturesFullService.getVesselFeaturesByIds(java.lang.Integer[])
protected abstract RemoteVesselFeaturesFullVO[] handleGetVesselFeaturesByIds(java.lang.Integer[] id) throws java.lang.Exception
getVesselFeaturesByIds(java.lang.Integer[])
java.lang.Exception
public RemoteVesselFeaturesFullVO[] getVesselFeaturesByFishingVesselCode(java.lang.String code)
getVesselFeaturesByFishingVesselCode
in interface RemoteVesselFeaturesFullService
RemoteVesselFeaturesFullService.getVesselFeaturesByFishingVesselCode(java.lang.String)
protected abstract RemoteVesselFeaturesFullVO[] handleGetVesselFeaturesByFishingVesselCode(java.lang.String code) throws java.lang.Exception
getVesselFeaturesByFishingVesselCode(java.lang.String)
java.lang.Exception
public RemoteVesselFeaturesFullVO[] getVesselFeaturesByBasePortLocationId(java.lang.Integer id)
getVesselFeaturesByBasePortLocationId
in interface RemoteVesselFeaturesFullService
RemoteVesselFeaturesFullService.getVesselFeaturesByBasePortLocationId(java.lang.Integer)
protected abstract RemoteVesselFeaturesFullVO[] handleGetVesselFeaturesByBasePortLocationId(java.lang.Integer id) throws java.lang.Exception
getVesselFeaturesByBasePortLocationId(java.lang.Integer)
java.lang.Exception
public RemoteVesselFeaturesFullVO[] getVesselFeaturesByHullMaterialId(java.lang.Integer id)
getVesselFeaturesByHullMaterialId
in interface RemoteVesselFeaturesFullService
RemoteVesselFeaturesFullService.getVesselFeaturesByHullMaterialId(java.lang.Integer)
protected abstract RemoteVesselFeaturesFullVO[] handleGetVesselFeaturesByHullMaterialId(java.lang.Integer id) throws java.lang.Exception
getVesselFeaturesByHullMaterialId(java.lang.Integer)
java.lang.Exception
public boolean remoteVesselFeaturesFullVOsAreEqualOnIdentifiers(RemoteVesselFeaturesFullVO remoteVesselFeaturesFullVOFirst, RemoteVesselFeaturesFullVO remoteVesselFeaturesFullVOSecond)
remoteVesselFeaturesFullVOsAreEqualOnIdentifiers
in interface RemoteVesselFeaturesFullService
RemoteVesselFeaturesFullService.remoteVesselFeaturesFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselFeaturesFullVO, fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselFeaturesFullVO)
protected abstract boolean handleRemoteVesselFeaturesFullVOsAreEqualOnIdentifiers(RemoteVesselFeaturesFullVO remoteVesselFeaturesFullVOFirst, RemoteVesselFeaturesFullVO remoteVesselFeaturesFullVOSecond) throws java.lang.Exception
remoteVesselFeaturesFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselFeaturesFullVO, fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselFeaturesFullVO)
java.lang.Exception
public boolean remoteVesselFeaturesFullVOsAreEqual(RemoteVesselFeaturesFullVO remoteVesselFeaturesFullVOFirst, RemoteVesselFeaturesFullVO remoteVesselFeaturesFullVOSecond)
remoteVesselFeaturesFullVOsAreEqual
in interface RemoteVesselFeaturesFullService
RemoteVesselFeaturesFullService.remoteVesselFeaturesFullVOsAreEqual(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselFeaturesFullVO, fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselFeaturesFullVO)
protected abstract boolean handleRemoteVesselFeaturesFullVOsAreEqual(RemoteVesselFeaturesFullVO remoteVesselFeaturesFullVOFirst, RemoteVesselFeaturesFullVO remoteVesselFeaturesFullVOSecond) throws java.lang.Exception
remoteVesselFeaturesFullVOsAreEqual(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselFeaturesFullVO, fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselFeaturesFullVO)
java.lang.Exception
public RemoteVesselFeaturesNaturalId[] getVesselFeaturesNaturalIds()
getVesselFeaturesNaturalIds
in interface RemoteVesselFeaturesFullService
RemoteVesselFeaturesFullService.getVesselFeaturesNaturalIds()
protected abstract RemoteVesselFeaturesNaturalId[] handleGetVesselFeaturesNaturalIds() throws java.lang.Exception
getVesselFeaturesNaturalIds()
java.lang.Exception
public RemoteVesselFeaturesFullVO getVesselFeaturesByNaturalId(RemoteVesselFeaturesNaturalId vesselFeaturesNaturalId)
getVesselFeaturesByNaturalId
in interface RemoteVesselFeaturesFullService
RemoteVesselFeaturesFullService.getVesselFeaturesByNaturalId(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselFeaturesNaturalId)
protected abstract RemoteVesselFeaturesFullVO handleGetVesselFeaturesByNaturalId(RemoteVesselFeaturesNaturalId vesselFeaturesNaturalId) throws java.lang.Exception
getVesselFeaturesByNaturalId(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselFeaturesNaturalId)
java.lang.Exception
public RemoteVesselFeaturesNaturalId getVesselFeaturesNaturalIdById(java.lang.Integer id)
getVesselFeaturesNaturalIdById
in interface RemoteVesselFeaturesFullService
RemoteVesselFeaturesFullService.getVesselFeaturesNaturalIdById(java.lang.Integer)
protected abstract RemoteVesselFeaturesNaturalId handleGetVesselFeaturesNaturalIdById(java.lang.Integer id) throws java.lang.Exception
getVesselFeaturesNaturalIdById(java.lang.Integer)
java.lang.Exception
public ClusterVesselFeatures addOrUpdateClusterVesselFeatures(ClusterVesselFeatures clusterVesselFeatures)
addOrUpdateClusterVesselFeatures
in interface RemoteVesselFeaturesFullService
RemoteVesselFeaturesFullService.addOrUpdateClusterVesselFeatures(fr.ifremer.allegro.referential.vessel.generic.cluster.ClusterVesselFeatures)
protected abstract ClusterVesselFeatures handleAddOrUpdateClusterVesselFeatures(ClusterVesselFeatures clusterVesselFeatures) throws java.lang.Exception
addOrUpdateClusterVesselFeatures(fr.ifremer.allegro.referential.vessel.generic.cluster.ClusterVesselFeatures)
java.lang.Exception
public ClusterVesselFeatures[] getAllClusterVesselFeaturesSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterVesselFeaturesSinceDateSynchro
in interface RemoteVesselFeaturesFullService
RemoteVesselFeaturesFullService.getAllClusterVesselFeaturesSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterVesselFeatures[] handleGetAllClusterVesselFeaturesSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterVesselFeaturesSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
java.lang.Exception
public ClusterVesselFeatures getClusterVesselFeaturesByIdentifiers(java.lang.Integer id)
getClusterVesselFeaturesByIdentifiers
in interface RemoteVesselFeaturesFullService
RemoteVesselFeaturesFullService.getClusterVesselFeaturesByIdentifiers(java.lang.Integer)
protected abstract ClusterVesselFeatures handleGetClusterVesselFeaturesByIdentifiers(java.lang.Integer id) throws java.lang.Exception
getClusterVesselFeaturesByIdentifiers(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 |