fr.ifremer.allegro.referential.conversion.generic.service
Class RemoteRoundWeightConversionFullServiceBase

java.lang.Object
  extended by fr.ifremer.allegro.referential.conversion.generic.service.RemoteRoundWeightConversionFullServiceBase
All Implemented Interfaces:
RemoteRoundWeightConversionFullService
Direct Known Subclasses:
RemoteRoundWeightConversionFullServiceImpl

public abstract class RemoteRoundWeightConversionFullServiceBase
extends java.lang.Object
implements RemoteRoundWeightConversionFullService

Spring Service base class for fr.ifremer.allegro.referential.conversion.generic.service.RemoteRoundWeightConversionFullService, provides access to all services and entities referenced by this service.

See Also:
RemoteRoundWeightConversionFullService

Constructor Summary
RemoteRoundWeightConversionFullServiceBase()
           
 
Method Summary
 ClusterRoundWeightConversion addOrUpdateClusterRoundWeightConversion(ClusterRoundWeightConversion clusterRoundWeightConversion)
           
 RemoteRoundWeightConversionFullVO addRoundWeightConversion(RemoteRoundWeightConversionFullVO roundWeightConversion)
           
 ClusterRoundWeightConversion[] getAllClusterRoundWeightConversionSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 RemoteRoundWeightConversionFullVO[] getAllRoundWeightConversion()
           
 ClusterRoundWeightConversion getClusterRoundWeightConversionByIdentifiers(java.lang.Integer id)
           
protected  LocationDao getLocationDao()
          Gets the reference to location's DAO.
protected  java.lang.String getMessage(java.lang.String key)
          Gets the message having the given key in the underlying message bundle.
protected  java.lang.String getMessage(java.lang.String key, java.lang.Object[] arguments)
          Gets the message having the given key and arguments in the underlying message bundle.
protected  java.lang.String getMessage(java.lang.String key, java.lang.Object[] arguments, java.util.Locale locale)
          Gets the message having the given key using the given arguments for the given locale.
protected  org.springframework.context.MessageSource getMessages()
          Gets the message source available to this service.
protected  java.security.Principal getPrincipal()
          Gets the current principal if one has been set, otherwise returns null.
protected  QualitativeValueDao getQualitativeValueDao()
          Gets the reference to qualitativeValue's DAO.
 RemoteRoundWeightConversionFullVO[] getRoundWeightConversionByDressingId(java.lang.Integer id)
           
 RemoteRoundWeightConversionFullVO getRoundWeightConversionById(java.lang.Integer id)
           
 RemoteRoundWeightConversionFullVO[] getRoundWeightConversionByIds(java.lang.Integer[] id)
           
 RemoteRoundWeightConversionFullVO[] getRoundWeightConversionByLocationId(java.lang.Integer id)
           
 RemoteRoundWeightConversionFullVO getRoundWeightConversionByNaturalId(RemoteRoundWeightConversionNaturalId roundWeightConversionNaturalId)
           
 RemoteRoundWeightConversionFullVO[] getRoundWeightConversionByPreservingId(java.lang.Integer id)
           
 RemoteRoundWeightConversionFullVO[] getRoundWeightConversionByTaxonGroupId(java.lang.Integer id)
           
protected  RoundWeightConversionDao getRoundWeightConversionDao()
          Gets the reference to roundWeightConversion's DAO.
 RemoteRoundWeightConversionNaturalId getRoundWeightConversionNaturalIdById(java.lang.Integer id)
           
 RemoteRoundWeightConversionNaturalId[] getRoundWeightConversionNaturalIds()
           
protected  TaxonGroupDao getTaxonGroupDao()
          Gets the reference to taxonGroup's DAO.
protected abstract  ClusterRoundWeightConversion handleAddOrUpdateClusterRoundWeightConversion(ClusterRoundWeightConversion clusterRoundWeightConversion)
          Performs the core logic for addOrUpdateClusterRoundWeightConversion(fr.ifremer.allegro.referential.conversion.generic.cluster.ClusterRoundWeightConversion)
protected abstract  RemoteRoundWeightConversionFullVO handleAddRoundWeightConversion(RemoteRoundWeightConversionFullVO roundWeightConversion)
          Performs the core logic for addRoundWeightConversion(fr.ifremer.allegro.referential.conversion.generic.vo.RemoteRoundWeightConversionFullVO)
protected abstract  ClusterRoundWeightConversion[] handleGetAllClusterRoundWeightConversionSinceDateSynchro(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 getAllClusterRoundWeightConversionSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract  RemoteRoundWeightConversionFullVO[] handleGetAllRoundWeightConversion()
          Performs the core logic for getAllRoundWeightConversion()
protected abstract  ClusterRoundWeightConversion handleGetClusterRoundWeightConversionByIdentifiers(java.lang.Integer id)
          Performs the core logic for getClusterRoundWeightConversionByIdentifiers(java.lang.Integer)
protected abstract  RemoteRoundWeightConversionFullVO[] handleGetRoundWeightConversionByDressingId(java.lang.Integer id)
          Performs the core logic for getRoundWeightConversionByDressingId(java.lang.Integer)
protected abstract  RemoteRoundWeightConversionFullVO handleGetRoundWeightConversionById(java.lang.Integer id)
          Performs the core logic for getRoundWeightConversionById(java.lang.Integer)
protected abstract  RemoteRoundWeightConversionFullVO[] handleGetRoundWeightConversionByIds(java.lang.Integer[] id)
          Performs the core logic for getRoundWeightConversionByIds(java.lang.Integer[])
protected abstract  RemoteRoundWeightConversionFullVO[] handleGetRoundWeightConversionByLocationId(java.lang.Integer id)
          Performs the core logic for getRoundWeightConversionByLocationId(java.lang.Integer)
protected abstract  RemoteRoundWeightConversionFullVO handleGetRoundWeightConversionByNaturalId(RemoteRoundWeightConversionNaturalId roundWeightConversionNaturalId)
          Performs the core logic for getRoundWeightConversionByNaturalId(fr.ifremer.allegro.referential.conversion.generic.vo.RemoteRoundWeightConversionNaturalId)
protected abstract  RemoteRoundWeightConversionFullVO[] handleGetRoundWeightConversionByPreservingId(java.lang.Integer id)
          Performs the core logic for getRoundWeightConversionByPreservingId(java.lang.Integer)
protected abstract  RemoteRoundWeightConversionFullVO[] handleGetRoundWeightConversionByTaxonGroupId(java.lang.Integer id)
          Performs the core logic for getRoundWeightConversionByTaxonGroupId(java.lang.Integer)
protected abstract  RemoteRoundWeightConversionNaturalId handleGetRoundWeightConversionNaturalIdById(java.lang.Integer id)
          Performs the core logic for getRoundWeightConversionNaturalIdById(java.lang.Integer)
protected abstract  RemoteRoundWeightConversionNaturalId[] handleGetRoundWeightConversionNaturalIds()
          Performs the core logic for getRoundWeightConversionNaturalIds()
protected abstract  boolean handleRemoteRoundWeightConversionFullVOsAreEqual(RemoteRoundWeightConversionFullVO remoteRoundWeightConversionFullVOFirst, RemoteRoundWeightConversionFullVO remoteRoundWeightConversionFullVOSecond)
          Performs the core logic for remoteRoundWeightConversionFullVOsAreEqual(fr.ifremer.allegro.referential.conversion.generic.vo.RemoteRoundWeightConversionFullVO, fr.ifremer.allegro.referential.conversion.generic.vo.RemoteRoundWeightConversionFullVO)
protected abstract  boolean handleRemoteRoundWeightConversionFullVOsAreEqualOnIdentifiers(RemoteRoundWeightConversionFullVO remoteRoundWeightConversionFullVOFirst, RemoteRoundWeightConversionFullVO remoteRoundWeightConversionFullVOSecond)
          Performs the core logic for remoteRoundWeightConversionFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.conversion.generic.vo.RemoteRoundWeightConversionFullVO, fr.ifremer.allegro.referential.conversion.generic.vo.RemoteRoundWeightConversionFullVO)
protected abstract  void handleRemoveRoundWeightConversion(RemoteRoundWeightConversionFullVO roundWeightConversion)
          Performs the core logic for removeRoundWeightConversion(fr.ifremer.allegro.referential.conversion.generic.vo.RemoteRoundWeightConversionFullVO)
protected abstract  void handleUpdateRoundWeightConversion(RemoteRoundWeightConversionFullVO roundWeightConversion)
          Performs the core logic for updateRoundWeightConversion(fr.ifremer.allegro.referential.conversion.generic.vo.RemoteRoundWeightConversionFullVO)
 boolean remoteRoundWeightConversionFullVOsAreEqual(RemoteRoundWeightConversionFullVO remoteRoundWeightConversionFullVOFirst, RemoteRoundWeightConversionFullVO remoteRoundWeightConversionFullVOSecond)
           
 boolean remoteRoundWeightConversionFullVOsAreEqualOnIdentifiers(RemoteRoundWeightConversionFullVO remoteRoundWeightConversionFullVOFirst, RemoteRoundWeightConversionFullVO remoteRoundWeightConversionFullVOSecond)
           
 void removeRoundWeightConversion(RemoteRoundWeightConversionFullVO roundWeightConversion)
           
 void setLocationDao(LocationDao locationDao)
          Sets the reference to location's DAO.
 void setQualitativeValueDao(QualitativeValueDao qualitativeValueDao)
          Sets the reference to qualitativeValue's DAO.
 void setRoundWeightConversionDao(RoundWeightConversionDao roundWeightConversionDao)
          Sets the reference to roundWeightConversion's DAO.
 void setTaxonGroupDao(TaxonGroupDao taxonGroupDao)
          Sets the reference to taxonGroup's DAO.
 void updateRoundWeightConversion(RemoteRoundWeightConversionFullVO roundWeightConversion)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteRoundWeightConversionFullServiceBase

public RemoteRoundWeightConversionFullServiceBase()
Method Detail

setRoundWeightConversionDao

public void setRoundWeightConversionDao(RoundWeightConversionDao roundWeightConversionDao)
Sets the reference to roundWeightConversion's DAO.


getRoundWeightConversionDao

protected RoundWeightConversionDao getRoundWeightConversionDao()
Gets the reference to roundWeightConversion's DAO.


setTaxonGroupDao

public void setTaxonGroupDao(TaxonGroupDao taxonGroupDao)
Sets the reference to taxonGroup's DAO.


getTaxonGroupDao

protected TaxonGroupDao getTaxonGroupDao()
Gets the reference to taxonGroup's DAO.


setLocationDao

public void setLocationDao(LocationDao locationDao)
Sets the reference to location's DAO.


getLocationDao

protected LocationDao getLocationDao()
Gets the reference to location's DAO.


setQualitativeValueDao

public void setQualitativeValueDao(QualitativeValueDao qualitativeValueDao)
Sets the reference to qualitativeValue's DAO.


getQualitativeValueDao

protected QualitativeValueDao getQualitativeValueDao()
Gets the reference to qualitativeValue's DAO.


addRoundWeightConversion

public RemoteRoundWeightConversionFullVO addRoundWeightConversion(RemoteRoundWeightConversionFullVO roundWeightConversion)
Specified by:
addRoundWeightConversion in interface RemoteRoundWeightConversionFullService
See Also:
RemoteRoundWeightConversionFullService.addRoundWeightConversion(fr.ifremer.allegro.referential.conversion.generic.vo.RemoteRoundWeightConversionFullVO)

handleAddRoundWeightConversion

protected abstract RemoteRoundWeightConversionFullVO handleAddRoundWeightConversion(RemoteRoundWeightConversionFullVO roundWeightConversion)
                                                                             throws java.lang.Exception
Performs the core logic for addRoundWeightConversion(fr.ifremer.allegro.referential.conversion.generic.vo.RemoteRoundWeightConversionFullVO)

Throws:
java.lang.Exception

updateRoundWeightConversion

public void updateRoundWeightConversion(RemoteRoundWeightConversionFullVO roundWeightConversion)
Specified by:
updateRoundWeightConversion in interface RemoteRoundWeightConversionFullService
See Also:
RemoteRoundWeightConversionFullService.updateRoundWeightConversion(fr.ifremer.allegro.referential.conversion.generic.vo.RemoteRoundWeightConversionFullVO)

handleUpdateRoundWeightConversion

protected abstract void handleUpdateRoundWeightConversion(RemoteRoundWeightConversionFullVO roundWeightConversion)
                                                   throws java.lang.Exception
Performs the core logic for updateRoundWeightConversion(fr.ifremer.allegro.referential.conversion.generic.vo.RemoteRoundWeightConversionFullVO)

Throws:
java.lang.Exception

removeRoundWeightConversion

public void removeRoundWeightConversion(RemoteRoundWeightConversionFullVO roundWeightConversion)
Specified by:
removeRoundWeightConversion in interface RemoteRoundWeightConversionFullService
See Also:
RemoteRoundWeightConversionFullService.removeRoundWeightConversion(fr.ifremer.allegro.referential.conversion.generic.vo.RemoteRoundWeightConversionFullVO)

handleRemoveRoundWeightConversion

protected abstract void handleRemoveRoundWeightConversion(RemoteRoundWeightConversionFullVO roundWeightConversion)
                                                   throws java.lang.Exception
Performs the core logic for removeRoundWeightConversion(fr.ifremer.allegro.referential.conversion.generic.vo.RemoteRoundWeightConversionFullVO)

Throws:
java.lang.Exception

getAllRoundWeightConversion

public RemoteRoundWeightConversionFullVO[] getAllRoundWeightConversion()
Specified by:
getAllRoundWeightConversion in interface RemoteRoundWeightConversionFullService
See Also:
RemoteRoundWeightConversionFullService.getAllRoundWeightConversion()

handleGetAllRoundWeightConversion

protected abstract RemoteRoundWeightConversionFullVO[] handleGetAllRoundWeightConversion()
                                                                                  throws java.lang.Exception
Performs the core logic for getAllRoundWeightConversion()

Throws:
java.lang.Exception

getRoundWeightConversionById

public RemoteRoundWeightConversionFullVO getRoundWeightConversionById(java.lang.Integer id)
Specified by:
getRoundWeightConversionById in interface RemoteRoundWeightConversionFullService
See Also:
RemoteRoundWeightConversionFullService.getRoundWeightConversionById(java.lang.Integer)

handleGetRoundWeightConversionById

protected abstract RemoteRoundWeightConversionFullVO handleGetRoundWeightConversionById(java.lang.Integer id)
                                                                                 throws java.lang.Exception
Performs the core logic for getRoundWeightConversionById(java.lang.Integer)

Throws:
java.lang.Exception

getRoundWeightConversionByIds

public RemoteRoundWeightConversionFullVO[] getRoundWeightConversionByIds(java.lang.Integer[] id)
Specified by:
getRoundWeightConversionByIds in interface RemoteRoundWeightConversionFullService
See Also:
RemoteRoundWeightConversionFullService.getRoundWeightConversionByIds(java.lang.Integer[])

handleGetRoundWeightConversionByIds

protected abstract RemoteRoundWeightConversionFullVO[] handleGetRoundWeightConversionByIds(java.lang.Integer[] id)
                                                                                    throws java.lang.Exception
Performs the core logic for getRoundWeightConversionByIds(java.lang.Integer[])

Throws:
java.lang.Exception

getRoundWeightConversionByTaxonGroupId

public RemoteRoundWeightConversionFullVO[] getRoundWeightConversionByTaxonGroupId(java.lang.Integer id)
Specified by:
getRoundWeightConversionByTaxonGroupId in interface RemoteRoundWeightConversionFullService
See Also:
RemoteRoundWeightConversionFullService.getRoundWeightConversionByTaxonGroupId(java.lang.Integer)

handleGetRoundWeightConversionByTaxonGroupId

protected abstract RemoteRoundWeightConversionFullVO[] handleGetRoundWeightConversionByTaxonGroupId(java.lang.Integer id)
                                                                                             throws java.lang.Exception
Performs the core logic for getRoundWeightConversionByTaxonGroupId(java.lang.Integer)

Throws:
java.lang.Exception

getRoundWeightConversionByLocationId

public RemoteRoundWeightConversionFullVO[] getRoundWeightConversionByLocationId(java.lang.Integer id)
Specified by:
getRoundWeightConversionByLocationId in interface RemoteRoundWeightConversionFullService
See Also:
RemoteRoundWeightConversionFullService.getRoundWeightConversionByLocationId(java.lang.Integer)

handleGetRoundWeightConversionByLocationId

protected abstract RemoteRoundWeightConversionFullVO[] handleGetRoundWeightConversionByLocationId(java.lang.Integer id)
                                                                                           throws java.lang.Exception
Performs the core logic for getRoundWeightConversionByLocationId(java.lang.Integer)

Throws:
java.lang.Exception

getRoundWeightConversionByPreservingId

public RemoteRoundWeightConversionFullVO[] getRoundWeightConversionByPreservingId(java.lang.Integer id)
Specified by:
getRoundWeightConversionByPreservingId in interface RemoteRoundWeightConversionFullService
See Also:
RemoteRoundWeightConversionFullService.getRoundWeightConversionByPreservingId(java.lang.Integer)

handleGetRoundWeightConversionByPreservingId

protected abstract RemoteRoundWeightConversionFullVO[] handleGetRoundWeightConversionByPreservingId(java.lang.Integer id)
                                                                                             throws java.lang.Exception
Performs the core logic for getRoundWeightConversionByPreservingId(java.lang.Integer)

Throws:
java.lang.Exception

getRoundWeightConversionByDressingId

public RemoteRoundWeightConversionFullVO[] getRoundWeightConversionByDressingId(java.lang.Integer id)
Specified by:
getRoundWeightConversionByDressingId in interface RemoteRoundWeightConversionFullService
See Also:
RemoteRoundWeightConversionFullService.getRoundWeightConversionByDressingId(java.lang.Integer)

handleGetRoundWeightConversionByDressingId

protected abstract RemoteRoundWeightConversionFullVO[] handleGetRoundWeightConversionByDressingId(java.lang.Integer id)
                                                                                           throws java.lang.Exception
Performs the core logic for getRoundWeightConversionByDressingId(java.lang.Integer)

Throws:
java.lang.Exception

remoteRoundWeightConversionFullVOsAreEqualOnIdentifiers

public boolean remoteRoundWeightConversionFullVOsAreEqualOnIdentifiers(RemoteRoundWeightConversionFullVO remoteRoundWeightConversionFullVOFirst,
                                                                       RemoteRoundWeightConversionFullVO remoteRoundWeightConversionFullVOSecond)
Specified by:
remoteRoundWeightConversionFullVOsAreEqualOnIdentifiers in interface RemoteRoundWeightConversionFullService
See Also:
RemoteRoundWeightConversionFullService.remoteRoundWeightConversionFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.conversion.generic.vo.RemoteRoundWeightConversionFullVO, fr.ifremer.allegro.referential.conversion.generic.vo.RemoteRoundWeightConversionFullVO)

handleRemoteRoundWeightConversionFullVOsAreEqualOnIdentifiers

protected abstract boolean handleRemoteRoundWeightConversionFullVOsAreEqualOnIdentifiers(RemoteRoundWeightConversionFullVO remoteRoundWeightConversionFullVOFirst,
                                                                                         RemoteRoundWeightConversionFullVO remoteRoundWeightConversionFullVOSecond)
                                                                                  throws java.lang.Exception
Performs the core logic for remoteRoundWeightConversionFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.conversion.generic.vo.RemoteRoundWeightConversionFullVO, fr.ifremer.allegro.referential.conversion.generic.vo.RemoteRoundWeightConversionFullVO)

Throws:
java.lang.Exception

remoteRoundWeightConversionFullVOsAreEqual

public boolean remoteRoundWeightConversionFullVOsAreEqual(RemoteRoundWeightConversionFullVO remoteRoundWeightConversionFullVOFirst,
                                                          RemoteRoundWeightConversionFullVO remoteRoundWeightConversionFullVOSecond)
Specified by:
remoteRoundWeightConversionFullVOsAreEqual in interface RemoteRoundWeightConversionFullService
See Also:
RemoteRoundWeightConversionFullService.remoteRoundWeightConversionFullVOsAreEqual(fr.ifremer.allegro.referential.conversion.generic.vo.RemoteRoundWeightConversionFullVO, fr.ifremer.allegro.referential.conversion.generic.vo.RemoteRoundWeightConversionFullVO)

handleRemoteRoundWeightConversionFullVOsAreEqual

protected abstract boolean handleRemoteRoundWeightConversionFullVOsAreEqual(RemoteRoundWeightConversionFullVO remoteRoundWeightConversionFullVOFirst,
                                                                            RemoteRoundWeightConversionFullVO remoteRoundWeightConversionFullVOSecond)
                                                                     throws java.lang.Exception
Performs the core logic for remoteRoundWeightConversionFullVOsAreEqual(fr.ifremer.allegro.referential.conversion.generic.vo.RemoteRoundWeightConversionFullVO, fr.ifremer.allegro.referential.conversion.generic.vo.RemoteRoundWeightConversionFullVO)

Throws:
java.lang.Exception

getRoundWeightConversionNaturalIds

public RemoteRoundWeightConversionNaturalId[] getRoundWeightConversionNaturalIds()
Specified by:
getRoundWeightConversionNaturalIds in interface RemoteRoundWeightConversionFullService
See Also:
RemoteRoundWeightConversionFullService.getRoundWeightConversionNaturalIds()

handleGetRoundWeightConversionNaturalIds

protected abstract RemoteRoundWeightConversionNaturalId[] handleGetRoundWeightConversionNaturalIds()
                                                                                            throws java.lang.Exception
Performs the core logic for getRoundWeightConversionNaturalIds()

Throws:
java.lang.Exception

getRoundWeightConversionByNaturalId

public RemoteRoundWeightConversionFullVO getRoundWeightConversionByNaturalId(RemoteRoundWeightConversionNaturalId roundWeightConversionNaturalId)
Specified by:
getRoundWeightConversionByNaturalId in interface RemoteRoundWeightConversionFullService
See Also:
RemoteRoundWeightConversionFullService.getRoundWeightConversionByNaturalId(fr.ifremer.allegro.referential.conversion.generic.vo.RemoteRoundWeightConversionNaturalId)

handleGetRoundWeightConversionByNaturalId

protected abstract RemoteRoundWeightConversionFullVO handleGetRoundWeightConversionByNaturalId(RemoteRoundWeightConversionNaturalId roundWeightConversionNaturalId)
                                                                                        throws java.lang.Exception
Performs the core logic for getRoundWeightConversionByNaturalId(fr.ifremer.allegro.referential.conversion.generic.vo.RemoteRoundWeightConversionNaturalId)

Throws:
java.lang.Exception

getRoundWeightConversionNaturalIdById

public RemoteRoundWeightConversionNaturalId getRoundWeightConversionNaturalIdById(java.lang.Integer id)
Specified by:
getRoundWeightConversionNaturalIdById in interface RemoteRoundWeightConversionFullService
See Also:
RemoteRoundWeightConversionFullService.getRoundWeightConversionNaturalIdById(java.lang.Integer)

handleGetRoundWeightConversionNaturalIdById

protected abstract RemoteRoundWeightConversionNaturalId handleGetRoundWeightConversionNaturalIdById(java.lang.Integer id)
                                                                                             throws java.lang.Exception
Performs the core logic for getRoundWeightConversionNaturalIdById(java.lang.Integer)

Throws:
java.lang.Exception

addOrUpdateClusterRoundWeightConversion

public ClusterRoundWeightConversion addOrUpdateClusterRoundWeightConversion(ClusterRoundWeightConversion clusterRoundWeightConversion)
Specified by:
addOrUpdateClusterRoundWeightConversion in interface RemoteRoundWeightConversionFullService
See Also:
RemoteRoundWeightConversionFullService.addOrUpdateClusterRoundWeightConversion(fr.ifremer.allegro.referential.conversion.generic.cluster.ClusterRoundWeightConversion)

handleAddOrUpdateClusterRoundWeightConversion

protected abstract ClusterRoundWeightConversion handleAddOrUpdateClusterRoundWeightConversion(ClusterRoundWeightConversion clusterRoundWeightConversion)
                                                                                       throws java.lang.Exception
Performs the core logic for addOrUpdateClusterRoundWeightConversion(fr.ifremer.allegro.referential.conversion.generic.cluster.ClusterRoundWeightConversion)

Throws:
java.lang.Exception

getAllClusterRoundWeightConversionSinceDateSynchro

public ClusterRoundWeightConversion[] getAllClusterRoundWeightConversionSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
                                                                                         java.lang.Integer userId,
                                                                                         java.lang.Integer[] registrationLocationIds,
                                                                                         java.lang.Integer pageNumber,
                                                                                         java.lang.Integer pageSize)
Specified by:
getAllClusterRoundWeightConversionSinceDateSynchro in interface RemoteRoundWeightConversionFullService
See Also:
RemoteRoundWeightConversionFullService.getAllClusterRoundWeightConversionSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

handleGetAllClusterRoundWeightConversionSinceDateSynchro

protected abstract ClusterRoundWeightConversion[] handleGetAllClusterRoundWeightConversionSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
                                                                                                           java.lang.Integer userId,
                                                                                                           java.lang.Integer[] registrationLocationIds,
                                                                                                           java.lang.Integer pageNumber,
                                                                                                           java.lang.Integer pageSize)
                                                                                                    throws java.lang.Exception
Performs the core logic for getAllClusterRoundWeightConversionSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

Throws:
java.lang.Exception

getClusterRoundWeightConversionByIdentifiers

public ClusterRoundWeightConversion getClusterRoundWeightConversionByIdentifiers(java.lang.Integer id)
Specified by:
getClusterRoundWeightConversionByIdentifiers in interface RemoteRoundWeightConversionFullService
See Also:
RemoteRoundWeightConversionFullService.getClusterRoundWeightConversionByIdentifiers(java.lang.Integer)

handleGetClusterRoundWeightConversionByIdentifiers

protected abstract ClusterRoundWeightConversion handleGetClusterRoundWeightConversionByIdentifiers(java.lang.Integer id)
                                                                                            throws java.lang.Exception
Performs the core logic for getClusterRoundWeightConversionByIdentifiers(java.lang.Integer)

Throws:
java.lang.Exception

getPrincipal

protected java.security.Principal getPrincipal()
Gets the current principal if one has been set, otherwise returns null.

Returns:
the current principal

getMessages

protected org.springframework.context.MessageSource getMessages()
Gets the message source available to this service.


getMessage

protected java.lang.String getMessage(java.lang.String key)
Gets the message having the given key in the underlying message bundle.

Parameters:
key - the key of the message in the messages.properties message bundle.

getMessage

protected java.lang.String getMessage(java.lang.String key,
                                      java.lang.Object[] arguments)
Gets the message having the given key and arguments in the underlying message bundle.

Parameters:
key - the key of the message in the messages.properties message bundle.
arguments - any arguments to substitute when resolving the message.

getMessage

protected java.lang.String getMessage(java.lang.String key,
                                      java.lang.Object[] arguments,
                                      java.util.Locale locale)
Gets the message having the given key using the given arguments for the given locale.

Parameters:
key - the key of the message in the messages.properties message bundle.
arguments - any arguments to substitute when resolving the message.
locale - the locale of the messages to retrieve.


Copyright © 2008-2010 IFREMER. All Rights Reserved.