fr.ifremer.allegro.referential.gear.generic.service
Class RemoteFishingGearFullServiceImpl

java.lang.Object
  extended by fr.ifremer.allegro.referential.gear.generic.service.RemoteFishingGearFullServiceBase
      extended by fr.ifremer.allegro.referential.gear.generic.service.RemoteFishingGearFullServiceImpl
All Implemented Interfaces:
RemoteFishingGearFullService

public class RemoteFishingGearFullServiceImpl
extends RemoteFishingGearFullServiceBase

See Also:
RemoteFishingGearFullService

Constructor Summary
RemoteFishingGearFullServiceImpl()
           
 
Method Summary
protected  RemoteFishingGearFullVO handleAddFishingGear(RemoteFishingGearFullVO fishingGear)
          Performs the core logic for RemoteFishingGearFullServiceBase.addFishingGear(fr.ifremer.allegro.referential.gear.generic.vo.RemoteFishingGearFullVO)
protected  ClusterFishingGear handleAddOrUpdateClusterFishingGear(ClusterFishingGear clusterFishingGear)
          Performs the core logic for RemoteFishingGearFullServiceBase.addOrUpdateClusterFishingGear(fr.ifremer.allegro.referential.gear.generic.cluster.ClusterFishingGear)
protected  ClusterFishingGear[] handleGetAllClusterFishingGearSinceDateSynchro(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 RemoteFishingGearFullServiceBase.getAllClusterFishingGearSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  RemoteFishingGearFullVO[] handleGetAllFishingGear()
          Performs the core logic for RemoteFishingGearFullServiceBase.getAllFishingGear()
protected  ClusterFishingGear handleGetClusterFishingGearByIdentifiers(java.lang.Integer id)
          Performs the core logic for RemoteFishingGearFullServiceBase.getClusterFishingGearByIdentifiers(java.lang.Integer)
protected  RemoteFishingGearFullVO[] handleGetFishingGearByGearClassificationId(java.lang.Integer id)
          Performs the core logic for RemoteFishingGearFullServiceBase.getFishingGearByGearClassificationId(java.lang.Integer)
protected  RemoteFishingGearFullVO handleGetFishingGearById(java.lang.Integer id)
          Performs the core logic for RemoteFishingGearFullServiceBase.getFishingGearById(java.lang.Integer)
protected  RemoteFishingGearFullVO[] handleGetFishingGearByIds(java.lang.Integer[] id)
          Performs the core logic for RemoteFishingGearFullServiceBase.getFishingGearByIds(java.lang.Integer[])
protected  RemoteFishingGearFullVO handleGetFishingGearByNaturalId(RemoteFishingGearNaturalId fishingGearNaturalId)
          Performs the core logic for RemoteFishingGearFullServiceBase.getFishingGearByNaturalId(fr.ifremer.allegro.referential.gear.generic.vo.RemoteFishingGearNaturalId)
protected  RemoteFishingGearFullVO[] handleGetFishingGearByParentGearId(java.lang.Integer id)
          Performs the core logic for RemoteFishingGearFullServiceBase.getFishingGearByParentGearId(java.lang.Integer)
protected  RemoteFishingGearFullVO[] handleGetFishingGearByStatusCode(java.lang.String code)
          Performs the core logic for RemoteFishingGearFullServiceBase.getFishingGearByStatusCode(java.lang.String)
protected  RemoteFishingGearNaturalId handleGetFishingGearNaturalIdById(java.lang.Integer id)
          Performs the core logic for RemoteFishingGearFullServiceBase.getFishingGearNaturalIdById(java.lang.Integer)
protected  RemoteFishingGearNaturalId[] handleGetFishingGearNaturalIds()
          Performs the core logic for RemoteFishingGearFullServiceBase.getFishingGearNaturalIds()
protected  boolean handleRemoteFishingGearFullVOsAreEqual(RemoteFishingGearFullVO remoteFishingGearFullVOFirst, RemoteFishingGearFullVO remoteFishingGearFullVOSecond)
          Performs the core logic for RemoteFishingGearFullServiceBase.remoteFishingGearFullVOsAreEqual(fr.ifremer.allegro.referential.gear.generic.vo.RemoteFishingGearFullVO, fr.ifremer.allegro.referential.gear.generic.vo.RemoteFishingGearFullVO)
protected  boolean handleRemoteFishingGearFullVOsAreEqualOnIdentifiers(RemoteFishingGearFullVO remoteFishingGearFullVOFirst, RemoteFishingGearFullVO remoteFishingGearFullVOSecond)
          Performs the core logic for RemoteFishingGearFullServiceBase.remoteFishingGearFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.gear.generic.vo.RemoteFishingGearFullVO, fr.ifremer.allegro.referential.gear.generic.vo.RemoteFishingGearFullVO)
protected  void handleRemoveFishingGear(RemoteFishingGearFullVO fishingGear)
          Performs the core logic for RemoteFishingGearFullServiceBase.removeFishingGear(fr.ifremer.allegro.referential.gear.generic.vo.RemoteFishingGearFullVO)
protected  void handleUpdateFishingGear(RemoteFishingGearFullVO fishingGear)
          Performs the core logic for RemoteFishingGearFullServiceBase.updateFishingGear(fr.ifremer.allegro.referential.gear.generic.vo.RemoteFishingGearFullVO)
 
Methods inherited from class fr.ifremer.allegro.referential.gear.generic.service.RemoteFishingGearFullServiceBase
addFishingGear, addOrUpdateClusterFishingGear, getAllClusterFishingGearSinceDateSynchro, getAllFishingGear, getClusterFishingGearByIdentifiers, getFishingGearByGearClassificationId, getFishingGearById, getFishingGearByIds, getFishingGearByNaturalId, getFishingGearByParentGearId, getFishingGearByStatusCode, getFishingGearDao, getFishingGearNaturalIdById, getFishingGearNaturalIds, getGearAssociationDao, getGearClassificationDao, getGearDao, getMessage, getMessage, getMessage, getMessages, getPrincipal, getStatusDao, remoteFishingGearFullVOsAreEqual, remoteFishingGearFullVOsAreEqualOnIdentifiers, removeFishingGear, setFishingGearDao, setGearAssociationDao, setGearClassificationDao, setGearDao, setStatusDao, updateFishingGear
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteFishingGearFullServiceImpl

public RemoteFishingGearFullServiceImpl()
Method Detail

handleAddFishingGear

protected RemoteFishingGearFullVO handleAddFishingGear(RemoteFishingGearFullVO fishingGear)
                                                throws java.lang.Exception
Description copied from class: RemoteFishingGearFullServiceBase
Performs the core logic for RemoteFishingGearFullServiceBase.addFishingGear(fr.ifremer.allegro.referential.gear.generic.vo.RemoteFishingGearFullVO)

Specified by:
handleAddFishingGear in class RemoteFishingGearFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteFishingGearFullService.addFishingGear(fr.ifremer.allegro.referential.gear.generic.vo.RemoteFishingGearFullVO)

handleUpdateFishingGear

protected void handleUpdateFishingGear(RemoteFishingGearFullVO fishingGear)
                                throws java.lang.Exception
Description copied from class: RemoteFishingGearFullServiceBase
Performs the core logic for RemoteFishingGearFullServiceBase.updateFishingGear(fr.ifremer.allegro.referential.gear.generic.vo.RemoteFishingGearFullVO)

Specified by:
handleUpdateFishingGear in class RemoteFishingGearFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteFishingGearFullService.updateFishingGear(fr.ifremer.allegro.referential.gear.generic.vo.RemoteFishingGearFullVO)

handleRemoveFishingGear

protected void handleRemoveFishingGear(RemoteFishingGearFullVO fishingGear)
                                throws java.lang.Exception
Description copied from class: RemoteFishingGearFullServiceBase
Performs the core logic for RemoteFishingGearFullServiceBase.removeFishingGear(fr.ifremer.allegro.referential.gear.generic.vo.RemoteFishingGearFullVO)

Specified by:
handleRemoveFishingGear in class RemoteFishingGearFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteFishingGearFullService.removeFishingGear(fr.ifremer.allegro.referential.gear.generic.vo.RemoteFishingGearFullVO)

handleGetAllFishingGear

protected RemoteFishingGearFullVO[] handleGetAllFishingGear()
                                                     throws java.lang.Exception
Description copied from class: RemoteFishingGearFullServiceBase
Performs the core logic for RemoteFishingGearFullServiceBase.getAllFishingGear()

Specified by:
handleGetAllFishingGear in class RemoteFishingGearFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteFishingGearFullService.getAllFishingGear()

handleGetFishingGearById

protected RemoteFishingGearFullVO handleGetFishingGearById(java.lang.Integer id)
                                                    throws java.lang.Exception
Description copied from class: RemoteFishingGearFullServiceBase
Performs the core logic for RemoteFishingGearFullServiceBase.getFishingGearById(java.lang.Integer)

Specified by:
handleGetFishingGearById in class RemoteFishingGearFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteFishingGearFullService.getFishingGearById(java.lang.Integer)

handleGetFishingGearByIds

protected RemoteFishingGearFullVO[] handleGetFishingGearByIds(java.lang.Integer[] id)
                                                       throws java.lang.Exception
Description copied from class: RemoteFishingGearFullServiceBase
Performs the core logic for RemoteFishingGearFullServiceBase.getFishingGearByIds(java.lang.Integer[])

Specified by:
handleGetFishingGearByIds in class RemoteFishingGearFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteFishingGearFullService.getFishingGearByIds(java.lang.Integer[])

handleGetFishingGearByParentGearId

protected RemoteFishingGearFullVO[] handleGetFishingGearByParentGearId(java.lang.Integer id)
                                                                throws java.lang.Exception
Description copied from class: RemoteFishingGearFullServiceBase
Performs the core logic for RemoteFishingGearFullServiceBase.getFishingGearByParentGearId(java.lang.Integer)

Specified by:
handleGetFishingGearByParentGearId in class RemoteFishingGearFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteFishingGearFullService.getFishingGearByParentGearId(java.lang.Integer)

handleGetFishingGearByGearClassificationId

protected RemoteFishingGearFullVO[] handleGetFishingGearByGearClassificationId(java.lang.Integer id)
                                                                        throws java.lang.Exception
Description copied from class: RemoteFishingGearFullServiceBase
Performs the core logic for RemoteFishingGearFullServiceBase.getFishingGearByGearClassificationId(java.lang.Integer)

Specified by:
handleGetFishingGearByGearClassificationId in class RemoteFishingGearFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteFishingGearFullService.getFishingGearByGearClassificationId(java.lang.Integer)

handleGetFishingGearByStatusCode

protected RemoteFishingGearFullVO[] handleGetFishingGearByStatusCode(java.lang.String code)
                                                              throws java.lang.Exception
Description copied from class: RemoteFishingGearFullServiceBase
Performs the core logic for RemoteFishingGearFullServiceBase.getFishingGearByStatusCode(java.lang.String)

Specified by:
handleGetFishingGearByStatusCode in class RemoteFishingGearFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteFishingGearFullService.getFishingGearByStatusCode(java.lang.String)

handleRemoteFishingGearFullVOsAreEqualOnIdentifiers

protected boolean handleRemoteFishingGearFullVOsAreEqualOnIdentifiers(RemoteFishingGearFullVO remoteFishingGearFullVOFirst,
                                                                      RemoteFishingGearFullVO remoteFishingGearFullVOSecond)
                                                               throws java.lang.Exception
Description copied from class: RemoteFishingGearFullServiceBase
Performs the core logic for RemoteFishingGearFullServiceBase.remoteFishingGearFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.gear.generic.vo.RemoteFishingGearFullVO, fr.ifremer.allegro.referential.gear.generic.vo.RemoteFishingGearFullVO)

Specified by:
handleRemoteFishingGearFullVOsAreEqualOnIdentifiers in class RemoteFishingGearFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteFishingGearFullService.remoteFishingGearFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.gear.generic.vo.RemoteFishingGearFullVO, fr.ifremer.allegro.referential.gear.generic.vo.RemoteFishingGearFullVO)

handleRemoteFishingGearFullVOsAreEqual

protected boolean handleRemoteFishingGearFullVOsAreEqual(RemoteFishingGearFullVO remoteFishingGearFullVOFirst,
                                                         RemoteFishingGearFullVO remoteFishingGearFullVOSecond)
                                                  throws java.lang.Exception
Description copied from class: RemoteFishingGearFullServiceBase
Performs the core logic for RemoteFishingGearFullServiceBase.remoteFishingGearFullVOsAreEqual(fr.ifremer.allegro.referential.gear.generic.vo.RemoteFishingGearFullVO, fr.ifremer.allegro.referential.gear.generic.vo.RemoteFishingGearFullVO)

Specified by:
handleRemoteFishingGearFullVOsAreEqual in class RemoteFishingGearFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteFishingGearFullService.remoteFishingGearFullVOsAreEqual(fr.ifremer.allegro.referential.gear.generic.vo.RemoteFishingGearFullVO, fr.ifremer.allegro.referential.gear.generic.vo.RemoteFishingGearFullVO)

handleGetFishingGearNaturalIds

protected RemoteFishingGearNaturalId[] handleGetFishingGearNaturalIds()
                                                               throws java.lang.Exception
Description copied from class: RemoteFishingGearFullServiceBase
Performs the core logic for RemoteFishingGearFullServiceBase.getFishingGearNaturalIds()

Specified by:
handleGetFishingGearNaturalIds in class RemoteFishingGearFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteFishingGearFullService.getFishingGearNaturalIds()

handleGetFishingGearByNaturalId

protected RemoteFishingGearFullVO handleGetFishingGearByNaturalId(RemoteFishingGearNaturalId fishingGearNaturalId)
                                                           throws java.lang.Exception
Description copied from class: RemoteFishingGearFullServiceBase
Performs the core logic for RemoteFishingGearFullServiceBase.getFishingGearByNaturalId(fr.ifremer.allegro.referential.gear.generic.vo.RemoteFishingGearNaturalId)

Specified by:
handleGetFishingGearByNaturalId in class RemoteFishingGearFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteFishingGearFullService.getFishingGearByNaturalId(fr.ifremer.allegro.referential.gear.generic.vo.RemoteFishingGearNaturalId)

handleGetFishingGearNaturalIdById

protected RemoteFishingGearNaturalId handleGetFishingGearNaturalIdById(java.lang.Integer id)
                                                                throws java.lang.Exception
Description copied from class: RemoteFishingGearFullServiceBase
Performs the core logic for RemoteFishingGearFullServiceBase.getFishingGearNaturalIdById(java.lang.Integer)

Specified by:
handleGetFishingGearNaturalIdById in class RemoteFishingGearFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteFishingGearFullService.getFishingGearNaturalIdById(java.lang.Integer)

handleGetAllClusterFishingGearSinceDateSynchro

protected ClusterFishingGear[] handleGetAllClusterFishingGearSinceDateSynchro(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: RemoteFishingGearFullServiceBase
Performs the core logic for RemoteFishingGearFullServiceBase.getAllClusterFishingGearSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

Specified by:
handleGetAllClusterFishingGearSinceDateSynchro in class RemoteFishingGearFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteFishingGearFullService.getAllClusterFishingGearSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

handleGetClusterFishingGearByIdentifiers

protected ClusterFishingGear handleGetClusterFishingGearByIdentifiers(java.lang.Integer id)
                                                               throws java.lang.Exception
Description copied from class: RemoteFishingGearFullServiceBase
Performs the core logic for RemoteFishingGearFullServiceBase.getClusterFishingGearByIdentifiers(java.lang.Integer)

Specified by:
handleGetClusterFishingGearByIdentifiers in class RemoteFishingGearFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteFishingGearFullService.getClusterFishingGearByIdentifiers(java.lang.Integer)

handleAddOrUpdateClusterFishingGear

protected ClusterFishingGear handleAddOrUpdateClusterFishingGear(ClusterFishingGear clusterFishingGear)
                                                          throws java.lang.Exception
Description copied from class: RemoteFishingGearFullServiceBase
Performs the core logic for RemoteFishingGearFullServiceBase.addOrUpdateClusterFishingGear(fr.ifremer.allegro.referential.gear.generic.cluster.ClusterFishingGear)

Specified by:
handleAddOrUpdateClusterFishingGear in class RemoteFishingGearFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteFishingGearFullService.addOrUpdateClusterFishingGear(fr.ifremer.allegro.referential.gear.generic.cluster.ClusterFishingGear)


Copyright © 2008-2010 IFREMER. All Rights Reserved.