|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.referential.pmfm.generic.service.RemoteMethodFullServiceBase
public abstract class RemoteMethodFullServiceBase
Spring Service base class for fr.ifremer.allegro.referential.pmfm.generic.service.RemoteMethodFullService
,
provides access to all services and entities referenced by this service.
RemoteMethodFullService
Constructor Summary | |
---|---|
RemoteMethodFullServiceBase()
|
Method Summary | |
---|---|
RemoteMethodFullVO |
addMethod(RemoteMethodFullVO method)
|
ClusterMethod |
addOrUpdateClusterMethod(ClusterMethod clusterMethod)
|
ClusterMethod[] |
getAllClusterMethodSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
RemoteMethodFullVO[] |
getAllMethod()
|
ClusterMethod |
getClusterMethodByIdentifiers(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. |
RemoteMethodFullVO |
getMethodById(java.lang.Integer id)
|
RemoteMethodFullVO[] |
getMethodByIds(java.lang.Integer[] id)
|
RemoteMethodFullVO |
getMethodByNaturalId(RemoteMethodNaturalId methodNaturalId)
|
RemoteMethodFullVO[] |
getMethodByStatusCode(java.lang.String code)
|
protected MethodDao |
getMethodDao()
Gets the reference to method 's DAO. |
RemoteMethodNaturalId |
getMethodNaturalIdById(java.lang.Integer id)
|
RemoteMethodNaturalId[] |
getMethodNaturalIds()
|
protected java.security.Principal |
getPrincipal()
Gets the current principal if one has been set,
otherwise returns null . |
protected StatusDao |
getStatusDao()
Gets the reference to status 's DAO. |
protected abstract RemoteMethodFullVO |
handleAddMethod(RemoteMethodFullVO method)
Performs the core logic for addMethod(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMethodFullVO) |
protected abstract ClusterMethod |
handleAddOrUpdateClusterMethod(ClusterMethod clusterMethod)
Performs the core logic for addOrUpdateClusterMethod(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterMethod) |
protected abstract ClusterMethod[] |
handleGetAllClusterMethodSinceDateSynchro(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 getAllClusterMethodSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer) |
protected abstract RemoteMethodFullVO[] |
handleGetAllMethod()
Performs the core logic for getAllMethod() |
protected abstract ClusterMethod |
handleGetClusterMethodByIdentifiers(java.lang.Integer id)
Performs the core logic for getClusterMethodByIdentifiers(java.lang.Integer) |
protected abstract RemoteMethodFullVO |
handleGetMethodById(java.lang.Integer id)
Performs the core logic for getMethodById(java.lang.Integer) |
protected abstract RemoteMethodFullVO[] |
handleGetMethodByIds(java.lang.Integer[] id)
Performs the core logic for getMethodByIds(java.lang.Integer[]) |
protected abstract RemoteMethodFullVO |
handleGetMethodByNaturalId(RemoteMethodNaturalId methodNaturalId)
Performs the core logic for getMethodByNaturalId(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMethodNaturalId) |
protected abstract RemoteMethodFullVO[] |
handleGetMethodByStatusCode(java.lang.String code)
Performs the core logic for getMethodByStatusCode(java.lang.String) |
protected abstract RemoteMethodNaturalId |
handleGetMethodNaturalIdById(java.lang.Integer id)
Performs the core logic for getMethodNaturalIdById(java.lang.Integer) |
protected abstract RemoteMethodNaturalId[] |
handleGetMethodNaturalIds()
Performs the core logic for getMethodNaturalIds() |
protected abstract boolean |
handleRemoteMethodFullVOsAreEqual(RemoteMethodFullVO remoteMethodFullVOFirst,
RemoteMethodFullVO remoteMethodFullVOSecond)
Performs the core logic for remoteMethodFullVOsAreEqual(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMethodFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMethodFullVO) |
protected abstract boolean |
handleRemoteMethodFullVOsAreEqualOnIdentifiers(RemoteMethodFullVO remoteMethodFullVOFirst,
RemoteMethodFullVO remoteMethodFullVOSecond)
Performs the core logic for remoteMethodFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMethodFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMethodFullVO) |
protected abstract void |
handleRemoveMethod(RemoteMethodFullVO method)
Performs the core logic for removeMethod(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMethodFullVO) |
protected abstract void |
handleUpdateMethod(RemoteMethodFullVO method)
Performs the core logic for updateMethod(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMethodFullVO) |
boolean |
remoteMethodFullVOsAreEqual(RemoteMethodFullVO remoteMethodFullVOFirst,
RemoteMethodFullVO remoteMethodFullVOSecond)
|
boolean |
remoteMethodFullVOsAreEqualOnIdentifiers(RemoteMethodFullVO remoteMethodFullVOFirst,
RemoteMethodFullVO remoteMethodFullVOSecond)
|
void |
removeMethod(RemoteMethodFullVO method)
|
void |
setMethodDao(MethodDao methodDao)
Sets the reference to method 's DAO. |
void |
setStatusDao(StatusDao statusDao)
Sets the reference to status 's DAO. |
void |
updateMethod(RemoteMethodFullVO method)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteMethodFullServiceBase()
Method Detail |
---|
public void setMethodDao(MethodDao methodDao)
method
's DAO.
protected MethodDao getMethodDao()
method
's DAO.
public void setStatusDao(StatusDao statusDao)
status
's DAO.
protected StatusDao getStatusDao()
status
's DAO.
public RemoteMethodFullVO addMethod(RemoteMethodFullVO method)
addMethod
in interface RemoteMethodFullService
RemoteMethodFullService.addMethod(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMethodFullVO)
protected abstract RemoteMethodFullVO handleAddMethod(RemoteMethodFullVO method) throws java.lang.Exception
addMethod(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMethodFullVO)
java.lang.Exception
public void updateMethod(RemoteMethodFullVO method)
updateMethod
in interface RemoteMethodFullService
RemoteMethodFullService.updateMethod(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMethodFullVO)
protected abstract void handleUpdateMethod(RemoteMethodFullVO method) throws java.lang.Exception
updateMethod(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMethodFullVO)
java.lang.Exception
public void removeMethod(RemoteMethodFullVO method)
removeMethod
in interface RemoteMethodFullService
RemoteMethodFullService.removeMethod(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMethodFullVO)
protected abstract void handleRemoveMethod(RemoteMethodFullVO method) throws java.lang.Exception
removeMethod(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMethodFullVO)
java.lang.Exception
public RemoteMethodFullVO[] getAllMethod()
getAllMethod
in interface RemoteMethodFullService
RemoteMethodFullService.getAllMethod()
protected abstract RemoteMethodFullVO[] handleGetAllMethod() throws java.lang.Exception
getAllMethod()
java.lang.Exception
public RemoteMethodFullVO getMethodById(java.lang.Integer id)
getMethodById
in interface RemoteMethodFullService
RemoteMethodFullService.getMethodById(java.lang.Integer)
protected abstract RemoteMethodFullVO handleGetMethodById(java.lang.Integer id) throws java.lang.Exception
getMethodById(java.lang.Integer)
java.lang.Exception
public RemoteMethodFullVO[] getMethodByIds(java.lang.Integer[] id)
getMethodByIds
in interface RemoteMethodFullService
RemoteMethodFullService.getMethodByIds(java.lang.Integer[])
protected abstract RemoteMethodFullVO[] handleGetMethodByIds(java.lang.Integer[] id) throws java.lang.Exception
getMethodByIds(java.lang.Integer[])
java.lang.Exception
public RemoteMethodFullVO[] getMethodByStatusCode(java.lang.String code)
getMethodByStatusCode
in interface RemoteMethodFullService
RemoteMethodFullService.getMethodByStatusCode(java.lang.String)
protected abstract RemoteMethodFullVO[] handleGetMethodByStatusCode(java.lang.String code) throws java.lang.Exception
getMethodByStatusCode(java.lang.String)
java.lang.Exception
public boolean remoteMethodFullVOsAreEqualOnIdentifiers(RemoteMethodFullVO remoteMethodFullVOFirst, RemoteMethodFullVO remoteMethodFullVOSecond)
remoteMethodFullVOsAreEqualOnIdentifiers
in interface RemoteMethodFullService
RemoteMethodFullService.remoteMethodFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMethodFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMethodFullVO)
protected abstract boolean handleRemoteMethodFullVOsAreEqualOnIdentifiers(RemoteMethodFullVO remoteMethodFullVOFirst, RemoteMethodFullVO remoteMethodFullVOSecond) throws java.lang.Exception
remoteMethodFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMethodFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMethodFullVO)
java.lang.Exception
public boolean remoteMethodFullVOsAreEqual(RemoteMethodFullVO remoteMethodFullVOFirst, RemoteMethodFullVO remoteMethodFullVOSecond)
remoteMethodFullVOsAreEqual
in interface RemoteMethodFullService
RemoteMethodFullService.remoteMethodFullVOsAreEqual(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMethodFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMethodFullVO)
protected abstract boolean handleRemoteMethodFullVOsAreEqual(RemoteMethodFullVO remoteMethodFullVOFirst, RemoteMethodFullVO remoteMethodFullVOSecond) throws java.lang.Exception
remoteMethodFullVOsAreEqual(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMethodFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMethodFullVO)
java.lang.Exception
public RemoteMethodNaturalId[] getMethodNaturalIds()
getMethodNaturalIds
in interface RemoteMethodFullService
RemoteMethodFullService.getMethodNaturalIds()
protected abstract RemoteMethodNaturalId[] handleGetMethodNaturalIds() throws java.lang.Exception
getMethodNaturalIds()
java.lang.Exception
public RemoteMethodFullVO getMethodByNaturalId(RemoteMethodNaturalId methodNaturalId)
getMethodByNaturalId
in interface RemoteMethodFullService
RemoteMethodFullService.getMethodByNaturalId(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMethodNaturalId)
protected abstract RemoteMethodFullVO handleGetMethodByNaturalId(RemoteMethodNaturalId methodNaturalId) throws java.lang.Exception
getMethodByNaturalId(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMethodNaturalId)
java.lang.Exception
public RemoteMethodNaturalId getMethodNaturalIdById(java.lang.Integer id)
getMethodNaturalIdById
in interface RemoteMethodFullService
RemoteMethodFullService.getMethodNaturalIdById(java.lang.Integer)
protected abstract RemoteMethodNaturalId handleGetMethodNaturalIdById(java.lang.Integer id) throws java.lang.Exception
getMethodNaturalIdById(java.lang.Integer)
java.lang.Exception
public ClusterMethod addOrUpdateClusterMethod(ClusterMethod clusterMethod)
addOrUpdateClusterMethod
in interface RemoteMethodFullService
RemoteMethodFullService.addOrUpdateClusterMethod(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterMethod)
protected abstract ClusterMethod handleAddOrUpdateClusterMethod(ClusterMethod clusterMethod) throws java.lang.Exception
addOrUpdateClusterMethod(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterMethod)
java.lang.Exception
public ClusterMethod[] getAllClusterMethodSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterMethodSinceDateSynchro
in interface RemoteMethodFullService
RemoteMethodFullService.getAllClusterMethodSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterMethod[] handleGetAllClusterMethodSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterMethodSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
java.lang.Exception
public ClusterMethod getClusterMethodByIdentifiers(java.lang.Integer id)
getClusterMethodByIdentifiers
in interface RemoteMethodFullService
RemoteMethodFullService.getClusterMethodByIdentifiers(java.lang.Integer)
protected abstract ClusterMethod handleGetClusterMethodByIdentifiers(java.lang.Integer id) throws java.lang.Exception
getClusterMethodByIdentifiers(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 |