fr.ifremer.allegro.playground.generic.service
Class RemotePlaygroundVesselMasterFullServiceBase

java.lang.Object
  extended by fr.ifremer.allegro.playground.generic.service.RemotePlaygroundVesselMasterFullServiceBase
All Implemented Interfaces:
RemotePlaygroundVesselMasterFullService
Direct Known Subclasses:
RemotePlaygroundVesselMasterFullServiceImpl

public abstract class RemotePlaygroundVesselMasterFullServiceBase
extends java.lang.Object
implements RemotePlaygroundVesselMasterFullService

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

See Also:
RemotePlaygroundVesselMasterFullService

Constructor Summary
RemotePlaygroundVesselMasterFullServiceBase()
           
 
Method Summary
 ClusterPlaygroundVesselMaster addOrUpdateClusterPlaygroundVesselMaster(ClusterPlaygroundVesselMaster clusterPlaygroundVesselMaster)
           
 RemotePlaygroundVesselMasterFullVO addPlaygroundVesselMaster(RemotePlaygroundVesselMasterFullVO playgroundVesselMaster)
           
 ClusterPlaygroundVesselMaster[] getAllClusterPlaygroundVesselMasterSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 RemotePlaygroundVesselMasterFullVO[] getAllPlaygroundVesselMaster()
           
 ClusterPlaygroundVesselMaster getClusterPlaygroundVesselMasterByIdentifiers(java.lang.Integer id)
           
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.
 RemotePlaygroundVesselMasterFullVO getPlaygroundVesselMasterById(java.lang.Integer id)
           
 RemotePlaygroundVesselMasterFullVO[] getPlaygroundVesselMasterByIds(java.lang.Integer[] id)
           
 RemotePlaygroundVesselMasterFullVO getPlaygroundVesselMasterByNaturalId(RemotePlaygroundVesselMasterNaturalId playgroundVesselMasterNaturalId)
           
protected  PlaygroundVesselMasterDao getPlaygroundVesselMasterDao()
          Gets the reference to playgroundVesselMaster's DAO.
 RemotePlaygroundVesselMasterNaturalId getPlaygroundVesselMasterNaturalIdById(java.lang.Integer id)
           
 RemotePlaygroundVesselMasterNaturalId[] getPlaygroundVesselMasterNaturalIds()
           
protected  java.security.Principal getPrincipal()
          Gets the current principal if one has been set, otherwise returns null.
protected abstract  ClusterPlaygroundVesselMaster handleAddOrUpdateClusterPlaygroundVesselMaster(ClusterPlaygroundVesselMaster clusterPlaygroundVesselMaster)
          Performs the core logic for addOrUpdateClusterPlaygroundVesselMaster(fr.ifremer.allegro.playground.generic.cluster.ClusterPlaygroundVesselMaster)
protected abstract  RemotePlaygroundVesselMasterFullVO handleAddPlaygroundVesselMaster(RemotePlaygroundVesselMasterFullVO playgroundVesselMaster)
          Performs the core logic for addPlaygroundVesselMaster(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundVesselMasterFullVO)
protected abstract  ClusterPlaygroundVesselMaster[] handleGetAllClusterPlaygroundVesselMasterSinceDateSynchro(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 getAllClusterPlaygroundVesselMasterSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract  RemotePlaygroundVesselMasterFullVO[] handleGetAllPlaygroundVesselMaster()
          Performs the core logic for getAllPlaygroundVesselMaster()
protected abstract  ClusterPlaygroundVesselMaster handleGetClusterPlaygroundVesselMasterByIdentifiers(java.lang.Integer id)
          Performs the core logic for getClusterPlaygroundVesselMasterByIdentifiers(java.lang.Integer)
protected abstract  RemotePlaygroundVesselMasterFullVO handleGetPlaygroundVesselMasterById(java.lang.Integer id)
          Performs the core logic for getPlaygroundVesselMasterById(java.lang.Integer)
protected abstract  RemotePlaygroundVesselMasterFullVO[] handleGetPlaygroundVesselMasterByIds(java.lang.Integer[] id)
          Performs the core logic for getPlaygroundVesselMasterByIds(java.lang.Integer[])
protected abstract  RemotePlaygroundVesselMasterFullVO handleGetPlaygroundVesselMasterByNaturalId(RemotePlaygroundVesselMasterNaturalId playgroundVesselMasterNaturalId)
          Performs the core logic for getPlaygroundVesselMasterByNaturalId(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundVesselMasterNaturalId)
protected abstract  RemotePlaygroundVesselMasterNaturalId handleGetPlaygroundVesselMasterNaturalIdById(java.lang.Integer id)
          Performs the core logic for getPlaygroundVesselMasterNaturalIdById(java.lang.Integer)
protected abstract  RemotePlaygroundVesselMasterNaturalId[] handleGetPlaygroundVesselMasterNaturalIds()
          Performs the core logic for getPlaygroundVesselMasterNaturalIds()
protected abstract  boolean handleRemotePlaygroundVesselMasterFullVOsAreEqual(RemotePlaygroundVesselMasterFullVO remotePlaygroundVesselMasterFullVOFirst, RemotePlaygroundVesselMasterFullVO remotePlaygroundVesselMasterFullVOSecond)
          Performs the core logic for remotePlaygroundVesselMasterFullVOsAreEqual(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundVesselMasterFullVO, fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundVesselMasterFullVO)
protected abstract  boolean handleRemotePlaygroundVesselMasterFullVOsAreEqualOnIdentifiers(RemotePlaygroundVesselMasterFullVO remotePlaygroundVesselMasterFullVOFirst, RemotePlaygroundVesselMasterFullVO remotePlaygroundVesselMasterFullVOSecond)
          Performs the core logic for remotePlaygroundVesselMasterFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundVesselMasterFullVO, fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundVesselMasterFullVO)
protected abstract  void handleRemovePlaygroundVesselMaster(RemotePlaygroundVesselMasterFullVO playgroundVesselMaster)
          Performs the core logic for removePlaygroundVesselMaster(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundVesselMasterFullVO)
protected abstract  void handleUpdatePlaygroundVesselMaster(RemotePlaygroundVesselMasterFullVO playgroundVesselMaster)
          Performs the core logic for updatePlaygroundVesselMaster(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundVesselMasterFullVO)
 boolean remotePlaygroundVesselMasterFullVOsAreEqual(RemotePlaygroundVesselMasterFullVO remotePlaygroundVesselMasterFullVOFirst, RemotePlaygroundVesselMasterFullVO remotePlaygroundVesselMasterFullVOSecond)
           
 boolean remotePlaygroundVesselMasterFullVOsAreEqualOnIdentifiers(RemotePlaygroundVesselMasterFullVO remotePlaygroundVesselMasterFullVOFirst, RemotePlaygroundVesselMasterFullVO remotePlaygroundVesselMasterFullVOSecond)
           
 void removePlaygroundVesselMaster(RemotePlaygroundVesselMasterFullVO playgroundVesselMaster)
           
 void setPlaygroundVesselMasterDao(PlaygroundVesselMasterDao playgroundVesselMasterDao)
          Sets the reference to playgroundVesselMaster's DAO.
 void updatePlaygroundVesselMaster(RemotePlaygroundVesselMasterFullVO playgroundVesselMaster)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemotePlaygroundVesselMasterFullServiceBase

public RemotePlaygroundVesselMasterFullServiceBase()
Method Detail

setPlaygroundVesselMasterDao

public void setPlaygroundVesselMasterDao(PlaygroundVesselMasterDao playgroundVesselMasterDao)
Sets the reference to playgroundVesselMaster's DAO.


getPlaygroundVesselMasterDao

protected PlaygroundVesselMasterDao getPlaygroundVesselMasterDao()
Gets the reference to playgroundVesselMaster's DAO.


addPlaygroundVesselMaster

public RemotePlaygroundVesselMasterFullVO addPlaygroundVesselMaster(RemotePlaygroundVesselMasterFullVO playgroundVesselMaster)
Specified by:
addPlaygroundVesselMaster in interface RemotePlaygroundVesselMasterFullService
See Also:
RemotePlaygroundVesselMasterFullService.addPlaygroundVesselMaster(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundVesselMasterFullVO)

handleAddPlaygroundVesselMaster

protected abstract RemotePlaygroundVesselMasterFullVO handleAddPlaygroundVesselMaster(RemotePlaygroundVesselMasterFullVO playgroundVesselMaster)
                                                                               throws java.lang.Exception
Performs the core logic for addPlaygroundVesselMaster(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundVesselMasterFullVO)

Throws:
java.lang.Exception

updatePlaygroundVesselMaster

public void updatePlaygroundVesselMaster(RemotePlaygroundVesselMasterFullVO playgroundVesselMaster)
Specified by:
updatePlaygroundVesselMaster in interface RemotePlaygroundVesselMasterFullService
See Also:
RemotePlaygroundVesselMasterFullService.updatePlaygroundVesselMaster(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundVesselMasterFullVO)

handleUpdatePlaygroundVesselMaster

protected abstract void handleUpdatePlaygroundVesselMaster(RemotePlaygroundVesselMasterFullVO playgroundVesselMaster)
                                                    throws java.lang.Exception
Performs the core logic for updatePlaygroundVesselMaster(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundVesselMasterFullVO)

Throws:
java.lang.Exception

removePlaygroundVesselMaster

public void removePlaygroundVesselMaster(RemotePlaygroundVesselMasterFullVO playgroundVesselMaster)
Specified by:
removePlaygroundVesselMaster in interface RemotePlaygroundVesselMasterFullService
See Also:
RemotePlaygroundVesselMasterFullService.removePlaygroundVesselMaster(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundVesselMasterFullVO)

handleRemovePlaygroundVesselMaster

protected abstract void handleRemovePlaygroundVesselMaster(RemotePlaygroundVesselMasterFullVO playgroundVesselMaster)
                                                    throws java.lang.Exception
Performs the core logic for removePlaygroundVesselMaster(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundVesselMasterFullVO)

Throws:
java.lang.Exception

getAllPlaygroundVesselMaster

public RemotePlaygroundVesselMasterFullVO[] getAllPlaygroundVesselMaster()
Specified by:
getAllPlaygroundVesselMaster in interface RemotePlaygroundVesselMasterFullService
See Also:
RemotePlaygroundVesselMasterFullService.getAllPlaygroundVesselMaster()

handleGetAllPlaygroundVesselMaster

protected abstract RemotePlaygroundVesselMasterFullVO[] handleGetAllPlaygroundVesselMaster()
                                                                                    throws java.lang.Exception
Performs the core logic for getAllPlaygroundVesselMaster()

Throws:
java.lang.Exception

getPlaygroundVesselMasterById

public RemotePlaygroundVesselMasterFullVO getPlaygroundVesselMasterById(java.lang.Integer id)
Specified by:
getPlaygroundVesselMasterById in interface RemotePlaygroundVesselMasterFullService
See Also:
RemotePlaygroundVesselMasterFullService.getPlaygroundVesselMasterById(java.lang.Integer)

handleGetPlaygroundVesselMasterById

protected abstract RemotePlaygroundVesselMasterFullVO handleGetPlaygroundVesselMasterById(java.lang.Integer id)
                                                                                   throws java.lang.Exception
Performs the core logic for getPlaygroundVesselMasterById(java.lang.Integer)

Throws:
java.lang.Exception

getPlaygroundVesselMasterByIds

public RemotePlaygroundVesselMasterFullVO[] getPlaygroundVesselMasterByIds(java.lang.Integer[] id)
Specified by:
getPlaygroundVesselMasterByIds in interface RemotePlaygroundVesselMasterFullService
See Also:
RemotePlaygroundVesselMasterFullService.getPlaygroundVesselMasterByIds(java.lang.Integer[])

handleGetPlaygroundVesselMasterByIds

protected abstract RemotePlaygroundVesselMasterFullVO[] handleGetPlaygroundVesselMasterByIds(java.lang.Integer[] id)
                                                                                      throws java.lang.Exception
Performs the core logic for getPlaygroundVesselMasterByIds(java.lang.Integer[])

Throws:
java.lang.Exception

remotePlaygroundVesselMasterFullVOsAreEqualOnIdentifiers

public boolean remotePlaygroundVesselMasterFullVOsAreEqualOnIdentifiers(RemotePlaygroundVesselMasterFullVO remotePlaygroundVesselMasterFullVOFirst,
                                                                        RemotePlaygroundVesselMasterFullVO remotePlaygroundVesselMasterFullVOSecond)
Specified by:
remotePlaygroundVesselMasterFullVOsAreEqualOnIdentifiers in interface RemotePlaygroundVesselMasterFullService
See Also:
RemotePlaygroundVesselMasterFullService.remotePlaygroundVesselMasterFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundVesselMasterFullVO, fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundVesselMasterFullVO)

handleRemotePlaygroundVesselMasterFullVOsAreEqualOnIdentifiers

protected abstract boolean handleRemotePlaygroundVesselMasterFullVOsAreEqualOnIdentifiers(RemotePlaygroundVesselMasterFullVO remotePlaygroundVesselMasterFullVOFirst,
                                                                                          RemotePlaygroundVesselMasterFullVO remotePlaygroundVesselMasterFullVOSecond)
                                                                                   throws java.lang.Exception
Performs the core logic for remotePlaygroundVesselMasterFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundVesselMasterFullVO, fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundVesselMasterFullVO)

Throws:
java.lang.Exception

remotePlaygroundVesselMasterFullVOsAreEqual

public boolean remotePlaygroundVesselMasterFullVOsAreEqual(RemotePlaygroundVesselMasterFullVO remotePlaygroundVesselMasterFullVOFirst,
                                                           RemotePlaygroundVesselMasterFullVO remotePlaygroundVesselMasterFullVOSecond)
Specified by:
remotePlaygroundVesselMasterFullVOsAreEqual in interface RemotePlaygroundVesselMasterFullService
See Also:
RemotePlaygroundVesselMasterFullService.remotePlaygroundVesselMasterFullVOsAreEqual(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundVesselMasterFullVO, fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundVesselMasterFullVO)

handleRemotePlaygroundVesselMasterFullVOsAreEqual

protected abstract boolean handleRemotePlaygroundVesselMasterFullVOsAreEqual(RemotePlaygroundVesselMasterFullVO remotePlaygroundVesselMasterFullVOFirst,
                                                                             RemotePlaygroundVesselMasterFullVO remotePlaygroundVesselMasterFullVOSecond)
                                                                      throws java.lang.Exception
Performs the core logic for remotePlaygroundVesselMasterFullVOsAreEqual(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundVesselMasterFullVO, fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundVesselMasterFullVO)

Throws:
java.lang.Exception

getPlaygroundVesselMasterNaturalIds

public RemotePlaygroundVesselMasterNaturalId[] getPlaygroundVesselMasterNaturalIds()
Specified by:
getPlaygroundVesselMasterNaturalIds in interface RemotePlaygroundVesselMasterFullService
See Also:
RemotePlaygroundVesselMasterFullService.getPlaygroundVesselMasterNaturalIds()

handleGetPlaygroundVesselMasterNaturalIds

protected abstract RemotePlaygroundVesselMasterNaturalId[] handleGetPlaygroundVesselMasterNaturalIds()
                                                                                              throws java.lang.Exception
Performs the core logic for getPlaygroundVesselMasterNaturalIds()

Throws:
java.lang.Exception

getPlaygroundVesselMasterByNaturalId

public RemotePlaygroundVesselMasterFullVO getPlaygroundVesselMasterByNaturalId(RemotePlaygroundVesselMasterNaturalId playgroundVesselMasterNaturalId)
Specified by:
getPlaygroundVesselMasterByNaturalId in interface RemotePlaygroundVesselMasterFullService
See Also:
RemotePlaygroundVesselMasterFullService.getPlaygroundVesselMasterByNaturalId(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundVesselMasterNaturalId)

handleGetPlaygroundVesselMasterByNaturalId

protected abstract RemotePlaygroundVesselMasterFullVO handleGetPlaygroundVesselMasterByNaturalId(RemotePlaygroundVesselMasterNaturalId playgroundVesselMasterNaturalId)
                                                                                          throws java.lang.Exception
Performs the core logic for getPlaygroundVesselMasterByNaturalId(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundVesselMasterNaturalId)

Throws:
java.lang.Exception

getPlaygroundVesselMasterNaturalIdById

public RemotePlaygroundVesselMasterNaturalId getPlaygroundVesselMasterNaturalIdById(java.lang.Integer id)
Specified by:
getPlaygroundVesselMasterNaturalIdById in interface RemotePlaygroundVesselMasterFullService
See Also:
RemotePlaygroundVesselMasterFullService.getPlaygroundVesselMasterNaturalIdById(java.lang.Integer)

handleGetPlaygroundVesselMasterNaturalIdById

protected abstract RemotePlaygroundVesselMasterNaturalId handleGetPlaygroundVesselMasterNaturalIdById(java.lang.Integer id)
                                                                                               throws java.lang.Exception
Performs the core logic for getPlaygroundVesselMasterNaturalIdById(java.lang.Integer)

Throws:
java.lang.Exception

addOrUpdateClusterPlaygroundVesselMaster

public ClusterPlaygroundVesselMaster addOrUpdateClusterPlaygroundVesselMaster(ClusterPlaygroundVesselMaster clusterPlaygroundVesselMaster)
Specified by:
addOrUpdateClusterPlaygroundVesselMaster in interface RemotePlaygroundVesselMasterFullService
See Also:
RemotePlaygroundVesselMasterFullService.addOrUpdateClusterPlaygroundVesselMaster(fr.ifremer.allegro.playground.generic.cluster.ClusterPlaygroundVesselMaster)

handleAddOrUpdateClusterPlaygroundVesselMaster

protected abstract ClusterPlaygroundVesselMaster handleAddOrUpdateClusterPlaygroundVesselMaster(ClusterPlaygroundVesselMaster clusterPlaygroundVesselMaster)
                                                                                         throws java.lang.Exception
Performs the core logic for addOrUpdateClusterPlaygroundVesselMaster(fr.ifremer.allegro.playground.generic.cluster.ClusterPlaygroundVesselMaster)

Throws:
java.lang.Exception

getAllClusterPlaygroundVesselMasterSinceDateSynchro

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

handleGetAllClusterPlaygroundVesselMasterSinceDateSynchro

protected abstract ClusterPlaygroundVesselMaster[] handleGetAllClusterPlaygroundVesselMasterSinceDateSynchro(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 getAllClusterPlaygroundVesselMasterSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

Throws:
java.lang.Exception

getClusterPlaygroundVesselMasterByIdentifiers

public ClusterPlaygroundVesselMaster getClusterPlaygroundVesselMasterByIdentifiers(java.lang.Integer id)
Specified by:
getClusterPlaygroundVesselMasterByIdentifiers in interface RemotePlaygroundVesselMasterFullService
See Also:
RemotePlaygroundVesselMasterFullService.getClusterPlaygroundVesselMasterByIdentifiers(java.lang.Integer)

handleGetClusterPlaygroundVesselMasterByIdentifiers

protected abstract ClusterPlaygroundVesselMaster handleGetClusterPlaygroundVesselMasterByIdentifiers(java.lang.Integer id)
                                                                                              throws java.lang.Exception
Performs the core logic for getClusterPlaygroundVesselMasterByIdentifiers(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.