fr.ifremer.allegro.referential.regulation.generic.service
Class RemoteFisheryFullServiceImpl

java.lang.Object
  extended by fr.ifremer.allegro.referential.regulation.generic.service.RemoteFisheryFullServiceBase
      extended by fr.ifremer.allegro.referential.regulation.generic.service.RemoteFisheryFullServiceImpl
All Implemented Interfaces:
RemoteFisheryFullService

public class RemoteFisheryFullServiceImpl
extends RemoteFisheryFullServiceBase

See Also:
RemoteFisheryFullService

Constructor Summary
RemoteFisheryFullServiceImpl()
           
 
Method Summary
protected  RemoteFisheryFullVO handleAddFishery(RemoteFisheryFullVO fishery)
          Performs the core logic for RemoteFisheryFullServiceBase.addFishery(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteFisheryFullVO)
protected  ClusterFishery handleAddOrUpdateClusterFishery(ClusterFishery clusterFishery)
          Performs the core logic for RemoteFisheryFullServiceBase.addOrUpdateClusterFishery(fr.ifremer.allegro.referential.regulation.generic.cluster.ClusterFishery)
protected  ClusterFishery[] handleGetAllClusterFisherySinceDateSynchro(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 RemoteFisheryFullServiceBase.getAllClusterFisherySinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  RemoteFisheryFullVO[] handleGetAllFishery()
          Performs the core logic for RemoteFisheryFullServiceBase.getAllFishery()
protected  ClusterFishery handleGetClusterFisheryByIdentifiers(java.lang.Integer id)
          Performs the core logic for RemoteFisheryFullServiceBase.getClusterFisheryByIdentifiers(java.lang.Integer)
protected  RemoteFisheryFullVO[] handleGetFisheryByFishingAreaId(java.lang.Integer id)
          Performs the core logic for RemoteFisheryFullServiceBase.getFisheryByFishingAreaId(java.lang.Integer)
protected  RemoteFisheryFullVO[] handleGetFisheryByGearId(java.lang.Integer id)
          Performs the core logic for RemoteFisheryFullServiceBase.getFisheryByGearId(java.lang.Integer)
protected  RemoteFisheryFullVO handleGetFisheryById(java.lang.Integer id)
          Performs the core logic for RemoteFisheryFullServiceBase.getFisheryById(java.lang.Integer)
protected  RemoteFisheryFullVO[] handleGetFisheryByIds(java.lang.Integer[] id)
          Performs the core logic for RemoteFisheryFullServiceBase.getFisheryByIds(java.lang.Integer[])
protected  RemoteFisheryFullVO handleGetFisheryByNaturalId(RemoteFisheryNaturalId fisheryNaturalId)
          Performs the core logic for RemoteFisheryFullServiceBase.getFisheryByNaturalId(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteFisheryNaturalId)
protected  RemoteFisheryFullVO[] handleGetFisheryByTaxonGroupId(java.lang.Integer id)
          Performs the core logic for RemoteFisheryFullServiceBase.getFisheryByTaxonGroupId(java.lang.Integer)
protected  RemoteFisheryNaturalId handleGetFisheryNaturalIdById(java.lang.Integer id)
          Performs the core logic for RemoteFisheryFullServiceBase.getFisheryNaturalIdById(java.lang.Integer)
protected  RemoteFisheryNaturalId[] handleGetFisheryNaturalIds()
          Performs the core logic for RemoteFisheryFullServiceBase.getFisheryNaturalIds()
protected  boolean handleRemoteFisheryFullVOsAreEqual(RemoteFisheryFullVO remoteFisheryFullVOFirst, RemoteFisheryFullVO remoteFisheryFullVOSecond)
          Performs the core logic for RemoteFisheryFullServiceBase.remoteFisheryFullVOsAreEqual(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteFisheryFullVO, fr.ifremer.allegro.referential.regulation.generic.vo.RemoteFisheryFullVO)
protected  boolean handleRemoteFisheryFullVOsAreEqualOnIdentifiers(RemoteFisheryFullVO remoteFisheryFullVOFirst, RemoteFisheryFullVO remoteFisheryFullVOSecond)
          Performs the core logic for RemoteFisheryFullServiceBase.remoteFisheryFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteFisheryFullVO, fr.ifremer.allegro.referential.regulation.generic.vo.RemoteFisheryFullVO)
protected  void handleRemoveFishery(RemoteFisheryFullVO fishery)
          Performs the core logic for RemoteFisheryFullServiceBase.removeFishery(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteFisheryFullVO)
protected  void handleUpdateFishery(RemoteFisheryFullVO fishery)
          Performs the core logic for RemoteFisheryFullServiceBase.updateFishery(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteFisheryFullVO)
 
Methods inherited from class fr.ifremer.allegro.referential.regulation.generic.service.RemoteFisheryFullServiceBase
addFishery, addOrUpdateClusterFishery, getAllClusterFisherySinceDateSynchro, getAllFishery, getClusterFisheryByIdentifiers, getCorpusDao, getFisheryByFishingAreaId, getFisheryByGearId, getFisheryById, getFisheryByIds, getFisheryByNaturalId, getFisheryByTaxonGroupId, getFisheryDao, getFisheryNaturalIdById, getFisheryNaturalIds, getFishingAreaDao, getGearDao, getMessage, getMessage, getMessage, getMessages, getPrincipal, getTaxonGroupDao, remoteFisheryFullVOsAreEqual, remoteFisheryFullVOsAreEqualOnIdentifiers, removeFishery, setCorpusDao, setFisheryDao, setFishingAreaDao, setGearDao, setTaxonGroupDao, updateFishery
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteFisheryFullServiceImpl

public RemoteFisheryFullServiceImpl()
Method Detail

handleAddFishery

protected RemoteFisheryFullVO handleAddFishery(RemoteFisheryFullVO fishery)
                                        throws java.lang.Exception
Description copied from class: RemoteFisheryFullServiceBase
Performs the core logic for RemoteFisheryFullServiceBase.addFishery(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteFisheryFullVO)

Specified by:
handleAddFishery in class RemoteFisheryFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteFisheryFullService.addFishery(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteFisheryFullVO)

handleUpdateFishery

protected void handleUpdateFishery(RemoteFisheryFullVO fishery)
                            throws java.lang.Exception
Description copied from class: RemoteFisheryFullServiceBase
Performs the core logic for RemoteFisheryFullServiceBase.updateFishery(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteFisheryFullVO)

Specified by:
handleUpdateFishery in class RemoteFisheryFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteFisheryFullService.updateFishery(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteFisheryFullVO)

handleRemoveFishery

protected void handleRemoveFishery(RemoteFisheryFullVO fishery)
                            throws java.lang.Exception
Description copied from class: RemoteFisheryFullServiceBase
Performs the core logic for RemoteFisheryFullServiceBase.removeFishery(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteFisheryFullVO)

Specified by:
handleRemoveFishery in class RemoteFisheryFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteFisheryFullService.removeFishery(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteFisheryFullVO)

handleGetAllFishery

protected RemoteFisheryFullVO[] handleGetAllFishery()
                                             throws java.lang.Exception
Description copied from class: RemoteFisheryFullServiceBase
Performs the core logic for RemoteFisheryFullServiceBase.getAllFishery()

Specified by:
handleGetAllFishery in class RemoteFisheryFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteFisheryFullService.getAllFishery()

handleGetFisheryById

protected RemoteFisheryFullVO handleGetFisheryById(java.lang.Integer id)
                                            throws java.lang.Exception
Description copied from class: RemoteFisheryFullServiceBase
Performs the core logic for RemoteFisheryFullServiceBase.getFisheryById(java.lang.Integer)

Specified by:
handleGetFisheryById in class RemoteFisheryFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteFisheryFullService.getFisheryById(java.lang.Integer)

handleGetFisheryByIds

protected RemoteFisheryFullVO[] handleGetFisheryByIds(java.lang.Integer[] id)
                                               throws java.lang.Exception
Description copied from class: RemoteFisheryFullServiceBase
Performs the core logic for RemoteFisheryFullServiceBase.getFisheryByIds(java.lang.Integer[])

Specified by:
handleGetFisheryByIds in class RemoteFisheryFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteFisheryFullService.getFisheryByIds(java.lang.Integer[])

handleGetFisheryByTaxonGroupId

protected RemoteFisheryFullVO[] handleGetFisheryByTaxonGroupId(java.lang.Integer id)
                                                        throws java.lang.Exception
Description copied from class: RemoteFisheryFullServiceBase
Performs the core logic for RemoteFisheryFullServiceBase.getFisheryByTaxonGroupId(java.lang.Integer)

Specified by:
handleGetFisheryByTaxonGroupId in class RemoteFisheryFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteFisheryFullService.getFisheryByTaxonGroupId(java.lang.Integer)

handleGetFisheryByGearId

protected RemoteFisheryFullVO[] handleGetFisheryByGearId(java.lang.Integer id)
                                                  throws java.lang.Exception
Description copied from class: RemoteFisheryFullServiceBase
Performs the core logic for RemoteFisheryFullServiceBase.getFisheryByGearId(java.lang.Integer)

Specified by:
handleGetFisheryByGearId in class RemoteFisheryFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteFisheryFullService.getFisheryByGearId(java.lang.Integer)

handleGetFisheryByFishingAreaId

protected RemoteFisheryFullVO[] handleGetFisheryByFishingAreaId(java.lang.Integer id)
                                                         throws java.lang.Exception
Description copied from class: RemoteFisheryFullServiceBase
Performs the core logic for RemoteFisheryFullServiceBase.getFisheryByFishingAreaId(java.lang.Integer)

Specified by:
handleGetFisheryByFishingAreaId in class RemoteFisheryFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteFisheryFullService.getFisheryByFishingAreaId(java.lang.Integer)

handleRemoteFisheryFullVOsAreEqualOnIdentifiers

protected boolean handleRemoteFisheryFullVOsAreEqualOnIdentifiers(RemoteFisheryFullVO remoteFisheryFullVOFirst,
                                                                  RemoteFisheryFullVO remoteFisheryFullVOSecond)
                                                           throws java.lang.Exception
Description copied from class: RemoteFisheryFullServiceBase
Performs the core logic for RemoteFisheryFullServiceBase.remoteFisheryFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteFisheryFullVO, fr.ifremer.allegro.referential.regulation.generic.vo.RemoteFisheryFullVO)

Specified by:
handleRemoteFisheryFullVOsAreEqualOnIdentifiers in class RemoteFisheryFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteFisheryFullService.remoteFisheryFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteFisheryFullVO, fr.ifremer.allegro.referential.regulation.generic.vo.RemoteFisheryFullVO)

handleRemoteFisheryFullVOsAreEqual

protected boolean handleRemoteFisheryFullVOsAreEqual(RemoteFisheryFullVO remoteFisheryFullVOFirst,
                                                     RemoteFisheryFullVO remoteFisheryFullVOSecond)
                                              throws java.lang.Exception
Description copied from class: RemoteFisheryFullServiceBase
Performs the core logic for RemoteFisheryFullServiceBase.remoteFisheryFullVOsAreEqual(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteFisheryFullVO, fr.ifremer.allegro.referential.regulation.generic.vo.RemoteFisheryFullVO)

Specified by:
handleRemoteFisheryFullVOsAreEqual in class RemoteFisheryFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteFisheryFullService.remoteFisheryFullVOsAreEqual(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteFisheryFullVO, fr.ifremer.allegro.referential.regulation.generic.vo.RemoteFisheryFullVO)

handleGetFisheryNaturalIds

protected RemoteFisheryNaturalId[] handleGetFisheryNaturalIds()
                                                       throws java.lang.Exception
Description copied from class: RemoteFisheryFullServiceBase
Performs the core logic for RemoteFisheryFullServiceBase.getFisheryNaturalIds()

Specified by:
handleGetFisheryNaturalIds in class RemoteFisheryFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteFisheryFullService.getFisheryNaturalIds()

handleGetFisheryByNaturalId

protected RemoteFisheryFullVO handleGetFisheryByNaturalId(RemoteFisheryNaturalId fisheryNaturalId)
                                                   throws java.lang.Exception
Description copied from class: RemoteFisheryFullServiceBase
Performs the core logic for RemoteFisheryFullServiceBase.getFisheryByNaturalId(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteFisheryNaturalId)

Specified by:
handleGetFisheryByNaturalId in class RemoteFisheryFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteFisheryFullService.getFisheryByNaturalId(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteFisheryNaturalId)

handleGetFisheryNaturalIdById

protected RemoteFisheryNaturalId handleGetFisheryNaturalIdById(java.lang.Integer id)
                                                        throws java.lang.Exception
Description copied from class: RemoteFisheryFullServiceBase
Performs the core logic for RemoteFisheryFullServiceBase.getFisheryNaturalIdById(java.lang.Integer)

Specified by:
handleGetFisheryNaturalIdById in class RemoteFisheryFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteFisheryFullService.getFisheryNaturalIdById(java.lang.Integer)

handleAddOrUpdateClusterFishery

protected ClusterFishery handleAddOrUpdateClusterFishery(ClusterFishery clusterFishery)
                                                  throws java.lang.Exception
Description copied from class: RemoteFisheryFullServiceBase
Performs the core logic for RemoteFisheryFullServiceBase.addOrUpdateClusterFishery(fr.ifremer.allegro.referential.regulation.generic.cluster.ClusterFishery)

Specified by:
handleAddOrUpdateClusterFishery in class RemoteFisheryFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteFisheryFullService.addOrUpdateClusterFishery(fr.ifremer.allegro.referential.regulation.generic.cluster.ClusterFishery)

handleGetAllClusterFisherySinceDateSynchro

protected ClusterFishery[] handleGetAllClusterFisherySinceDateSynchro(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: RemoteFisheryFullServiceBase
Performs the core logic for RemoteFisheryFullServiceBase.getAllClusterFisherySinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

Specified by:
handleGetAllClusterFisherySinceDateSynchro in class RemoteFisheryFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteFisheryFullService.getAllClusterFisherySinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

handleGetClusterFisheryByIdentifiers

protected ClusterFishery handleGetClusterFisheryByIdentifiers(java.lang.Integer id)
                                                       throws java.lang.Exception
Description copied from class: RemoteFisheryFullServiceBase
Performs the core logic for RemoteFisheryFullServiceBase.getClusterFisheryByIdentifiers(java.lang.Integer)

Specified by:
handleGetClusterFisheryByIdentifiers in class RemoteFisheryFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteFisheryFullService.getClusterFisheryByIdentifiers(java.lang.Integer)


Copyright © 2008-2010 IFREMER. All Rights Reserved.