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

java.lang.Object
  extended by fr.ifremer.allegro.referential.vessel.generic.service.RemotePleasureBoatFullServiceBase
      extended by fr.ifremer.allegro.referential.vessel.generic.service.RemotePleasureBoatFullServiceImpl
All Implemented Interfaces:
RemotePleasureBoatFullService

public class RemotePleasureBoatFullServiceImpl
extends RemotePleasureBoatFullServiceBase

See Also:
RemotePleasureBoatFullService

Constructor Summary
RemotePleasureBoatFullServiceImpl()
           
 
Method Summary
protected  ClusterPleasureBoat handleAddOrUpdateClusterPleasureBoat(ClusterPleasureBoat clusterPleasureBoat)
          Performs the core logic for RemotePleasureBoatFullServiceBase.addOrUpdateClusterPleasureBoat(fr.ifremer.allegro.referential.vessel.generic.cluster.ClusterPleasureBoat)
protected  RemotePleasureBoatFullVO handleAddPleasureBoat(RemotePleasureBoatFullVO pleasureBoat)
          Performs the core logic for RemotePleasureBoatFullServiceBase.addPleasureBoat(fr.ifremer.allegro.referential.vessel.generic.vo.RemotePleasureBoatFullVO)
protected  ClusterPleasureBoat[] handleGetAllClusterPleasureBoatSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
          Performs the core logic for RemotePleasureBoatFullServiceBase.getAllClusterPleasureBoatSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  RemotePleasureBoatFullVO[] handleGetAllPleasureBoat()
          Performs the core logic for RemotePleasureBoatFullServiceBase.getAllPleasureBoat()
protected  ClusterPleasureBoat handleGetClusterPleasureBoatByIdentifiers(java.lang.String code)
          Performs the core logic for RemotePleasureBoatFullServiceBase.getClusterPleasureBoatByIdentifiers(java.lang.String)
protected  RemotePleasureBoatFullVO handleGetPleasureBoatByCode(java.lang.String code)
          Performs the core logic for RemotePleasureBoatFullServiceBase.getPleasureBoatByCode(java.lang.String)
protected  RemotePleasureBoatFullVO[] handleGetPleasureBoatByCodes(java.lang.String[] code)
          Performs the core logic for RemotePleasureBoatFullServiceBase.getPleasureBoatByCodes(java.lang.String[])
protected  RemotePleasureBoatFullVO handleGetPleasureBoatByNaturalId(RemotePleasureBoatNaturalId pleasureBoatNaturalId)
          Performs the core logic for RemotePleasureBoatFullServiceBase.getPleasureBoatByNaturalId(fr.ifremer.allegro.referential.vessel.generic.vo.RemotePleasureBoatNaturalId)
protected  RemotePleasureBoatFullVO[] handleGetPleasureBoatByStatusCode(java.lang.String code)
          Performs the core logic for RemotePleasureBoatFullServiceBase.getPleasureBoatByStatusCode(java.lang.String)
protected  RemotePleasureBoatFullVO[] handleGetPleasureBoatByVesselTypeId(java.lang.Integer id)
          Performs the core logic for RemotePleasureBoatFullServiceBase.getPleasureBoatByVesselTypeId(java.lang.Integer)
protected  RemotePleasureBoatNaturalId handleGetPleasureBoatNaturalIdByCode(java.lang.String code)
          Performs the core logic for RemotePleasureBoatFullServiceBase.getPleasureBoatNaturalIdByCode(java.lang.String)
protected  RemotePleasureBoatNaturalId[] handleGetPleasureBoatNaturalIds()
          Performs the core logic for RemotePleasureBoatFullServiceBase.getPleasureBoatNaturalIds()
protected  boolean handleRemotePleasureBoatFullVOsAreEqual(RemotePleasureBoatFullVO remotePleasureBoatFullVOFirst, RemotePleasureBoatFullVO remotePleasureBoatFullVOSecond)
          Performs the core logic for RemotePleasureBoatFullServiceBase.remotePleasureBoatFullVOsAreEqual(fr.ifremer.allegro.referential.vessel.generic.vo.RemotePleasureBoatFullVO, fr.ifremer.allegro.referential.vessel.generic.vo.RemotePleasureBoatFullVO)
protected  boolean handleRemotePleasureBoatFullVOsAreEqualOnIdentifiers(RemotePleasureBoatFullVO remotePleasureBoatFullVOFirst, RemotePleasureBoatFullVO remotePleasureBoatFullVOSecond)
          Performs the core logic for RemotePleasureBoatFullServiceBase.remotePleasureBoatFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.vessel.generic.vo.RemotePleasureBoatFullVO, fr.ifremer.allegro.referential.vessel.generic.vo.RemotePleasureBoatFullVO)
protected  void handleRemovePleasureBoat(RemotePleasureBoatFullVO pleasureBoat)
          Performs the core logic for RemotePleasureBoatFullServiceBase.removePleasureBoat(fr.ifremer.allegro.referential.vessel.generic.vo.RemotePleasureBoatFullVO)
protected  void handleUpdatePleasureBoat(RemotePleasureBoatFullVO pleasureBoat)
          Performs the core logic for RemotePleasureBoatFullServiceBase.updatePleasureBoat(fr.ifremer.allegro.referential.vessel.generic.vo.RemotePleasureBoatFullVO)
 
Methods inherited from class fr.ifremer.allegro.referential.vessel.generic.service.RemotePleasureBoatFullServiceBase
addOrUpdateClusterPleasureBoat, addPleasureBoat, getAllClusterPleasureBoatSinceDateSynchro, getAllPleasureBoat, getClusterPleasureBoatByIdentifiers, getMessage, getMessage, getMessage, getMessages, getPleasureBoatByCode, getPleasureBoatByCodes, getPleasureBoatByNaturalId, getPleasureBoatByStatusCode, getPleasureBoatByVesselTypeId, getPleasureBoatDao, getPleasureBoatNaturalIdByCode, getPleasureBoatNaturalIds, getPrincipal, getRightToProduceDao, getStatusDao, getVesselOwnerPeriodDao, getVesselRegistrationPeriodDao, getVesselTypeDao, remotePleasureBoatFullVOsAreEqual, remotePleasureBoatFullVOsAreEqualOnIdentifiers, removePleasureBoat, setPleasureBoatDao, setRightToProduceDao, setStatusDao, setVesselOwnerPeriodDao, setVesselRegistrationPeriodDao, setVesselTypeDao, updatePleasureBoat
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemotePleasureBoatFullServiceImpl

public RemotePleasureBoatFullServiceImpl()
Method Detail

handleAddPleasureBoat

protected RemotePleasureBoatFullVO handleAddPleasureBoat(RemotePleasureBoatFullVO pleasureBoat)
                                                  throws java.lang.Exception
Description copied from class: RemotePleasureBoatFullServiceBase
Performs the core logic for RemotePleasureBoatFullServiceBase.addPleasureBoat(fr.ifremer.allegro.referential.vessel.generic.vo.RemotePleasureBoatFullVO)

Specified by:
handleAddPleasureBoat in class RemotePleasureBoatFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePleasureBoatFullService.addPleasureBoat(fr.ifremer.allegro.referential.vessel.generic.vo.RemotePleasureBoatFullVO)

handleUpdatePleasureBoat

protected void handleUpdatePleasureBoat(RemotePleasureBoatFullVO pleasureBoat)
                                 throws java.lang.Exception
Description copied from class: RemotePleasureBoatFullServiceBase
Performs the core logic for RemotePleasureBoatFullServiceBase.updatePleasureBoat(fr.ifremer.allegro.referential.vessel.generic.vo.RemotePleasureBoatFullVO)

Specified by:
handleUpdatePleasureBoat in class RemotePleasureBoatFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePleasureBoatFullService.updatePleasureBoat(fr.ifremer.allegro.referential.vessel.generic.vo.RemotePleasureBoatFullVO)

handleRemovePleasureBoat

protected void handleRemovePleasureBoat(RemotePleasureBoatFullVO pleasureBoat)
                                 throws java.lang.Exception
Description copied from class: RemotePleasureBoatFullServiceBase
Performs the core logic for RemotePleasureBoatFullServiceBase.removePleasureBoat(fr.ifremer.allegro.referential.vessel.generic.vo.RemotePleasureBoatFullVO)

Specified by:
handleRemovePleasureBoat in class RemotePleasureBoatFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePleasureBoatFullService.removePleasureBoat(fr.ifremer.allegro.referential.vessel.generic.vo.RemotePleasureBoatFullVO)

handleGetAllPleasureBoat

protected RemotePleasureBoatFullVO[] handleGetAllPleasureBoat()
                                                       throws java.lang.Exception
Description copied from class: RemotePleasureBoatFullServiceBase
Performs the core logic for RemotePleasureBoatFullServiceBase.getAllPleasureBoat()

Specified by:
handleGetAllPleasureBoat in class RemotePleasureBoatFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePleasureBoatFullService.getAllPleasureBoat()

handleGetPleasureBoatByCode

protected RemotePleasureBoatFullVO handleGetPleasureBoatByCode(java.lang.String code)
                                                        throws java.lang.Exception
Description copied from class: RemotePleasureBoatFullServiceBase
Performs the core logic for RemotePleasureBoatFullServiceBase.getPleasureBoatByCode(java.lang.String)

Specified by:
handleGetPleasureBoatByCode in class RemotePleasureBoatFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePleasureBoatFullService.getPleasureBoatByCode(java.lang.String)

handleGetPleasureBoatByCodes

protected RemotePleasureBoatFullVO[] handleGetPleasureBoatByCodes(java.lang.String[] code)
                                                           throws java.lang.Exception
Description copied from class: RemotePleasureBoatFullServiceBase
Performs the core logic for RemotePleasureBoatFullServiceBase.getPleasureBoatByCodes(java.lang.String[])

Specified by:
handleGetPleasureBoatByCodes in class RemotePleasureBoatFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePleasureBoatFullService.getPleasureBoatByCodes(java.lang.String[])

handleGetPleasureBoatByStatusCode

protected RemotePleasureBoatFullVO[] handleGetPleasureBoatByStatusCode(java.lang.String code)
                                                                throws java.lang.Exception
Description copied from class: RemotePleasureBoatFullServiceBase
Performs the core logic for RemotePleasureBoatFullServiceBase.getPleasureBoatByStatusCode(java.lang.String)

Specified by:
handleGetPleasureBoatByStatusCode in class RemotePleasureBoatFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePleasureBoatFullService.getPleasureBoatByStatusCode(java.lang.String)

handleGetPleasureBoatByVesselTypeId

protected RemotePleasureBoatFullVO[] handleGetPleasureBoatByVesselTypeId(java.lang.Integer id)
                                                                  throws java.lang.Exception
Description copied from class: RemotePleasureBoatFullServiceBase
Performs the core logic for RemotePleasureBoatFullServiceBase.getPleasureBoatByVesselTypeId(java.lang.Integer)

Specified by:
handleGetPleasureBoatByVesselTypeId in class RemotePleasureBoatFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePleasureBoatFullService.getPleasureBoatByVesselTypeId(java.lang.Integer)

handleRemotePleasureBoatFullVOsAreEqualOnIdentifiers

protected boolean handleRemotePleasureBoatFullVOsAreEqualOnIdentifiers(RemotePleasureBoatFullVO remotePleasureBoatFullVOFirst,
                                                                       RemotePleasureBoatFullVO remotePleasureBoatFullVOSecond)
                                                                throws java.lang.Exception
Description copied from class: RemotePleasureBoatFullServiceBase
Performs the core logic for RemotePleasureBoatFullServiceBase.remotePleasureBoatFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.vessel.generic.vo.RemotePleasureBoatFullVO, fr.ifremer.allegro.referential.vessel.generic.vo.RemotePleasureBoatFullVO)

Specified by:
handleRemotePleasureBoatFullVOsAreEqualOnIdentifiers in class RemotePleasureBoatFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePleasureBoatFullService.remotePleasureBoatFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.vessel.generic.vo.RemotePleasureBoatFullVO, fr.ifremer.allegro.referential.vessel.generic.vo.RemotePleasureBoatFullVO)

handleRemotePleasureBoatFullVOsAreEqual

protected boolean handleRemotePleasureBoatFullVOsAreEqual(RemotePleasureBoatFullVO remotePleasureBoatFullVOFirst,
                                                          RemotePleasureBoatFullVO remotePleasureBoatFullVOSecond)
                                                   throws java.lang.Exception
Description copied from class: RemotePleasureBoatFullServiceBase
Performs the core logic for RemotePleasureBoatFullServiceBase.remotePleasureBoatFullVOsAreEqual(fr.ifremer.allegro.referential.vessel.generic.vo.RemotePleasureBoatFullVO, fr.ifremer.allegro.referential.vessel.generic.vo.RemotePleasureBoatFullVO)

Specified by:
handleRemotePleasureBoatFullVOsAreEqual in class RemotePleasureBoatFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePleasureBoatFullService.remotePleasureBoatFullVOsAreEqual(fr.ifremer.allegro.referential.vessel.generic.vo.RemotePleasureBoatFullVO, fr.ifremer.allegro.referential.vessel.generic.vo.RemotePleasureBoatFullVO)

handleGetPleasureBoatNaturalIds

protected RemotePleasureBoatNaturalId[] handleGetPleasureBoatNaturalIds()
                                                                 throws java.lang.Exception
Description copied from class: RemotePleasureBoatFullServiceBase
Performs the core logic for RemotePleasureBoatFullServiceBase.getPleasureBoatNaturalIds()

Specified by:
handleGetPleasureBoatNaturalIds in class RemotePleasureBoatFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePleasureBoatFullService.getPleasureBoatNaturalIds()

handleGetPleasureBoatByNaturalId

protected RemotePleasureBoatFullVO handleGetPleasureBoatByNaturalId(RemotePleasureBoatNaturalId pleasureBoatNaturalId)
                                                             throws java.lang.Exception
Description copied from class: RemotePleasureBoatFullServiceBase
Performs the core logic for RemotePleasureBoatFullServiceBase.getPleasureBoatByNaturalId(fr.ifremer.allegro.referential.vessel.generic.vo.RemotePleasureBoatNaturalId)

Specified by:
handleGetPleasureBoatByNaturalId in class RemotePleasureBoatFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePleasureBoatFullService.getPleasureBoatByNaturalId(fr.ifremer.allegro.referential.vessel.generic.vo.RemotePleasureBoatNaturalId)

handleGetPleasureBoatNaturalIdByCode

protected RemotePleasureBoatNaturalId handleGetPleasureBoatNaturalIdByCode(java.lang.String code)
                                                                    throws java.lang.Exception
Description copied from class: RemotePleasureBoatFullServiceBase
Performs the core logic for RemotePleasureBoatFullServiceBase.getPleasureBoatNaturalIdByCode(java.lang.String)

Specified by:
handleGetPleasureBoatNaturalIdByCode in class RemotePleasureBoatFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePleasureBoatFullService.getPleasureBoatNaturalIdByCode(java.lang.String)

handleAddOrUpdateClusterPleasureBoat

protected ClusterPleasureBoat handleAddOrUpdateClusterPleasureBoat(ClusterPleasureBoat clusterPleasureBoat)
                                                            throws java.lang.Exception
Description copied from class: RemotePleasureBoatFullServiceBase
Performs the core logic for RemotePleasureBoatFullServiceBase.addOrUpdateClusterPleasureBoat(fr.ifremer.allegro.referential.vessel.generic.cluster.ClusterPleasureBoat)

Specified by:
handleAddOrUpdateClusterPleasureBoat in class RemotePleasureBoatFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePleasureBoatFullService.addOrUpdateClusterPleasureBoat(fr.ifremer.allegro.referential.vessel.generic.cluster.ClusterPleasureBoat)

handleGetAllClusterPleasureBoatSinceDateSynchro

protected ClusterPleasureBoat[] handleGetAllClusterPleasureBoatSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
                                                                                java.lang.Integer userId,
                                                                                java.lang.Integer[] registrationLocationIds,
                                                                                java.lang.Integer pageNumber,
                                                                                java.lang.Integer pageSize)
                                                                         throws java.lang.Exception
Description copied from class: RemotePleasureBoatFullServiceBase
Performs the core logic for RemotePleasureBoatFullServiceBase.getAllClusterPleasureBoatSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

Specified by:
handleGetAllClusterPleasureBoatSinceDateSynchro in class RemotePleasureBoatFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePleasureBoatFullService.getAllClusterPleasureBoatSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

handleGetClusterPleasureBoatByIdentifiers

protected ClusterPleasureBoat handleGetClusterPleasureBoatByIdentifiers(java.lang.String code)
                                                                 throws java.lang.Exception
Description copied from class: RemotePleasureBoatFullServiceBase
Performs the core logic for RemotePleasureBoatFullServiceBase.getClusterPleasureBoatByIdentifiers(java.lang.String)

Specified by:
handleGetClusterPleasureBoatByIdentifiers in class RemotePleasureBoatFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePleasureBoatFullService.getClusterPleasureBoatByIdentifiers(java.lang.String)


Copyright © 2008-2010 IFREMER. All Rights Reserved.