fr.ifremer.allegro.referential.vessel.generic.service
Class RemoteVesselMasterPeriodFullServiceImpl

java.lang.Object
  extended by fr.ifremer.allegro.referential.vessel.generic.service.RemoteVesselMasterPeriodFullServiceBase
      extended by fr.ifremer.allegro.referential.vessel.generic.service.RemoteVesselMasterPeriodFullServiceImpl
All Implemented Interfaces:
RemoteVesselMasterPeriodFullService

public class RemoteVesselMasterPeriodFullServiceImpl
extends RemoteVesselMasterPeriodFullServiceBase

See Also:
RemoteVesselMasterPeriodFullService

Constructor Summary
RemoteVesselMasterPeriodFullServiceImpl()
           
 
Method Summary
protected  RemoteVesselMasterPeriodFullVO handleAddVesselMasterPeriod(RemoteVesselMasterPeriodFullVO vesselMasterPeriod)
          Performs the core logic for RemoteVesselMasterPeriodFullServiceBase.addVesselMasterPeriod(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselMasterPeriodFullVO)
protected  RemoteVesselMasterPeriodFullVO[] handleGetAllVesselMasterPeriod()
          Performs the core logic for RemoteVesselMasterPeriodFullServiceBase.getAllVesselMasterPeriod()
protected  ClusterVesselMasterPeriod handleGetClusterVesselMasterPeriodByIdentifiers(java.util.Date startDateTime, java.lang.Integer vesselMasterId, java.lang.String fishingVesselCode)
          Performs the core logic for RemoteVesselMasterPeriodFullServiceBase.getClusterVesselMasterPeriodByIdentifiers(java.util.Date, java.lang.Integer, java.lang.String)
protected  RemoteVesselMasterPeriodFullVO[] handleGetVesselMasterPeriodByFishingVesselCode(java.lang.String code)
          Performs the core logic for RemoteVesselMasterPeriodFullServiceBase.getVesselMasterPeriodByFishingVesselCode(java.lang.String)
protected  RemoteVesselMasterPeriodFullVO handleGetVesselMasterPeriodByIdentifiers(java.util.Date startDateTime, java.lang.Integer vesselMasterId, java.lang.String fishingVesselCode)
          Performs the core logic for RemoteVesselMasterPeriodFullServiceBase.getVesselMasterPeriodByIdentifiers(java.util.Date, java.lang.Integer, java.lang.String)
protected  RemoteVesselMasterPeriodFullVO handleGetVesselMasterPeriodByNaturalId(RemoteVesselMasterPeriodNaturalId vesselMasterPeriodNaturalId)
          Performs the core logic for RemoteVesselMasterPeriodFullServiceBase.getVesselMasterPeriodByNaturalId(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselMasterPeriodNaturalId)
protected  RemoteVesselMasterPeriodFullVO[] handleGetVesselMasterPeriodByStartDateTime(java.util.Date startDateTime)
          Performs the core logic for RemoteVesselMasterPeriodFullServiceBase.getVesselMasterPeriodByStartDateTime(java.util.Date)
protected  RemoteVesselMasterPeriodFullVO[] handleGetVesselMasterPeriodByStartDateTimes(java.util.Date[] startDateTime)
          Performs the core logic for RemoteVesselMasterPeriodFullServiceBase.getVesselMasterPeriodByStartDateTimes(java.util.Date[])
protected  RemoteVesselMasterPeriodFullVO[] handleGetVesselMasterPeriodByVesselMasterId(java.lang.Integer id)
          Performs the core logic for RemoteVesselMasterPeriodFullServiceBase.getVesselMasterPeriodByVesselMasterId(java.lang.Integer)
protected  RemoteVesselMasterPeriodNaturalId[] handleGetVesselMasterPeriodNaturalIds()
          Performs the core logic for RemoteVesselMasterPeriodFullServiceBase.getVesselMasterPeriodNaturalIds()
protected  boolean handleRemoteVesselMasterPeriodFullVOsAreEqual(RemoteVesselMasterPeriodFullVO remoteVesselMasterPeriodFullVOFirst, RemoteVesselMasterPeriodFullVO remoteVesselMasterPeriodFullVOSecond)
          Performs the core logic for RemoteVesselMasterPeriodFullServiceBase.remoteVesselMasterPeriodFullVOsAreEqual(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselMasterPeriodFullVO, fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselMasterPeriodFullVO)
protected  boolean handleRemoteVesselMasterPeriodFullVOsAreEqualOnIdentifiers(RemoteVesselMasterPeriodFullVO remoteVesselMasterPeriodFullVOFirst, RemoteVesselMasterPeriodFullVO remoteVesselMasterPeriodFullVOSecond)
          Performs the core logic for RemoteVesselMasterPeriodFullServiceBase.remoteVesselMasterPeriodFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselMasterPeriodFullVO, fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselMasterPeriodFullVO)
protected  void handleRemoveVesselMasterPeriod(RemoteVesselMasterPeriodFullVO vesselMasterPeriod)
          Performs the core logic for RemoteVesselMasterPeriodFullServiceBase.removeVesselMasterPeriod(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselMasterPeriodFullVO)
protected  void handleUpdateVesselMasterPeriod(RemoteVesselMasterPeriodFullVO vesselMasterPeriod)
          Performs the core logic for RemoteVesselMasterPeriodFullServiceBase.updateVesselMasterPeriod(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselMasterPeriodFullVO)
 
Methods inherited from class fr.ifremer.allegro.referential.vessel.generic.service.RemoteVesselMasterPeriodFullServiceBase
addVesselMasterPeriod, getAllVesselMasterPeriod, getClusterVesselMasterPeriodByIdentifiers, getFishingVesselDao, getMessage, getMessage, getMessage, getMessages, getPrincipal, getVesselMasterDao, getVesselMasterPeriodByFishingVesselCode, getVesselMasterPeriodByIdentifiers, getVesselMasterPeriodByNaturalId, getVesselMasterPeriodByStartDateTime, getVesselMasterPeriodByStartDateTimes, getVesselMasterPeriodByVesselMasterId, getVesselMasterPeriodDao, getVesselMasterPeriodNaturalIds, remoteVesselMasterPeriodFullVOsAreEqual, remoteVesselMasterPeriodFullVOsAreEqualOnIdentifiers, removeVesselMasterPeriod, setFishingVesselDao, setVesselMasterDao, setVesselMasterPeriodDao, updateVesselMasterPeriod
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteVesselMasterPeriodFullServiceImpl

public RemoteVesselMasterPeriodFullServiceImpl()
Method Detail

handleAddVesselMasterPeriod

protected RemoteVesselMasterPeriodFullVO handleAddVesselMasterPeriod(RemoteVesselMasterPeriodFullVO vesselMasterPeriod)
                                                              throws java.lang.Exception
Description copied from class: RemoteVesselMasterPeriodFullServiceBase
Performs the core logic for RemoteVesselMasterPeriodFullServiceBase.addVesselMasterPeriod(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselMasterPeriodFullVO)

Specified by:
handleAddVesselMasterPeriod in class RemoteVesselMasterPeriodFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteVesselMasterPeriodFullService.addVesselMasterPeriod(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselMasterPeriodFullVO)

handleUpdateVesselMasterPeriod

protected void handleUpdateVesselMasterPeriod(RemoteVesselMasterPeriodFullVO vesselMasterPeriod)
                                       throws java.lang.Exception
Description copied from class: RemoteVesselMasterPeriodFullServiceBase
Performs the core logic for RemoteVesselMasterPeriodFullServiceBase.updateVesselMasterPeriod(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselMasterPeriodFullVO)

Specified by:
handleUpdateVesselMasterPeriod in class RemoteVesselMasterPeriodFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteVesselMasterPeriodFullService.updateVesselMasterPeriod(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselMasterPeriodFullVO)

handleRemoveVesselMasterPeriod

protected void handleRemoveVesselMasterPeriod(RemoteVesselMasterPeriodFullVO vesselMasterPeriod)
                                       throws java.lang.Exception
Description copied from class: RemoteVesselMasterPeriodFullServiceBase
Performs the core logic for RemoteVesselMasterPeriodFullServiceBase.removeVesselMasterPeriod(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselMasterPeriodFullVO)

Specified by:
handleRemoveVesselMasterPeriod in class RemoteVesselMasterPeriodFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteVesselMasterPeriodFullService.removeVesselMasterPeriod(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselMasterPeriodFullVO)

handleGetAllVesselMasterPeriod

protected RemoteVesselMasterPeriodFullVO[] handleGetAllVesselMasterPeriod()
                                                                   throws java.lang.Exception
Description copied from class: RemoteVesselMasterPeriodFullServiceBase
Performs the core logic for RemoteVesselMasterPeriodFullServiceBase.getAllVesselMasterPeriod()

Specified by:
handleGetAllVesselMasterPeriod in class RemoteVesselMasterPeriodFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteVesselMasterPeriodFullService.getAllVesselMasterPeriod()

handleGetVesselMasterPeriodByStartDateTime

protected RemoteVesselMasterPeriodFullVO[] handleGetVesselMasterPeriodByStartDateTime(java.util.Date startDateTime)
                                                                               throws java.lang.Exception
Description copied from class: RemoteVesselMasterPeriodFullServiceBase
Performs the core logic for RemoteVesselMasterPeriodFullServiceBase.getVesselMasterPeriodByStartDateTime(java.util.Date)

Specified by:
handleGetVesselMasterPeriodByStartDateTime in class RemoteVesselMasterPeriodFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteVesselMasterPeriodFullService.getVesselMasterPeriodByStartDateTime(java.util.Date)

handleGetVesselMasterPeriodByStartDateTimes

protected RemoteVesselMasterPeriodFullVO[] handleGetVesselMasterPeriodByStartDateTimes(java.util.Date[] startDateTime)
                                                                                throws java.lang.Exception
Description copied from class: RemoteVesselMasterPeriodFullServiceBase
Performs the core logic for RemoteVesselMasterPeriodFullServiceBase.getVesselMasterPeriodByStartDateTimes(java.util.Date[])

Specified by:
handleGetVesselMasterPeriodByStartDateTimes in class RemoteVesselMasterPeriodFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteVesselMasterPeriodFullService.getVesselMasterPeriodByStartDateTimes(java.util.Date[])

handleGetVesselMasterPeriodByVesselMasterId

protected RemoteVesselMasterPeriodFullVO[] handleGetVesselMasterPeriodByVesselMasterId(java.lang.Integer id)
                                                                                throws java.lang.Exception
Description copied from class: RemoteVesselMasterPeriodFullServiceBase
Performs the core logic for RemoteVesselMasterPeriodFullServiceBase.getVesselMasterPeriodByVesselMasterId(java.lang.Integer)

Specified by:
handleGetVesselMasterPeriodByVesselMasterId in class RemoteVesselMasterPeriodFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteVesselMasterPeriodFullService.getVesselMasterPeriodByVesselMasterId(java.lang.Integer)

handleGetVesselMasterPeriodByFishingVesselCode

protected RemoteVesselMasterPeriodFullVO[] handleGetVesselMasterPeriodByFishingVesselCode(java.lang.String code)
                                                                                   throws java.lang.Exception
Description copied from class: RemoteVesselMasterPeriodFullServiceBase
Performs the core logic for RemoteVesselMasterPeriodFullServiceBase.getVesselMasterPeriodByFishingVesselCode(java.lang.String)

Specified by:
handleGetVesselMasterPeriodByFishingVesselCode in class RemoteVesselMasterPeriodFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteVesselMasterPeriodFullService.getVesselMasterPeriodByFishingVesselCode(java.lang.String)

handleGetVesselMasterPeriodByIdentifiers

protected RemoteVesselMasterPeriodFullVO handleGetVesselMasterPeriodByIdentifiers(java.util.Date startDateTime,
                                                                                  java.lang.Integer vesselMasterId,
                                                                                  java.lang.String fishingVesselCode)
                                                                           throws java.lang.Exception
Description copied from class: RemoteVesselMasterPeriodFullServiceBase
Performs the core logic for RemoteVesselMasterPeriodFullServiceBase.getVesselMasterPeriodByIdentifiers(java.util.Date, java.lang.Integer, java.lang.String)

Specified by:
handleGetVesselMasterPeriodByIdentifiers in class RemoteVesselMasterPeriodFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteVesselMasterPeriodFullService.getVesselMasterPeriodByIdentifiers(java.util.Date, java.lang.Integer, java.lang.String)

handleRemoteVesselMasterPeriodFullVOsAreEqualOnIdentifiers

protected boolean handleRemoteVesselMasterPeriodFullVOsAreEqualOnIdentifiers(RemoteVesselMasterPeriodFullVO remoteVesselMasterPeriodFullVOFirst,
                                                                             RemoteVesselMasterPeriodFullVO remoteVesselMasterPeriodFullVOSecond)
                                                                      throws java.lang.Exception
Description copied from class: RemoteVesselMasterPeriodFullServiceBase
Performs the core logic for RemoteVesselMasterPeriodFullServiceBase.remoteVesselMasterPeriodFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselMasterPeriodFullVO, fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselMasterPeriodFullVO)

Specified by:
handleRemoteVesselMasterPeriodFullVOsAreEqualOnIdentifiers in class RemoteVesselMasterPeriodFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteVesselMasterPeriodFullService.remoteVesselMasterPeriodFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselMasterPeriodFullVO, fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselMasterPeriodFullVO)

handleRemoteVesselMasterPeriodFullVOsAreEqual

protected boolean handleRemoteVesselMasterPeriodFullVOsAreEqual(RemoteVesselMasterPeriodFullVO remoteVesselMasterPeriodFullVOFirst,
                                                                RemoteVesselMasterPeriodFullVO remoteVesselMasterPeriodFullVOSecond)
                                                         throws java.lang.Exception
Description copied from class: RemoteVesselMasterPeriodFullServiceBase
Performs the core logic for RemoteVesselMasterPeriodFullServiceBase.remoteVesselMasterPeriodFullVOsAreEqual(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselMasterPeriodFullVO, fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselMasterPeriodFullVO)

Specified by:
handleRemoteVesselMasterPeriodFullVOsAreEqual in class RemoteVesselMasterPeriodFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteVesselMasterPeriodFullService.remoteVesselMasterPeriodFullVOsAreEqual(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselMasterPeriodFullVO, fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselMasterPeriodFullVO)

handleGetVesselMasterPeriodNaturalIds

protected RemoteVesselMasterPeriodNaturalId[] handleGetVesselMasterPeriodNaturalIds()
                                                                             throws java.lang.Exception
Description copied from class: RemoteVesselMasterPeriodFullServiceBase
Performs the core logic for RemoteVesselMasterPeriodFullServiceBase.getVesselMasterPeriodNaturalIds()

Specified by:
handleGetVesselMasterPeriodNaturalIds in class RemoteVesselMasterPeriodFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteVesselMasterPeriodFullService.getVesselMasterPeriodNaturalIds()

handleGetVesselMasterPeriodByNaturalId

protected RemoteVesselMasterPeriodFullVO handleGetVesselMasterPeriodByNaturalId(RemoteVesselMasterPeriodNaturalId vesselMasterPeriodNaturalId)
                                                                         throws java.lang.Exception
Description copied from class: RemoteVesselMasterPeriodFullServiceBase
Performs the core logic for RemoteVesselMasterPeriodFullServiceBase.getVesselMasterPeriodByNaturalId(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselMasterPeriodNaturalId)

Specified by:
handleGetVesselMasterPeriodByNaturalId in class RemoteVesselMasterPeriodFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteVesselMasterPeriodFullService.getVesselMasterPeriodByNaturalId(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselMasterPeriodNaturalId)

handleGetClusterVesselMasterPeriodByIdentifiers

protected ClusterVesselMasterPeriod handleGetClusterVesselMasterPeriodByIdentifiers(java.util.Date startDateTime,
                                                                                    java.lang.Integer vesselMasterId,
                                                                                    java.lang.String fishingVesselCode)
                                                                             throws java.lang.Exception
Description copied from class: RemoteVesselMasterPeriodFullServiceBase
Performs the core logic for RemoteVesselMasterPeriodFullServiceBase.getClusterVesselMasterPeriodByIdentifiers(java.util.Date, java.lang.Integer, java.lang.String)

Specified by:
handleGetClusterVesselMasterPeriodByIdentifiers in class RemoteVesselMasterPeriodFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteVesselMasterPeriodFullService.getClusterVesselMasterPeriodByIdentifiers(java.util.Date, java.lang.Integer, java.lang.String)


Copyright © 2008-2010 IFREMER. All Rights Reserved.