fr.ifremer.allegro.referential.pmfm.generic.service
Class RemoteFractionFullServiceImpl

java.lang.Object
  extended by fr.ifremer.allegro.referential.pmfm.generic.service.RemoteFractionFullServiceBase
      extended by fr.ifremer.allegro.referential.pmfm.generic.service.RemoteFractionFullServiceImpl
All Implemented Interfaces:
RemoteFractionFullService

public class RemoteFractionFullServiceImpl
extends RemoteFractionFullServiceBase

See Also:
RemoteFractionFullService

Constructor Summary
RemoteFractionFullServiceImpl()
           
 
Method Summary
protected  RemoteFractionFullVO handleAddFraction(RemoteFractionFullVO fraction)
          Performs the core logic for RemoteFractionFullServiceBase.addFraction(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteFractionFullVO)
protected  ClusterFraction handleAddOrUpdateClusterFraction(ClusterFraction clusterFraction)
          Performs the core logic for RemoteFractionFullServiceBase.addOrUpdateClusterFraction(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterFraction)
protected  ClusterFraction[] handleGetAllClusterFractionSinceDateSynchro(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 RemoteFractionFullServiceBase.getAllClusterFractionSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  RemoteFractionFullVO[] handleGetAllFraction()
          Performs the core logic for RemoteFractionFullServiceBase.getAllFraction()
protected  ClusterFraction handleGetClusterFractionByIdentifiers(java.lang.Integer id)
          Performs the core logic for RemoteFractionFullServiceBase.getClusterFractionByIdentifiers(java.lang.Integer)
protected  RemoteFractionFullVO handleGetFractionById(java.lang.Integer id)
          Performs the core logic for RemoteFractionFullServiceBase.getFractionById(java.lang.Integer)
protected  RemoteFractionFullVO[] handleGetFractionByIds(java.lang.Integer[] id)
          Performs the core logic for RemoteFractionFullServiceBase.getFractionByIds(java.lang.Integer[])
protected  RemoteFractionFullVO handleGetFractionByNaturalId(RemoteFractionNaturalId fractionNaturalId)
          Performs the core logic for RemoteFractionFullServiceBase.getFractionByNaturalId(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteFractionNaturalId)
protected  RemoteFractionFullVO[] handleGetFractionByStatusCode(java.lang.String code)
          Performs the core logic for RemoteFractionFullServiceBase.getFractionByStatusCode(java.lang.String)
protected  RemoteFractionNaturalId handleGetFractionNaturalIdById(java.lang.Integer id)
          Performs the core logic for RemoteFractionFullServiceBase.getFractionNaturalIdById(java.lang.Integer)
protected  RemoteFractionNaturalId[] handleGetFractionNaturalIds()
          Performs the core logic for RemoteFractionFullServiceBase.getFractionNaturalIds()
protected  boolean handleRemoteFractionFullVOsAreEqual(RemoteFractionFullVO remoteFractionFullVOFirst, RemoteFractionFullVO remoteFractionFullVOSecond)
          Performs the core logic for RemoteFractionFullServiceBase.remoteFractionFullVOsAreEqual(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteFractionFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteFractionFullVO)
protected  boolean handleRemoteFractionFullVOsAreEqualOnIdentifiers(RemoteFractionFullVO remoteFractionFullVOFirst, RemoteFractionFullVO remoteFractionFullVOSecond)
          Performs the core logic for RemoteFractionFullServiceBase.remoteFractionFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteFractionFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteFractionFullVO)
protected  void handleRemoveFraction(RemoteFractionFullVO fraction)
          Performs the core logic for RemoteFractionFullServiceBase.removeFraction(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteFractionFullVO)
protected  void handleUpdateFraction(RemoteFractionFullVO fraction)
          Performs the core logic for RemoteFractionFullServiceBase.updateFraction(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteFractionFullVO)
 
Methods inherited from class fr.ifremer.allegro.referential.pmfm.generic.service.RemoteFractionFullServiceBase
addFraction, addOrUpdateClusterFraction, getAllClusterFractionSinceDateSynchro, getAllFraction, getClusterFractionByIdentifiers, getFractionById, getFractionByIds, getFractionByNaturalId, getFractionByStatusCode, getFractionDao, getFractionNaturalIdById, getFractionNaturalIds, getMatrixDao, getMessage, getMessage, getMessage, getMessages, getPrincipal, getStatusDao, remoteFractionFullVOsAreEqual, remoteFractionFullVOsAreEqualOnIdentifiers, removeFraction, setFractionDao, setMatrixDao, setStatusDao, updateFraction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteFractionFullServiceImpl

public RemoteFractionFullServiceImpl()
Method Detail

handleAddFraction

protected RemoteFractionFullVO handleAddFraction(RemoteFractionFullVO fraction)
                                          throws java.lang.Exception
Description copied from class: RemoteFractionFullServiceBase
Performs the core logic for RemoteFractionFullServiceBase.addFraction(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteFractionFullVO)

Specified by:
handleAddFraction in class RemoteFractionFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteFractionFullService.addFraction(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteFractionFullVO)

handleUpdateFraction

protected void handleUpdateFraction(RemoteFractionFullVO fraction)
                             throws java.lang.Exception
Description copied from class: RemoteFractionFullServiceBase
Performs the core logic for RemoteFractionFullServiceBase.updateFraction(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteFractionFullVO)

Specified by:
handleUpdateFraction in class RemoteFractionFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteFractionFullService.updateFraction(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteFractionFullVO)

handleRemoveFraction

protected void handleRemoveFraction(RemoteFractionFullVO fraction)
                             throws java.lang.Exception
Description copied from class: RemoteFractionFullServiceBase
Performs the core logic for RemoteFractionFullServiceBase.removeFraction(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteFractionFullVO)

Specified by:
handleRemoveFraction in class RemoteFractionFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteFractionFullService.removeFraction(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteFractionFullVO)

handleGetAllFraction

protected RemoteFractionFullVO[] handleGetAllFraction()
                                               throws java.lang.Exception
Description copied from class: RemoteFractionFullServiceBase
Performs the core logic for RemoteFractionFullServiceBase.getAllFraction()

Specified by:
handleGetAllFraction in class RemoteFractionFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteFractionFullService.getAllFraction()

handleGetFractionById

protected RemoteFractionFullVO handleGetFractionById(java.lang.Integer id)
                                              throws java.lang.Exception
Description copied from class: RemoteFractionFullServiceBase
Performs the core logic for RemoteFractionFullServiceBase.getFractionById(java.lang.Integer)

Specified by:
handleGetFractionById in class RemoteFractionFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteFractionFullService.getFractionById(java.lang.Integer)

handleGetFractionByIds

protected RemoteFractionFullVO[] handleGetFractionByIds(java.lang.Integer[] id)
                                                 throws java.lang.Exception
Description copied from class: RemoteFractionFullServiceBase
Performs the core logic for RemoteFractionFullServiceBase.getFractionByIds(java.lang.Integer[])

Specified by:
handleGetFractionByIds in class RemoteFractionFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteFractionFullService.getFractionByIds(java.lang.Integer[])

handleGetFractionByStatusCode

protected RemoteFractionFullVO[] handleGetFractionByStatusCode(java.lang.String code)
                                                        throws java.lang.Exception
Description copied from class: RemoteFractionFullServiceBase
Performs the core logic for RemoteFractionFullServiceBase.getFractionByStatusCode(java.lang.String)

Specified by:
handleGetFractionByStatusCode in class RemoteFractionFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteFractionFullService.getFractionByStatusCode(java.lang.String)

handleRemoteFractionFullVOsAreEqualOnIdentifiers

protected boolean handleRemoteFractionFullVOsAreEqualOnIdentifiers(RemoteFractionFullVO remoteFractionFullVOFirst,
                                                                   RemoteFractionFullVO remoteFractionFullVOSecond)
                                                            throws java.lang.Exception
Description copied from class: RemoteFractionFullServiceBase
Performs the core logic for RemoteFractionFullServiceBase.remoteFractionFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteFractionFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteFractionFullVO)

Specified by:
handleRemoteFractionFullVOsAreEqualOnIdentifiers in class RemoteFractionFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteFractionFullService.remoteFractionFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteFractionFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteFractionFullVO)

handleRemoteFractionFullVOsAreEqual

protected boolean handleRemoteFractionFullVOsAreEqual(RemoteFractionFullVO remoteFractionFullVOFirst,
                                                      RemoteFractionFullVO remoteFractionFullVOSecond)
                                               throws java.lang.Exception
Description copied from class: RemoteFractionFullServiceBase
Performs the core logic for RemoteFractionFullServiceBase.remoteFractionFullVOsAreEqual(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteFractionFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteFractionFullVO)

Specified by:
handleRemoteFractionFullVOsAreEqual in class RemoteFractionFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteFractionFullService.remoteFractionFullVOsAreEqual(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteFractionFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteFractionFullVO)

handleGetFractionNaturalIds

protected RemoteFractionNaturalId[] handleGetFractionNaturalIds()
                                                         throws java.lang.Exception
Description copied from class: RemoteFractionFullServiceBase
Performs the core logic for RemoteFractionFullServiceBase.getFractionNaturalIds()

Specified by:
handleGetFractionNaturalIds in class RemoteFractionFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteFractionFullService.getFractionNaturalIds()

handleGetFractionByNaturalId

protected RemoteFractionFullVO handleGetFractionByNaturalId(RemoteFractionNaturalId fractionNaturalId)
                                                     throws java.lang.Exception
Description copied from class: RemoteFractionFullServiceBase
Performs the core logic for RemoteFractionFullServiceBase.getFractionByNaturalId(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteFractionNaturalId)

Specified by:
handleGetFractionByNaturalId in class RemoteFractionFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteFractionFullService.getFractionByNaturalId(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteFractionNaturalId)

handleGetFractionNaturalIdById

protected RemoteFractionNaturalId handleGetFractionNaturalIdById(java.lang.Integer id)
                                                          throws java.lang.Exception
Description copied from class: RemoteFractionFullServiceBase
Performs the core logic for RemoteFractionFullServiceBase.getFractionNaturalIdById(java.lang.Integer)

Specified by:
handleGetFractionNaturalIdById in class RemoteFractionFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteFractionFullService.getFractionNaturalIdById(java.lang.Integer)

handleAddOrUpdateClusterFraction

protected ClusterFraction handleAddOrUpdateClusterFraction(ClusterFraction clusterFraction)
                                                    throws java.lang.Exception
Description copied from class: RemoteFractionFullServiceBase
Performs the core logic for RemoteFractionFullServiceBase.addOrUpdateClusterFraction(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterFraction)

Specified by:
handleAddOrUpdateClusterFraction in class RemoteFractionFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteFractionFullService.addOrUpdateClusterFraction(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterFraction)

handleGetAllClusterFractionSinceDateSynchro

protected ClusterFraction[] handleGetAllClusterFractionSinceDateSynchro(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: RemoteFractionFullServiceBase
Performs the core logic for RemoteFractionFullServiceBase.getAllClusterFractionSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

Specified by:
handleGetAllClusterFractionSinceDateSynchro in class RemoteFractionFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteFractionFullService.getAllClusterFractionSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

handleGetClusterFractionByIdentifiers

protected ClusterFraction handleGetClusterFractionByIdentifiers(java.lang.Integer id)
                                                         throws java.lang.Exception
Description copied from class: RemoteFractionFullServiceBase
Performs the core logic for RemoteFractionFullServiceBase.getClusterFractionByIdentifiers(java.lang.Integer)

Specified by:
handleGetClusterFractionByIdentifiers in class RemoteFractionFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteFractionFullService.getClusterFractionByIdentifiers(java.lang.Integer)


Copyright © 2008-2010 IFREMER. All Rights Reserved.