fr.ifremer.allegro.referential.gear.generic.service
Class RemoteGearClassificationFullServiceImpl

java.lang.Object
  extended by fr.ifremer.allegro.referential.gear.generic.service.RemoteGearClassificationFullServiceBase
      extended by fr.ifremer.allegro.referential.gear.generic.service.RemoteGearClassificationFullServiceImpl
All Implemented Interfaces:
RemoteGearClassificationFullService

public class RemoteGearClassificationFullServiceImpl
extends RemoteGearClassificationFullServiceBase

See Also:
RemoteGearClassificationFullService

Constructor Summary
RemoteGearClassificationFullServiceImpl()
           
 
Method Summary
protected  RemoteGearClassificationFullVO handleAddGearClassification(RemoteGearClassificationFullVO gearClassification)
          Performs the core logic for RemoteGearClassificationFullServiceBase.addGearClassification(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationFullVO)
protected  ClusterGearClassification handleAddOrUpdateClusterGearClassification(ClusterGearClassification clusterGearClassification)
          Performs the core logic for RemoteGearClassificationFullServiceBase.addOrUpdateClusterGearClassification(fr.ifremer.allegro.referential.gear.generic.cluster.ClusterGearClassification)
protected  ClusterGearClassification[] handleGetAllClusterGearClassificationSinceDateSynchro(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 RemoteGearClassificationFullServiceBase.getAllClusterGearClassificationSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  RemoteGearClassificationFullVO[] handleGetAllGearClassification()
          Performs the core logic for RemoteGearClassificationFullServiceBase.getAllGearClassification()
protected  ClusterGearClassification handleGetClusterGearClassificationByIdentifiers(java.lang.Integer id)
          Performs the core logic for RemoteGearClassificationFullServiceBase.getClusterGearClassificationByIdentifiers(java.lang.Integer)
protected  RemoteGearClassificationFullVO handleGetGearClassificationById(java.lang.Integer id)
          Performs the core logic for RemoteGearClassificationFullServiceBase.getGearClassificationById(java.lang.Integer)
protected  RemoteGearClassificationFullVO[] handleGetGearClassificationByIds(java.lang.Integer[] id)
          Performs the core logic for RemoteGearClassificationFullServiceBase.getGearClassificationByIds(java.lang.Integer[])
protected  RemoteGearClassificationFullVO handleGetGearClassificationByNaturalId(RemoteGearClassificationNaturalId gearClassificationNaturalId)
          Performs the core logic for RemoteGearClassificationFullServiceBase.getGearClassificationByNaturalId(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationNaturalId)
protected  RemoteGearClassificationNaturalId handleGetGearClassificationNaturalIdById(java.lang.Integer id)
          Performs the core logic for RemoteGearClassificationFullServiceBase.getGearClassificationNaturalIdById(java.lang.Integer)
protected  RemoteGearClassificationNaturalId[] handleGetGearClassificationNaturalIds()
          Performs the core logic for RemoteGearClassificationFullServiceBase.getGearClassificationNaturalIds()
protected  boolean handleRemoteGearClassificationFullVOsAreEqual(RemoteGearClassificationFullVO remoteGearClassificationFullVOFirst, RemoteGearClassificationFullVO remoteGearClassificationFullVOSecond)
          Performs the core logic for RemoteGearClassificationFullServiceBase.remoteGearClassificationFullVOsAreEqual(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationFullVO, fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationFullVO)
protected  boolean handleRemoteGearClassificationFullVOsAreEqualOnIdentifiers(RemoteGearClassificationFullVO remoteGearClassificationFullVOFirst, RemoteGearClassificationFullVO remoteGearClassificationFullVOSecond)
          Performs the core logic for RemoteGearClassificationFullServiceBase.remoteGearClassificationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationFullVO, fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationFullVO)
protected  void handleRemoveGearClassification(RemoteGearClassificationFullVO gearClassification)
          Performs the core logic for RemoteGearClassificationFullServiceBase.removeGearClassification(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationFullVO)
protected  void handleUpdateGearClassification(RemoteGearClassificationFullVO gearClassification)
          Performs the core logic for RemoteGearClassificationFullServiceBase.updateGearClassification(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationFullVO)
 
Methods inherited from class fr.ifremer.allegro.referential.gear.generic.service.RemoteGearClassificationFullServiceBase
addGearClassification, addOrUpdateClusterGearClassification, getAllClusterGearClassificationSinceDateSynchro, getAllGearClassification, getClusterGearClassificationByIdentifiers, getGearClassificationById, getGearClassificationByIds, getGearClassificationByNaturalId, getGearClassificationDao, getGearClassificationNaturalIdById, getGearClassificationNaturalIds, getGearDao, getMessage, getMessage, getMessage, getMessages, getPrincipal, remoteGearClassificationFullVOsAreEqual, remoteGearClassificationFullVOsAreEqualOnIdentifiers, removeGearClassification, setGearClassificationDao, setGearDao, updateGearClassification
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteGearClassificationFullServiceImpl

public RemoteGearClassificationFullServiceImpl()
Method Detail

handleAddGearClassification

protected RemoteGearClassificationFullVO handleAddGearClassification(RemoteGearClassificationFullVO gearClassification)
                                                              throws java.lang.Exception
Description copied from class: RemoteGearClassificationFullServiceBase
Performs the core logic for RemoteGearClassificationFullServiceBase.addGearClassification(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationFullVO)

Specified by:
handleAddGearClassification in class RemoteGearClassificationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteGearClassificationFullService.addGearClassification(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationFullVO)

handleUpdateGearClassification

protected void handleUpdateGearClassification(RemoteGearClassificationFullVO gearClassification)
                                       throws java.lang.Exception
Description copied from class: RemoteGearClassificationFullServiceBase
Performs the core logic for RemoteGearClassificationFullServiceBase.updateGearClassification(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationFullVO)

Specified by:
handleUpdateGearClassification in class RemoteGearClassificationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteGearClassificationFullService.updateGearClassification(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationFullVO)

handleRemoveGearClassification

protected void handleRemoveGearClassification(RemoteGearClassificationFullVO gearClassification)
                                       throws java.lang.Exception
Description copied from class: RemoteGearClassificationFullServiceBase
Performs the core logic for RemoteGearClassificationFullServiceBase.removeGearClassification(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationFullVO)

Specified by:
handleRemoveGearClassification in class RemoteGearClassificationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteGearClassificationFullService.removeGearClassification(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationFullVO)

handleGetAllGearClassification

protected RemoteGearClassificationFullVO[] handleGetAllGearClassification()
                                                                   throws java.lang.Exception
Description copied from class: RemoteGearClassificationFullServiceBase
Performs the core logic for RemoteGearClassificationFullServiceBase.getAllGearClassification()

Specified by:
handleGetAllGearClassification in class RemoteGearClassificationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteGearClassificationFullService.getAllGearClassification()

handleGetGearClassificationById

protected RemoteGearClassificationFullVO handleGetGearClassificationById(java.lang.Integer id)
                                                                  throws java.lang.Exception
Description copied from class: RemoteGearClassificationFullServiceBase
Performs the core logic for RemoteGearClassificationFullServiceBase.getGearClassificationById(java.lang.Integer)

Specified by:
handleGetGearClassificationById in class RemoteGearClassificationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteGearClassificationFullService.getGearClassificationById(java.lang.Integer)

handleGetGearClassificationByIds

protected RemoteGearClassificationFullVO[] handleGetGearClassificationByIds(java.lang.Integer[] id)
                                                                     throws java.lang.Exception
Description copied from class: RemoteGearClassificationFullServiceBase
Performs the core logic for RemoteGearClassificationFullServiceBase.getGearClassificationByIds(java.lang.Integer[])

Specified by:
handleGetGearClassificationByIds in class RemoteGearClassificationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteGearClassificationFullService.getGearClassificationByIds(java.lang.Integer[])

handleRemoteGearClassificationFullVOsAreEqualOnIdentifiers

protected boolean handleRemoteGearClassificationFullVOsAreEqualOnIdentifiers(RemoteGearClassificationFullVO remoteGearClassificationFullVOFirst,
                                                                             RemoteGearClassificationFullVO remoteGearClassificationFullVOSecond)
                                                                      throws java.lang.Exception
Description copied from class: RemoteGearClassificationFullServiceBase
Performs the core logic for RemoteGearClassificationFullServiceBase.remoteGearClassificationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationFullVO, fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationFullVO)

Specified by:
handleRemoteGearClassificationFullVOsAreEqualOnIdentifiers in class RemoteGearClassificationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteGearClassificationFullService.remoteGearClassificationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationFullVO, fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationFullVO)

handleRemoteGearClassificationFullVOsAreEqual

protected boolean handleRemoteGearClassificationFullVOsAreEqual(RemoteGearClassificationFullVO remoteGearClassificationFullVOFirst,
                                                                RemoteGearClassificationFullVO remoteGearClassificationFullVOSecond)
                                                         throws java.lang.Exception
Description copied from class: RemoteGearClassificationFullServiceBase
Performs the core logic for RemoteGearClassificationFullServiceBase.remoteGearClassificationFullVOsAreEqual(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationFullVO, fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationFullVO)

Specified by:
handleRemoteGearClassificationFullVOsAreEqual in class RemoteGearClassificationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteGearClassificationFullService.remoteGearClassificationFullVOsAreEqual(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationFullVO, fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationFullVO)

handleGetGearClassificationNaturalIds

protected RemoteGearClassificationNaturalId[] handleGetGearClassificationNaturalIds()
                                                                             throws java.lang.Exception
Description copied from class: RemoteGearClassificationFullServiceBase
Performs the core logic for RemoteGearClassificationFullServiceBase.getGearClassificationNaturalIds()

Specified by:
handleGetGearClassificationNaturalIds in class RemoteGearClassificationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteGearClassificationFullService.getGearClassificationNaturalIds()

handleGetGearClassificationByNaturalId

protected RemoteGearClassificationFullVO handleGetGearClassificationByNaturalId(RemoteGearClassificationNaturalId gearClassificationNaturalId)
                                                                         throws java.lang.Exception
Description copied from class: RemoteGearClassificationFullServiceBase
Performs the core logic for RemoteGearClassificationFullServiceBase.getGearClassificationByNaturalId(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationNaturalId)

Specified by:
handleGetGearClassificationByNaturalId in class RemoteGearClassificationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteGearClassificationFullService.getGearClassificationByNaturalId(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationNaturalId)

handleGetGearClassificationNaturalIdById

protected RemoteGearClassificationNaturalId handleGetGearClassificationNaturalIdById(java.lang.Integer id)
                                                                              throws java.lang.Exception
Description copied from class: RemoteGearClassificationFullServiceBase
Performs the core logic for RemoteGearClassificationFullServiceBase.getGearClassificationNaturalIdById(java.lang.Integer)

Specified by:
handleGetGearClassificationNaturalIdById in class RemoteGearClassificationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteGearClassificationFullService.getGearClassificationNaturalIdById(java.lang.Integer)

handleAddOrUpdateClusterGearClassification

protected ClusterGearClassification handleAddOrUpdateClusterGearClassification(ClusterGearClassification clusterGearClassification)
                                                                        throws java.lang.Exception
Description copied from class: RemoteGearClassificationFullServiceBase
Performs the core logic for RemoteGearClassificationFullServiceBase.addOrUpdateClusterGearClassification(fr.ifremer.allegro.referential.gear.generic.cluster.ClusterGearClassification)

Specified by:
handleAddOrUpdateClusterGearClassification in class RemoteGearClassificationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteGearClassificationFullService.addOrUpdateClusterGearClassification(fr.ifremer.allegro.referential.gear.generic.cluster.ClusterGearClassification)

handleGetAllClusterGearClassificationSinceDateSynchro

protected ClusterGearClassification[] handleGetAllClusterGearClassificationSinceDateSynchro(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: RemoteGearClassificationFullServiceBase
Performs the core logic for RemoteGearClassificationFullServiceBase.getAllClusterGearClassificationSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

Specified by:
handleGetAllClusterGearClassificationSinceDateSynchro in class RemoteGearClassificationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteGearClassificationFullService.getAllClusterGearClassificationSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

handleGetClusterGearClassificationByIdentifiers

protected ClusterGearClassification handleGetClusterGearClassificationByIdentifiers(java.lang.Integer id)
                                                                             throws java.lang.Exception
Description copied from class: RemoteGearClassificationFullServiceBase
Performs the core logic for RemoteGearClassificationFullServiceBase.getClusterGearClassificationByIdentifiers(java.lang.Integer)

Specified by:
handleGetClusterGearClassificationByIdentifiers in class RemoteGearClassificationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteGearClassificationFullService.getClusterGearClassificationByIdentifiers(java.lang.Integer)


Copyright © 2008-2010 IFREMER. All Rights Reserved.