|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.data.fishingArea.generic.service.RemoteFishingAreaFullServiceBase
public abstract class RemoteFishingAreaFullServiceBase
Spring Service base class for fr.ifremer.allegro.data.fishingArea.generic.service.RemoteFishingAreaFullService
,
provides access to all services and entities referenced by this service.
RemoteFishingAreaFullService
Constructor Summary | |
---|---|
RemoteFishingAreaFullServiceBase()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteFishingAreaFullServiceBase()
Method Detail |
---|
public void setFishingAreaDao(FishingAreaDao fishingAreaDao)
fishingArea
's DAO.
protected FishingAreaDao getFishingAreaDao()
fishingArea
's DAO.
public void setNearbySpecificAreaDao(NearbySpecificAreaDao nearbySpecificAreaDao)
nearbySpecificArea
's DAO.
protected NearbySpecificAreaDao getNearbySpecificAreaDao()
nearbySpecificArea
's DAO.
public void setDepthGradientDao(DepthGradientDao depthGradientDao)
depthGradient
's DAO.
protected DepthGradientDao getDepthGradientDao()
depthGradient
's DAO.
public void setDistanceToCoastGradientDao(DistanceToCoastGradientDao distanceToCoastGradientDao)
distanceToCoastGradient
's DAO.
protected DistanceToCoastGradientDao getDistanceToCoastGradientDao()
distanceToCoastGradient
's DAO.
public void setLocationDao(LocationDao locationDao)
location
's DAO.
protected LocationDao getLocationDao()
location
's DAO.
public void setGearUseFeaturesDao(GearUseFeaturesDao gearUseFeaturesDao)
gearUseFeatures
's DAO.
protected GearUseFeaturesDao getGearUseFeaturesDao()
gearUseFeatures
's DAO.
public void setVesselUseFeaturesDao(VesselUseFeaturesDao vesselUseFeaturesDao)
vesselUseFeatures
's DAO.
protected VesselUseFeaturesDao getVesselUseFeaturesDao()
vesselUseFeatures
's DAO.
public void setFisheryDao(FisheryDao fisheryDao)
fishery
's DAO.
protected FisheryDao getFisheryDao()
fishery
's DAO.
public void setSampleDao(SampleDao sampleDao)
sample
's DAO.
protected SampleDao getSampleDao()
sample
's DAO.
public RemoteFishingAreaFullVO addFishingArea(RemoteFishingAreaFullVO fishingArea)
addFishingArea
in interface RemoteFishingAreaFullService
RemoteFishingAreaFullService.addFishingArea(fr.ifremer.allegro.data.fishingArea.generic.vo.RemoteFishingAreaFullVO)
protected abstract RemoteFishingAreaFullVO handleAddFishingArea(RemoteFishingAreaFullVO fishingArea) throws java.lang.Exception
addFishingArea(fr.ifremer.allegro.data.fishingArea.generic.vo.RemoteFishingAreaFullVO)
java.lang.Exception
public void updateFishingArea(RemoteFishingAreaFullVO fishingArea)
updateFishingArea
in interface RemoteFishingAreaFullService
RemoteFishingAreaFullService.updateFishingArea(fr.ifremer.allegro.data.fishingArea.generic.vo.RemoteFishingAreaFullVO)
protected abstract void handleUpdateFishingArea(RemoteFishingAreaFullVO fishingArea) throws java.lang.Exception
updateFishingArea(fr.ifremer.allegro.data.fishingArea.generic.vo.RemoteFishingAreaFullVO)
java.lang.Exception
public void removeFishingArea(RemoteFishingAreaFullVO fishingArea)
removeFishingArea
in interface RemoteFishingAreaFullService
RemoteFishingAreaFullService.removeFishingArea(fr.ifremer.allegro.data.fishingArea.generic.vo.RemoteFishingAreaFullVO)
protected abstract void handleRemoveFishingArea(RemoteFishingAreaFullVO fishingArea) throws java.lang.Exception
removeFishingArea(fr.ifremer.allegro.data.fishingArea.generic.vo.RemoteFishingAreaFullVO)
java.lang.Exception
public RemoteFishingAreaFullVO[] getAllFishingArea()
getAllFishingArea
in interface RemoteFishingAreaFullService
RemoteFishingAreaFullService.getAllFishingArea()
protected abstract RemoteFishingAreaFullVO[] handleGetAllFishingArea() throws java.lang.Exception
getAllFishingArea()
java.lang.Exception
public RemoteFishingAreaFullVO getFishingAreaById(java.lang.Integer id)
getFishingAreaById
in interface RemoteFishingAreaFullService
RemoteFishingAreaFullService.getFishingAreaById(java.lang.Integer)
protected abstract RemoteFishingAreaFullVO handleGetFishingAreaById(java.lang.Integer id) throws java.lang.Exception
getFishingAreaById(java.lang.Integer)
java.lang.Exception
public RemoteFishingAreaFullVO[] getFishingAreaByIds(java.lang.Integer[] id)
getFishingAreaByIds
in interface RemoteFishingAreaFullService
RemoteFishingAreaFullService.getFishingAreaByIds(java.lang.Integer[])
protected abstract RemoteFishingAreaFullVO[] handleGetFishingAreaByIds(java.lang.Integer[] id) throws java.lang.Exception
getFishingAreaByIds(java.lang.Integer[])
java.lang.Exception
public RemoteFishingAreaFullVO[] getFishingAreaByNearbySpecificAreaId(java.lang.Integer id)
getFishingAreaByNearbySpecificAreaId
in interface RemoteFishingAreaFullService
RemoteFishingAreaFullService.getFishingAreaByNearbySpecificAreaId(java.lang.Integer)
protected abstract RemoteFishingAreaFullVO[] handleGetFishingAreaByNearbySpecificAreaId(java.lang.Integer id) throws java.lang.Exception
getFishingAreaByNearbySpecificAreaId(java.lang.Integer)
java.lang.Exception
public RemoteFishingAreaFullVO[] getFishingAreaByDepthGradientId(java.lang.Integer id)
getFishingAreaByDepthGradientId
in interface RemoteFishingAreaFullService
RemoteFishingAreaFullService.getFishingAreaByDepthGradientId(java.lang.Integer)
protected abstract RemoteFishingAreaFullVO[] handleGetFishingAreaByDepthGradientId(java.lang.Integer id) throws java.lang.Exception
getFishingAreaByDepthGradientId(java.lang.Integer)
java.lang.Exception
public RemoteFishingAreaFullVO[] getFishingAreaByDistanceToCoastGradientId(java.lang.Integer id)
getFishingAreaByDistanceToCoastGradientId
in interface RemoteFishingAreaFullService
RemoteFishingAreaFullService.getFishingAreaByDistanceToCoastGradientId(java.lang.Integer)
protected abstract RemoteFishingAreaFullVO[] handleGetFishingAreaByDistanceToCoastGradientId(java.lang.Integer id) throws java.lang.Exception
getFishingAreaByDistanceToCoastGradientId(java.lang.Integer)
java.lang.Exception
public RemoteFishingAreaFullVO[] getFishingAreaByLocationId(java.lang.Integer id)
getFishingAreaByLocationId
in interface RemoteFishingAreaFullService
RemoteFishingAreaFullService.getFishingAreaByLocationId(java.lang.Integer)
protected abstract RemoteFishingAreaFullVO[] handleGetFishingAreaByLocationId(java.lang.Integer id) throws java.lang.Exception
getFishingAreaByLocationId(java.lang.Integer)
java.lang.Exception
public RemoteFishingAreaFullVO[] getFishingAreaByGearUseFeaturesId(java.lang.Integer id)
getFishingAreaByGearUseFeaturesId
in interface RemoteFishingAreaFullService
RemoteFishingAreaFullService.getFishingAreaByGearUseFeaturesId(java.lang.Integer)
protected abstract RemoteFishingAreaFullVO[] handleGetFishingAreaByGearUseFeaturesId(java.lang.Integer id) throws java.lang.Exception
getFishingAreaByGearUseFeaturesId(java.lang.Integer)
java.lang.Exception
public RemoteFishingAreaFullVO[] getFishingAreaByVesselUseFeaturesId(java.lang.Integer id)
getFishingAreaByVesselUseFeaturesId
in interface RemoteFishingAreaFullService
RemoteFishingAreaFullService.getFishingAreaByVesselUseFeaturesId(java.lang.Integer)
protected abstract RemoteFishingAreaFullVO[] handleGetFishingAreaByVesselUseFeaturesId(java.lang.Integer id) throws java.lang.Exception
getFishingAreaByVesselUseFeaturesId(java.lang.Integer)
java.lang.Exception
public RemoteFishingAreaFullVO[] getFishingAreaBySampleId(java.lang.Integer id)
getFishingAreaBySampleId
in interface RemoteFishingAreaFullService
RemoteFishingAreaFullService.getFishingAreaBySampleId(java.lang.Integer)
protected abstract RemoteFishingAreaFullVO[] handleGetFishingAreaBySampleId(java.lang.Integer id) throws java.lang.Exception
getFishingAreaBySampleId(java.lang.Integer)
java.lang.Exception
public boolean remoteFishingAreaFullVOsAreEqualOnIdentifiers(RemoteFishingAreaFullVO remoteFishingAreaFullVOFirst, RemoteFishingAreaFullVO remoteFishingAreaFullVOSecond)
remoteFishingAreaFullVOsAreEqualOnIdentifiers
in interface RemoteFishingAreaFullService
RemoteFishingAreaFullService.remoteFishingAreaFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.fishingArea.generic.vo.RemoteFishingAreaFullVO, fr.ifremer.allegro.data.fishingArea.generic.vo.RemoteFishingAreaFullVO)
protected abstract boolean handleRemoteFishingAreaFullVOsAreEqualOnIdentifiers(RemoteFishingAreaFullVO remoteFishingAreaFullVOFirst, RemoteFishingAreaFullVO remoteFishingAreaFullVOSecond) throws java.lang.Exception
remoteFishingAreaFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.fishingArea.generic.vo.RemoteFishingAreaFullVO, fr.ifremer.allegro.data.fishingArea.generic.vo.RemoteFishingAreaFullVO)
java.lang.Exception
public boolean remoteFishingAreaFullVOsAreEqual(RemoteFishingAreaFullVO remoteFishingAreaFullVOFirst, RemoteFishingAreaFullVO remoteFishingAreaFullVOSecond)
remoteFishingAreaFullVOsAreEqual
in interface RemoteFishingAreaFullService
RemoteFishingAreaFullService.remoteFishingAreaFullVOsAreEqual(fr.ifremer.allegro.data.fishingArea.generic.vo.RemoteFishingAreaFullVO, fr.ifremer.allegro.data.fishingArea.generic.vo.RemoteFishingAreaFullVO)
protected abstract boolean handleRemoteFishingAreaFullVOsAreEqual(RemoteFishingAreaFullVO remoteFishingAreaFullVOFirst, RemoteFishingAreaFullVO remoteFishingAreaFullVOSecond) throws java.lang.Exception
remoteFishingAreaFullVOsAreEqual(fr.ifremer.allegro.data.fishingArea.generic.vo.RemoteFishingAreaFullVO, fr.ifremer.allegro.data.fishingArea.generic.vo.RemoteFishingAreaFullVO)
java.lang.Exception
public RemoteFishingAreaNaturalId[] getFishingAreaNaturalIds()
getFishingAreaNaturalIds
in interface RemoteFishingAreaFullService
RemoteFishingAreaFullService.getFishingAreaNaturalIds()
protected abstract RemoteFishingAreaNaturalId[] handleGetFishingAreaNaturalIds() throws java.lang.Exception
getFishingAreaNaturalIds()
java.lang.Exception
public RemoteFishingAreaFullVO getFishingAreaByNaturalId(RemoteFishingAreaNaturalId fishingAreaNaturalId)
getFishingAreaByNaturalId
in interface RemoteFishingAreaFullService
RemoteFishingAreaFullService.getFishingAreaByNaturalId(fr.ifremer.allegro.data.fishingArea.generic.vo.RemoteFishingAreaNaturalId)
protected abstract RemoteFishingAreaFullVO handleGetFishingAreaByNaturalId(RemoteFishingAreaNaturalId fishingAreaNaturalId) throws java.lang.Exception
getFishingAreaByNaturalId(fr.ifremer.allegro.data.fishingArea.generic.vo.RemoteFishingAreaNaturalId)
java.lang.Exception
public RemoteFishingAreaNaturalId getFishingAreaNaturalIdById(java.lang.Integer id)
getFishingAreaNaturalIdById
in interface RemoteFishingAreaFullService
RemoteFishingAreaFullService.getFishingAreaNaturalIdById(java.lang.Integer)
protected abstract RemoteFishingAreaNaturalId handleGetFishingAreaNaturalIdById(java.lang.Integer id) throws java.lang.Exception
getFishingAreaNaturalIdById(java.lang.Integer)
java.lang.Exception
public ClusterFishingArea[] getAllClusterFishingArea(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterFishingArea
in interface RemoteFishingAreaFullService
RemoteFishingAreaFullService.getAllClusterFishingArea(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterFishingArea[] handleGetAllClusterFishingArea(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterFishingArea(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
java.lang.Exception
public ClusterFishingArea getClusterFishingAreaByIdentifiers(java.lang.Integer id)
getClusterFishingAreaByIdentifiers
in interface RemoteFishingAreaFullService
RemoteFishingAreaFullService.getClusterFishingAreaByIdentifiers(java.lang.Integer)
protected abstract ClusterFishingArea handleGetClusterFishingAreaByIdentifiers(java.lang.Integer id) throws java.lang.Exception
getClusterFishingAreaByIdentifiers(java.lang.Integer)
java.lang.Exception
public ClusterFishingArea addOrUpdateClusterFishingArea(ClusterFishingArea clusterFishingArea)
addOrUpdateClusterFishingArea
in interface RemoteFishingAreaFullService
RemoteFishingAreaFullService.addOrUpdateClusterFishingArea(fr.ifremer.allegro.data.fishingArea.generic.cluster.ClusterFishingArea)
protected abstract ClusterFishingArea handleAddOrUpdateClusterFishingArea(ClusterFishingArea clusterFishingArea) throws java.lang.Exception
addOrUpdateClusterFishingArea(fr.ifremer.allegro.data.fishingArea.generic.cluster.ClusterFishingArea)
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 |