fr.ifremer.allegro.data.measure.photo.generic.service
Class RemotePhotoFullServiceImpl

java.lang.Object
  extended by fr.ifremer.allegro.data.measure.photo.generic.service.RemotePhotoFullServiceBase
      extended by fr.ifremer.allegro.data.measure.photo.generic.service.RemotePhotoFullServiceImpl
All Implemented Interfaces:
RemotePhotoFullService

public class RemotePhotoFullServiceImpl
extends RemotePhotoFullServiceBase

See Also:
RemotePhotoFullService

Constructor Summary
RemotePhotoFullServiceImpl()
           
 
Method Summary
protected  ClusterPhoto handleAddOrUpdateClusterPhoto(ClusterPhoto clusterPhoto)
          Performs the core logic for RemotePhotoFullServiceBase.addOrUpdateClusterPhoto(fr.ifremer.allegro.data.measure.photo.generic.cluster.ClusterPhoto)
protected  RemotePhotoFullVO handleAddPhoto(RemotePhotoFullVO photo)
          Performs the core logic for RemotePhotoFullServiceBase.addPhoto(fr.ifremer.allegro.data.measure.photo.generic.vo.RemotePhotoFullVO)
protected  ClusterPhoto[] handleGetAllClusterPhotoSinceDateSynchro(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 RemotePhotoFullServiceBase.getAllClusterPhotoSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  RemotePhotoFullVO[] handleGetAllPhoto()
          Performs the core logic for RemotePhotoFullServiceBase.getAllPhoto()
protected  ClusterPhoto handleGetClusterPhotoByIdentifiers(java.lang.Integer id)
          Performs the core logic for RemotePhotoFullServiceBase.getClusterPhotoByIdentifiers(java.lang.Integer)
protected  RemotePhotoFullVO[] handleGetPhotoByDepartmentId(java.lang.Integer id)
          Performs the core logic for RemotePhotoFullServiceBase.getPhotoByDepartmentId(java.lang.Integer)
protected  RemotePhotoFullVO handleGetPhotoById(java.lang.Integer id)
          Performs the core logic for RemotePhotoFullServiceBase.getPhotoById(java.lang.Integer)
protected  RemotePhotoFullVO[] handleGetPhotoByIds(java.lang.Integer[] id)
          Performs the core logic for RemotePhotoFullServiceBase.getPhotoByIds(java.lang.Integer[])
protected  RemotePhotoFullVO handleGetPhotoByNaturalId(RemotePhotoNaturalId photoNaturalId)
          Performs the core logic for RemotePhotoFullServiceBase.getPhotoByNaturalId(fr.ifremer.allegro.data.measure.photo.generic.vo.RemotePhotoNaturalId)
protected  RemotePhotoFullVO[] handleGetPhotoByObjectTypeCode(java.lang.String code)
          Performs the core logic for RemotePhotoFullServiceBase.getPhotoByObjectTypeCode(java.lang.String)
protected  RemotePhotoFullVO[] handleGetPhotoByPhotoTypeCode(java.lang.String code)
          Performs the core logic for RemotePhotoFullServiceBase.getPhotoByPhotoTypeCode(java.lang.String)
protected  RemotePhotoFullVO[] handleGetPhotoByQualityFlagCode(java.lang.String code)
          Performs the core logic for RemotePhotoFullServiceBase.getPhotoByQualityFlagCode(java.lang.String)
protected  RemotePhotoNaturalId handleGetPhotoNaturalIdById(java.lang.Integer id)
          Performs the core logic for RemotePhotoFullServiceBase.getPhotoNaturalIdById(java.lang.Integer)
protected  RemotePhotoNaturalId[] handleGetPhotoNaturalIds()
          Performs the core logic for RemotePhotoFullServiceBase.getPhotoNaturalIds()
protected  boolean handleRemotePhotoFullVOsAreEqual(RemotePhotoFullVO remotePhotoFullVOFirst, RemotePhotoFullVO remotePhotoFullVOSecond)
          Performs the core logic for RemotePhotoFullServiceBase.remotePhotoFullVOsAreEqual(fr.ifremer.allegro.data.measure.photo.generic.vo.RemotePhotoFullVO, fr.ifremer.allegro.data.measure.photo.generic.vo.RemotePhotoFullVO)
protected  boolean handleRemotePhotoFullVOsAreEqualOnIdentifiers(RemotePhotoFullVO remotePhotoFullVOFirst, RemotePhotoFullVO remotePhotoFullVOSecond)
          Performs the core logic for RemotePhotoFullServiceBase.remotePhotoFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.measure.photo.generic.vo.RemotePhotoFullVO, fr.ifremer.allegro.data.measure.photo.generic.vo.RemotePhotoFullVO)
protected  void handleRemovePhoto(RemotePhotoFullVO photo)
          Performs the core logic for RemotePhotoFullServiceBase.removePhoto(fr.ifremer.allegro.data.measure.photo.generic.vo.RemotePhotoFullVO)
protected  void handleUpdatePhoto(RemotePhotoFullVO photo)
          Performs the core logic for RemotePhotoFullServiceBase.updatePhoto(fr.ifremer.allegro.data.measure.photo.generic.vo.RemotePhotoFullVO)
 
Methods inherited from class fr.ifremer.allegro.data.measure.photo.generic.service.RemotePhotoFullServiceBase
addOrUpdateClusterPhoto, addPhoto, getAllClusterPhotoSinceDateSynchro, getAllPhoto, getClusterPhotoByIdentifiers, getDepartmentDao, getMessage, getMessage, getMessage, getMessages, getObjectTypeDao, getPhotoByDepartmentId, getPhotoById, getPhotoByIds, getPhotoByNaturalId, getPhotoByObjectTypeCode, getPhotoByPhotoTypeCode, getPhotoByQualityFlagCode, getPhotoDao, getPhotoNaturalIdById, getPhotoNaturalIds, getPhotoTypeDao, getPrincipal, getQualityFlagDao, remotePhotoFullVOsAreEqual, remotePhotoFullVOsAreEqualOnIdentifiers, removePhoto, setDepartmentDao, setObjectTypeDao, setPhotoDao, setPhotoTypeDao, setQualityFlagDao, updatePhoto
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemotePhotoFullServiceImpl

public RemotePhotoFullServiceImpl()
Method Detail

handleAddPhoto

protected RemotePhotoFullVO handleAddPhoto(RemotePhotoFullVO photo)
                                    throws java.lang.Exception
Description copied from class: RemotePhotoFullServiceBase
Performs the core logic for RemotePhotoFullServiceBase.addPhoto(fr.ifremer.allegro.data.measure.photo.generic.vo.RemotePhotoFullVO)

Specified by:
handleAddPhoto in class RemotePhotoFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePhotoFullService.addPhoto(fr.ifremer.allegro.data.measure.photo.generic.vo.RemotePhotoFullVO)

handleUpdatePhoto

protected void handleUpdatePhoto(RemotePhotoFullVO photo)
                          throws java.lang.Exception
Description copied from class: RemotePhotoFullServiceBase
Performs the core logic for RemotePhotoFullServiceBase.updatePhoto(fr.ifremer.allegro.data.measure.photo.generic.vo.RemotePhotoFullVO)

Specified by:
handleUpdatePhoto in class RemotePhotoFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePhotoFullService.updatePhoto(fr.ifremer.allegro.data.measure.photo.generic.vo.RemotePhotoFullVO)

handleRemovePhoto

protected void handleRemovePhoto(RemotePhotoFullVO photo)
                          throws java.lang.Exception
Description copied from class: RemotePhotoFullServiceBase
Performs the core logic for RemotePhotoFullServiceBase.removePhoto(fr.ifremer.allegro.data.measure.photo.generic.vo.RemotePhotoFullVO)

Specified by:
handleRemovePhoto in class RemotePhotoFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePhotoFullService.removePhoto(fr.ifremer.allegro.data.measure.photo.generic.vo.RemotePhotoFullVO)

handleGetAllPhoto

protected RemotePhotoFullVO[] handleGetAllPhoto()
                                         throws java.lang.Exception
Description copied from class: RemotePhotoFullServiceBase
Performs the core logic for RemotePhotoFullServiceBase.getAllPhoto()

Specified by:
handleGetAllPhoto in class RemotePhotoFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePhotoFullService.getAllPhoto()

handleGetPhotoById

protected RemotePhotoFullVO handleGetPhotoById(java.lang.Integer id)
                                        throws java.lang.Exception
Description copied from class: RemotePhotoFullServiceBase
Performs the core logic for RemotePhotoFullServiceBase.getPhotoById(java.lang.Integer)

Specified by:
handleGetPhotoById in class RemotePhotoFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePhotoFullService.getPhotoById(java.lang.Integer)

handleGetPhotoByIds

protected RemotePhotoFullVO[] handleGetPhotoByIds(java.lang.Integer[] id)
                                           throws java.lang.Exception
Description copied from class: RemotePhotoFullServiceBase
Performs the core logic for RemotePhotoFullServiceBase.getPhotoByIds(java.lang.Integer[])

Specified by:
handleGetPhotoByIds in class RemotePhotoFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePhotoFullService.getPhotoByIds(java.lang.Integer[])

handleGetPhotoByDepartmentId

protected RemotePhotoFullVO[] handleGetPhotoByDepartmentId(java.lang.Integer id)
                                                    throws java.lang.Exception
Description copied from class: RemotePhotoFullServiceBase
Performs the core logic for RemotePhotoFullServiceBase.getPhotoByDepartmentId(java.lang.Integer)

Specified by:
handleGetPhotoByDepartmentId in class RemotePhotoFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePhotoFullService.getPhotoByDepartmentId(java.lang.Integer)

handleGetPhotoByPhotoTypeCode

protected RemotePhotoFullVO[] handleGetPhotoByPhotoTypeCode(java.lang.String code)
                                                     throws java.lang.Exception
Description copied from class: RemotePhotoFullServiceBase
Performs the core logic for RemotePhotoFullServiceBase.getPhotoByPhotoTypeCode(java.lang.String)

Specified by:
handleGetPhotoByPhotoTypeCode in class RemotePhotoFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePhotoFullService.getPhotoByPhotoTypeCode(java.lang.String)

handleGetPhotoByObjectTypeCode

protected RemotePhotoFullVO[] handleGetPhotoByObjectTypeCode(java.lang.String code)
                                                      throws java.lang.Exception
Description copied from class: RemotePhotoFullServiceBase
Performs the core logic for RemotePhotoFullServiceBase.getPhotoByObjectTypeCode(java.lang.String)

Specified by:
handleGetPhotoByObjectTypeCode in class RemotePhotoFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePhotoFullService.getPhotoByObjectTypeCode(java.lang.String)

handleGetPhotoByQualityFlagCode

protected RemotePhotoFullVO[] handleGetPhotoByQualityFlagCode(java.lang.String code)
                                                       throws java.lang.Exception
Description copied from class: RemotePhotoFullServiceBase
Performs the core logic for RemotePhotoFullServiceBase.getPhotoByQualityFlagCode(java.lang.String)

Specified by:
handleGetPhotoByQualityFlagCode in class RemotePhotoFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePhotoFullService.getPhotoByQualityFlagCode(java.lang.String)

handleRemotePhotoFullVOsAreEqualOnIdentifiers

protected boolean handleRemotePhotoFullVOsAreEqualOnIdentifiers(RemotePhotoFullVO remotePhotoFullVOFirst,
                                                                RemotePhotoFullVO remotePhotoFullVOSecond)
                                                         throws java.lang.Exception
Description copied from class: RemotePhotoFullServiceBase
Performs the core logic for RemotePhotoFullServiceBase.remotePhotoFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.measure.photo.generic.vo.RemotePhotoFullVO, fr.ifremer.allegro.data.measure.photo.generic.vo.RemotePhotoFullVO)

Specified by:
handleRemotePhotoFullVOsAreEqualOnIdentifiers in class RemotePhotoFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePhotoFullService.remotePhotoFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.measure.photo.generic.vo.RemotePhotoFullVO, fr.ifremer.allegro.data.measure.photo.generic.vo.RemotePhotoFullVO)

handleRemotePhotoFullVOsAreEqual

protected boolean handleRemotePhotoFullVOsAreEqual(RemotePhotoFullVO remotePhotoFullVOFirst,
                                                   RemotePhotoFullVO remotePhotoFullVOSecond)
                                            throws java.lang.Exception
Description copied from class: RemotePhotoFullServiceBase
Performs the core logic for RemotePhotoFullServiceBase.remotePhotoFullVOsAreEqual(fr.ifremer.allegro.data.measure.photo.generic.vo.RemotePhotoFullVO, fr.ifremer.allegro.data.measure.photo.generic.vo.RemotePhotoFullVO)

Specified by:
handleRemotePhotoFullVOsAreEqual in class RemotePhotoFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePhotoFullService.remotePhotoFullVOsAreEqual(fr.ifremer.allegro.data.measure.photo.generic.vo.RemotePhotoFullVO, fr.ifremer.allegro.data.measure.photo.generic.vo.RemotePhotoFullVO)

handleGetPhotoNaturalIds

protected RemotePhotoNaturalId[] handleGetPhotoNaturalIds()
                                                   throws java.lang.Exception
Description copied from class: RemotePhotoFullServiceBase
Performs the core logic for RemotePhotoFullServiceBase.getPhotoNaturalIds()

Specified by:
handleGetPhotoNaturalIds in class RemotePhotoFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePhotoFullService.getPhotoNaturalIds()

handleGetPhotoByNaturalId

protected RemotePhotoFullVO handleGetPhotoByNaturalId(RemotePhotoNaturalId photoNaturalId)
                                               throws java.lang.Exception
Description copied from class: RemotePhotoFullServiceBase
Performs the core logic for RemotePhotoFullServiceBase.getPhotoByNaturalId(fr.ifremer.allegro.data.measure.photo.generic.vo.RemotePhotoNaturalId)

Specified by:
handleGetPhotoByNaturalId in class RemotePhotoFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePhotoFullService.getPhotoByNaturalId(fr.ifremer.allegro.data.measure.photo.generic.vo.RemotePhotoNaturalId)

handleGetPhotoNaturalIdById

protected RemotePhotoNaturalId handleGetPhotoNaturalIdById(java.lang.Integer id)
                                                    throws java.lang.Exception
Description copied from class: RemotePhotoFullServiceBase
Performs the core logic for RemotePhotoFullServiceBase.getPhotoNaturalIdById(java.lang.Integer)

Specified by:
handleGetPhotoNaturalIdById in class RemotePhotoFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePhotoFullService.getPhotoNaturalIdById(java.lang.Integer)

handleAddOrUpdateClusterPhoto

protected ClusterPhoto handleAddOrUpdateClusterPhoto(ClusterPhoto clusterPhoto)
                                              throws java.lang.Exception
Description copied from class: RemotePhotoFullServiceBase
Performs the core logic for RemotePhotoFullServiceBase.addOrUpdateClusterPhoto(fr.ifremer.allegro.data.measure.photo.generic.cluster.ClusterPhoto)

Specified by:
handleAddOrUpdateClusterPhoto in class RemotePhotoFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePhotoFullService.addOrUpdateClusterPhoto(fr.ifremer.allegro.data.measure.photo.generic.cluster.ClusterPhoto)

handleGetAllClusterPhotoSinceDateSynchro

protected ClusterPhoto[] handleGetAllClusterPhotoSinceDateSynchro(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: RemotePhotoFullServiceBase
Performs the core logic for RemotePhotoFullServiceBase.getAllClusterPhotoSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

Specified by:
handleGetAllClusterPhotoSinceDateSynchro in class RemotePhotoFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePhotoFullService.getAllClusterPhotoSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

handleGetClusterPhotoByIdentifiers

protected ClusterPhoto handleGetClusterPhotoByIdentifiers(java.lang.Integer id)
                                                   throws java.lang.Exception
Description copied from class: RemotePhotoFullServiceBase
Performs the core logic for RemotePhotoFullServiceBase.getClusterPhotoByIdentifiers(java.lang.Integer)

Specified by:
handleGetClusterPhotoByIdentifiers in class RemotePhotoFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePhotoFullService.getClusterPhotoByIdentifiers(java.lang.Integer)


Copyright © 2008-2010 IFREMER. All Rights Reserved.