|
||||||||||
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.RemoteObservedFishingTripFullServiceBase
public abstract class RemoteObservedFishingTripFullServiceBase
Spring Service base class for fr.ifremer.allegro.data.survey.fishingTrip.generic.service.RemoteObservedFishingTripFullService
,
provides access to all services and entities referenced by this service.
RemoteObservedFishingTripFullService
Constructor Summary | |
---|---|
RemoteObservedFishingTripFullServiceBase()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteObservedFishingTripFullServiceBase()
Method Detail |
---|
public void setObservedFishingTripDao(ObservedFishingTripDao observedFishingTripDao)
observedFishingTrip
's DAO.
protected ObservedFishingTripDao getObservedFishingTripDao()
observedFishingTrip
's DAO.
public void setPersonDao(PersonDao personDao)
person
's DAO.
protected PersonDao getPersonDao()
person
's DAO.
public void setExpectedSaleDao(ExpectedSaleDao expectedSaleDao)
expectedSale
's DAO.
protected ExpectedSaleDao getExpectedSaleDao()
expectedSale
'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 RemoteObservedFishingTripFullVO addObservedFishingTrip(RemoteObservedFishingTripFullVO observedFishingTrip)
addObservedFishingTrip
in interface RemoteObservedFishingTripFullService
RemoteObservedFishingTripFullService.addObservedFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteObservedFishingTripFullVO)
protected abstract RemoteObservedFishingTripFullVO handleAddObservedFishingTrip(RemoteObservedFishingTripFullVO observedFishingTrip) throws java.lang.Exception
addObservedFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteObservedFishingTripFullVO)
java.lang.Exception
public void updateObservedFishingTrip(RemoteObservedFishingTripFullVO observedFishingTrip)
updateObservedFishingTrip
in interface RemoteObservedFishingTripFullService
RemoteObservedFishingTripFullService.updateObservedFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteObservedFishingTripFullVO)
protected abstract void handleUpdateObservedFishingTrip(RemoteObservedFishingTripFullVO observedFishingTrip) throws java.lang.Exception
updateObservedFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteObservedFishingTripFullVO)
java.lang.Exception
public void removeObservedFishingTrip(RemoteObservedFishingTripFullVO observedFishingTrip)
removeObservedFishingTrip
in interface RemoteObservedFishingTripFullService
RemoteObservedFishingTripFullService.removeObservedFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteObservedFishingTripFullVO)
protected abstract void handleRemoveObservedFishingTrip(RemoteObservedFishingTripFullVO observedFishingTrip) throws java.lang.Exception
removeObservedFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteObservedFishingTripFullVO)
java.lang.Exception
public RemoteObservedFishingTripFullVO[] getAllObservedFishingTrip()
getAllObservedFishingTrip
in interface RemoteObservedFishingTripFullService
RemoteObservedFishingTripFullService.getAllObservedFishingTrip()
protected abstract RemoteObservedFishingTripFullVO[] handleGetAllObservedFishingTrip() throws java.lang.Exception
getAllObservedFishingTrip()
java.lang.Exception
public RemoteObservedFishingTripFullVO getObservedFishingTripById(java.lang.Integer id)
getObservedFishingTripById
in interface RemoteObservedFishingTripFullService
RemoteObservedFishingTripFullService.getObservedFishingTripById(java.lang.Integer)
protected abstract RemoteObservedFishingTripFullVO handleGetObservedFishingTripById(java.lang.Integer id) throws java.lang.Exception
getObservedFishingTripById(java.lang.Integer)
java.lang.Exception
public RemoteObservedFishingTripFullVO[] getObservedFishingTripByIds(java.lang.Integer[] id)
getObservedFishingTripByIds
in interface RemoteObservedFishingTripFullService
RemoteObservedFishingTripFullService.getObservedFishingTripByIds(java.lang.Integer[])
protected abstract RemoteObservedFishingTripFullVO[] handleGetObservedFishingTripByIds(java.lang.Integer[] id) throws java.lang.Exception
getObservedFishingTripByIds(java.lang.Integer[])
java.lang.Exception
public RemoteObservedFishingTripFullVO[] getObservedFishingTripByReturnLocationId(java.lang.Integer id)
getObservedFishingTripByReturnLocationId
in interface RemoteObservedFishingTripFullService
RemoteObservedFishingTripFullService.getObservedFishingTripByReturnLocationId(java.lang.Integer)
protected abstract RemoteObservedFishingTripFullVO[] handleGetObservedFishingTripByReturnLocationId(java.lang.Integer id) throws java.lang.Exception
getObservedFishingTripByReturnLocationId(java.lang.Integer)
java.lang.Exception
public RemoteObservedFishingTripFullVO[] getObservedFishingTripByDepartureLocationId(java.lang.Integer id)
getObservedFishingTripByDepartureLocationId
in interface RemoteObservedFishingTripFullService
RemoteObservedFishingTripFullService.getObservedFishingTripByDepartureLocationId(java.lang.Integer)
protected abstract RemoteObservedFishingTripFullVO[] handleGetObservedFishingTripByDepartureLocationId(java.lang.Integer id) throws java.lang.Exception
getObservedFishingTripByDepartureLocationId(java.lang.Integer)
java.lang.Exception
public RemoteObservedFishingTripFullVO[] getObservedFishingTripByVesselCode(java.lang.String code)
getObservedFishingTripByVesselCode
in interface RemoteObservedFishingTripFullService
RemoteObservedFishingTripFullService.getObservedFishingTripByVesselCode(java.lang.String)
protected abstract RemoteObservedFishingTripFullVO[] handleGetObservedFishingTripByVesselCode(java.lang.String code) throws java.lang.Exception
getObservedFishingTripByVesselCode(java.lang.String)
java.lang.Exception
public RemoteObservedFishingTripFullVO[] getObservedFishingTripByScientificCruiseId(java.lang.Integer id)
getObservedFishingTripByScientificCruiseId
in interface RemoteObservedFishingTripFullService
RemoteObservedFishingTripFullService.getObservedFishingTripByScientificCruiseId(java.lang.Integer)
protected abstract RemoteObservedFishingTripFullVO[] handleGetObservedFishingTripByScientificCruiseId(java.lang.Integer id) throws java.lang.Exception
getObservedFishingTripByScientificCruiseId(java.lang.Integer)
java.lang.Exception
public RemoteObservedFishingTripFullVO[] getObservedFishingTripByDeclaredDocumentReferenceId(java.lang.Integer id)
getObservedFishingTripByDeclaredDocumentReferenceId
in interface RemoteObservedFishingTripFullService
RemoteObservedFishingTripFullService.getObservedFishingTripByDeclaredDocumentReferenceId(java.lang.Integer)
protected abstract RemoteObservedFishingTripFullVO[] handleGetObservedFishingTripByDeclaredDocumentReferenceId(java.lang.Integer id) throws java.lang.Exception
getObservedFishingTripByDeclaredDocumentReferenceId(java.lang.Integer)
java.lang.Exception
public RemoteObservedFishingTripFullVO[] getObservedFishingTripByProgramCode(java.lang.String code)
getObservedFishingTripByProgramCode
in interface RemoteObservedFishingTripFullService
RemoteObservedFishingTripFullService.getObservedFishingTripByProgramCode(java.lang.String)
protected abstract RemoteObservedFishingTripFullVO[] handleGetObservedFishingTripByProgramCode(java.lang.String code) throws java.lang.Exception
getObservedFishingTripByProgramCode(java.lang.String)
java.lang.Exception
public RemoteObservedFishingTripFullVO[] getObservedFishingTripByRecorderDepartmentId(java.lang.Integer id)
getObservedFishingTripByRecorderDepartmentId
in interface RemoteObservedFishingTripFullService
RemoteObservedFishingTripFullService.getObservedFishingTripByRecorderDepartmentId(java.lang.Integer)
protected abstract RemoteObservedFishingTripFullVO[] handleGetObservedFishingTripByRecorderDepartmentId(java.lang.Integer id) throws java.lang.Exception
getObservedFishingTripByRecorderDepartmentId(java.lang.Integer)
java.lang.Exception
public RemoteObservedFishingTripFullVO[] getObservedFishingTripByQualityFlagCode(java.lang.String code)
getObservedFishingTripByQualityFlagCode
in interface RemoteObservedFishingTripFullService
RemoteObservedFishingTripFullService.getObservedFishingTripByQualityFlagCode(java.lang.String)
protected abstract RemoteObservedFishingTripFullVO[] handleGetObservedFishingTripByQualityFlagCode(java.lang.String code) throws java.lang.Exception
getObservedFishingTripByQualityFlagCode(java.lang.String)
java.lang.Exception
public RemoteObservedFishingTripFullVO[] getObservedFishingTripByRecorderPersonId(java.lang.Integer id)
getObservedFishingTripByRecorderPersonId
in interface RemoteObservedFishingTripFullService
RemoteObservedFishingTripFullService.getObservedFishingTripByRecorderPersonId(java.lang.Integer)
protected abstract RemoteObservedFishingTripFullVO[] handleGetObservedFishingTripByRecorderPersonId(java.lang.Integer id) throws java.lang.Exception
getObservedFishingTripByRecorderPersonId(java.lang.Integer)
java.lang.Exception
public boolean remoteObservedFishingTripFullVOsAreEqualOnIdentifiers(RemoteObservedFishingTripFullVO remoteObservedFishingTripFullVOFirst, RemoteObservedFishingTripFullVO remoteObservedFishingTripFullVOSecond)
remoteObservedFishingTripFullVOsAreEqualOnIdentifiers
in interface RemoteObservedFishingTripFullService
RemoteObservedFishingTripFullService.remoteObservedFishingTripFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteObservedFishingTripFullVO, fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteObservedFishingTripFullVO)
protected abstract boolean handleRemoteObservedFishingTripFullVOsAreEqualOnIdentifiers(RemoteObservedFishingTripFullVO remoteObservedFishingTripFullVOFirst, RemoteObservedFishingTripFullVO remoteObservedFishingTripFullVOSecond) throws java.lang.Exception
remoteObservedFishingTripFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteObservedFishingTripFullVO, fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteObservedFishingTripFullVO)
java.lang.Exception
public boolean remoteObservedFishingTripFullVOsAreEqual(RemoteObservedFishingTripFullVO remoteObservedFishingTripFullVOFirst, RemoteObservedFishingTripFullVO remoteObservedFishingTripFullVOSecond)
remoteObservedFishingTripFullVOsAreEqual
in interface RemoteObservedFishingTripFullService
RemoteObservedFishingTripFullService.remoteObservedFishingTripFullVOsAreEqual(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteObservedFishingTripFullVO, fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteObservedFishingTripFullVO)
protected abstract boolean handleRemoteObservedFishingTripFullVOsAreEqual(RemoteObservedFishingTripFullVO remoteObservedFishingTripFullVOFirst, RemoteObservedFishingTripFullVO remoteObservedFishingTripFullVOSecond) throws java.lang.Exception
remoteObservedFishingTripFullVOsAreEqual(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteObservedFishingTripFullVO, fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteObservedFishingTripFullVO)
java.lang.Exception
public RemoteObservedFishingTripNaturalId[] getObservedFishingTripNaturalIds()
getObservedFishingTripNaturalIds
in interface RemoteObservedFishingTripFullService
RemoteObservedFishingTripFullService.getObservedFishingTripNaturalIds()
protected abstract RemoteObservedFishingTripNaturalId[] handleGetObservedFishingTripNaturalIds() throws java.lang.Exception
getObservedFishingTripNaturalIds()
java.lang.Exception
public RemoteObservedFishingTripFullVO getObservedFishingTripByNaturalId(RemoteObservedFishingTripNaturalId observedFishingTripNaturalId)
getObservedFishingTripByNaturalId
in interface RemoteObservedFishingTripFullService
RemoteObservedFishingTripFullService.getObservedFishingTripByNaturalId(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteObservedFishingTripNaturalId)
protected abstract RemoteObservedFishingTripFullVO handleGetObservedFishingTripByNaturalId(RemoteObservedFishingTripNaturalId observedFishingTripNaturalId) throws java.lang.Exception
getObservedFishingTripByNaturalId(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteObservedFishingTripNaturalId)
java.lang.Exception
public RemoteObservedFishingTripNaturalId getObservedFishingTripNaturalIdById(java.lang.Integer id)
getObservedFishingTripNaturalIdById
in interface RemoteObservedFishingTripFullService
RemoteObservedFishingTripFullService.getObservedFishingTripNaturalIdById(java.lang.Integer)
protected abstract RemoteObservedFishingTripNaturalId handleGetObservedFishingTripNaturalIdById(java.lang.Integer id) throws java.lang.Exception
getObservedFishingTripNaturalIdById(java.lang.Integer)
java.lang.Exception
public ClusterObservedFishingTrip[] getAllClusterObservedFishingTripSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterObservedFishingTripSinceDateSynchro
in interface RemoteObservedFishingTripFullService
RemoteObservedFishingTripFullService.getAllClusterObservedFishingTripSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterObservedFishingTrip[] handleGetAllClusterObservedFishingTripSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterObservedFishingTripSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
java.lang.Exception
public ClusterObservedFishingTrip getClusterObservedFishingTripByIdentifiers(java.lang.Integer id)
getClusterObservedFishingTripByIdentifiers
in interface RemoteObservedFishingTripFullService
RemoteObservedFishingTripFullService.getClusterObservedFishingTripByIdentifiers(java.lang.Integer)
protected abstract ClusterObservedFishingTrip handleGetClusterObservedFishingTripByIdentifiers(java.lang.Integer id) throws java.lang.Exception
getClusterObservedFishingTripByIdentifiers(java.lang.Integer)
java.lang.Exception
public ClusterObservedFishingTrip addOrUpdateClusterObservedFishingTrip(ClusterObservedFishingTrip clusterObservedFishingTrip)
addOrUpdateClusterObservedFishingTrip
in interface RemoteObservedFishingTripFullService
RemoteObservedFishingTripFullService.addOrUpdateClusterObservedFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.generic.cluster.ClusterObservedFishingTrip)
protected abstract ClusterObservedFishingTrip handleAddOrUpdateClusterObservedFishingTrip(ClusterObservedFishingTrip clusterObservedFishingTrip) throws java.lang.Exception
addOrUpdateClusterObservedFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.generic.cluster.ClusterObservedFishingTrip)
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 |