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

java.lang.Object
  extended by fr.ifremer.allegro.referential.pmfm.generic.service.RemoteParameterFullServiceBase
      extended by fr.ifremer.allegro.referential.pmfm.generic.service.RemoteParameterFullServiceImpl
All Implemented Interfaces:
RemoteParameterFullService

public class RemoteParameterFullServiceImpl
extends RemoteParameterFullServiceBase

See Also:
RemoteParameterFullService

Constructor Summary
RemoteParameterFullServiceImpl()
           
 
Method Summary
protected  ClusterParameter handleAddOrUpdateClusterParameter(ClusterParameter clusterParameter)
          Performs the core logic for RemoteParameterFullServiceBase.addOrUpdateClusterParameter(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterParameter)
protected  RemoteParameterFullVO handleAddParameter(RemoteParameterFullVO parameter)
          Performs the core logic for RemoteParameterFullServiceBase.addParameter(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterFullVO)
protected  ClusterParameter[] handleGetAllClusterParameterSinceDateSynchro(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 RemoteParameterFullServiceBase.getAllClusterParameterSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  RemoteParameterFullVO[] handleGetAllParameter()
          Performs the core logic for RemoteParameterFullServiceBase.getAllParameter()
protected  ClusterParameter handleGetClusterParameterByIdentifiers(java.lang.String code)
          Performs the core logic for RemoteParameterFullServiceBase.getClusterParameterByIdentifiers(java.lang.String)
protected  RemoteParameterFullVO handleGetParameterByCode(java.lang.String code)
          Performs the core logic for RemoteParameterFullServiceBase.getParameterByCode(java.lang.String)
protected  RemoteParameterFullVO[] handleGetParameterByCodes(java.lang.String[] code)
          Performs the core logic for RemoteParameterFullServiceBase.getParameterByCodes(java.lang.String[])
protected  RemoteParameterFullVO handleGetParameterByNaturalId(RemoteParameterNaturalId parameterNaturalId)
          Performs the core logic for RemoteParameterFullServiceBase.getParameterByNaturalId(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterNaturalId)
protected  RemoteParameterFullVO[] handleGetParameterByParameterGroupId(java.lang.Integer id)
          Performs the core logic for RemoteParameterFullServiceBase.getParameterByParameterGroupId(java.lang.Integer)
protected  RemoteParameterFullVO[] handleGetParameterByStatusCode(java.lang.String code)
          Performs the core logic for RemoteParameterFullServiceBase.getParameterByStatusCode(java.lang.String)
protected  RemoteParameterNaturalId handleGetParameterNaturalIdByCode(java.lang.String code)
          Performs the core logic for RemoteParameterFullServiceBase.getParameterNaturalIdByCode(java.lang.String)
protected  RemoteParameterNaturalId[] handleGetParameterNaturalIds()
          Performs the core logic for RemoteParameterFullServiceBase.getParameterNaturalIds()
protected  boolean handleRemoteParameterFullVOsAreEqual(RemoteParameterFullVO remoteParameterFullVOFirst, RemoteParameterFullVO remoteParameterFullVOSecond)
          Performs the core logic for RemoteParameterFullServiceBase.remoteParameterFullVOsAreEqual(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterFullVO)
protected  boolean handleRemoteParameterFullVOsAreEqualOnIdentifiers(RemoteParameterFullVO remoteParameterFullVOFirst, RemoteParameterFullVO remoteParameterFullVOSecond)
          Performs the core logic for RemoteParameterFullServiceBase.remoteParameterFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterFullVO)
protected  void handleRemoveParameter(RemoteParameterFullVO parameter)
          Performs the core logic for RemoteParameterFullServiceBase.removeParameter(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterFullVO)
protected  void handleUpdateParameter(RemoteParameterFullVO parameter)
          Performs the core logic for RemoteParameterFullServiceBase.updateParameter(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterFullVO)
 
Methods inherited from class fr.ifremer.allegro.referential.pmfm.generic.service.RemoteParameterFullServiceBase
addOrUpdateClusterParameter, addParameter, getAllClusterParameterSinceDateSynchro, getAllParameter, getClusterParameterByIdentifiers, getMessage, getMessage, getMessage, getMessages, getParameterByCode, getParameterByCodes, getParameterByNaturalId, getParameterByParameterGroupId, getParameterByStatusCode, getParameterDao, getParameterGroupDao, getParameterNaturalIdByCode, getParameterNaturalIds, getPrincipal, getQualitativeValueDao, getStatusDao, remoteParameterFullVOsAreEqual, remoteParameterFullVOsAreEqualOnIdentifiers, removeParameter, setParameterDao, setParameterGroupDao, setQualitativeValueDao, setStatusDao, updateParameter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteParameterFullServiceImpl

public RemoteParameterFullServiceImpl()
Method Detail

handleAddParameter

protected RemoteParameterFullVO handleAddParameter(RemoteParameterFullVO parameter)
                                            throws java.lang.Exception
Description copied from class: RemoteParameterFullServiceBase
Performs the core logic for RemoteParameterFullServiceBase.addParameter(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterFullVO)

Specified by:
handleAddParameter in class RemoteParameterFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteParameterFullService.addParameter(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterFullVO)

handleUpdateParameter

protected void handleUpdateParameter(RemoteParameterFullVO parameter)
                              throws java.lang.Exception
Description copied from class: RemoteParameterFullServiceBase
Performs the core logic for RemoteParameterFullServiceBase.updateParameter(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterFullVO)

Specified by:
handleUpdateParameter in class RemoteParameterFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteParameterFullService.updateParameter(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterFullVO)

handleRemoveParameter

protected void handleRemoveParameter(RemoteParameterFullVO parameter)
                              throws java.lang.Exception
Description copied from class: RemoteParameterFullServiceBase
Performs the core logic for RemoteParameterFullServiceBase.removeParameter(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterFullVO)

Specified by:
handleRemoveParameter in class RemoteParameterFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteParameterFullService.removeParameter(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterFullVO)

handleGetAllParameter

protected RemoteParameterFullVO[] handleGetAllParameter()
                                                 throws java.lang.Exception
Description copied from class: RemoteParameterFullServiceBase
Performs the core logic for RemoteParameterFullServiceBase.getAllParameter()

Specified by:
handleGetAllParameter in class RemoteParameterFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteParameterFullService.getAllParameter()

handleGetParameterByCode

protected RemoteParameterFullVO handleGetParameterByCode(java.lang.String code)
                                                  throws java.lang.Exception
Description copied from class: RemoteParameterFullServiceBase
Performs the core logic for RemoteParameterFullServiceBase.getParameterByCode(java.lang.String)

Specified by:
handleGetParameterByCode in class RemoteParameterFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteParameterFullService.getParameterByCode(java.lang.String)

handleGetParameterByCodes

protected RemoteParameterFullVO[] handleGetParameterByCodes(java.lang.String[] code)
                                                     throws java.lang.Exception
Description copied from class: RemoteParameterFullServiceBase
Performs the core logic for RemoteParameterFullServiceBase.getParameterByCodes(java.lang.String[])

Specified by:
handleGetParameterByCodes in class RemoteParameterFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteParameterFullService.getParameterByCodes(java.lang.String[])

handleGetParameterByStatusCode

protected RemoteParameterFullVO[] handleGetParameterByStatusCode(java.lang.String code)
                                                          throws java.lang.Exception
Description copied from class: RemoteParameterFullServiceBase
Performs the core logic for RemoteParameterFullServiceBase.getParameterByStatusCode(java.lang.String)

Specified by:
handleGetParameterByStatusCode in class RemoteParameterFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteParameterFullService.getParameterByStatusCode(java.lang.String)

handleGetParameterByParameterGroupId

protected RemoteParameterFullVO[] handleGetParameterByParameterGroupId(java.lang.Integer id)
                                                                throws java.lang.Exception
Description copied from class: RemoteParameterFullServiceBase
Performs the core logic for RemoteParameterFullServiceBase.getParameterByParameterGroupId(java.lang.Integer)

Specified by:
handleGetParameterByParameterGroupId in class RemoteParameterFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteParameterFullService.getParameterByParameterGroupId(java.lang.Integer)

handleRemoteParameterFullVOsAreEqualOnIdentifiers

protected boolean handleRemoteParameterFullVOsAreEqualOnIdentifiers(RemoteParameterFullVO remoteParameterFullVOFirst,
                                                                    RemoteParameterFullVO remoteParameterFullVOSecond)
                                                             throws java.lang.Exception
Description copied from class: RemoteParameterFullServiceBase
Performs the core logic for RemoteParameterFullServiceBase.remoteParameterFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterFullVO)

Specified by:
handleRemoteParameterFullVOsAreEqualOnIdentifiers in class RemoteParameterFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteParameterFullService.remoteParameterFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterFullVO)

handleRemoteParameterFullVOsAreEqual

protected boolean handleRemoteParameterFullVOsAreEqual(RemoteParameterFullVO remoteParameterFullVOFirst,
                                                       RemoteParameterFullVO remoteParameterFullVOSecond)
                                                throws java.lang.Exception
Description copied from class: RemoteParameterFullServiceBase
Performs the core logic for RemoteParameterFullServiceBase.remoteParameterFullVOsAreEqual(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterFullVO)

Specified by:
handleRemoteParameterFullVOsAreEqual in class RemoteParameterFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteParameterFullService.remoteParameterFullVOsAreEqual(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterFullVO)

handleGetParameterNaturalIds

protected RemoteParameterNaturalId[] handleGetParameterNaturalIds()
                                                           throws java.lang.Exception
Description copied from class: RemoteParameterFullServiceBase
Performs the core logic for RemoteParameterFullServiceBase.getParameterNaturalIds()

Specified by:
handleGetParameterNaturalIds in class RemoteParameterFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteParameterFullService.getParameterNaturalIds()

handleGetParameterByNaturalId

protected RemoteParameterFullVO handleGetParameterByNaturalId(RemoteParameterNaturalId parameterNaturalId)
                                                       throws java.lang.Exception
Description copied from class: RemoteParameterFullServiceBase
Performs the core logic for RemoteParameterFullServiceBase.getParameterByNaturalId(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterNaturalId)

Specified by:
handleGetParameterByNaturalId in class RemoteParameterFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteParameterFullService.getParameterByNaturalId(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterNaturalId)

handleGetParameterNaturalIdByCode

protected RemoteParameterNaturalId handleGetParameterNaturalIdByCode(java.lang.String code)
                                                              throws java.lang.Exception
Description copied from class: RemoteParameterFullServiceBase
Performs the core logic for RemoteParameterFullServiceBase.getParameterNaturalIdByCode(java.lang.String)

Specified by:
handleGetParameterNaturalIdByCode in class RemoteParameterFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteParameterFullService.getParameterNaturalIdByCode(java.lang.String)

handleAddOrUpdateClusterParameter

protected ClusterParameter handleAddOrUpdateClusterParameter(ClusterParameter clusterParameter)
                                                      throws java.lang.Exception
Description copied from class: RemoteParameterFullServiceBase
Performs the core logic for RemoteParameterFullServiceBase.addOrUpdateClusterParameter(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterParameter)

Specified by:
handleAddOrUpdateClusterParameter in class RemoteParameterFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteParameterFullService.addOrUpdateClusterParameter(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterParameter)

handleGetAllClusterParameterSinceDateSynchro

protected ClusterParameter[] handleGetAllClusterParameterSinceDateSynchro(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: RemoteParameterFullServiceBase
Performs the core logic for RemoteParameterFullServiceBase.getAllClusterParameterSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

Specified by:
handleGetAllClusterParameterSinceDateSynchro in class RemoteParameterFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteParameterFullService.getAllClusterParameterSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

handleGetClusterParameterByIdentifiers

protected ClusterParameter handleGetClusterParameterByIdentifiers(java.lang.String code)
                                                           throws java.lang.Exception
Description copied from class: RemoteParameterFullServiceBase
Performs the core logic for RemoteParameterFullServiceBase.getClusterParameterByIdentifiers(java.lang.String)

Specified by:
handleGetClusterParameterByIdentifiers in class RemoteParameterFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteParameterFullService.getClusterParameterByIdentifiers(java.lang.String)


Copyright © 2008-2010 IFREMER. All Rights Reserved.