|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.data.survey.landing.generic.service.RemoteLandingFullServiceBase
fr.ifremer.allegro.data.survey.landing.generic.service.RemoteLandingFullServiceImpl
public class RemoteLandingFullServiceImpl
RemoteLandingFullService
Constructor Summary | |
---|---|
RemoteLandingFullServiceImpl()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteLandingFullServiceImpl()
Method Detail |
---|
protected RemoteLandingFullVO handleAddLanding(RemoteLandingFullVO landing) throws java.lang.Exception
RemoteLandingFullServiceBase
RemoteLandingFullServiceBase.addLanding(fr.ifremer.allegro.data.survey.landing.generic.vo.RemoteLandingFullVO)
handleAddLanding
in class RemoteLandingFullServiceBase
java.lang.Exception
RemoteLandingFullService.addLanding(fr.ifremer.allegro.data.survey.landing.generic.vo.RemoteLandingFullVO)
protected void handleUpdateLanding(RemoteLandingFullVO landing) throws java.lang.Exception
RemoteLandingFullServiceBase
RemoteLandingFullServiceBase.updateLanding(fr.ifremer.allegro.data.survey.landing.generic.vo.RemoteLandingFullVO)
handleUpdateLanding
in class RemoteLandingFullServiceBase
java.lang.Exception
RemoteLandingFullService.updateLanding(fr.ifremer.allegro.data.survey.landing.generic.vo.RemoteLandingFullVO)
protected void handleRemoveLanding(RemoteLandingFullVO landing) throws java.lang.Exception
RemoteLandingFullServiceBase
RemoteLandingFullServiceBase.removeLanding(fr.ifremer.allegro.data.survey.landing.generic.vo.RemoteLandingFullVO)
handleRemoveLanding
in class RemoteLandingFullServiceBase
java.lang.Exception
RemoteLandingFullService.removeLanding(fr.ifremer.allegro.data.survey.landing.generic.vo.RemoteLandingFullVO)
protected RemoteLandingFullVO[] handleGetAllLanding() throws java.lang.Exception
RemoteLandingFullServiceBase
RemoteLandingFullServiceBase.getAllLanding()
handleGetAllLanding
in class RemoteLandingFullServiceBase
java.lang.Exception
RemoteLandingFullService.getAllLanding()
protected RemoteLandingFullVO handleGetLandingById(java.lang.Integer id) throws java.lang.Exception
RemoteLandingFullServiceBase
RemoteLandingFullServiceBase.getLandingById(java.lang.Integer)
handleGetLandingById
in class RemoteLandingFullServiceBase
java.lang.Exception
RemoteLandingFullService.getLandingById(java.lang.Integer)
protected RemoteLandingFullVO[] handleGetLandingByIds(java.lang.Integer[] id) throws java.lang.Exception
RemoteLandingFullServiceBase
RemoteLandingFullServiceBase.getLandingByIds(java.lang.Integer[])
handleGetLandingByIds
in class RemoteLandingFullServiceBase
java.lang.Exception
RemoteLandingFullService.getLandingByIds(java.lang.Integer[])
protected RemoteLandingFullVO[] handleGetLandingByLandingLocationId(java.lang.Integer id) throws java.lang.Exception
RemoteLandingFullServiceBase
RemoteLandingFullServiceBase.getLandingByLandingLocationId(java.lang.Integer)
handleGetLandingByLandingLocationId
in class RemoteLandingFullServiceBase
java.lang.Exception
RemoteLandingFullService.getLandingByLandingLocationId(java.lang.Integer)
protected RemoteLandingFullVO[] handleGetLandingByVesselCode(java.lang.String code) throws java.lang.Exception
RemoteLandingFullServiceBase
RemoteLandingFullServiceBase.getLandingByVesselCode(java.lang.String)
handleGetLandingByVesselCode
in class RemoteLandingFullServiceBase
java.lang.Exception
RemoteLandingFullService.getLandingByVesselCode(java.lang.String)
protected RemoteLandingFullVO[] handleGetLandingByFishingTripId(java.lang.Integer id) throws java.lang.Exception
RemoteLandingFullServiceBase
RemoteLandingFullServiceBase.getLandingByFishingTripId(java.lang.Integer)
handleGetLandingByFishingTripId
in class RemoteLandingFullServiceBase
java.lang.Exception
RemoteLandingFullService.getLandingByFishingTripId(java.lang.Integer)
protected RemoteLandingFullVO[] handleGetLandingByProgramCode(java.lang.String code) throws java.lang.Exception
RemoteLandingFullServiceBase
RemoteLandingFullServiceBase.getLandingByProgramCode(java.lang.String)
handleGetLandingByProgramCode
in class RemoteLandingFullServiceBase
java.lang.Exception
RemoteLandingFullService.getLandingByProgramCode(java.lang.String)
protected RemoteLandingFullVO[] handleGetLandingByRecorderDepartmentId(java.lang.Integer id) throws java.lang.Exception
RemoteLandingFullServiceBase
RemoteLandingFullServiceBase.getLandingByRecorderDepartmentId(java.lang.Integer)
handleGetLandingByRecorderDepartmentId
in class RemoteLandingFullServiceBase
java.lang.Exception
RemoteLandingFullService.getLandingByRecorderDepartmentId(java.lang.Integer)
protected RemoteLandingFullVO[] handleGetLandingByQualityFlagCode(java.lang.String code) throws java.lang.Exception
RemoteLandingFullServiceBase
RemoteLandingFullServiceBase.getLandingByQualityFlagCode(java.lang.String)
handleGetLandingByQualityFlagCode
in class RemoteLandingFullServiceBase
java.lang.Exception
RemoteLandingFullService.getLandingByQualityFlagCode(java.lang.String)
protected RemoteLandingFullVO handleGetLandingByCatchBatchId(java.lang.Integer id) throws java.lang.Exception
RemoteLandingFullServiceBase
RemoteLandingFullServiceBase.getLandingByCatchBatchId(java.lang.Integer)
handleGetLandingByCatchBatchId
in class RemoteLandingFullServiceBase
java.lang.Exception
RemoteLandingFullService.getLandingByCatchBatchId(java.lang.Integer)
protected RemoteLandingFullVO[] handleGetLandingByRecorderPersonId(java.lang.Integer id) throws java.lang.Exception
RemoteLandingFullServiceBase
RemoteLandingFullServiceBase.getLandingByRecorderPersonId(java.lang.Integer)
handleGetLandingByRecorderPersonId
in class RemoteLandingFullServiceBase
java.lang.Exception
RemoteLandingFullService.getLandingByRecorderPersonId(java.lang.Integer)
protected boolean handleRemoteLandingFullVOsAreEqualOnIdentifiers(RemoteLandingFullVO remoteLandingFullVOFirst, RemoteLandingFullVO remoteLandingFullVOSecond) throws java.lang.Exception
RemoteLandingFullServiceBase
RemoteLandingFullServiceBase.remoteLandingFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.survey.landing.generic.vo.RemoteLandingFullVO, fr.ifremer.allegro.data.survey.landing.generic.vo.RemoteLandingFullVO)
handleRemoteLandingFullVOsAreEqualOnIdentifiers
in class RemoteLandingFullServiceBase
java.lang.Exception
RemoteLandingFullService.remoteLandingFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.survey.landing.generic.vo.RemoteLandingFullVO, fr.ifremer.allegro.data.survey.landing.generic.vo.RemoteLandingFullVO)
protected boolean handleRemoteLandingFullVOsAreEqual(RemoteLandingFullVO remoteLandingFullVOFirst, RemoteLandingFullVO remoteLandingFullVOSecond) throws java.lang.Exception
RemoteLandingFullServiceBase
RemoteLandingFullServiceBase.remoteLandingFullVOsAreEqual(fr.ifremer.allegro.data.survey.landing.generic.vo.RemoteLandingFullVO, fr.ifremer.allegro.data.survey.landing.generic.vo.RemoteLandingFullVO)
handleRemoteLandingFullVOsAreEqual
in class RemoteLandingFullServiceBase
java.lang.Exception
RemoteLandingFullService.remoteLandingFullVOsAreEqual(fr.ifremer.allegro.data.survey.landing.generic.vo.RemoteLandingFullVO, fr.ifremer.allegro.data.survey.landing.generic.vo.RemoteLandingFullVO)
protected RemoteLandingNaturalId[] handleGetLandingNaturalIds() throws java.lang.Exception
RemoteLandingFullServiceBase
RemoteLandingFullServiceBase.getLandingNaturalIds()
handleGetLandingNaturalIds
in class RemoteLandingFullServiceBase
java.lang.Exception
RemoteLandingFullService.getLandingNaturalIds()
protected RemoteLandingFullVO handleGetLandingByNaturalId(RemoteLandingNaturalId landingNaturalId) throws java.lang.Exception
RemoteLandingFullServiceBase
RemoteLandingFullServiceBase.getLandingByNaturalId(fr.ifremer.allegro.data.survey.landing.generic.vo.RemoteLandingNaturalId)
handleGetLandingByNaturalId
in class RemoteLandingFullServiceBase
java.lang.Exception
RemoteLandingFullService.getLandingByNaturalId(fr.ifremer.allegro.data.survey.landing.generic.vo.RemoteLandingNaturalId)
protected RemoteLandingNaturalId handleGetLandingNaturalIdById(java.lang.Integer id) throws java.lang.Exception
RemoteLandingFullServiceBase
RemoteLandingFullServiceBase.getLandingNaturalIdById(java.lang.Integer)
handleGetLandingNaturalIdById
in class RemoteLandingFullServiceBase
java.lang.Exception
RemoteLandingFullService.getLandingNaturalIdById(java.lang.Integer)
protected ClusterLanding[] handleGetAllClusterLandingSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
RemoteLandingFullServiceBase
RemoteLandingFullServiceBase.getAllClusterLandingSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
handleGetAllClusterLandingSinceDateSynchro
in class RemoteLandingFullServiceBase
java.lang.Exception
RemoteLandingFullService.getAllClusterLandingSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected ClusterLanding handleGetClusterLandingByIdentifiers(java.lang.Integer id) throws java.lang.Exception
RemoteLandingFullServiceBase
RemoteLandingFullServiceBase.getClusterLandingByIdentifiers(java.lang.Integer)
handleGetClusterLandingByIdentifiers
in class RemoteLandingFullServiceBase
java.lang.Exception
RemoteLandingFullService.getClusterLandingByIdentifiers(java.lang.Integer)
protected ClusterLanding handleAddOrUpdateClusterLanding(ClusterLanding clusterLanding) throws java.lang.Exception
RemoteLandingFullServiceBase
RemoteLandingFullServiceBase.addOrUpdateClusterLanding(fr.ifremer.allegro.data.survey.landing.generic.cluster.ClusterLanding)
handleAddOrUpdateClusterLanding
in class RemoteLandingFullServiceBase
java.lang.Exception
RemoteLandingFullService.addOrUpdateClusterLanding(fr.ifremer.allegro.data.survey.landing.generic.cluster.ClusterLanding)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |