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

java.lang.Object
  extended by fr.ifremer.allegro.referential.vessel.generic.service.RemoteVesselOwnerPeriodFullServiceBase
      extended by fr.ifremer.allegro.referential.vessel.generic.service.RemoteVesselOwnerPeriodFullServiceImpl
All Implemented Interfaces:
RemoteVesselOwnerPeriodFullService

public class RemoteVesselOwnerPeriodFullServiceImpl
extends RemoteVesselOwnerPeriodFullServiceBase

See Also:
RemoteVesselOwnerPeriodFullService

Constructor Summary
RemoteVesselOwnerPeriodFullServiceImpl()
           
 
Method Summary
protected  RemoteVesselOwnerPeriodFullVO handleAddVesselOwnerPeriod(RemoteVesselOwnerPeriodFullVO vesselOwnerPeriod)
          Performs the core logic for RemoteVesselOwnerPeriodFullServiceBase.addVesselOwnerPeriod(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselOwnerPeriodFullVO)
protected  RemoteVesselOwnerPeriodFullVO[] handleGetAllVesselOwnerPeriod()
          Performs the core logic for RemoteVesselOwnerPeriodFullServiceBase.getAllVesselOwnerPeriod()
protected  ClusterVesselOwnerPeriod handleGetClusterVesselOwnerPeriodByIdentifiers(java.lang.Integer vesselOwnerId, java.util.Date startDateTime, java.lang.String vesselCode)
          Performs the core logic for RemoteVesselOwnerPeriodFullServiceBase.getClusterVesselOwnerPeriodByIdentifiers(java.lang.Integer, java.util.Date, java.lang.String)
protected  RemoteVesselOwnerPeriodFullVO handleGetVesselOwnerPeriodByIdentifiers(java.lang.Integer vesselOwnerId, java.util.Date startDateTime, java.lang.String vesselCode)
          Performs the core logic for RemoteVesselOwnerPeriodFullServiceBase.getVesselOwnerPeriodByIdentifiers(java.lang.Integer, java.util.Date, java.lang.String)
protected  RemoteVesselOwnerPeriodFullVO handleGetVesselOwnerPeriodByNaturalId(RemoteVesselOwnerPeriodNaturalId vesselOwnerPeriodNaturalId)
          Performs the core logic for RemoteVesselOwnerPeriodFullServiceBase.getVesselOwnerPeriodByNaturalId(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselOwnerPeriodNaturalId)
protected  RemoteVesselOwnerPeriodFullVO[] handleGetVesselOwnerPeriodByStartDateTime(java.util.Date startDateTime)
          Performs the core logic for RemoteVesselOwnerPeriodFullServiceBase.getVesselOwnerPeriodByStartDateTime(java.util.Date)
protected  RemoteVesselOwnerPeriodFullVO[] handleGetVesselOwnerPeriodByStartDateTimes(java.util.Date[] startDateTime)
          Performs the core logic for RemoteVesselOwnerPeriodFullServiceBase.getVesselOwnerPeriodByStartDateTimes(java.util.Date[])
protected  RemoteVesselOwnerPeriodFullVO[] handleGetVesselOwnerPeriodByVesselCode(java.lang.String code)
          Performs the core logic for RemoteVesselOwnerPeriodFullServiceBase.getVesselOwnerPeriodByVesselCode(java.lang.String)
protected  RemoteVesselOwnerPeriodFullVO[] handleGetVesselOwnerPeriodByVesselOwnerId(java.lang.Integer id)
          Performs the core logic for RemoteVesselOwnerPeriodFullServiceBase.getVesselOwnerPeriodByVesselOwnerId(java.lang.Integer)
protected  RemoteVesselOwnerPeriodNaturalId[] handleGetVesselOwnerPeriodNaturalIds()
          Performs the core logic for RemoteVesselOwnerPeriodFullServiceBase.getVesselOwnerPeriodNaturalIds()
protected  boolean handleRemoteVesselOwnerPeriodFullVOsAreEqual(RemoteVesselOwnerPeriodFullVO remoteVesselOwnerPeriodFullVOFirst, RemoteVesselOwnerPeriodFullVO remoteVesselOwnerPeriodFullVOSecond)
          Performs the core logic for RemoteVesselOwnerPeriodFullServiceBase.remoteVesselOwnerPeriodFullVOsAreEqual(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselOwnerPeriodFullVO, fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselOwnerPeriodFullVO)
protected  boolean handleRemoteVesselOwnerPeriodFullVOsAreEqualOnIdentifiers(RemoteVesselOwnerPeriodFullVO remoteVesselOwnerPeriodFullVOFirst, RemoteVesselOwnerPeriodFullVO remoteVesselOwnerPeriodFullVOSecond)
          Performs the core logic for RemoteVesselOwnerPeriodFullServiceBase.remoteVesselOwnerPeriodFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselOwnerPeriodFullVO, fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselOwnerPeriodFullVO)
protected  void handleRemoveVesselOwnerPeriod(RemoteVesselOwnerPeriodFullVO vesselOwnerPeriod)
          Performs the core logic for RemoteVesselOwnerPeriodFullServiceBase.removeVesselOwnerPeriod(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselOwnerPeriodFullVO)
protected  void handleUpdateVesselOwnerPeriod(RemoteVesselOwnerPeriodFullVO vesselOwnerPeriod)
          Performs the core logic for RemoteVesselOwnerPeriodFullServiceBase.updateVesselOwnerPeriod(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselOwnerPeriodFullVO)
 
Methods inherited from class fr.ifremer.allegro.referential.vessel.generic.service.RemoteVesselOwnerPeriodFullServiceBase
addVesselOwnerPeriod, getAllVesselOwnerPeriod, getClusterVesselOwnerPeriodByIdentifiers, getMessage, getMessage, getMessage, getMessages, getPrincipal, getVesselDao, getVesselOwnerDao, getVesselOwnerPeriodByIdentifiers, getVesselOwnerPeriodByNaturalId, getVesselOwnerPeriodByStartDateTime, getVesselOwnerPeriodByStartDateTimes, getVesselOwnerPeriodByVesselCode, getVesselOwnerPeriodByVesselOwnerId, getVesselOwnerPeriodDao, getVesselOwnerPeriodNaturalIds, remoteVesselOwnerPeriodFullVOsAreEqual, remoteVesselOwnerPeriodFullVOsAreEqualOnIdentifiers, removeVesselOwnerPeriod, setVesselDao, setVesselOwnerDao, setVesselOwnerPeriodDao, updateVesselOwnerPeriod
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteVesselOwnerPeriodFullServiceImpl

public RemoteVesselOwnerPeriodFullServiceImpl()
Method Detail

handleAddVesselOwnerPeriod

protected RemoteVesselOwnerPeriodFullVO handleAddVesselOwnerPeriod(RemoteVesselOwnerPeriodFullVO vesselOwnerPeriod)
                                                            throws java.lang.Exception
Description copied from class: RemoteVesselOwnerPeriodFullServiceBase
Performs the core logic for RemoteVesselOwnerPeriodFullServiceBase.addVesselOwnerPeriod(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselOwnerPeriodFullVO)

Specified by:
handleAddVesselOwnerPeriod in class RemoteVesselOwnerPeriodFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteVesselOwnerPeriodFullService.addVesselOwnerPeriod(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselOwnerPeriodFullVO)

handleUpdateVesselOwnerPeriod

protected void handleUpdateVesselOwnerPeriod(RemoteVesselOwnerPeriodFullVO vesselOwnerPeriod)
                                      throws java.lang.Exception
Description copied from class: RemoteVesselOwnerPeriodFullServiceBase
Performs the core logic for RemoteVesselOwnerPeriodFullServiceBase.updateVesselOwnerPeriod(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselOwnerPeriodFullVO)

Specified by:
handleUpdateVesselOwnerPeriod in class RemoteVesselOwnerPeriodFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteVesselOwnerPeriodFullService.updateVesselOwnerPeriod(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselOwnerPeriodFullVO)

handleRemoveVesselOwnerPeriod

protected void handleRemoveVesselOwnerPeriod(RemoteVesselOwnerPeriodFullVO vesselOwnerPeriod)
                                      throws java.lang.Exception
Description copied from class: RemoteVesselOwnerPeriodFullServiceBase
Performs the core logic for RemoteVesselOwnerPeriodFullServiceBase.removeVesselOwnerPeriod(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselOwnerPeriodFullVO)

Specified by:
handleRemoveVesselOwnerPeriod in class RemoteVesselOwnerPeriodFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteVesselOwnerPeriodFullService.removeVesselOwnerPeriod(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselOwnerPeriodFullVO)

handleGetAllVesselOwnerPeriod

protected RemoteVesselOwnerPeriodFullVO[] handleGetAllVesselOwnerPeriod()
                                                                 throws java.lang.Exception
Description copied from class: RemoteVesselOwnerPeriodFullServiceBase
Performs the core logic for RemoteVesselOwnerPeriodFullServiceBase.getAllVesselOwnerPeriod()

Specified by:
handleGetAllVesselOwnerPeriod in class RemoteVesselOwnerPeriodFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteVesselOwnerPeriodFullService.getAllVesselOwnerPeriod()

handleGetVesselOwnerPeriodByStartDateTime

protected RemoteVesselOwnerPeriodFullVO[] handleGetVesselOwnerPeriodByStartDateTime(java.util.Date startDateTime)
                                                                             throws java.lang.Exception
Description copied from class: RemoteVesselOwnerPeriodFullServiceBase
Performs the core logic for RemoteVesselOwnerPeriodFullServiceBase.getVesselOwnerPeriodByStartDateTime(java.util.Date)

Specified by:
handleGetVesselOwnerPeriodByStartDateTime in class RemoteVesselOwnerPeriodFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteVesselOwnerPeriodFullService.getVesselOwnerPeriodByStartDateTime(java.util.Date)

handleGetVesselOwnerPeriodByStartDateTimes

protected RemoteVesselOwnerPeriodFullVO[] handleGetVesselOwnerPeriodByStartDateTimes(java.util.Date[] startDateTime)
                                                                              throws java.lang.Exception
Description copied from class: RemoteVesselOwnerPeriodFullServiceBase
Performs the core logic for RemoteVesselOwnerPeriodFullServiceBase.getVesselOwnerPeriodByStartDateTimes(java.util.Date[])

Specified by:
handleGetVesselOwnerPeriodByStartDateTimes in class RemoteVesselOwnerPeriodFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteVesselOwnerPeriodFullService.getVesselOwnerPeriodByStartDateTimes(java.util.Date[])

handleGetVesselOwnerPeriodByVesselOwnerId

protected RemoteVesselOwnerPeriodFullVO[] handleGetVesselOwnerPeriodByVesselOwnerId(java.lang.Integer id)
                                                                             throws java.lang.Exception
Description copied from class: RemoteVesselOwnerPeriodFullServiceBase
Performs the core logic for RemoteVesselOwnerPeriodFullServiceBase.getVesselOwnerPeriodByVesselOwnerId(java.lang.Integer)

Specified by:
handleGetVesselOwnerPeriodByVesselOwnerId in class RemoteVesselOwnerPeriodFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteVesselOwnerPeriodFullService.getVesselOwnerPeriodByVesselOwnerId(java.lang.Integer)

handleGetVesselOwnerPeriodByVesselCode

protected RemoteVesselOwnerPeriodFullVO[] handleGetVesselOwnerPeriodByVesselCode(java.lang.String code)
                                                                          throws java.lang.Exception
Description copied from class: RemoteVesselOwnerPeriodFullServiceBase
Performs the core logic for RemoteVesselOwnerPeriodFullServiceBase.getVesselOwnerPeriodByVesselCode(java.lang.String)

Specified by:
handleGetVesselOwnerPeriodByVesselCode in class RemoteVesselOwnerPeriodFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteVesselOwnerPeriodFullService.getVesselOwnerPeriodByVesselCode(java.lang.String)

handleGetVesselOwnerPeriodByIdentifiers

protected RemoteVesselOwnerPeriodFullVO handleGetVesselOwnerPeriodByIdentifiers(java.lang.Integer vesselOwnerId,
                                                                                java.util.Date startDateTime,
                                                                                java.lang.String vesselCode)
                                                                         throws java.lang.Exception
Description copied from class: RemoteVesselOwnerPeriodFullServiceBase
Performs the core logic for RemoteVesselOwnerPeriodFullServiceBase.getVesselOwnerPeriodByIdentifiers(java.lang.Integer, java.util.Date, java.lang.String)

Specified by:
handleGetVesselOwnerPeriodByIdentifiers in class RemoteVesselOwnerPeriodFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteVesselOwnerPeriodFullService.getVesselOwnerPeriodByIdentifiers(java.lang.Integer, java.util.Date, java.lang.String)

handleRemoteVesselOwnerPeriodFullVOsAreEqualOnIdentifiers

protected boolean handleRemoteVesselOwnerPeriodFullVOsAreEqualOnIdentifiers(RemoteVesselOwnerPeriodFullVO remoteVesselOwnerPeriodFullVOFirst,
                                                                            RemoteVesselOwnerPeriodFullVO remoteVesselOwnerPeriodFullVOSecond)
                                                                     throws java.lang.Exception
Description copied from class: RemoteVesselOwnerPeriodFullServiceBase
Performs the core logic for RemoteVesselOwnerPeriodFullServiceBase.remoteVesselOwnerPeriodFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselOwnerPeriodFullVO, fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselOwnerPeriodFullVO)

Specified by:
handleRemoteVesselOwnerPeriodFullVOsAreEqualOnIdentifiers in class RemoteVesselOwnerPeriodFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteVesselOwnerPeriodFullService.remoteVesselOwnerPeriodFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselOwnerPeriodFullVO, fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselOwnerPeriodFullVO)

handleRemoteVesselOwnerPeriodFullVOsAreEqual

protected boolean handleRemoteVesselOwnerPeriodFullVOsAreEqual(RemoteVesselOwnerPeriodFullVO remoteVesselOwnerPeriodFullVOFirst,
                                                               RemoteVesselOwnerPeriodFullVO remoteVesselOwnerPeriodFullVOSecond)
                                                        throws java.lang.Exception
Description copied from class: RemoteVesselOwnerPeriodFullServiceBase
Performs the core logic for RemoteVesselOwnerPeriodFullServiceBase.remoteVesselOwnerPeriodFullVOsAreEqual(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselOwnerPeriodFullVO, fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselOwnerPeriodFullVO)

Specified by:
handleRemoteVesselOwnerPeriodFullVOsAreEqual in class RemoteVesselOwnerPeriodFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteVesselOwnerPeriodFullService.remoteVesselOwnerPeriodFullVOsAreEqual(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselOwnerPeriodFullVO, fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselOwnerPeriodFullVO)

handleGetVesselOwnerPeriodNaturalIds

protected RemoteVesselOwnerPeriodNaturalId[] handleGetVesselOwnerPeriodNaturalIds()
                                                                           throws java.lang.Exception
Description copied from class: RemoteVesselOwnerPeriodFullServiceBase
Performs the core logic for RemoteVesselOwnerPeriodFullServiceBase.getVesselOwnerPeriodNaturalIds()

Specified by:
handleGetVesselOwnerPeriodNaturalIds in class RemoteVesselOwnerPeriodFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteVesselOwnerPeriodFullService.getVesselOwnerPeriodNaturalIds()

handleGetVesselOwnerPeriodByNaturalId

protected RemoteVesselOwnerPeriodFullVO handleGetVesselOwnerPeriodByNaturalId(RemoteVesselOwnerPeriodNaturalId vesselOwnerPeriodNaturalId)
                                                                       throws java.lang.Exception
Description copied from class: RemoteVesselOwnerPeriodFullServiceBase
Performs the core logic for RemoteVesselOwnerPeriodFullServiceBase.getVesselOwnerPeriodByNaturalId(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselOwnerPeriodNaturalId)

Specified by:
handleGetVesselOwnerPeriodByNaturalId in class RemoteVesselOwnerPeriodFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteVesselOwnerPeriodFullService.getVesselOwnerPeriodByNaturalId(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselOwnerPeriodNaturalId)

handleGetClusterVesselOwnerPeriodByIdentifiers

protected ClusterVesselOwnerPeriod handleGetClusterVesselOwnerPeriodByIdentifiers(java.lang.Integer vesselOwnerId,
                                                                                  java.util.Date startDateTime,
                                                                                  java.lang.String vesselCode)
                                                                           throws java.lang.Exception
Description copied from class: RemoteVesselOwnerPeriodFullServiceBase
Performs the core logic for RemoteVesselOwnerPeriodFullServiceBase.getClusterVesselOwnerPeriodByIdentifiers(java.lang.Integer, java.util.Date, java.lang.String)

Specified by:
handleGetClusterVesselOwnerPeriodByIdentifiers in class RemoteVesselOwnerPeriodFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteVesselOwnerPeriodFullService.getClusterVesselOwnerPeriodByIdentifiers(java.lang.Integer, java.util.Date, java.lang.String)


Copyright © 2008-2010 IFREMER. All Rights Reserved.