|
||||||||||
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.RemoteFishingTripFullServiceBase
public abstract class RemoteFishingTripFullServiceBase
Spring Service base class for fr.ifremer.allegro.data.survey.fishingTrip.generic.service.RemoteFishingTripFullService
,
provides access to all services and entities referenced by this service.
RemoteFishingTripFullService
Constructor Summary | |
---|---|
RemoteFishingTripFullServiceBase()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteFishingTripFullServiceBase()
Method Detail |
---|
public void setFishingTripDao(FishingTripDao fishingTripDao)
fishingTrip
's DAO.
protected FishingTripDao getFishingTripDao()
fishingTrip
's DAO.
public void setLocationDao(LocationDao locationDao)
location
's DAO.
protected LocationDao getLocationDao()
location
's DAO.
public void setVesselDao(VesselDao vesselDao)
vessel
's DAO.
protected VesselDao getVesselDao()
vessel
's DAO.
public void setGearPhysicalFeaturesDao(GearPhysicalFeaturesDao gearPhysicalFeaturesDao)
gearPhysicalFeatures
's DAO.
protected GearPhysicalFeaturesDao getGearPhysicalFeaturesDao()
gearPhysicalFeatures
's DAO.
public void setOperationDao(OperationDao operationDao)
operation
's DAO.
protected OperationDao getOperationDao()
operation
's DAO.
public void setTransshipmentDao(TransshipmentDao transshipmentDao)
transshipment
's DAO.
protected TransshipmentDao getTransshipmentDao()
transshipment
's DAO.
public void setVesselUseFeaturesDao(VesselUseFeaturesDao vesselUseFeaturesDao)
vesselUseFeatures
's DAO.
protected VesselUseFeaturesDao getVesselUseFeaturesDao()
vesselUseFeatures
's DAO.
public void setLandingDao(LandingDao landingDao)
landing
's DAO.
protected LandingDao getLandingDao()
landing
's DAO.
public void setScientificCruiseDao(ScientificCruiseDao scientificCruiseDao)
scientificCruise
's DAO.
protected ScientificCruiseDao getScientificCruiseDao()
scientificCruise
's DAO.
public void setDeclaredDocumentReferenceDao(DeclaredDocumentReferenceDao declaredDocumentReferenceDao)
declaredDocumentReference
's DAO.
protected DeclaredDocumentReferenceDao getDeclaredDocumentReferenceDao()
declaredDocumentReference
's DAO.
public void setProgramDao(ProgramDao programDao)
program
's DAO.
protected ProgramDao getProgramDao()
program
's DAO.
public void setDepartmentDao(DepartmentDao departmentDao)
department
's DAO.
protected DepartmentDao getDepartmentDao()
department
's DAO.
public void setFishingTripOriginDao(FishingTripOriginDao fishingTripOriginDao)
fishingTripOrigin
's DAO.
protected FishingTripOriginDao getFishingTripOriginDao()
fishingTripOrigin
's DAO.
public void setQualityFlagDao(QualityFlagDao qualityFlagDao)
qualityFlag
's DAO.
protected QualityFlagDao getQualityFlagDao()
qualityFlag
's DAO.
public void setSaleDao(SaleDao saleDao)
sale
's DAO.
protected SaleDao getSaleDao()
sale
's DAO.
public void setSurveyMeasurementDao(SurveyMeasurementDao surveyMeasurementDao)
surveyMeasurement
's DAO.
protected SurveyMeasurementDao getSurveyMeasurementDao()
surveyMeasurement
's DAO.
public void setPersonDao(PersonDao personDao)
person
's DAO.
protected PersonDao getPersonDao()
person
's DAO.
public RemoteFishingTripFullVO addFishingTrip(RemoteFishingTripFullVO fishingTrip)
addFishingTrip
in interface RemoteFishingTripFullService
RemoteFishingTripFullService.addFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteFishingTripFullVO)
protected abstract RemoteFishingTripFullVO handleAddFishingTrip(RemoteFishingTripFullVO fishingTrip) throws java.lang.Exception
addFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteFishingTripFullVO)
java.lang.Exception
public void updateFishingTrip(RemoteFishingTripFullVO fishingTrip)
updateFishingTrip
in interface RemoteFishingTripFullService
RemoteFishingTripFullService.updateFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteFishingTripFullVO)
protected abstract void handleUpdateFishingTrip(RemoteFishingTripFullVO fishingTrip) throws java.lang.Exception
updateFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteFishingTripFullVO)
java.lang.Exception
public void removeFishingTrip(RemoteFishingTripFullVO fishingTrip)
removeFishingTrip
in interface RemoteFishingTripFullService
RemoteFishingTripFullService.removeFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteFishingTripFullVO)
protected abstract void handleRemoveFishingTrip(RemoteFishingTripFullVO fishingTrip) throws java.lang.Exception
removeFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteFishingTripFullVO)
java.lang.Exception
public RemoteFishingTripFullVO[] getAllFishingTrip()
getAllFishingTrip
in interface RemoteFishingTripFullService
RemoteFishingTripFullService.getAllFishingTrip()
protected abstract RemoteFishingTripFullVO[] handleGetAllFishingTrip() throws java.lang.Exception
getAllFishingTrip()
java.lang.Exception
public RemoteFishingTripFullVO getFishingTripById(java.lang.Integer id)
getFishingTripById
in interface RemoteFishingTripFullService
RemoteFishingTripFullService.getFishingTripById(java.lang.Integer)
protected abstract RemoteFishingTripFullVO handleGetFishingTripById(java.lang.Integer id) throws java.lang.Exception
getFishingTripById(java.lang.Integer)
java.lang.Exception
public RemoteFishingTripFullVO[] getFishingTripByIds(java.lang.Integer[] id)
getFishingTripByIds
in interface RemoteFishingTripFullService
RemoteFishingTripFullService.getFishingTripByIds(java.lang.Integer[])
protected abstract RemoteFishingTripFullVO[] handleGetFishingTripByIds(java.lang.Integer[] id) throws java.lang.Exception
getFishingTripByIds(java.lang.Integer[])
java.lang.Exception
public RemoteFishingTripFullVO[] getFishingTripByReturnLocationId(java.lang.Integer id)
getFishingTripByReturnLocationId
in interface RemoteFishingTripFullService
RemoteFishingTripFullService.getFishingTripByReturnLocationId(java.lang.Integer)
protected abstract RemoteFishingTripFullVO[] handleGetFishingTripByReturnLocationId(java.lang.Integer id) throws java.lang.Exception
getFishingTripByReturnLocationId(java.lang.Integer)
java.lang.Exception
public RemoteFishingTripFullVO[] getFishingTripByDepartureLocationId(java.lang.Integer id)
getFishingTripByDepartureLocationId
in interface RemoteFishingTripFullService
RemoteFishingTripFullService.getFishingTripByDepartureLocationId(java.lang.Integer)
protected abstract RemoteFishingTripFullVO[] handleGetFishingTripByDepartureLocationId(java.lang.Integer id) throws java.lang.Exception
getFishingTripByDepartureLocationId(java.lang.Integer)
java.lang.Exception
public RemoteFishingTripFullVO[] getFishingTripByVesselCode(java.lang.String code)
getFishingTripByVesselCode
in interface RemoteFishingTripFullService
RemoteFishingTripFullService.getFishingTripByVesselCode(java.lang.String)
protected abstract RemoteFishingTripFullVO[] handleGetFishingTripByVesselCode(java.lang.String code) throws java.lang.Exception
getFishingTripByVesselCode(java.lang.String)
java.lang.Exception
public RemoteFishingTripFullVO[] getFishingTripByScientificCruiseId(java.lang.Integer id)
getFishingTripByScientificCruiseId
in interface RemoteFishingTripFullService
RemoteFishingTripFullService.getFishingTripByScientificCruiseId(java.lang.Integer)
protected abstract RemoteFishingTripFullVO[] handleGetFishingTripByScientificCruiseId(java.lang.Integer id) throws java.lang.Exception
getFishingTripByScientificCruiseId(java.lang.Integer)
java.lang.Exception
public RemoteFishingTripFullVO[] getFishingTripByDeclaredDocumentReferenceId(java.lang.Integer id)
getFishingTripByDeclaredDocumentReferenceId
in interface RemoteFishingTripFullService
RemoteFishingTripFullService.getFishingTripByDeclaredDocumentReferenceId(java.lang.Integer)
protected abstract RemoteFishingTripFullVO[] handleGetFishingTripByDeclaredDocumentReferenceId(java.lang.Integer id) throws java.lang.Exception
getFishingTripByDeclaredDocumentReferenceId(java.lang.Integer)
java.lang.Exception
public RemoteFishingTripFullVO[] getFishingTripByProgramCode(java.lang.String code)
getFishingTripByProgramCode
in interface RemoteFishingTripFullService
RemoteFishingTripFullService.getFishingTripByProgramCode(java.lang.String)
protected abstract RemoteFishingTripFullVO[] handleGetFishingTripByProgramCode(java.lang.String code) throws java.lang.Exception
getFishingTripByProgramCode(java.lang.String)
java.lang.Exception
public RemoteFishingTripFullVO[] getFishingTripByRecorderDepartmentId(java.lang.Integer id)
getFishingTripByRecorderDepartmentId
in interface RemoteFishingTripFullService
RemoteFishingTripFullService.getFishingTripByRecorderDepartmentId(java.lang.Integer)
protected abstract RemoteFishingTripFullVO[] handleGetFishingTripByRecorderDepartmentId(java.lang.Integer id) throws java.lang.Exception
getFishingTripByRecorderDepartmentId(java.lang.Integer)
java.lang.Exception
public RemoteFishingTripFullVO[] getFishingTripByQualityFlagCode(java.lang.String code)
getFishingTripByQualityFlagCode
in interface RemoteFishingTripFullService
RemoteFishingTripFullService.getFishingTripByQualityFlagCode(java.lang.String)
protected abstract RemoteFishingTripFullVO[] handleGetFishingTripByQualityFlagCode(java.lang.String code) throws java.lang.Exception
getFishingTripByQualityFlagCode(java.lang.String)
java.lang.Exception
public RemoteFishingTripFullVO[] getFishingTripByRecorderPersonId(java.lang.Integer id)
getFishingTripByRecorderPersonId
in interface RemoteFishingTripFullService
RemoteFishingTripFullService.getFishingTripByRecorderPersonId(java.lang.Integer)
protected abstract RemoteFishingTripFullVO[] handleGetFishingTripByRecorderPersonId(java.lang.Integer id) throws java.lang.Exception
getFishingTripByRecorderPersonId(java.lang.Integer)
java.lang.Exception
public boolean remoteFishingTripFullVOsAreEqualOnIdentifiers(RemoteFishingTripFullVO remoteFishingTripFullVOFirst, RemoteFishingTripFullVO remoteFishingTripFullVOSecond)
remoteFishingTripFullVOsAreEqualOnIdentifiers
in interface RemoteFishingTripFullService
RemoteFishingTripFullService.remoteFishingTripFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteFishingTripFullVO, fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteFishingTripFullVO)
protected abstract boolean handleRemoteFishingTripFullVOsAreEqualOnIdentifiers(RemoteFishingTripFullVO remoteFishingTripFullVOFirst, RemoteFishingTripFullVO remoteFishingTripFullVOSecond) throws java.lang.Exception
remoteFishingTripFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteFishingTripFullVO, fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteFishingTripFullVO)
java.lang.Exception
public boolean remoteFishingTripFullVOsAreEqual(RemoteFishingTripFullVO remoteFishingTripFullVOFirst, RemoteFishingTripFullVO remoteFishingTripFullVOSecond)
remoteFishingTripFullVOsAreEqual
in interface RemoteFishingTripFullService
RemoteFishingTripFullService.remoteFishingTripFullVOsAreEqual(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteFishingTripFullVO, fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteFishingTripFullVO)
protected abstract boolean handleRemoteFishingTripFullVOsAreEqual(RemoteFishingTripFullVO remoteFishingTripFullVOFirst, RemoteFishingTripFullVO remoteFishingTripFullVOSecond) throws java.lang.Exception
remoteFishingTripFullVOsAreEqual(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteFishingTripFullVO, fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteFishingTripFullVO)
java.lang.Exception
public RemoteFishingTripNaturalId[] getFishingTripNaturalIds()
getFishingTripNaturalIds
in interface RemoteFishingTripFullService
RemoteFishingTripFullService.getFishingTripNaturalIds()
protected abstract RemoteFishingTripNaturalId[] handleGetFishingTripNaturalIds() throws java.lang.Exception
getFishingTripNaturalIds()
java.lang.Exception
public RemoteFishingTripFullVO getFishingTripByNaturalId(RemoteFishingTripNaturalId fishingTripNaturalId)
getFishingTripByNaturalId
in interface RemoteFishingTripFullService
RemoteFishingTripFullService.getFishingTripByNaturalId(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteFishingTripNaturalId)
protected abstract RemoteFishingTripFullVO handleGetFishingTripByNaturalId(RemoteFishingTripNaturalId fishingTripNaturalId) throws java.lang.Exception
getFishingTripByNaturalId(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteFishingTripNaturalId)
java.lang.Exception
public RemoteFishingTripNaturalId getFishingTripNaturalIdById(java.lang.Integer id)
getFishingTripNaturalIdById
in interface RemoteFishingTripFullService
RemoteFishingTripFullService.getFishingTripNaturalIdById(java.lang.Integer)
protected abstract RemoteFishingTripNaturalId handleGetFishingTripNaturalIdById(java.lang.Integer id) throws java.lang.Exception
getFishingTripNaturalIdById(java.lang.Integer)
java.lang.Exception
public ClusterFishingTrip[] getAllClusterFishingTripSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterFishingTripSinceDateSynchro
in interface RemoteFishingTripFullService
RemoteFishingTripFullService.getAllClusterFishingTripSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterFishingTrip[] handleGetAllClusterFishingTripSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterFishingTripSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
java.lang.Exception
public ClusterFishingTrip getClusterFishingTripByIdentifiers(java.lang.Integer id)
getClusterFishingTripByIdentifiers
in interface RemoteFishingTripFullService
RemoteFishingTripFullService.getClusterFishingTripByIdentifiers(java.lang.Integer)
protected abstract ClusterFishingTrip handleGetClusterFishingTripByIdentifiers(java.lang.Integer id) throws java.lang.Exception
getClusterFishingTripByIdentifiers(java.lang.Integer)
java.lang.Exception
public ClusterFishingTrip addOrUpdateClusterFishingTrip(ClusterFishingTrip clusterFishingTrip)
addOrUpdateClusterFishingTrip
in interface RemoteFishingTripFullService
RemoteFishingTripFullService.addOrUpdateClusterFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.generic.cluster.ClusterFishingTrip)
protected abstract ClusterFishingTrip handleAddOrUpdateClusterFishingTrip(ClusterFishingTrip clusterFishingTrip) throws java.lang.Exception
addOrUpdateClusterFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.generic.cluster.ClusterFishingTrip)
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 |