fr.ifremer.allegro.referential.location.generic.service
Class RemoteLocationAssociationFullServiceImpl

java.lang.Object
  extended by fr.ifremer.allegro.referential.location.generic.service.RemoteLocationAssociationFullServiceBase
      extended by fr.ifremer.allegro.referential.location.generic.service.RemoteLocationAssociationFullServiceImpl
All Implemented Interfaces:
RemoteLocationAssociationFullService

public class RemoteLocationAssociationFullServiceImpl
extends RemoteLocationAssociationFullServiceBase

See Also:
RemoteLocationAssociationFullService

Constructor Summary
RemoteLocationAssociationFullServiceImpl()
           
 
Method Summary
protected  RemoteLocationAssociationFullVO handleAddLocationAssociation(RemoteLocationAssociationFullVO locationAssociation)
          Performs the core logic for RemoteLocationAssociationFullServiceBase.addLocationAssociation(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationAssociationFullVO)
protected  ClusterLocationAssociation handleAddOrUpdateClusterLocationAssociation(ClusterLocationAssociation clusterLocationAssociation)
          Performs the core logic for RemoteLocationAssociationFullServiceBase.addOrUpdateClusterLocationAssociation(fr.ifremer.allegro.referential.location.generic.cluster.ClusterLocationAssociation)
protected  ClusterLocationAssociation[] handleGetAllClusterLocationAssociationSinceDateSynchro(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 RemoteLocationAssociationFullServiceBase.getAllClusterLocationAssociationSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  RemoteLocationAssociationFullVO[] handleGetAllLocationAssociation()
          Performs the core logic for RemoteLocationAssociationFullServiceBase.getAllLocationAssociation()
protected  ClusterLocationAssociation handleGetClusterLocationAssociationByIdentifiers(java.lang.Integer parentLocationId, java.lang.Integer childLocationId)
          Performs the core logic for RemoteLocationAssociationFullServiceBase.getClusterLocationAssociationByIdentifiers(java.lang.Integer, java.lang.Integer)
protected  RemoteLocationAssociationFullVO[] handleGetLocationAssociationByChildLocationId(java.lang.Integer id)
          Performs the core logic for RemoteLocationAssociationFullServiceBase.getLocationAssociationByChildLocationId(java.lang.Integer)
protected  RemoteLocationAssociationFullVO handleGetLocationAssociationByIdentifiers(java.lang.Integer parentLocationId, java.lang.Integer childLocationId)
          Performs the core logic for RemoteLocationAssociationFullServiceBase.getLocationAssociationByIdentifiers(java.lang.Integer, java.lang.Integer)
protected  RemoteLocationAssociationFullVO handleGetLocationAssociationByNaturalId(RemoteLocationAssociationNaturalId locationAssociationNaturalId)
          Performs the core logic for RemoteLocationAssociationFullServiceBase.getLocationAssociationByNaturalId(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationAssociationNaturalId)
protected  RemoteLocationAssociationFullVO[] handleGetLocationAssociationByParentLocationId(java.lang.Integer id)
          Performs the core logic for RemoteLocationAssociationFullServiceBase.getLocationAssociationByParentLocationId(java.lang.Integer)
protected  RemoteLocationAssociationNaturalId[] handleGetLocationAssociationNaturalIds()
          Performs the core logic for RemoteLocationAssociationFullServiceBase.getLocationAssociationNaturalIds()
protected  boolean handleRemoteLocationAssociationFullVOsAreEqual(RemoteLocationAssociationFullVO remoteLocationAssociationFullVOFirst, RemoteLocationAssociationFullVO remoteLocationAssociationFullVOSecond)
          Performs the core logic for RemoteLocationAssociationFullServiceBase.remoteLocationAssociationFullVOsAreEqual(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationAssociationFullVO, fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationAssociationFullVO)
protected  boolean handleRemoteLocationAssociationFullVOsAreEqualOnIdentifiers(RemoteLocationAssociationFullVO remoteLocationAssociationFullVOFirst, RemoteLocationAssociationFullVO remoteLocationAssociationFullVOSecond)
          Performs the core logic for RemoteLocationAssociationFullServiceBase.remoteLocationAssociationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationAssociationFullVO, fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationAssociationFullVO)
protected  void handleRemoveLocationAssociation(RemoteLocationAssociationFullVO locationAssociation)
          Performs the core logic for RemoteLocationAssociationFullServiceBase.removeLocationAssociation(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationAssociationFullVO)
protected  void handleUpdateLocationAssociation(RemoteLocationAssociationFullVO locationAssociation)
          Performs the core logic for RemoteLocationAssociationFullServiceBase.updateLocationAssociation(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationAssociationFullVO)
 
Methods inherited from class fr.ifremer.allegro.referential.location.generic.service.RemoteLocationAssociationFullServiceBase
addLocationAssociation, addOrUpdateClusterLocationAssociation, getAllClusterLocationAssociationSinceDateSynchro, getAllLocationAssociation, getClusterLocationAssociationByIdentifiers, getLocationAssociationByChildLocationId, getLocationAssociationByIdentifiers, getLocationAssociationByNaturalId, getLocationAssociationByParentLocationId, getLocationAssociationDao, getLocationAssociationNaturalIds, getLocationDao, getMessage, getMessage, getMessage, getMessages, getPrincipal, remoteLocationAssociationFullVOsAreEqual, remoteLocationAssociationFullVOsAreEqualOnIdentifiers, removeLocationAssociation, setLocationAssociationDao, setLocationDao, updateLocationAssociation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteLocationAssociationFullServiceImpl

public RemoteLocationAssociationFullServiceImpl()
Method Detail

handleAddLocationAssociation

protected RemoteLocationAssociationFullVO handleAddLocationAssociation(RemoteLocationAssociationFullVO locationAssociation)
                                                                throws java.lang.Exception
Description copied from class: RemoteLocationAssociationFullServiceBase
Performs the core logic for RemoteLocationAssociationFullServiceBase.addLocationAssociation(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationAssociationFullVO)

Specified by:
handleAddLocationAssociation in class RemoteLocationAssociationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLocationAssociationFullService.addLocationAssociation(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationAssociationFullVO)

handleUpdateLocationAssociation

protected void handleUpdateLocationAssociation(RemoteLocationAssociationFullVO locationAssociation)
                                        throws java.lang.Exception
Description copied from class: RemoteLocationAssociationFullServiceBase
Performs the core logic for RemoteLocationAssociationFullServiceBase.updateLocationAssociation(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationAssociationFullVO)

Specified by:
handleUpdateLocationAssociation in class RemoteLocationAssociationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLocationAssociationFullService.updateLocationAssociation(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationAssociationFullVO)

handleRemoveLocationAssociation

protected void handleRemoveLocationAssociation(RemoteLocationAssociationFullVO locationAssociation)
                                        throws java.lang.Exception
Description copied from class: RemoteLocationAssociationFullServiceBase
Performs the core logic for RemoteLocationAssociationFullServiceBase.removeLocationAssociation(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationAssociationFullVO)

Specified by:
handleRemoveLocationAssociation in class RemoteLocationAssociationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLocationAssociationFullService.removeLocationAssociation(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationAssociationFullVO)

handleGetAllLocationAssociation

protected RemoteLocationAssociationFullVO[] handleGetAllLocationAssociation()
                                                                     throws java.lang.Exception
Description copied from class: RemoteLocationAssociationFullServiceBase
Performs the core logic for RemoteLocationAssociationFullServiceBase.getAllLocationAssociation()

Specified by:
handleGetAllLocationAssociation in class RemoteLocationAssociationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLocationAssociationFullService.getAllLocationAssociation()

handleGetLocationAssociationByParentLocationId

protected RemoteLocationAssociationFullVO[] handleGetLocationAssociationByParentLocationId(java.lang.Integer id)
                                                                                    throws java.lang.Exception
Description copied from class: RemoteLocationAssociationFullServiceBase
Performs the core logic for RemoteLocationAssociationFullServiceBase.getLocationAssociationByParentLocationId(java.lang.Integer)

Specified by:
handleGetLocationAssociationByParentLocationId in class RemoteLocationAssociationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLocationAssociationFullService.getLocationAssociationByParentLocationId(java.lang.Integer)

handleGetLocationAssociationByChildLocationId

protected RemoteLocationAssociationFullVO[] handleGetLocationAssociationByChildLocationId(java.lang.Integer id)
                                                                                   throws java.lang.Exception
Description copied from class: RemoteLocationAssociationFullServiceBase
Performs the core logic for RemoteLocationAssociationFullServiceBase.getLocationAssociationByChildLocationId(java.lang.Integer)

Specified by:
handleGetLocationAssociationByChildLocationId in class RemoteLocationAssociationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLocationAssociationFullService.getLocationAssociationByChildLocationId(java.lang.Integer)

handleGetLocationAssociationByIdentifiers

protected RemoteLocationAssociationFullVO handleGetLocationAssociationByIdentifiers(java.lang.Integer parentLocationId,
                                                                                    java.lang.Integer childLocationId)
                                                                             throws java.lang.Exception
Description copied from class: RemoteLocationAssociationFullServiceBase
Performs the core logic for RemoteLocationAssociationFullServiceBase.getLocationAssociationByIdentifiers(java.lang.Integer, java.lang.Integer)

Specified by:
handleGetLocationAssociationByIdentifiers in class RemoteLocationAssociationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLocationAssociationFullService.getLocationAssociationByIdentifiers(java.lang.Integer, java.lang.Integer)

handleRemoteLocationAssociationFullVOsAreEqualOnIdentifiers

protected boolean handleRemoteLocationAssociationFullVOsAreEqualOnIdentifiers(RemoteLocationAssociationFullVO remoteLocationAssociationFullVOFirst,
                                                                              RemoteLocationAssociationFullVO remoteLocationAssociationFullVOSecond)
                                                                       throws java.lang.Exception
Description copied from class: RemoteLocationAssociationFullServiceBase
Performs the core logic for RemoteLocationAssociationFullServiceBase.remoteLocationAssociationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationAssociationFullVO, fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationAssociationFullVO)

Specified by:
handleRemoteLocationAssociationFullVOsAreEqualOnIdentifiers in class RemoteLocationAssociationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLocationAssociationFullService.remoteLocationAssociationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationAssociationFullVO, fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationAssociationFullVO)

handleRemoteLocationAssociationFullVOsAreEqual

protected boolean handleRemoteLocationAssociationFullVOsAreEqual(RemoteLocationAssociationFullVO remoteLocationAssociationFullVOFirst,
                                                                 RemoteLocationAssociationFullVO remoteLocationAssociationFullVOSecond)
                                                          throws java.lang.Exception
Description copied from class: RemoteLocationAssociationFullServiceBase
Performs the core logic for RemoteLocationAssociationFullServiceBase.remoteLocationAssociationFullVOsAreEqual(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationAssociationFullVO, fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationAssociationFullVO)

Specified by:
handleRemoteLocationAssociationFullVOsAreEqual in class RemoteLocationAssociationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLocationAssociationFullService.remoteLocationAssociationFullVOsAreEqual(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationAssociationFullVO, fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationAssociationFullVO)

handleGetLocationAssociationNaturalIds

protected RemoteLocationAssociationNaturalId[] handleGetLocationAssociationNaturalIds()
                                                                               throws java.lang.Exception
Description copied from class: RemoteLocationAssociationFullServiceBase
Performs the core logic for RemoteLocationAssociationFullServiceBase.getLocationAssociationNaturalIds()

Specified by:
handleGetLocationAssociationNaturalIds in class RemoteLocationAssociationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLocationAssociationFullService.getLocationAssociationNaturalIds()

handleGetLocationAssociationByNaturalId

protected RemoteLocationAssociationFullVO handleGetLocationAssociationByNaturalId(RemoteLocationAssociationNaturalId locationAssociationNaturalId)
                                                                           throws java.lang.Exception
Description copied from class: RemoteLocationAssociationFullServiceBase
Performs the core logic for RemoteLocationAssociationFullServiceBase.getLocationAssociationByNaturalId(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationAssociationNaturalId)

Specified by:
handleGetLocationAssociationByNaturalId in class RemoteLocationAssociationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLocationAssociationFullService.getLocationAssociationByNaturalId(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationAssociationNaturalId)

handleAddOrUpdateClusterLocationAssociation

protected ClusterLocationAssociation handleAddOrUpdateClusterLocationAssociation(ClusterLocationAssociation clusterLocationAssociation)
                                                                          throws java.lang.Exception
Description copied from class: RemoteLocationAssociationFullServiceBase
Performs the core logic for RemoteLocationAssociationFullServiceBase.addOrUpdateClusterLocationAssociation(fr.ifremer.allegro.referential.location.generic.cluster.ClusterLocationAssociation)

Specified by:
handleAddOrUpdateClusterLocationAssociation in class RemoteLocationAssociationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLocationAssociationFullService.addOrUpdateClusterLocationAssociation(fr.ifremer.allegro.referential.location.generic.cluster.ClusterLocationAssociation)

handleGetAllClusterLocationAssociationSinceDateSynchro

protected ClusterLocationAssociation[] handleGetAllClusterLocationAssociationSinceDateSynchro(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: RemoteLocationAssociationFullServiceBase
Performs the core logic for RemoteLocationAssociationFullServiceBase.getAllClusterLocationAssociationSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

Specified by:
handleGetAllClusterLocationAssociationSinceDateSynchro in class RemoteLocationAssociationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLocationAssociationFullService.getAllClusterLocationAssociationSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

handleGetClusterLocationAssociationByIdentifiers

protected ClusterLocationAssociation handleGetClusterLocationAssociationByIdentifiers(java.lang.Integer parentLocationId,
                                                                                      java.lang.Integer childLocationId)
                                                                               throws java.lang.Exception
Description copied from class: RemoteLocationAssociationFullServiceBase
Performs the core logic for RemoteLocationAssociationFullServiceBase.getClusterLocationAssociationByIdentifiers(java.lang.Integer, java.lang.Integer)

Specified by:
handleGetClusterLocationAssociationByIdentifiers in class RemoteLocationAssociationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLocationAssociationFullService.getClusterLocationAssociationByIdentifiers(java.lang.Integer, java.lang.Integer)


Copyright © 2008-2010 IFREMER. All Rights Reserved.