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

java.lang.Object
  extended by fr.ifremer.allegro.referential.gear.generic.service.RemoteGearFullServiceBase
      extended by fr.ifremer.allegro.referential.gear.generic.service.RemoteGearFullServiceImpl
All Implemented Interfaces:
RemoteGearFullService

public class RemoteGearFullServiceImpl
extends RemoteGearFullServiceBase

See Also:
RemoteGearFullService

Constructor Summary
RemoteGearFullServiceImpl()
           
 
Method Summary
protected  RemoteGearFullVO handleAddGear(RemoteGearFullVO gear)
          Performs the core logic for RemoteGearFullServiceBase.addGear(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearFullVO)
protected  ClusterGear handleAddOrUpdateClusterGear(ClusterGear clusterGear)
          Performs the core logic for RemoteGearFullServiceBase.addOrUpdateClusterGear(fr.ifremer.allegro.referential.gear.generic.cluster.ClusterGear)
protected  ClusterGear[] handleGetAllClusterGearSinceDateSynchro(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 RemoteGearFullServiceBase.getAllClusterGearSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  RemoteGearFullVO[] handleGetAllGear()
          Performs the core logic for RemoteGearFullServiceBase.getAllGear()
protected  ClusterGear handleGetClusterGearByIdentifiers(java.lang.Integer id)
          Performs the core logic for RemoteGearFullServiceBase.getClusterGearByIdentifiers(java.lang.Integer)
protected  RemoteGearFullVO[] handleGetGearByGearClassificationId(java.lang.Integer id)
          Performs the core logic for RemoteGearFullServiceBase.getGearByGearClassificationId(java.lang.Integer)
protected  RemoteGearFullVO handleGetGearById(java.lang.Integer id)
          Performs the core logic for RemoteGearFullServiceBase.getGearById(java.lang.Integer)
protected  RemoteGearFullVO[] handleGetGearByIds(java.lang.Integer[] id)
          Performs the core logic for RemoteGearFullServiceBase.getGearByIds(java.lang.Integer[])
protected  RemoteGearFullVO handleGetGearByNaturalId(RemoteGearNaturalId gearNaturalId)
          Performs the core logic for RemoteGearFullServiceBase.getGearByNaturalId(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearNaturalId)
protected  RemoteGearFullVO[] handleGetGearByParentGearId(java.lang.Integer id)
          Performs the core logic for RemoteGearFullServiceBase.getGearByParentGearId(java.lang.Integer)
protected  RemoteGearFullVO[] handleGetGearByStatusCode(java.lang.String code)
          Performs the core logic for RemoteGearFullServiceBase.getGearByStatusCode(java.lang.String)
protected  RemoteGearNaturalId handleGetGearNaturalIdById(java.lang.Integer id)
          Performs the core logic for RemoteGearFullServiceBase.getGearNaturalIdById(java.lang.Integer)
protected  RemoteGearNaturalId[] handleGetGearNaturalIds()
          Performs the core logic for RemoteGearFullServiceBase.getGearNaturalIds()
protected  boolean handleRemoteGearFullVOsAreEqual(RemoteGearFullVO remoteGearFullVOFirst, RemoteGearFullVO remoteGearFullVOSecond)
          Performs the core logic for RemoteGearFullServiceBase.remoteGearFullVOsAreEqual(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearFullVO, fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearFullVO)
protected  boolean handleRemoteGearFullVOsAreEqualOnIdentifiers(RemoteGearFullVO remoteGearFullVOFirst, RemoteGearFullVO remoteGearFullVOSecond)
          Performs the core logic for RemoteGearFullServiceBase.remoteGearFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearFullVO, fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearFullVO)
protected  void handleRemoveGear(RemoteGearFullVO gear)
          Performs the core logic for RemoteGearFullServiceBase.removeGear(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearFullVO)
protected  void handleUpdateGear(RemoteGearFullVO gear)
          Performs the core logic for RemoteGearFullServiceBase.updateGear(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearFullVO)
 
Methods inherited from class fr.ifremer.allegro.referential.gear.generic.service.RemoteGearFullServiceBase
addGear, addOrUpdateClusterGear, getAllClusterGearSinceDateSynchro, getAllGear, getClusterGearByIdentifiers, getGearByGearClassificationId, getGearById, getGearByIds, getGearByNaturalId, getGearByParentGearId, getGearByStatusCode, getGearClassificationDao, getGearDao, getGearNaturalIdById, getGearNaturalIds, getMessage, getMessage, getMessage, getMessages, getPrincipal, getStatusDao, remoteGearFullVOsAreEqual, remoteGearFullVOsAreEqualOnIdentifiers, removeGear, setGearClassificationDao, setGearDao, setStatusDao, updateGear
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteGearFullServiceImpl

public RemoteGearFullServiceImpl()
Method Detail

handleAddGear

protected RemoteGearFullVO handleAddGear(RemoteGearFullVO gear)
                                  throws java.lang.Exception
Description copied from class: RemoteGearFullServiceBase
Performs the core logic for RemoteGearFullServiceBase.addGear(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearFullVO)

Specified by:
handleAddGear in class RemoteGearFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteGearFullService.addGear(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearFullVO)

handleUpdateGear

protected void handleUpdateGear(RemoteGearFullVO gear)
                         throws java.lang.Exception
Description copied from class: RemoteGearFullServiceBase
Performs the core logic for RemoteGearFullServiceBase.updateGear(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearFullVO)

Specified by:
handleUpdateGear in class RemoteGearFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteGearFullService.updateGear(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearFullVO)

handleRemoveGear

protected void handleRemoveGear(RemoteGearFullVO gear)
                         throws java.lang.Exception
Description copied from class: RemoteGearFullServiceBase
Performs the core logic for RemoteGearFullServiceBase.removeGear(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearFullVO)

Specified by:
handleRemoveGear in class RemoteGearFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteGearFullService.removeGear(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearFullVO)

handleGetAllGear

protected RemoteGearFullVO[] handleGetAllGear()
                                       throws java.lang.Exception
Description copied from class: RemoteGearFullServiceBase
Performs the core logic for RemoteGearFullServiceBase.getAllGear()

Specified by:
handleGetAllGear in class RemoteGearFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteGearFullService.getAllGear()

handleGetGearById

protected RemoteGearFullVO handleGetGearById(java.lang.Integer id)
                                      throws java.lang.Exception
Description copied from class: RemoteGearFullServiceBase
Performs the core logic for RemoteGearFullServiceBase.getGearById(java.lang.Integer)

Specified by:
handleGetGearById in class RemoteGearFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteGearFullService.getGearById(java.lang.Integer)

handleGetGearByIds

protected RemoteGearFullVO[] handleGetGearByIds(java.lang.Integer[] id)
                                         throws java.lang.Exception
Description copied from class: RemoteGearFullServiceBase
Performs the core logic for RemoteGearFullServiceBase.getGearByIds(java.lang.Integer[])

Specified by:
handleGetGearByIds in class RemoteGearFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteGearFullService.getGearByIds(java.lang.Integer[])

handleGetGearByParentGearId

protected RemoteGearFullVO[] handleGetGearByParentGearId(java.lang.Integer id)
                                                  throws java.lang.Exception
Description copied from class: RemoteGearFullServiceBase
Performs the core logic for RemoteGearFullServiceBase.getGearByParentGearId(java.lang.Integer)

Specified by:
handleGetGearByParentGearId in class RemoteGearFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteGearFullService.getGearByParentGearId(java.lang.Integer)

handleGetGearByGearClassificationId

protected RemoteGearFullVO[] handleGetGearByGearClassificationId(java.lang.Integer id)
                                                          throws java.lang.Exception
Description copied from class: RemoteGearFullServiceBase
Performs the core logic for RemoteGearFullServiceBase.getGearByGearClassificationId(java.lang.Integer)

Specified by:
handleGetGearByGearClassificationId in class RemoteGearFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteGearFullService.getGearByGearClassificationId(java.lang.Integer)

handleGetGearByStatusCode

protected RemoteGearFullVO[] handleGetGearByStatusCode(java.lang.String code)
                                                throws java.lang.Exception
Description copied from class: RemoteGearFullServiceBase
Performs the core logic for RemoteGearFullServiceBase.getGearByStatusCode(java.lang.String)

Specified by:
handleGetGearByStatusCode in class RemoteGearFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteGearFullService.getGearByStatusCode(java.lang.String)

handleRemoteGearFullVOsAreEqualOnIdentifiers

protected boolean handleRemoteGearFullVOsAreEqualOnIdentifiers(RemoteGearFullVO remoteGearFullVOFirst,
                                                               RemoteGearFullVO remoteGearFullVOSecond)
                                                        throws java.lang.Exception
Description copied from class: RemoteGearFullServiceBase
Performs the core logic for RemoteGearFullServiceBase.remoteGearFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearFullVO, fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearFullVO)

Specified by:
handleRemoteGearFullVOsAreEqualOnIdentifiers in class RemoteGearFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteGearFullService.remoteGearFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearFullVO, fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearFullVO)

handleRemoteGearFullVOsAreEqual

protected boolean handleRemoteGearFullVOsAreEqual(RemoteGearFullVO remoteGearFullVOFirst,
                                                  RemoteGearFullVO remoteGearFullVOSecond)
                                           throws java.lang.Exception
Description copied from class: RemoteGearFullServiceBase
Performs the core logic for RemoteGearFullServiceBase.remoteGearFullVOsAreEqual(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearFullVO, fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearFullVO)

Specified by:
handleRemoteGearFullVOsAreEqual in class RemoteGearFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteGearFullService.remoteGearFullVOsAreEqual(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearFullVO, fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearFullVO)

handleGetGearNaturalIds

protected RemoteGearNaturalId[] handleGetGearNaturalIds()
                                                 throws java.lang.Exception
Description copied from class: RemoteGearFullServiceBase
Performs the core logic for RemoteGearFullServiceBase.getGearNaturalIds()

Specified by:
handleGetGearNaturalIds in class RemoteGearFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteGearFullService.getGearNaturalIds()

handleGetGearByNaturalId

protected RemoteGearFullVO handleGetGearByNaturalId(RemoteGearNaturalId gearNaturalId)
                                             throws java.lang.Exception
Description copied from class: RemoteGearFullServiceBase
Performs the core logic for RemoteGearFullServiceBase.getGearByNaturalId(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearNaturalId)

Specified by:
handleGetGearByNaturalId in class RemoteGearFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteGearFullService.getGearByNaturalId(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearNaturalId)

handleGetGearNaturalIdById

protected RemoteGearNaturalId handleGetGearNaturalIdById(java.lang.Integer id)
                                                  throws java.lang.Exception
Description copied from class: RemoteGearFullServiceBase
Performs the core logic for RemoteGearFullServiceBase.getGearNaturalIdById(java.lang.Integer)

Specified by:
handleGetGearNaturalIdById in class RemoteGearFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteGearFullService.getGearNaturalIdById(java.lang.Integer)

handleGetAllClusterGearSinceDateSynchro

protected ClusterGear[] handleGetAllClusterGearSinceDateSynchro(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: RemoteGearFullServiceBase
Performs the core logic for RemoteGearFullServiceBase.getAllClusterGearSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

Specified by:
handleGetAllClusterGearSinceDateSynchro in class RemoteGearFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteGearFullService.getAllClusterGearSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

handleGetClusterGearByIdentifiers

protected ClusterGear handleGetClusterGearByIdentifiers(java.lang.Integer id)
                                                 throws java.lang.Exception
Description copied from class: RemoteGearFullServiceBase
Performs the core logic for RemoteGearFullServiceBase.getClusterGearByIdentifiers(java.lang.Integer)

Specified by:
handleGetClusterGearByIdentifiers in class RemoteGearFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteGearFullService.getClusterGearByIdentifiers(java.lang.Integer)

handleAddOrUpdateClusterGear

protected ClusterGear handleAddOrUpdateClusterGear(ClusterGear clusterGear)
                                            throws java.lang.Exception
Description copied from class: RemoteGearFullServiceBase
Performs the core logic for RemoteGearFullServiceBase.addOrUpdateClusterGear(fr.ifremer.allegro.referential.gear.generic.cluster.ClusterGear)

Specified by:
handleAddOrUpdateClusterGear in class RemoteGearFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteGearFullService.addOrUpdateClusterGear(fr.ifremer.allegro.referential.gear.generic.cluster.ClusterGear)


Copyright © 2008-2010 IFREMER. All Rights Reserved.