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

java.lang.Object
  extended by fr.ifremer.allegro.referential.regulation.generic.service.RemoteRightToProduceFullServiceBase
      extended by fr.ifremer.allegro.referential.regulation.generic.service.RemoteRightToProduceFullServiceImpl
All Implemented Interfaces:
RemoteRightToProduceFullService

public class RemoteRightToProduceFullServiceImpl
extends RemoteRightToProduceFullServiceBase

See Also:
RemoteRightToProduceFullService

Constructor Summary
RemoteRightToProduceFullServiceImpl()
           
 
Method Summary
protected  ClusterRightToProduce handleAddOrUpdateClusterRightToProduce(ClusterRightToProduce clusterRightToProduce)
          Performs the core logic for RemoteRightToProduceFullServiceBase.addOrUpdateClusterRightToProduce(fr.ifremer.allegro.referential.regulation.generic.cluster.ClusterRightToProduce)
protected  RemoteRightToProduceFullVO handleAddRightToProduce(RemoteRightToProduceFullVO rightToProduce)
          Performs the core logic for RemoteRightToProduceFullServiceBase.addRightToProduce(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteRightToProduceFullVO)
protected  ClusterRightToProduce[] handleGetAllClusterRightToProduceSinceDateSynchro(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 RemoteRightToProduceFullServiceBase.getAllClusterRightToProduceSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  RemoteRightToProduceFullVO[] handleGetAllRightToProduce()
          Performs the core logic for RemoteRightToProduceFullServiceBase.getAllRightToProduce()
protected  ClusterRightToProduce handleGetClusterRightToProduceByIdentifiers(java.lang.Integer id)
          Performs the core logic for RemoteRightToProduceFullServiceBase.getClusterRightToProduceByIdentifiers(java.lang.Integer)
protected  RemoteRightToProduceFullVO handleGetRightToProduceByCorpusId(java.lang.Integer id)
          Performs the core logic for RemoteRightToProduceFullServiceBase.getRightToProduceByCorpusId(java.lang.Integer)
protected  RemoteRightToProduceFullVO handleGetRightToProduceById(java.lang.Integer id)
          Performs the core logic for RemoteRightToProduceFullServiceBase.getRightToProduceById(java.lang.Integer)
protected  RemoteRightToProduceFullVO[] handleGetRightToProduceByIds(java.lang.Integer[] id)
          Performs the core logic for RemoteRightToProduceFullServiceBase.getRightToProduceByIds(java.lang.Integer[])
protected  RemoteRightToProduceFullVO handleGetRightToProduceByNaturalId(RemoteRightToProduceNaturalId rightToProduceNaturalId)
          Performs the core logic for RemoteRightToProduceFullServiceBase.getRightToProduceByNaturalId(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteRightToProduceNaturalId)
protected  RemoteRightToProduceNaturalId handleGetRightToProduceNaturalIdById(java.lang.Integer id)
          Performs the core logic for RemoteRightToProduceFullServiceBase.getRightToProduceNaturalIdById(java.lang.Integer)
protected  RemoteRightToProduceNaturalId[] handleGetRightToProduceNaturalIds()
          Performs the core logic for RemoteRightToProduceFullServiceBase.getRightToProduceNaturalIds()
protected  boolean handleRemoteRightToProduceFullVOsAreEqual(RemoteRightToProduceFullVO remoteRightToProduceFullVOFirst, RemoteRightToProduceFullVO remoteRightToProduceFullVOSecond)
          Performs the core logic for RemoteRightToProduceFullServiceBase.remoteRightToProduceFullVOsAreEqual(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteRightToProduceFullVO, fr.ifremer.allegro.referential.regulation.generic.vo.RemoteRightToProduceFullVO)
protected  boolean handleRemoteRightToProduceFullVOsAreEqualOnIdentifiers(RemoteRightToProduceFullVO remoteRightToProduceFullVOFirst, RemoteRightToProduceFullVO remoteRightToProduceFullVOSecond)
          Performs the core logic for RemoteRightToProduceFullServiceBase.remoteRightToProduceFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteRightToProduceFullVO, fr.ifremer.allegro.referential.regulation.generic.vo.RemoteRightToProduceFullVO)
protected  void handleRemoveRightToProduce(RemoteRightToProduceFullVO rightToProduce)
          Performs the core logic for RemoteRightToProduceFullServiceBase.removeRightToProduce(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteRightToProduceFullVO)
protected  void handleUpdateRightToProduce(RemoteRightToProduceFullVO rightToProduce)
          Performs the core logic for RemoteRightToProduceFullServiceBase.updateRightToProduce(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteRightToProduceFullVO)
 
Methods inherited from class fr.ifremer.allegro.referential.regulation.generic.service.RemoteRightToProduceFullServiceBase
addOrUpdateClusterRightToProduce, addRightToProduce, getAllClusterRightToProduceSinceDateSynchro, getAllRightToProduce, getClusterRightToProduceByIdentifiers, getCorpusDao, getFisheryDao, getMessage, getMessage, getMessage, getMessages, getPrincipal, getRightToProduceByCorpusId, getRightToProduceById, getRightToProduceByIds, getRightToProduceByNaturalId, getRightToProduceDao, getRightToProduceNaturalIdById, getRightToProduceNaturalIds, getVesselDao, getVesselOwnerDao, remoteRightToProduceFullVOsAreEqual, remoteRightToProduceFullVOsAreEqualOnIdentifiers, removeRightToProduce, setCorpusDao, setFisheryDao, setRightToProduceDao, setVesselDao, setVesselOwnerDao, updateRightToProduce
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteRightToProduceFullServiceImpl

public RemoteRightToProduceFullServiceImpl()
Method Detail

handleAddRightToProduce

protected RemoteRightToProduceFullVO handleAddRightToProduce(RemoteRightToProduceFullVO rightToProduce)
                                                      throws java.lang.Exception
Description copied from class: RemoteRightToProduceFullServiceBase
Performs the core logic for RemoteRightToProduceFullServiceBase.addRightToProduce(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteRightToProduceFullVO)

Specified by:
handleAddRightToProduce in class RemoteRightToProduceFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteRightToProduceFullService.addRightToProduce(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteRightToProduceFullVO)

handleUpdateRightToProduce

protected void handleUpdateRightToProduce(RemoteRightToProduceFullVO rightToProduce)
                                   throws java.lang.Exception
Description copied from class: RemoteRightToProduceFullServiceBase
Performs the core logic for RemoteRightToProduceFullServiceBase.updateRightToProduce(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteRightToProduceFullVO)

Specified by:
handleUpdateRightToProduce in class RemoteRightToProduceFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteRightToProduceFullService.updateRightToProduce(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteRightToProduceFullVO)

handleRemoveRightToProduce

protected void handleRemoveRightToProduce(RemoteRightToProduceFullVO rightToProduce)
                                   throws java.lang.Exception
Description copied from class: RemoteRightToProduceFullServiceBase
Performs the core logic for RemoteRightToProduceFullServiceBase.removeRightToProduce(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteRightToProduceFullVO)

Specified by:
handleRemoveRightToProduce in class RemoteRightToProduceFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteRightToProduceFullService.removeRightToProduce(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteRightToProduceFullVO)

handleGetAllRightToProduce

protected RemoteRightToProduceFullVO[] handleGetAllRightToProduce()
                                                           throws java.lang.Exception
Description copied from class: RemoteRightToProduceFullServiceBase
Performs the core logic for RemoteRightToProduceFullServiceBase.getAllRightToProduce()

Specified by:
handleGetAllRightToProduce in class RemoteRightToProduceFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteRightToProduceFullService.getAllRightToProduce()

handleGetRightToProduceById

protected RemoteRightToProduceFullVO handleGetRightToProduceById(java.lang.Integer id)
                                                          throws java.lang.Exception
Description copied from class: RemoteRightToProduceFullServiceBase
Performs the core logic for RemoteRightToProduceFullServiceBase.getRightToProduceById(java.lang.Integer)

Specified by:
handleGetRightToProduceById in class RemoteRightToProduceFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteRightToProduceFullService.getRightToProduceById(java.lang.Integer)

handleGetRightToProduceByIds

protected RemoteRightToProduceFullVO[] handleGetRightToProduceByIds(java.lang.Integer[] id)
                                                             throws java.lang.Exception
Description copied from class: RemoteRightToProduceFullServiceBase
Performs the core logic for RemoteRightToProduceFullServiceBase.getRightToProduceByIds(java.lang.Integer[])

Specified by:
handleGetRightToProduceByIds in class RemoteRightToProduceFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteRightToProduceFullService.getRightToProduceByIds(java.lang.Integer[])

handleGetRightToProduceByCorpusId

protected RemoteRightToProduceFullVO handleGetRightToProduceByCorpusId(java.lang.Integer id)
                                                                throws java.lang.Exception
Description copied from class: RemoteRightToProduceFullServiceBase
Performs the core logic for RemoteRightToProduceFullServiceBase.getRightToProduceByCorpusId(java.lang.Integer)

Specified by:
handleGetRightToProduceByCorpusId in class RemoteRightToProduceFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteRightToProduceFullService.getRightToProduceByCorpusId(java.lang.Integer)

handleRemoteRightToProduceFullVOsAreEqualOnIdentifiers

protected boolean handleRemoteRightToProduceFullVOsAreEqualOnIdentifiers(RemoteRightToProduceFullVO remoteRightToProduceFullVOFirst,
                                                                         RemoteRightToProduceFullVO remoteRightToProduceFullVOSecond)
                                                                  throws java.lang.Exception
Description copied from class: RemoteRightToProduceFullServiceBase
Performs the core logic for RemoteRightToProduceFullServiceBase.remoteRightToProduceFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteRightToProduceFullVO, fr.ifremer.allegro.referential.regulation.generic.vo.RemoteRightToProduceFullVO)

Specified by:
handleRemoteRightToProduceFullVOsAreEqualOnIdentifiers in class RemoteRightToProduceFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteRightToProduceFullService.remoteRightToProduceFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteRightToProduceFullVO, fr.ifremer.allegro.referential.regulation.generic.vo.RemoteRightToProduceFullVO)

handleRemoteRightToProduceFullVOsAreEqual

protected boolean handleRemoteRightToProduceFullVOsAreEqual(RemoteRightToProduceFullVO remoteRightToProduceFullVOFirst,
                                                            RemoteRightToProduceFullVO remoteRightToProduceFullVOSecond)
                                                     throws java.lang.Exception
Description copied from class: RemoteRightToProduceFullServiceBase
Performs the core logic for RemoteRightToProduceFullServiceBase.remoteRightToProduceFullVOsAreEqual(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteRightToProduceFullVO, fr.ifremer.allegro.referential.regulation.generic.vo.RemoteRightToProduceFullVO)

Specified by:
handleRemoteRightToProduceFullVOsAreEqual in class RemoteRightToProduceFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteRightToProduceFullService.remoteRightToProduceFullVOsAreEqual(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteRightToProduceFullVO, fr.ifremer.allegro.referential.regulation.generic.vo.RemoteRightToProduceFullVO)

handleGetRightToProduceNaturalIds

protected RemoteRightToProduceNaturalId[] handleGetRightToProduceNaturalIds()
                                                                     throws java.lang.Exception
Description copied from class: RemoteRightToProduceFullServiceBase
Performs the core logic for RemoteRightToProduceFullServiceBase.getRightToProduceNaturalIds()

Specified by:
handleGetRightToProduceNaturalIds in class RemoteRightToProduceFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteRightToProduceFullService.getRightToProduceNaturalIds()

handleGetRightToProduceByNaturalId

protected RemoteRightToProduceFullVO handleGetRightToProduceByNaturalId(RemoteRightToProduceNaturalId rightToProduceNaturalId)
                                                                 throws java.lang.Exception
Description copied from class: RemoteRightToProduceFullServiceBase
Performs the core logic for RemoteRightToProduceFullServiceBase.getRightToProduceByNaturalId(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteRightToProduceNaturalId)

Specified by:
handleGetRightToProduceByNaturalId in class RemoteRightToProduceFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteRightToProduceFullService.getRightToProduceByNaturalId(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteRightToProduceNaturalId)

handleGetRightToProduceNaturalIdById

protected RemoteRightToProduceNaturalId handleGetRightToProduceNaturalIdById(java.lang.Integer id)
                                                                      throws java.lang.Exception
Description copied from class: RemoteRightToProduceFullServiceBase
Performs the core logic for RemoteRightToProduceFullServiceBase.getRightToProduceNaturalIdById(java.lang.Integer)

Specified by:
handleGetRightToProduceNaturalIdById in class RemoteRightToProduceFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteRightToProduceFullService.getRightToProduceNaturalIdById(java.lang.Integer)

handleAddOrUpdateClusterRightToProduce

protected ClusterRightToProduce handleAddOrUpdateClusterRightToProduce(ClusterRightToProduce clusterRightToProduce)
                                                                throws java.lang.Exception
Description copied from class: RemoteRightToProduceFullServiceBase
Performs the core logic for RemoteRightToProduceFullServiceBase.addOrUpdateClusterRightToProduce(fr.ifremer.allegro.referential.regulation.generic.cluster.ClusterRightToProduce)

Specified by:
handleAddOrUpdateClusterRightToProduce in class RemoteRightToProduceFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteRightToProduceFullService.addOrUpdateClusterRightToProduce(fr.ifremer.allegro.referential.regulation.generic.cluster.ClusterRightToProduce)

handleGetAllClusterRightToProduceSinceDateSynchro

protected ClusterRightToProduce[] handleGetAllClusterRightToProduceSinceDateSynchro(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: RemoteRightToProduceFullServiceBase
Performs the core logic for RemoteRightToProduceFullServiceBase.getAllClusterRightToProduceSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

Specified by:
handleGetAllClusterRightToProduceSinceDateSynchro in class RemoteRightToProduceFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteRightToProduceFullService.getAllClusterRightToProduceSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

handleGetClusterRightToProduceByIdentifiers

protected ClusterRightToProduce handleGetClusterRightToProduceByIdentifiers(java.lang.Integer id)
                                                                     throws java.lang.Exception
Description copied from class: RemoteRightToProduceFullServiceBase
Performs the core logic for RemoteRightToProduceFullServiceBase.getClusterRightToProduceByIdentifiers(java.lang.Integer)

Specified by:
handleGetClusterRightToProduceByIdentifiers in class RemoteRightToProduceFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteRightToProduceFullService.getClusterRightToProduceByIdentifiers(java.lang.Integer)


Copyright © 2008-2010 IFREMER. All Rights Reserved.