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

java.lang.Object
  extended by fr.ifremer.allegro.referential.pmfm.generic.service.RemoteMatrixFullServiceBase
      extended by fr.ifremer.allegro.referential.pmfm.generic.service.RemoteMatrixFullServiceImpl
All Implemented Interfaces:
RemoteMatrixFullService

public class RemoteMatrixFullServiceImpl
extends RemoteMatrixFullServiceBase

See Also:
RemoteMatrixFullService

Constructor Summary
RemoteMatrixFullServiceImpl()
           
 
Method Summary
protected  RemoteMatrixFullVO handleAddMatrix(RemoteMatrixFullVO matrix)
          Performs the core logic for RemoteMatrixFullServiceBase.addMatrix(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMatrixFullVO)
protected  ClusterMatrix handleAddOrUpdateClusterMatrix(ClusterMatrix clusterMatrix)
          Performs the core logic for RemoteMatrixFullServiceBase.addOrUpdateClusterMatrix(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterMatrix)
protected  ClusterMatrix[] handleGetAllClusterMatrixSinceDateSynchro(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 RemoteMatrixFullServiceBase.getAllClusterMatrixSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  RemoteMatrixFullVO[] handleGetAllMatrix()
          Performs the core logic for RemoteMatrixFullServiceBase.getAllMatrix()
protected  ClusterMatrix handleGetClusterMatrixByIdentifiers(java.lang.Integer id)
          Performs the core logic for RemoteMatrixFullServiceBase.getClusterMatrixByIdentifiers(java.lang.Integer)
protected  RemoteMatrixFullVO handleGetMatrixById(java.lang.Integer id)
          Performs the core logic for RemoteMatrixFullServiceBase.getMatrixById(java.lang.Integer)
protected  RemoteMatrixFullVO[] handleGetMatrixByIds(java.lang.Integer[] id)
          Performs the core logic for RemoteMatrixFullServiceBase.getMatrixByIds(java.lang.Integer[])
protected  RemoteMatrixFullVO handleGetMatrixByNaturalId(RemoteMatrixNaturalId matrixNaturalId)
          Performs the core logic for RemoteMatrixFullServiceBase.getMatrixByNaturalId(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMatrixNaturalId)
protected  RemoteMatrixFullVO[] handleGetMatrixByStatusCode(java.lang.String code)
          Performs the core logic for RemoteMatrixFullServiceBase.getMatrixByStatusCode(java.lang.String)
protected  RemoteMatrixNaturalId handleGetMatrixNaturalIdById(java.lang.Integer id)
          Performs the core logic for RemoteMatrixFullServiceBase.getMatrixNaturalIdById(java.lang.Integer)
protected  RemoteMatrixNaturalId[] handleGetMatrixNaturalIds()
          Performs the core logic for RemoteMatrixFullServiceBase.getMatrixNaturalIds()
protected  boolean handleRemoteMatrixFullVOsAreEqual(RemoteMatrixFullVO remoteMatrixFullVOFirst, RemoteMatrixFullVO remoteMatrixFullVOSecond)
          Performs the core logic for RemoteMatrixFullServiceBase.remoteMatrixFullVOsAreEqual(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMatrixFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMatrixFullVO)
protected  boolean handleRemoteMatrixFullVOsAreEqualOnIdentifiers(RemoteMatrixFullVO remoteMatrixFullVOFirst, RemoteMatrixFullVO remoteMatrixFullVOSecond)
          Performs the core logic for RemoteMatrixFullServiceBase.remoteMatrixFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMatrixFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMatrixFullVO)
protected  void handleRemoveMatrix(RemoteMatrixFullVO matrix)
          Performs the core logic for RemoteMatrixFullServiceBase.removeMatrix(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMatrixFullVO)
protected  void handleUpdateMatrix(RemoteMatrixFullVO matrix)
          Performs the core logic for RemoteMatrixFullServiceBase.updateMatrix(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMatrixFullVO)
 
Methods inherited from class fr.ifremer.allegro.referential.pmfm.generic.service.RemoteMatrixFullServiceBase
addMatrix, addOrUpdateClusterMatrix, getAllClusterMatrixSinceDateSynchro, getAllMatrix, getClusterMatrixByIdentifiers, getFractionDao, getMatrixById, getMatrixByIds, getMatrixByNaturalId, getMatrixByStatusCode, getMatrixDao, getMatrixNaturalIdById, getMatrixNaturalIds, getMessage, getMessage, getMessage, getMessages, getPrincipal, getStatusDao, remoteMatrixFullVOsAreEqual, remoteMatrixFullVOsAreEqualOnIdentifiers, removeMatrix, setFractionDao, setMatrixDao, setStatusDao, updateMatrix
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteMatrixFullServiceImpl

public RemoteMatrixFullServiceImpl()
Method Detail

handleAddMatrix

protected RemoteMatrixFullVO handleAddMatrix(RemoteMatrixFullVO matrix)
                                      throws java.lang.Exception
Description copied from class: RemoteMatrixFullServiceBase
Performs the core logic for RemoteMatrixFullServiceBase.addMatrix(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMatrixFullVO)

Specified by:
handleAddMatrix in class RemoteMatrixFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteMatrixFullService.addMatrix(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMatrixFullVO)

handleUpdateMatrix

protected void handleUpdateMatrix(RemoteMatrixFullVO matrix)
                           throws java.lang.Exception
Description copied from class: RemoteMatrixFullServiceBase
Performs the core logic for RemoteMatrixFullServiceBase.updateMatrix(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMatrixFullVO)

Specified by:
handleUpdateMatrix in class RemoteMatrixFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteMatrixFullService.updateMatrix(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMatrixFullVO)

handleRemoveMatrix

protected void handleRemoveMatrix(RemoteMatrixFullVO matrix)
                           throws java.lang.Exception
Description copied from class: RemoteMatrixFullServiceBase
Performs the core logic for RemoteMatrixFullServiceBase.removeMatrix(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMatrixFullVO)

Specified by:
handleRemoveMatrix in class RemoteMatrixFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteMatrixFullService.removeMatrix(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMatrixFullVO)

handleGetAllMatrix

protected RemoteMatrixFullVO[] handleGetAllMatrix()
                                           throws java.lang.Exception
Description copied from class: RemoteMatrixFullServiceBase
Performs the core logic for RemoteMatrixFullServiceBase.getAllMatrix()

Specified by:
handleGetAllMatrix in class RemoteMatrixFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteMatrixFullService.getAllMatrix()

handleGetMatrixById

protected RemoteMatrixFullVO handleGetMatrixById(java.lang.Integer id)
                                          throws java.lang.Exception
Description copied from class: RemoteMatrixFullServiceBase
Performs the core logic for RemoteMatrixFullServiceBase.getMatrixById(java.lang.Integer)

Specified by:
handleGetMatrixById in class RemoteMatrixFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteMatrixFullService.getMatrixById(java.lang.Integer)

handleGetMatrixByIds

protected RemoteMatrixFullVO[] handleGetMatrixByIds(java.lang.Integer[] id)
                                             throws java.lang.Exception
Description copied from class: RemoteMatrixFullServiceBase
Performs the core logic for RemoteMatrixFullServiceBase.getMatrixByIds(java.lang.Integer[])

Specified by:
handleGetMatrixByIds in class RemoteMatrixFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteMatrixFullService.getMatrixByIds(java.lang.Integer[])

handleGetMatrixByStatusCode

protected RemoteMatrixFullVO[] handleGetMatrixByStatusCode(java.lang.String code)
                                                    throws java.lang.Exception
Description copied from class: RemoteMatrixFullServiceBase
Performs the core logic for RemoteMatrixFullServiceBase.getMatrixByStatusCode(java.lang.String)

Specified by:
handleGetMatrixByStatusCode in class RemoteMatrixFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteMatrixFullService.getMatrixByStatusCode(java.lang.String)

handleRemoteMatrixFullVOsAreEqualOnIdentifiers

protected boolean handleRemoteMatrixFullVOsAreEqualOnIdentifiers(RemoteMatrixFullVO remoteMatrixFullVOFirst,
                                                                 RemoteMatrixFullVO remoteMatrixFullVOSecond)
                                                          throws java.lang.Exception
Description copied from class: RemoteMatrixFullServiceBase
Performs the core logic for RemoteMatrixFullServiceBase.remoteMatrixFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMatrixFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMatrixFullVO)

Specified by:
handleRemoteMatrixFullVOsAreEqualOnIdentifiers in class RemoteMatrixFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteMatrixFullService.remoteMatrixFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMatrixFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMatrixFullVO)

handleRemoteMatrixFullVOsAreEqual

protected boolean handleRemoteMatrixFullVOsAreEqual(RemoteMatrixFullVO remoteMatrixFullVOFirst,
                                                    RemoteMatrixFullVO remoteMatrixFullVOSecond)
                                             throws java.lang.Exception
Description copied from class: RemoteMatrixFullServiceBase
Performs the core logic for RemoteMatrixFullServiceBase.remoteMatrixFullVOsAreEqual(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMatrixFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMatrixFullVO)

Specified by:
handleRemoteMatrixFullVOsAreEqual in class RemoteMatrixFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteMatrixFullService.remoteMatrixFullVOsAreEqual(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMatrixFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMatrixFullVO)

handleGetMatrixNaturalIds

protected RemoteMatrixNaturalId[] handleGetMatrixNaturalIds()
                                                     throws java.lang.Exception
Description copied from class: RemoteMatrixFullServiceBase
Performs the core logic for RemoteMatrixFullServiceBase.getMatrixNaturalIds()

Specified by:
handleGetMatrixNaturalIds in class RemoteMatrixFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteMatrixFullService.getMatrixNaturalIds()

handleGetMatrixByNaturalId

protected RemoteMatrixFullVO handleGetMatrixByNaturalId(RemoteMatrixNaturalId matrixNaturalId)
                                                 throws java.lang.Exception
Description copied from class: RemoteMatrixFullServiceBase
Performs the core logic for RemoteMatrixFullServiceBase.getMatrixByNaturalId(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMatrixNaturalId)

Specified by:
handleGetMatrixByNaturalId in class RemoteMatrixFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteMatrixFullService.getMatrixByNaturalId(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMatrixNaturalId)

handleGetMatrixNaturalIdById

protected RemoteMatrixNaturalId handleGetMatrixNaturalIdById(java.lang.Integer id)
                                                      throws java.lang.Exception
Description copied from class: RemoteMatrixFullServiceBase
Performs the core logic for RemoteMatrixFullServiceBase.getMatrixNaturalIdById(java.lang.Integer)

Specified by:
handleGetMatrixNaturalIdById in class RemoteMatrixFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteMatrixFullService.getMatrixNaturalIdById(java.lang.Integer)

handleAddOrUpdateClusterMatrix

protected ClusterMatrix handleAddOrUpdateClusterMatrix(ClusterMatrix clusterMatrix)
                                                throws java.lang.Exception
Description copied from class: RemoteMatrixFullServiceBase
Performs the core logic for RemoteMatrixFullServiceBase.addOrUpdateClusterMatrix(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterMatrix)

Specified by:
handleAddOrUpdateClusterMatrix in class RemoteMatrixFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteMatrixFullService.addOrUpdateClusterMatrix(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterMatrix)

handleGetAllClusterMatrixSinceDateSynchro

protected ClusterMatrix[] handleGetAllClusterMatrixSinceDateSynchro(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: RemoteMatrixFullServiceBase
Performs the core logic for RemoteMatrixFullServiceBase.getAllClusterMatrixSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

Specified by:
handleGetAllClusterMatrixSinceDateSynchro in class RemoteMatrixFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteMatrixFullService.getAllClusterMatrixSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

handleGetClusterMatrixByIdentifiers

protected ClusterMatrix handleGetClusterMatrixByIdentifiers(java.lang.Integer id)
                                                     throws java.lang.Exception
Description copied from class: RemoteMatrixFullServiceBase
Performs the core logic for RemoteMatrixFullServiceBase.getClusterMatrixByIdentifiers(java.lang.Integer)

Specified by:
handleGetClusterMatrixByIdentifiers in class RemoteMatrixFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteMatrixFullService.getClusterMatrixByIdentifiers(java.lang.Integer)


Copyright © 2008-2010 IFREMER. All Rights Reserved.