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

java.lang.Object
  extended by fr.ifremer.allegro.referential.vessel.generic.service.RemoteVesselGroupFullServiceBase
      extended by fr.ifremer.allegro.referential.vessel.generic.service.RemoteVesselGroupFullServiceImpl
All Implemented Interfaces:
RemoteVesselGroupFullService

public class RemoteVesselGroupFullServiceImpl
extends RemoteVesselGroupFullServiceBase

See Also:
RemoteVesselGroupFullService

Constructor Summary
RemoteVesselGroupFullServiceImpl()
           
 
Method Summary
protected  ClusterVesselGroup handleAddOrUpdateClusterVesselGroup(ClusterVesselGroup clusterVesselGroup)
          Performs the core logic for RemoteVesselGroupFullServiceBase.addOrUpdateClusterVesselGroup(fr.ifremer.allegro.referential.vessel.generic.cluster.ClusterVesselGroup)
protected  RemoteVesselGroupFullVO handleAddVesselGroup(RemoteVesselGroupFullVO vesselGroup)
          Performs the core logic for RemoteVesselGroupFullServiceBase.addVesselGroup(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselGroupFullVO)
protected  ClusterVesselGroup[] handleGetAllClusterVesselGroupSinceDateSynchro(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 RemoteVesselGroupFullServiceBase.getAllClusterVesselGroupSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  RemoteVesselGroupFullVO[] handleGetAllVesselGroup()
          Performs the core logic for RemoteVesselGroupFullServiceBase.getAllVesselGroup()
protected  ClusterVesselGroup handleGetClusterVesselGroupByIdentifiers(java.lang.String code)
          Performs the core logic for RemoteVesselGroupFullServiceBase.getClusterVesselGroupByIdentifiers(java.lang.String)
protected  RemoteVesselGroupFullVO handleGetVesselGroupByCode(java.lang.String code)
          Performs the core logic for RemoteVesselGroupFullServiceBase.getVesselGroupByCode(java.lang.String)
protected  RemoteVesselGroupFullVO[] handleGetVesselGroupByCodes(java.lang.String[] code)
          Performs the core logic for RemoteVesselGroupFullServiceBase.getVesselGroupByCodes(java.lang.String[])
protected  RemoteVesselGroupFullVO handleGetVesselGroupByNaturalId(RemoteVesselGroupNaturalId vesselGroupNaturalId)
          Performs the core logic for RemoteVesselGroupFullServiceBase.getVesselGroupByNaturalId(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselGroupNaturalId)
protected  RemoteVesselGroupFullVO[] handleGetVesselGroupByStatusCode(java.lang.String code)
          Performs the core logic for RemoteVesselGroupFullServiceBase.getVesselGroupByStatusCode(java.lang.String)
protected  RemoteVesselGroupFullVO[] handleGetVesselGroupByVesselTypeId(java.lang.Integer id)
          Performs the core logic for RemoteVesselGroupFullServiceBase.getVesselGroupByVesselTypeId(java.lang.Integer)
protected  RemoteVesselGroupNaturalId handleGetVesselGroupNaturalIdByCode(java.lang.String code)
          Performs the core logic for RemoteVesselGroupFullServiceBase.getVesselGroupNaturalIdByCode(java.lang.String)
protected  RemoteVesselGroupNaturalId[] handleGetVesselGroupNaturalIds()
          Performs the core logic for RemoteVesselGroupFullServiceBase.getVesselGroupNaturalIds()
protected  boolean handleRemoteVesselGroupFullVOsAreEqual(RemoteVesselGroupFullVO remoteVesselGroupFullVOFirst, RemoteVesselGroupFullVO remoteVesselGroupFullVOSecond)
          Performs the core logic for RemoteVesselGroupFullServiceBase.remoteVesselGroupFullVOsAreEqual(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselGroupFullVO, fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselGroupFullVO)
protected  boolean handleRemoteVesselGroupFullVOsAreEqualOnIdentifiers(RemoteVesselGroupFullVO remoteVesselGroupFullVOFirst, RemoteVesselGroupFullVO remoteVesselGroupFullVOSecond)
          Performs the core logic for RemoteVesselGroupFullServiceBase.remoteVesselGroupFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselGroupFullVO, fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselGroupFullVO)
protected  void handleRemoveVesselGroup(RemoteVesselGroupFullVO vesselGroup)
          Performs the core logic for RemoteVesselGroupFullServiceBase.removeVesselGroup(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselGroupFullVO)
protected  void handleUpdateVesselGroup(RemoteVesselGroupFullVO vesselGroup)
          Performs the core logic for RemoteVesselGroupFullServiceBase.updateVesselGroup(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselGroupFullVO)
 
Methods inherited from class fr.ifremer.allegro.referential.vessel.generic.service.RemoteVesselGroupFullServiceBase
addOrUpdateClusterVesselGroup, addVesselGroup, getAllClusterVesselGroupSinceDateSynchro, getAllVesselGroup, getClusterVesselGroupByIdentifiers, getMessage, getMessage, getMessage, getMessages, getPrincipal, getRightToProduceDao, getStatusDao, getVesselGroupByCode, getVesselGroupByCodes, getVesselGroupByNaturalId, getVesselGroupByStatusCode, getVesselGroupByVesselTypeId, getVesselGroupDao, getVesselGroupNaturalIdByCode, getVesselGroupNaturalIds, getVesselOwnerPeriodDao, getVesselRegistrationPeriodDao, getVesselTypeDao, remoteVesselGroupFullVOsAreEqual, remoteVesselGroupFullVOsAreEqualOnIdentifiers, removeVesselGroup, setRightToProduceDao, setStatusDao, setVesselGroupDao, setVesselOwnerPeriodDao, setVesselRegistrationPeriodDao, setVesselTypeDao, updateVesselGroup
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteVesselGroupFullServiceImpl

public RemoteVesselGroupFullServiceImpl()
Method Detail

handleAddVesselGroup

protected RemoteVesselGroupFullVO handleAddVesselGroup(RemoteVesselGroupFullVO vesselGroup)
                                                throws java.lang.Exception
Description copied from class: RemoteVesselGroupFullServiceBase
Performs the core logic for RemoteVesselGroupFullServiceBase.addVesselGroup(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselGroupFullVO)

Specified by:
handleAddVesselGroup in class RemoteVesselGroupFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteVesselGroupFullService.addVesselGroup(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselGroupFullVO)

handleUpdateVesselGroup

protected void handleUpdateVesselGroup(RemoteVesselGroupFullVO vesselGroup)
                                throws java.lang.Exception
Description copied from class: RemoteVesselGroupFullServiceBase
Performs the core logic for RemoteVesselGroupFullServiceBase.updateVesselGroup(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselGroupFullVO)

Specified by:
handleUpdateVesselGroup in class RemoteVesselGroupFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteVesselGroupFullService.updateVesselGroup(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselGroupFullVO)

handleRemoveVesselGroup

protected void handleRemoveVesselGroup(RemoteVesselGroupFullVO vesselGroup)
                                throws java.lang.Exception
Description copied from class: RemoteVesselGroupFullServiceBase
Performs the core logic for RemoteVesselGroupFullServiceBase.removeVesselGroup(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselGroupFullVO)

Specified by:
handleRemoveVesselGroup in class RemoteVesselGroupFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteVesselGroupFullService.removeVesselGroup(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselGroupFullVO)

handleGetAllVesselGroup

protected RemoteVesselGroupFullVO[] handleGetAllVesselGroup()
                                                     throws java.lang.Exception
Description copied from class: RemoteVesselGroupFullServiceBase
Performs the core logic for RemoteVesselGroupFullServiceBase.getAllVesselGroup()

Specified by:
handleGetAllVesselGroup in class RemoteVesselGroupFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteVesselGroupFullService.getAllVesselGroup()

handleGetVesselGroupByCode

protected RemoteVesselGroupFullVO handleGetVesselGroupByCode(java.lang.String code)
                                                      throws java.lang.Exception
Description copied from class: RemoteVesselGroupFullServiceBase
Performs the core logic for RemoteVesselGroupFullServiceBase.getVesselGroupByCode(java.lang.String)

Specified by:
handleGetVesselGroupByCode in class RemoteVesselGroupFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteVesselGroupFullService.getVesselGroupByCode(java.lang.String)

handleGetVesselGroupByCodes

protected RemoteVesselGroupFullVO[] handleGetVesselGroupByCodes(java.lang.String[] code)
                                                         throws java.lang.Exception
Description copied from class: RemoteVesselGroupFullServiceBase
Performs the core logic for RemoteVesselGroupFullServiceBase.getVesselGroupByCodes(java.lang.String[])

Specified by:
handleGetVesselGroupByCodes in class RemoteVesselGroupFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteVesselGroupFullService.getVesselGroupByCodes(java.lang.String[])

handleGetVesselGroupByStatusCode

protected RemoteVesselGroupFullVO[] handleGetVesselGroupByStatusCode(java.lang.String code)
                                                              throws java.lang.Exception
Description copied from class: RemoteVesselGroupFullServiceBase
Performs the core logic for RemoteVesselGroupFullServiceBase.getVesselGroupByStatusCode(java.lang.String)

Specified by:
handleGetVesselGroupByStatusCode in class RemoteVesselGroupFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteVesselGroupFullService.getVesselGroupByStatusCode(java.lang.String)

handleGetVesselGroupByVesselTypeId

protected RemoteVesselGroupFullVO[] handleGetVesselGroupByVesselTypeId(java.lang.Integer id)
                                                                throws java.lang.Exception
Description copied from class: RemoteVesselGroupFullServiceBase
Performs the core logic for RemoteVesselGroupFullServiceBase.getVesselGroupByVesselTypeId(java.lang.Integer)

Specified by:
handleGetVesselGroupByVesselTypeId in class RemoteVesselGroupFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteVesselGroupFullService.getVesselGroupByVesselTypeId(java.lang.Integer)

handleRemoteVesselGroupFullVOsAreEqualOnIdentifiers

protected boolean handleRemoteVesselGroupFullVOsAreEqualOnIdentifiers(RemoteVesselGroupFullVO remoteVesselGroupFullVOFirst,
                                                                      RemoteVesselGroupFullVO remoteVesselGroupFullVOSecond)
                                                               throws java.lang.Exception
Description copied from class: RemoteVesselGroupFullServiceBase
Performs the core logic for RemoteVesselGroupFullServiceBase.remoteVesselGroupFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselGroupFullVO, fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselGroupFullVO)

Specified by:
handleRemoteVesselGroupFullVOsAreEqualOnIdentifiers in class RemoteVesselGroupFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteVesselGroupFullService.remoteVesselGroupFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselGroupFullVO, fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselGroupFullVO)

handleRemoteVesselGroupFullVOsAreEqual

protected boolean handleRemoteVesselGroupFullVOsAreEqual(RemoteVesselGroupFullVO remoteVesselGroupFullVOFirst,
                                                         RemoteVesselGroupFullVO remoteVesselGroupFullVOSecond)
                                                  throws java.lang.Exception
Description copied from class: RemoteVesselGroupFullServiceBase
Performs the core logic for RemoteVesselGroupFullServiceBase.remoteVesselGroupFullVOsAreEqual(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselGroupFullVO, fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselGroupFullVO)

Specified by:
handleRemoteVesselGroupFullVOsAreEqual in class RemoteVesselGroupFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteVesselGroupFullService.remoteVesselGroupFullVOsAreEqual(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselGroupFullVO, fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselGroupFullVO)

handleGetVesselGroupNaturalIds

protected RemoteVesselGroupNaturalId[] handleGetVesselGroupNaturalIds()
                                                               throws java.lang.Exception
Description copied from class: RemoteVesselGroupFullServiceBase
Performs the core logic for RemoteVesselGroupFullServiceBase.getVesselGroupNaturalIds()

Specified by:
handleGetVesselGroupNaturalIds in class RemoteVesselGroupFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteVesselGroupFullService.getVesselGroupNaturalIds()

handleGetVesselGroupByNaturalId

protected RemoteVesselGroupFullVO handleGetVesselGroupByNaturalId(RemoteVesselGroupNaturalId vesselGroupNaturalId)
                                                           throws java.lang.Exception
Description copied from class: RemoteVesselGroupFullServiceBase
Performs the core logic for RemoteVesselGroupFullServiceBase.getVesselGroupByNaturalId(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselGroupNaturalId)

Specified by:
handleGetVesselGroupByNaturalId in class RemoteVesselGroupFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteVesselGroupFullService.getVesselGroupByNaturalId(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselGroupNaturalId)

handleGetVesselGroupNaturalIdByCode

protected RemoteVesselGroupNaturalId handleGetVesselGroupNaturalIdByCode(java.lang.String code)
                                                                  throws java.lang.Exception
Description copied from class: RemoteVesselGroupFullServiceBase
Performs the core logic for RemoteVesselGroupFullServiceBase.getVesselGroupNaturalIdByCode(java.lang.String)

Specified by:
handleGetVesselGroupNaturalIdByCode in class RemoteVesselGroupFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteVesselGroupFullService.getVesselGroupNaturalIdByCode(java.lang.String)

handleAddOrUpdateClusterVesselGroup

protected ClusterVesselGroup handleAddOrUpdateClusterVesselGroup(ClusterVesselGroup clusterVesselGroup)
                                                          throws java.lang.Exception
Description copied from class: RemoteVesselGroupFullServiceBase
Performs the core logic for RemoteVesselGroupFullServiceBase.addOrUpdateClusterVesselGroup(fr.ifremer.allegro.referential.vessel.generic.cluster.ClusterVesselGroup)

Specified by:
handleAddOrUpdateClusterVesselGroup in class RemoteVesselGroupFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteVesselGroupFullService.addOrUpdateClusterVesselGroup(fr.ifremer.allegro.referential.vessel.generic.cluster.ClusterVesselGroup)

handleGetAllClusterVesselGroupSinceDateSynchro

protected ClusterVesselGroup[] handleGetAllClusterVesselGroupSinceDateSynchro(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: RemoteVesselGroupFullServiceBase
Performs the core logic for RemoteVesselGroupFullServiceBase.getAllClusterVesselGroupSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

Specified by:
handleGetAllClusterVesselGroupSinceDateSynchro in class RemoteVesselGroupFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteVesselGroupFullService.getAllClusterVesselGroupSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

handleGetClusterVesselGroupByIdentifiers

protected ClusterVesselGroup handleGetClusterVesselGroupByIdentifiers(java.lang.String code)
                                                               throws java.lang.Exception
Description copied from class: RemoteVesselGroupFullServiceBase
Performs the core logic for RemoteVesselGroupFullServiceBase.getClusterVesselGroupByIdentifiers(java.lang.String)

Specified by:
handleGetClusterVesselGroupByIdentifiers in class RemoteVesselGroupFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteVesselGroupFullService.getClusterVesselGroupByIdentifiers(java.lang.String)


Copyright © 2008-2010 IFREMER. All Rights Reserved.