|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.referential.location.generic.service.RemoteLocationClassificationFullServiceBase
public abstract class RemoteLocationClassificationFullServiceBase
Spring Service base class for fr.ifremer.allegro.referential.location.generic.service.RemoteLocationClassificationFullService
,
provides access to all services and entities referenced by this service.
RemoteLocationClassificationFullService
Constructor Summary | |
---|---|
RemoteLocationClassificationFullServiceBase()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteLocationClassificationFullServiceBase()
Method Detail |
---|
public void setLocationClassificationDao(LocationClassificationDao locationClassificationDao)
locationClassification
's DAO.
protected LocationClassificationDao getLocationClassificationDao()
locationClassification
's DAO.
public RemoteLocationClassificationFullVO addLocationClassification(RemoteLocationClassificationFullVO locationClassification)
addLocationClassification
in interface RemoteLocationClassificationFullService
RemoteLocationClassificationFullService.addLocationClassification(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationClassificationFullVO)
protected abstract RemoteLocationClassificationFullVO handleAddLocationClassification(RemoteLocationClassificationFullVO locationClassification) throws java.lang.Exception
addLocationClassification(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationClassificationFullVO)
java.lang.Exception
public void updateLocationClassification(RemoteLocationClassificationFullVO locationClassification)
updateLocationClassification
in interface RemoteLocationClassificationFullService
RemoteLocationClassificationFullService.updateLocationClassification(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationClassificationFullVO)
protected abstract void handleUpdateLocationClassification(RemoteLocationClassificationFullVO locationClassification) throws java.lang.Exception
updateLocationClassification(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationClassificationFullVO)
java.lang.Exception
public void removeLocationClassification(RemoteLocationClassificationFullVO locationClassification)
removeLocationClassification
in interface RemoteLocationClassificationFullService
RemoteLocationClassificationFullService.removeLocationClassification(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationClassificationFullVO)
protected abstract void handleRemoveLocationClassification(RemoteLocationClassificationFullVO locationClassification) throws java.lang.Exception
removeLocationClassification(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationClassificationFullVO)
java.lang.Exception
public RemoteLocationClassificationFullVO[] getAllLocationClassification()
getAllLocationClassification
in interface RemoteLocationClassificationFullService
RemoteLocationClassificationFullService.getAllLocationClassification()
protected abstract RemoteLocationClassificationFullVO[] handleGetAllLocationClassification() throws java.lang.Exception
getAllLocationClassification()
java.lang.Exception
public RemoteLocationClassificationFullVO getLocationClassificationById(java.lang.Integer id)
getLocationClassificationById
in interface RemoteLocationClassificationFullService
RemoteLocationClassificationFullService.getLocationClassificationById(java.lang.Integer)
protected abstract RemoteLocationClassificationFullVO handleGetLocationClassificationById(java.lang.Integer id) throws java.lang.Exception
getLocationClassificationById(java.lang.Integer)
java.lang.Exception
public RemoteLocationClassificationFullVO[] getLocationClassificationByIds(java.lang.Integer[] id)
getLocationClassificationByIds
in interface RemoteLocationClassificationFullService
RemoteLocationClassificationFullService.getLocationClassificationByIds(java.lang.Integer[])
protected abstract RemoteLocationClassificationFullVO[] handleGetLocationClassificationByIds(java.lang.Integer[] id) throws java.lang.Exception
getLocationClassificationByIds(java.lang.Integer[])
java.lang.Exception
public boolean remoteLocationClassificationFullVOsAreEqualOnIdentifiers(RemoteLocationClassificationFullVO remoteLocationClassificationFullVOFirst, RemoteLocationClassificationFullVO remoteLocationClassificationFullVOSecond)
remoteLocationClassificationFullVOsAreEqualOnIdentifiers
in interface RemoteLocationClassificationFullService
RemoteLocationClassificationFullService.remoteLocationClassificationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationClassificationFullVO, fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationClassificationFullVO)
protected abstract boolean handleRemoteLocationClassificationFullVOsAreEqualOnIdentifiers(RemoteLocationClassificationFullVO remoteLocationClassificationFullVOFirst, RemoteLocationClassificationFullVO remoteLocationClassificationFullVOSecond) throws java.lang.Exception
remoteLocationClassificationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationClassificationFullVO, fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationClassificationFullVO)
java.lang.Exception
public boolean remoteLocationClassificationFullVOsAreEqual(RemoteLocationClassificationFullVO remoteLocationClassificationFullVOFirst, RemoteLocationClassificationFullVO remoteLocationClassificationFullVOSecond)
remoteLocationClassificationFullVOsAreEqual
in interface RemoteLocationClassificationFullService
RemoteLocationClassificationFullService.remoteLocationClassificationFullVOsAreEqual(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationClassificationFullVO, fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationClassificationFullVO)
protected abstract boolean handleRemoteLocationClassificationFullVOsAreEqual(RemoteLocationClassificationFullVO remoteLocationClassificationFullVOFirst, RemoteLocationClassificationFullVO remoteLocationClassificationFullVOSecond) throws java.lang.Exception
remoteLocationClassificationFullVOsAreEqual(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationClassificationFullVO, fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationClassificationFullVO)
java.lang.Exception
public RemoteLocationClassificationNaturalId[] getLocationClassificationNaturalIds()
getLocationClassificationNaturalIds
in interface RemoteLocationClassificationFullService
RemoteLocationClassificationFullService.getLocationClassificationNaturalIds()
protected abstract RemoteLocationClassificationNaturalId[] handleGetLocationClassificationNaturalIds() throws java.lang.Exception
getLocationClassificationNaturalIds()
java.lang.Exception
public RemoteLocationClassificationFullVO getLocationClassificationByNaturalId(RemoteLocationClassificationNaturalId locationClassificationNaturalId)
getLocationClassificationByNaturalId
in interface RemoteLocationClassificationFullService
RemoteLocationClassificationFullService.getLocationClassificationByNaturalId(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationClassificationNaturalId)
protected abstract RemoteLocationClassificationFullVO handleGetLocationClassificationByNaturalId(RemoteLocationClassificationNaturalId locationClassificationNaturalId) throws java.lang.Exception
getLocationClassificationByNaturalId(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationClassificationNaturalId)
java.lang.Exception
public RemoteLocationClassificationNaturalId getLocationClassificationNaturalIdById(java.lang.Integer id)
getLocationClassificationNaturalIdById
in interface RemoteLocationClassificationFullService
RemoteLocationClassificationFullService.getLocationClassificationNaturalIdById(java.lang.Integer)
protected abstract RemoteLocationClassificationNaturalId handleGetLocationClassificationNaturalIdById(java.lang.Integer id) throws java.lang.Exception
getLocationClassificationNaturalIdById(java.lang.Integer)
java.lang.Exception
public ClusterLocationClassification addOrUpdateClusterLocationClassification(ClusterLocationClassification clusterLocationClassification)
addOrUpdateClusterLocationClassification
in interface RemoteLocationClassificationFullService
RemoteLocationClassificationFullService.addOrUpdateClusterLocationClassification(fr.ifremer.allegro.referential.location.generic.cluster.ClusterLocationClassification)
protected abstract ClusterLocationClassification handleAddOrUpdateClusterLocationClassification(ClusterLocationClassification clusterLocationClassification) throws java.lang.Exception
addOrUpdateClusterLocationClassification(fr.ifremer.allegro.referential.location.generic.cluster.ClusterLocationClassification)
java.lang.Exception
public ClusterLocationClassification[] getAllClusterLocationClassificationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterLocationClassificationSinceDateSynchro
in interface RemoteLocationClassificationFullService
RemoteLocationClassificationFullService.getAllClusterLocationClassificationSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterLocationClassification[] handleGetAllClusterLocationClassificationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterLocationClassificationSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
java.lang.Exception
public ClusterLocationClassification getClusterLocationClassificationByIdentifiers(java.lang.Integer id)
getClusterLocationClassificationByIdentifiers
in interface RemoteLocationClassificationFullService
RemoteLocationClassificationFullService.getClusterLocationClassificationByIdentifiers(java.lang.Integer)
protected abstract ClusterLocationClassification handleGetClusterLocationClassificationByIdentifiers(java.lang.Integer id) throws java.lang.Exception
getClusterLocationClassificationByIdentifiers(java.lang.Integer)
java.lang.Exception
protected java.security.Principal getPrincipal()
principal
if one has been set,
otherwise returns null
.
protected org.springframework.context.MessageSource getMessages()
protected java.lang.String getMessage(java.lang.String key)
key
in the underlying message bundle.
key
- the key of the message in the messages.properties message bundle.protected java.lang.String getMessage(java.lang.String key, java.lang.Object[] arguments)
key
and arguments
in the
underlying message bundle.
key
- the key of the message in the messages.properties message bundle.arguments
- any arguments to substitute when resolving the message.protected java.lang.String getMessage(java.lang.String key, java.lang.Object[] arguments, java.util.Locale locale)
key
using the given arguments
for the given locale
.
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |