|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.referential.generic.service.RemoteStatusFullServiceBase
public abstract class RemoteStatusFullServiceBase
Spring Service base class for fr.ifremer.allegro.referential.generic.service.RemoteStatusFullService
,
provides access to all services and entities referenced by this service.
RemoteStatusFullService
Constructor Summary | |
---|---|
RemoteStatusFullServiceBase()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteStatusFullServiceBase()
Method Detail |
---|
public void setStatusDao(StatusDao statusDao)
status
's DAO.
protected StatusDao getStatusDao()
status
's DAO.
public RemoteStatusFullVO addStatus(RemoteStatusFullVO status)
addStatus
in interface RemoteStatusFullService
RemoteStatusFullService.addStatus(fr.ifremer.allegro.referential.generic.vo.RemoteStatusFullVO)
protected abstract RemoteStatusFullVO handleAddStatus(RemoteStatusFullVO status) throws java.lang.Exception
addStatus(fr.ifremer.allegro.referential.generic.vo.RemoteStatusFullVO)
java.lang.Exception
public void updateStatus(RemoteStatusFullVO status)
updateStatus
in interface RemoteStatusFullService
RemoteStatusFullService.updateStatus(fr.ifremer.allegro.referential.generic.vo.RemoteStatusFullVO)
protected abstract void handleUpdateStatus(RemoteStatusFullVO status) throws java.lang.Exception
updateStatus(fr.ifremer.allegro.referential.generic.vo.RemoteStatusFullVO)
java.lang.Exception
public void removeStatus(RemoteStatusFullVO status)
removeStatus
in interface RemoteStatusFullService
RemoteStatusFullService.removeStatus(fr.ifremer.allegro.referential.generic.vo.RemoteStatusFullVO)
protected abstract void handleRemoveStatus(RemoteStatusFullVO status) throws java.lang.Exception
removeStatus(fr.ifremer.allegro.referential.generic.vo.RemoteStatusFullVO)
java.lang.Exception
public RemoteStatusFullVO[] getAllStatus()
getAllStatus
in interface RemoteStatusFullService
RemoteStatusFullService.getAllStatus()
protected abstract RemoteStatusFullVO[] handleGetAllStatus() throws java.lang.Exception
getAllStatus()
java.lang.Exception
public RemoteStatusFullVO getStatusByCode(java.lang.String code)
getStatusByCode
in interface RemoteStatusFullService
RemoteStatusFullService.getStatusByCode(java.lang.String)
protected abstract RemoteStatusFullVO handleGetStatusByCode(java.lang.String code) throws java.lang.Exception
getStatusByCode(java.lang.String)
java.lang.Exception
public RemoteStatusFullVO[] getStatusByCodes(java.lang.String[] code)
getStatusByCodes
in interface RemoteStatusFullService
RemoteStatusFullService.getStatusByCodes(java.lang.String[])
protected abstract RemoteStatusFullVO[] handleGetStatusByCodes(java.lang.String[] code) throws java.lang.Exception
getStatusByCodes(java.lang.String[])
java.lang.Exception
public boolean remoteStatusFullVOsAreEqualOnIdentifiers(RemoteStatusFullVO remoteStatusFullVOFirst, RemoteStatusFullVO remoteStatusFullVOSecond)
remoteStatusFullVOsAreEqualOnIdentifiers
in interface RemoteStatusFullService
RemoteStatusFullService.remoteStatusFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.generic.vo.RemoteStatusFullVO, fr.ifremer.allegro.referential.generic.vo.RemoteStatusFullVO)
protected abstract boolean handleRemoteStatusFullVOsAreEqualOnIdentifiers(RemoteStatusFullVO remoteStatusFullVOFirst, RemoteStatusFullVO remoteStatusFullVOSecond) throws java.lang.Exception
remoteStatusFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.generic.vo.RemoteStatusFullVO, fr.ifremer.allegro.referential.generic.vo.RemoteStatusFullVO)
java.lang.Exception
public boolean remoteStatusFullVOsAreEqual(RemoteStatusFullVO remoteStatusFullVOFirst, RemoteStatusFullVO remoteStatusFullVOSecond)
remoteStatusFullVOsAreEqual
in interface RemoteStatusFullService
RemoteStatusFullService.remoteStatusFullVOsAreEqual(fr.ifremer.allegro.referential.generic.vo.RemoteStatusFullVO, fr.ifremer.allegro.referential.generic.vo.RemoteStatusFullVO)
protected abstract boolean handleRemoteStatusFullVOsAreEqual(RemoteStatusFullVO remoteStatusFullVOFirst, RemoteStatusFullVO remoteStatusFullVOSecond) throws java.lang.Exception
remoteStatusFullVOsAreEqual(fr.ifremer.allegro.referential.generic.vo.RemoteStatusFullVO, fr.ifremer.allegro.referential.generic.vo.RemoteStatusFullVO)
java.lang.Exception
public RemoteStatusNaturalId[] getStatusNaturalIds()
getStatusNaturalIds
in interface RemoteStatusFullService
RemoteStatusFullService.getStatusNaturalIds()
protected abstract RemoteStatusNaturalId[] handleGetStatusNaturalIds() throws java.lang.Exception
getStatusNaturalIds()
java.lang.Exception
public RemoteStatusFullVO getStatusByNaturalId(RemoteStatusNaturalId statusNaturalId)
getStatusByNaturalId
in interface RemoteStatusFullService
RemoteStatusFullService.getStatusByNaturalId(fr.ifremer.allegro.referential.generic.vo.RemoteStatusNaturalId)
protected abstract RemoteStatusFullVO handleGetStatusByNaturalId(RemoteStatusNaturalId statusNaturalId) throws java.lang.Exception
getStatusByNaturalId(fr.ifremer.allegro.referential.generic.vo.RemoteStatusNaturalId)
java.lang.Exception
public RemoteStatusNaturalId getStatusNaturalIdByCode(java.lang.String code)
getStatusNaturalIdByCode
in interface RemoteStatusFullService
RemoteStatusFullService.getStatusNaturalIdByCode(java.lang.String)
protected abstract RemoteStatusNaturalId handleGetStatusNaturalIdByCode(java.lang.String code) throws java.lang.Exception
getStatusNaturalIdByCode(java.lang.String)
java.lang.Exception
public ClusterStatus addOrUpdateClusterStatus(ClusterStatus clusterStatus)
addOrUpdateClusterStatus
in interface RemoteStatusFullService
RemoteStatusFullService.addOrUpdateClusterStatus(fr.ifremer.allegro.referential.generic.cluster.ClusterStatus)
protected abstract ClusterStatus handleAddOrUpdateClusterStatus(ClusterStatus clusterStatus) throws java.lang.Exception
addOrUpdateClusterStatus(fr.ifremer.allegro.referential.generic.cluster.ClusterStatus)
java.lang.Exception
public ClusterStatus[] getAllClusterStatus(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterStatus
in interface RemoteStatusFullService
RemoteStatusFullService.getAllClusterStatus(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterStatus[] handleGetAllClusterStatus(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterStatus(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
java.lang.Exception
public ClusterStatus getClusterStatusByIdentifiers(java.lang.String code)
getClusterStatusByIdentifiers
in interface RemoteStatusFullService
RemoteStatusFullService.getClusterStatusByIdentifiers(java.lang.String)
protected abstract ClusterStatus handleGetClusterStatusByIdentifiers(java.lang.String code) throws java.lang.Exception
getClusterStatusByIdentifiers(java.lang.String)
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 All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |