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

java.lang.Object
  extended by fr.ifremer.allegro.referential.pmfm.generic.service.RemoteUnitFullServiceBase
      extended by fr.ifremer.allegro.referential.pmfm.generic.service.RemoteUnitFullServiceImpl
All Implemented Interfaces:
RemoteUnitFullService

public class RemoteUnitFullServiceImpl
extends RemoteUnitFullServiceBase

See Also:
RemoteUnitFullService

Constructor Summary
RemoteUnitFullServiceImpl()
           
 
Method Summary
protected  ClusterUnit handleAddOrUpdateClusterUnit(ClusterUnit clusterUnit)
          Performs the core logic for RemoteUnitFullServiceBase.addOrUpdateClusterUnit(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterUnit)
protected  RemoteUnitFullVO handleAddUnit(RemoteUnitFullVO unit)
          Performs the core logic for RemoteUnitFullServiceBase.addUnit(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteUnitFullVO)
protected  ClusterUnit[] handleGetAllClusterUnitSinceDateSynchro(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 RemoteUnitFullServiceBase.getAllClusterUnitSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  RemoteUnitFullVO[] handleGetAllUnit()
          Performs the core logic for RemoteUnitFullServiceBase.getAllUnit()
protected  ClusterUnit handleGetClusterUnitByIdentifiers(java.lang.Integer id)
          Performs the core logic for RemoteUnitFullServiceBase.getClusterUnitByIdentifiers(java.lang.Integer)
protected  RemoteUnitFullVO handleGetUnitById(java.lang.Integer id)
          Performs the core logic for RemoteUnitFullServiceBase.getUnitById(java.lang.Integer)
protected  RemoteUnitFullVO[] handleGetUnitByIds(java.lang.Integer[] id)
          Performs the core logic for RemoteUnitFullServiceBase.getUnitByIds(java.lang.Integer[])
protected  RemoteUnitFullVO handleGetUnitByNaturalId(RemoteUnitNaturalId unitNaturalId)
          Performs the core logic for RemoteUnitFullServiceBase.getUnitByNaturalId(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteUnitNaturalId)
protected  RemoteUnitFullVO[] handleGetUnitByStatusCode(java.lang.String code)
          Performs the core logic for RemoteUnitFullServiceBase.getUnitByStatusCode(java.lang.String)
protected  RemoteUnitNaturalId handleGetUnitNaturalIdById(java.lang.Integer id)
          Performs the core logic for RemoteUnitFullServiceBase.getUnitNaturalIdById(java.lang.Integer)
protected  RemoteUnitNaturalId[] handleGetUnitNaturalIds()
          Performs the core logic for RemoteUnitFullServiceBase.getUnitNaturalIds()
protected  boolean handleRemoteUnitFullVOsAreEqual(RemoteUnitFullVO remoteUnitFullVOFirst, RemoteUnitFullVO remoteUnitFullVOSecond)
          Performs the core logic for RemoteUnitFullServiceBase.remoteUnitFullVOsAreEqual(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteUnitFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteUnitFullVO)
protected  boolean handleRemoteUnitFullVOsAreEqualOnIdentifiers(RemoteUnitFullVO remoteUnitFullVOFirst, RemoteUnitFullVO remoteUnitFullVOSecond)
          Performs the core logic for RemoteUnitFullServiceBase.remoteUnitFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteUnitFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteUnitFullVO)
protected  void handleRemoveUnit(RemoteUnitFullVO unit)
          Performs the core logic for RemoteUnitFullServiceBase.removeUnit(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteUnitFullVO)
protected  void handleUpdateUnit(RemoteUnitFullVO unit)
          Performs the core logic for RemoteUnitFullServiceBase.updateUnit(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteUnitFullVO)
 
Methods inherited from class fr.ifremer.allegro.referential.pmfm.generic.service.RemoteUnitFullServiceBase
addOrUpdateClusterUnit, addUnit, getAllClusterUnitSinceDateSynchro, getAllUnit, getClusterUnitByIdentifiers, getMessage, getMessage, getMessage, getMessages, getPrincipal, getStatusDao, getUnitById, getUnitByIds, getUnitByNaturalId, getUnitByStatusCode, getUnitDao, getUnitNaturalIdById, getUnitNaturalIds, remoteUnitFullVOsAreEqual, remoteUnitFullVOsAreEqualOnIdentifiers, removeUnit, setStatusDao, setUnitDao, updateUnit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteUnitFullServiceImpl

public RemoteUnitFullServiceImpl()
Method Detail

handleAddUnit

protected RemoteUnitFullVO handleAddUnit(RemoteUnitFullVO unit)
                                  throws java.lang.Exception
Description copied from class: RemoteUnitFullServiceBase
Performs the core logic for RemoteUnitFullServiceBase.addUnit(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteUnitFullVO)

Specified by:
handleAddUnit in class RemoteUnitFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteUnitFullService.addUnit(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteUnitFullVO)

handleUpdateUnit

protected void handleUpdateUnit(RemoteUnitFullVO unit)
                         throws java.lang.Exception
Description copied from class: RemoteUnitFullServiceBase
Performs the core logic for RemoteUnitFullServiceBase.updateUnit(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteUnitFullVO)

Specified by:
handleUpdateUnit in class RemoteUnitFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteUnitFullService.updateUnit(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteUnitFullVO)

handleRemoveUnit

protected void handleRemoveUnit(RemoteUnitFullVO unit)
                         throws java.lang.Exception
Description copied from class: RemoteUnitFullServiceBase
Performs the core logic for RemoteUnitFullServiceBase.removeUnit(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteUnitFullVO)

Specified by:
handleRemoveUnit in class RemoteUnitFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteUnitFullService.removeUnit(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteUnitFullVO)

handleGetAllUnit

protected RemoteUnitFullVO[] handleGetAllUnit()
                                       throws java.lang.Exception
Description copied from class: RemoteUnitFullServiceBase
Performs the core logic for RemoteUnitFullServiceBase.getAllUnit()

Specified by:
handleGetAllUnit in class RemoteUnitFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteUnitFullService.getAllUnit()

handleGetUnitById

protected RemoteUnitFullVO handleGetUnitById(java.lang.Integer id)
                                      throws java.lang.Exception
Description copied from class: RemoteUnitFullServiceBase
Performs the core logic for RemoteUnitFullServiceBase.getUnitById(java.lang.Integer)

Specified by:
handleGetUnitById in class RemoteUnitFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteUnitFullService.getUnitById(java.lang.Integer)

handleGetUnitByIds

protected RemoteUnitFullVO[] handleGetUnitByIds(java.lang.Integer[] id)
                                         throws java.lang.Exception
Description copied from class: RemoteUnitFullServiceBase
Performs the core logic for RemoteUnitFullServiceBase.getUnitByIds(java.lang.Integer[])

Specified by:
handleGetUnitByIds in class RemoteUnitFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteUnitFullService.getUnitByIds(java.lang.Integer[])

handleGetUnitByStatusCode

protected RemoteUnitFullVO[] handleGetUnitByStatusCode(java.lang.String code)
                                                throws java.lang.Exception
Description copied from class: RemoteUnitFullServiceBase
Performs the core logic for RemoteUnitFullServiceBase.getUnitByStatusCode(java.lang.String)

Specified by:
handleGetUnitByStatusCode in class RemoteUnitFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteUnitFullService.getUnitByStatusCode(java.lang.String)

handleRemoteUnitFullVOsAreEqualOnIdentifiers

protected boolean handleRemoteUnitFullVOsAreEqualOnIdentifiers(RemoteUnitFullVO remoteUnitFullVOFirst,
                                                               RemoteUnitFullVO remoteUnitFullVOSecond)
                                                        throws java.lang.Exception
Description copied from class: RemoteUnitFullServiceBase
Performs the core logic for RemoteUnitFullServiceBase.remoteUnitFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteUnitFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteUnitFullVO)

Specified by:
handleRemoteUnitFullVOsAreEqualOnIdentifiers in class RemoteUnitFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteUnitFullService.remoteUnitFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteUnitFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteUnitFullVO)

handleRemoteUnitFullVOsAreEqual

protected boolean handleRemoteUnitFullVOsAreEqual(RemoteUnitFullVO remoteUnitFullVOFirst,
                                                  RemoteUnitFullVO remoteUnitFullVOSecond)
                                           throws java.lang.Exception
Description copied from class: RemoteUnitFullServiceBase
Performs the core logic for RemoteUnitFullServiceBase.remoteUnitFullVOsAreEqual(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteUnitFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteUnitFullVO)

Specified by:
handleRemoteUnitFullVOsAreEqual in class RemoteUnitFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteUnitFullService.remoteUnitFullVOsAreEqual(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteUnitFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteUnitFullVO)

handleGetUnitNaturalIds

protected RemoteUnitNaturalId[] handleGetUnitNaturalIds()
                                                 throws java.lang.Exception
Description copied from class: RemoteUnitFullServiceBase
Performs the core logic for RemoteUnitFullServiceBase.getUnitNaturalIds()

Specified by:
handleGetUnitNaturalIds in class RemoteUnitFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteUnitFullService.getUnitNaturalIds()

handleGetUnitByNaturalId

protected RemoteUnitFullVO handleGetUnitByNaturalId(RemoteUnitNaturalId unitNaturalId)
                                             throws java.lang.Exception
Description copied from class: RemoteUnitFullServiceBase
Performs the core logic for RemoteUnitFullServiceBase.getUnitByNaturalId(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteUnitNaturalId)

Specified by:
handleGetUnitByNaturalId in class RemoteUnitFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteUnitFullService.getUnitByNaturalId(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteUnitNaturalId)

handleGetUnitNaturalIdById

protected RemoteUnitNaturalId handleGetUnitNaturalIdById(java.lang.Integer id)
                                                  throws java.lang.Exception
Description copied from class: RemoteUnitFullServiceBase
Performs the core logic for RemoteUnitFullServiceBase.getUnitNaturalIdById(java.lang.Integer)

Specified by:
handleGetUnitNaturalIdById in class RemoteUnitFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteUnitFullService.getUnitNaturalIdById(java.lang.Integer)

handleAddOrUpdateClusterUnit

protected ClusterUnit handleAddOrUpdateClusterUnit(ClusterUnit clusterUnit)
                                            throws java.lang.Exception
Description copied from class: RemoteUnitFullServiceBase
Performs the core logic for RemoteUnitFullServiceBase.addOrUpdateClusterUnit(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterUnit)

Specified by:
handleAddOrUpdateClusterUnit in class RemoteUnitFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteUnitFullService.addOrUpdateClusterUnit(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterUnit)

handleGetAllClusterUnitSinceDateSynchro

protected ClusterUnit[] handleGetAllClusterUnitSinceDateSynchro(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: RemoteUnitFullServiceBase
Performs the core logic for RemoteUnitFullServiceBase.getAllClusterUnitSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

Specified by:
handleGetAllClusterUnitSinceDateSynchro in class RemoteUnitFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteUnitFullService.getAllClusterUnitSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

handleGetClusterUnitByIdentifiers

protected ClusterUnit handleGetClusterUnitByIdentifiers(java.lang.Integer id)
                                                 throws java.lang.Exception
Description copied from class: RemoteUnitFullServiceBase
Performs the core logic for RemoteUnitFullServiceBase.getClusterUnitByIdentifiers(java.lang.Integer)

Specified by:
handleGetClusterUnitByIdentifiers in class RemoteUnitFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteUnitFullService.getClusterUnitByIdentifiers(java.lang.Integer)


Copyright © 2008-2010 IFREMER. All Rights Reserved.