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

java.lang.Object
  extended by fr.ifremer.allegro.referential.pmfm.generic.service.RemoteParameterGroupFullServiceBase
      extended by fr.ifremer.allegro.referential.pmfm.generic.service.RemoteParameterGroupFullServiceImpl
All Implemented Interfaces:
RemoteParameterGroupFullService

public class RemoteParameterGroupFullServiceImpl
extends RemoteParameterGroupFullServiceBase

See Also:
RemoteParameterGroupFullService

Constructor Summary
RemoteParameterGroupFullServiceImpl()
           
 
Method Summary
protected  ClusterParameterGroup handleAddOrUpdateClusterParameterGroup(ClusterParameterGroup clusterParameterGroup)
          Performs the core logic for RemoteParameterGroupFullServiceBase.addOrUpdateClusterParameterGroup(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterParameterGroup)
protected  RemoteParameterGroupFullVO handleAddParameterGroup(RemoteParameterGroupFullVO parameterGroup)
          Performs the core logic for RemoteParameterGroupFullServiceBase.addParameterGroup(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterGroupFullVO)
protected  ClusterParameterGroup[] handleGetAllClusterParameterGroupSinceDateSynchro(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 RemoteParameterGroupFullServiceBase.getAllClusterParameterGroupSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  RemoteParameterGroupFullVO[] handleGetAllParameterGroup()
          Performs the core logic for RemoteParameterGroupFullServiceBase.getAllParameterGroup()
protected  ClusterParameterGroup handleGetClusterParameterGroupByIdentifiers(java.lang.Integer id)
          Performs the core logic for RemoteParameterGroupFullServiceBase.getClusterParameterGroupByIdentifiers(java.lang.Integer)
protected  RemoteParameterGroupFullVO handleGetParameterGroupById(java.lang.Integer id)
          Performs the core logic for RemoteParameterGroupFullServiceBase.getParameterGroupById(java.lang.Integer)
protected  RemoteParameterGroupFullVO[] handleGetParameterGroupByIds(java.lang.Integer[] id)
          Performs the core logic for RemoteParameterGroupFullServiceBase.getParameterGroupByIds(java.lang.Integer[])
protected  RemoteParameterGroupFullVO handleGetParameterGroupByNaturalId(RemoteParameterGroupNaturalId parameterGroupNaturalId)
          Performs the core logic for RemoteParameterGroupFullServiceBase.getParameterGroupByNaturalId(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterGroupNaturalId)
protected  RemoteParameterGroupFullVO[] handleGetParameterGroupByParentParameterGroupId(java.lang.Integer id)
          Performs the core logic for RemoteParameterGroupFullServiceBase.getParameterGroupByParentParameterGroupId(java.lang.Integer)
protected  RemoteParameterGroupFullVO[] handleGetParameterGroupByStatusCode(java.lang.String code)
          Performs the core logic for RemoteParameterGroupFullServiceBase.getParameterGroupByStatusCode(java.lang.String)
protected  RemoteParameterGroupNaturalId handleGetParameterGroupNaturalIdById(java.lang.Integer id)
          Performs the core logic for RemoteParameterGroupFullServiceBase.getParameterGroupNaturalIdById(java.lang.Integer)
protected  RemoteParameterGroupNaturalId[] handleGetParameterGroupNaturalIds()
          Performs the core logic for RemoteParameterGroupFullServiceBase.getParameterGroupNaturalIds()
protected  boolean handleRemoteParameterGroupFullVOsAreEqual(RemoteParameterGroupFullVO remoteParameterGroupFullVOFirst, RemoteParameterGroupFullVO remoteParameterGroupFullVOSecond)
          Performs the core logic for RemoteParameterGroupFullServiceBase.remoteParameterGroupFullVOsAreEqual(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterGroupFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterGroupFullVO)
protected  boolean handleRemoteParameterGroupFullVOsAreEqualOnIdentifiers(RemoteParameterGroupFullVO remoteParameterGroupFullVOFirst, RemoteParameterGroupFullVO remoteParameterGroupFullVOSecond)
          Performs the core logic for RemoteParameterGroupFullServiceBase.remoteParameterGroupFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterGroupFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterGroupFullVO)
protected  void handleRemoveParameterGroup(RemoteParameterGroupFullVO parameterGroup)
          Performs the core logic for RemoteParameterGroupFullServiceBase.removeParameterGroup(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterGroupFullVO)
protected  void handleUpdateParameterGroup(RemoteParameterGroupFullVO parameterGroup)
          Performs the core logic for RemoteParameterGroupFullServiceBase.updateParameterGroup(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterGroupFullVO)
 
Methods inherited from class fr.ifremer.allegro.referential.pmfm.generic.service.RemoteParameterGroupFullServiceBase
addOrUpdateClusterParameterGroup, addParameterGroup, getAllClusterParameterGroupSinceDateSynchro, getAllParameterGroup, getClusterParameterGroupByIdentifiers, getMessage, getMessage, getMessage, getMessages, getParameterGroupById, getParameterGroupByIds, getParameterGroupByNaturalId, getParameterGroupByParentParameterGroupId, getParameterGroupByStatusCode, getParameterGroupDao, getParameterGroupNaturalIdById, getParameterGroupNaturalIds, getPrincipal, getStatusDao, remoteParameterGroupFullVOsAreEqual, remoteParameterGroupFullVOsAreEqualOnIdentifiers, removeParameterGroup, setParameterGroupDao, setStatusDao, updateParameterGroup
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteParameterGroupFullServiceImpl

public RemoteParameterGroupFullServiceImpl()
Method Detail

handleAddParameterGroup

protected RemoteParameterGroupFullVO handleAddParameterGroup(RemoteParameterGroupFullVO parameterGroup)
                                                      throws java.lang.Exception
Description copied from class: RemoteParameterGroupFullServiceBase
Performs the core logic for RemoteParameterGroupFullServiceBase.addParameterGroup(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterGroupFullVO)

Specified by:
handleAddParameterGroup in class RemoteParameterGroupFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteParameterGroupFullService.addParameterGroup(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterGroupFullVO)

handleUpdateParameterGroup

protected void handleUpdateParameterGroup(RemoteParameterGroupFullVO parameterGroup)
                                   throws java.lang.Exception
Description copied from class: RemoteParameterGroupFullServiceBase
Performs the core logic for RemoteParameterGroupFullServiceBase.updateParameterGroup(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterGroupFullVO)

Specified by:
handleUpdateParameterGroup in class RemoteParameterGroupFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteParameterGroupFullService.updateParameterGroup(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterGroupFullVO)

handleRemoveParameterGroup

protected void handleRemoveParameterGroup(RemoteParameterGroupFullVO parameterGroup)
                                   throws java.lang.Exception
Description copied from class: RemoteParameterGroupFullServiceBase
Performs the core logic for RemoteParameterGroupFullServiceBase.removeParameterGroup(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterGroupFullVO)

Specified by:
handleRemoveParameterGroup in class RemoteParameterGroupFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteParameterGroupFullService.removeParameterGroup(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterGroupFullVO)

handleGetAllParameterGroup

protected RemoteParameterGroupFullVO[] handleGetAllParameterGroup()
                                                           throws java.lang.Exception
Description copied from class: RemoteParameterGroupFullServiceBase
Performs the core logic for RemoteParameterGroupFullServiceBase.getAllParameterGroup()

Specified by:
handleGetAllParameterGroup in class RemoteParameterGroupFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteParameterGroupFullService.getAllParameterGroup()

handleGetParameterGroupById

protected RemoteParameterGroupFullVO handleGetParameterGroupById(java.lang.Integer id)
                                                          throws java.lang.Exception
Description copied from class: RemoteParameterGroupFullServiceBase
Performs the core logic for RemoteParameterGroupFullServiceBase.getParameterGroupById(java.lang.Integer)

Specified by:
handleGetParameterGroupById in class RemoteParameterGroupFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteParameterGroupFullService.getParameterGroupById(java.lang.Integer)

handleGetParameterGroupByIds

protected RemoteParameterGroupFullVO[] handleGetParameterGroupByIds(java.lang.Integer[] id)
                                                             throws java.lang.Exception
Description copied from class: RemoteParameterGroupFullServiceBase
Performs the core logic for RemoteParameterGroupFullServiceBase.getParameterGroupByIds(java.lang.Integer[])

Specified by:
handleGetParameterGroupByIds in class RemoteParameterGroupFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteParameterGroupFullService.getParameterGroupByIds(java.lang.Integer[])

handleGetParameterGroupByParentParameterGroupId

protected RemoteParameterGroupFullVO[] handleGetParameterGroupByParentParameterGroupId(java.lang.Integer id)
                                                                                throws java.lang.Exception
Description copied from class: RemoteParameterGroupFullServiceBase
Performs the core logic for RemoteParameterGroupFullServiceBase.getParameterGroupByParentParameterGroupId(java.lang.Integer)

Specified by:
handleGetParameterGroupByParentParameterGroupId in class RemoteParameterGroupFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteParameterGroupFullService.getParameterGroupByParentParameterGroupId(java.lang.Integer)

handleGetParameterGroupByStatusCode

protected RemoteParameterGroupFullVO[] handleGetParameterGroupByStatusCode(java.lang.String code)
                                                                    throws java.lang.Exception
Description copied from class: RemoteParameterGroupFullServiceBase
Performs the core logic for RemoteParameterGroupFullServiceBase.getParameterGroupByStatusCode(java.lang.String)

Specified by:
handleGetParameterGroupByStatusCode in class RemoteParameterGroupFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteParameterGroupFullService.getParameterGroupByStatusCode(java.lang.String)

handleRemoteParameterGroupFullVOsAreEqualOnIdentifiers

protected boolean handleRemoteParameterGroupFullVOsAreEqualOnIdentifiers(RemoteParameterGroupFullVO remoteParameterGroupFullVOFirst,
                                                                         RemoteParameterGroupFullVO remoteParameterGroupFullVOSecond)
                                                                  throws java.lang.Exception
Description copied from class: RemoteParameterGroupFullServiceBase
Performs the core logic for RemoteParameterGroupFullServiceBase.remoteParameterGroupFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterGroupFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterGroupFullVO)

Specified by:
handleRemoteParameterGroupFullVOsAreEqualOnIdentifiers in class RemoteParameterGroupFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteParameterGroupFullService.remoteParameterGroupFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterGroupFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterGroupFullVO)

handleRemoteParameterGroupFullVOsAreEqual

protected boolean handleRemoteParameterGroupFullVOsAreEqual(RemoteParameterGroupFullVO remoteParameterGroupFullVOFirst,
                                                            RemoteParameterGroupFullVO remoteParameterGroupFullVOSecond)
                                                     throws java.lang.Exception
Description copied from class: RemoteParameterGroupFullServiceBase
Performs the core logic for RemoteParameterGroupFullServiceBase.remoteParameterGroupFullVOsAreEqual(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterGroupFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterGroupFullVO)

Specified by:
handleRemoteParameterGroupFullVOsAreEqual in class RemoteParameterGroupFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteParameterGroupFullService.remoteParameterGroupFullVOsAreEqual(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterGroupFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterGroupFullVO)

handleGetParameterGroupNaturalIds

protected RemoteParameterGroupNaturalId[] handleGetParameterGroupNaturalIds()
                                                                     throws java.lang.Exception
Description copied from class: RemoteParameterGroupFullServiceBase
Performs the core logic for RemoteParameterGroupFullServiceBase.getParameterGroupNaturalIds()

Specified by:
handleGetParameterGroupNaturalIds in class RemoteParameterGroupFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteParameterGroupFullService.getParameterGroupNaturalIds()

handleGetParameterGroupByNaturalId

protected RemoteParameterGroupFullVO handleGetParameterGroupByNaturalId(RemoteParameterGroupNaturalId parameterGroupNaturalId)
                                                                 throws java.lang.Exception
Description copied from class: RemoteParameterGroupFullServiceBase
Performs the core logic for RemoteParameterGroupFullServiceBase.getParameterGroupByNaturalId(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterGroupNaturalId)

Specified by:
handleGetParameterGroupByNaturalId in class RemoteParameterGroupFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteParameterGroupFullService.getParameterGroupByNaturalId(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterGroupNaturalId)

handleGetParameterGroupNaturalIdById

protected RemoteParameterGroupNaturalId handleGetParameterGroupNaturalIdById(java.lang.Integer id)
                                                                      throws java.lang.Exception
Description copied from class: RemoteParameterGroupFullServiceBase
Performs the core logic for RemoteParameterGroupFullServiceBase.getParameterGroupNaturalIdById(java.lang.Integer)

Specified by:
handleGetParameterGroupNaturalIdById in class RemoteParameterGroupFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteParameterGroupFullService.getParameterGroupNaturalIdById(java.lang.Integer)

handleGetAllClusterParameterGroupSinceDateSynchro

protected ClusterParameterGroup[] handleGetAllClusterParameterGroupSinceDateSynchro(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: RemoteParameterGroupFullServiceBase
Performs the core logic for RemoteParameterGroupFullServiceBase.getAllClusterParameterGroupSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

Specified by:
handleGetAllClusterParameterGroupSinceDateSynchro in class RemoteParameterGroupFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteParameterGroupFullService.getAllClusterParameterGroupSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

handleGetClusterParameterGroupByIdentifiers

protected ClusterParameterGroup handleGetClusterParameterGroupByIdentifiers(java.lang.Integer id)
                                                                     throws java.lang.Exception
Description copied from class: RemoteParameterGroupFullServiceBase
Performs the core logic for RemoteParameterGroupFullServiceBase.getClusterParameterGroupByIdentifiers(java.lang.Integer)

Specified by:
handleGetClusterParameterGroupByIdentifiers in class RemoteParameterGroupFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteParameterGroupFullService.getClusterParameterGroupByIdentifiers(java.lang.Integer)

handleAddOrUpdateClusterParameterGroup

protected ClusterParameterGroup handleAddOrUpdateClusterParameterGroup(ClusterParameterGroup clusterParameterGroup)
                                                                throws java.lang.Exception
Description copied from class: RemoteParameterGroupFullServiceBase
Performs the core logic for RemoteParameterGroupFullServiceBase.addOrUpdateClusterParameterGroup(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterParameterGroup)

Specified by:
handleAddOrUpdateClusterParameterGroup in class RemoteParameterGroupFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteParameterGroupFullService.addOrUpdateClusterParameterGroup(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterParameterGroup)


Copyright © 2008-2010 IFREMER. All Rights Reserved.