|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.technical.optimization.location.generic.service.RemoteLocationHierarchyFullServiceBase
public abstract class RemoteLocationHierarchyFullServiceBase
Spring Service base class for fr.ifremer.allegro.technical.optimization.location.generic.service.RemoteLocationHierarchyFullService
,
provides access to all services and entities referenced by this service.
RemoteLocationHierarchyFullService
Constructor Summary | |
---|---|
RemoteLocationHierarchyFullServiceBase()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteLocationHierarchyFullServiceBase()
Method Detail |
---|
public void setLocationHierarchyDao(LocationHierarchyDao locationHierarchyDao)
locationHierarchy
's DAO.
protected LocationHierarchyDao getLocationHierarchyDao()
locationHierarchy
's DAO.
public void setLocationDao(LocationDao locationDao)
location
's DAO.
protected LocationDao getLocationDao()
location
's DAO.
public RemoteLocationHierarchyFullVO addLocationHierarchy(RemoteLocationHierarchyFullVO locationHierarchy)
addLocationHierarchy
in interface RemoteLocationHierarchyFullService
RemoteLocationHierarchyFullService.addLocationHierarchy(fr.ifremer.allegro.technical.optimization.location.generic.vo.RemoteLocationHierarchyFullVO)
protected abstract RemoteLocationHierarchyFullVO handleAddLocationHierarchy(RemoteLocationHierarchyFullVO locationHierarchy) throws java.lang.Exception
addLocationHierarchy(fr.ifremer.allegro.technical.optimization.location.generic.vo.RemoteLocationHierarchyFullVO)
java.lang.Exception
public void updateLocationHierarchy(RemoteLocationHierarchyFullVO locationHierarchy)
updateLocationHierarchy
in interface RemoteLocationHierarchyFullService
RemoteLocationHierarchyFullService.updateLocationHierarchy(fr.ifremer.allegro.technical.optimization.location.generic.vo.RemoteLocationHierarchyFullVO)
protected abstract void handleUpdateLocationHierarchy(RemoteLocationHierarchyFullVO locationHierarchy) throws java.lang.Exception
updateLocationHierarchy(fr.ifremer.allegro.technical.optimization.location.generic.vo.RemoteLocationHierarchyFullVO)
java.lang.Exception
public void removeLocationHierarchy(RemoteLocationHierarchyFullVO locationHierarchy)
removeLocationHierarchy
in interface RemoteLocationHierarchyFullService
RemoteLocationHierarchyFullService.removeLocationHierarchy(fr.ifremer.allegro.technical.optimization.location.generic.vo.RemoteLocationHierarchyFullVO)
protected abstract void handleRemoveLocationHierarchy(RemoteLocationHierarchyFullVO locationHierarchy) throws java.lang.Exception
removeLocationHierarchy(fr.ifremer.allegro.technical.optimization.location.generic.vo.RemoteLocationHierarchyFullVO)
java.lang.Exception
public RemoteLocationHierarchyFullVO[] getAllLocationHierarchy()
getAllLocationHierarchy
in interface RemoteLocationHierarchyFullService
RemoteLocationHierarchyFullService.getAllLocationHierarchy()
protected abstract RemoteLocationHierarchyFullVO[] handleGetAllLocationHierarchy() throws java.lang.Exception
getAllLocationHierarchy()
java.lang.Exception
public RemoteLocationHierarchyFullVO[] getLocationHierarchyByLocationId(java.lang.Integer id)
getLocationHierarchyByLocationId
in interface RemoteLocationHierarchyFullService
RemoteLocationHierarchyFullService.getLocationHierarchyByLocationId(java.lang.Integer)
protected abstract RemoteLocationHierarchyFullVO[] handleGetLocationHierarchyByLocationId(java.lang.Integer id) throws java.lang.Exception
getLocationHierarchyByLocationId(java.lang.Integer)
java.lang.Exception
public RemoteLocationHierarchyFullVO[] getLocationHierarchyByParentId(java.lang.Integer id)
getLocationHierarchyByParentId
in interface RemoteLocationHierarchyFullService
RemoteLocationHierarchyFullService.getLocationHierarchyByParentId(java.lang.Integer)
protected abstract RemoteLocationHierarchyFullVO[] handleGetLocationHierarchyByParentId(java.lang.Integer id) throws java.lang.Exception
getLocationHierarchyByParentId(java.lang.Integer)
java.lang.Exception
public RemoteLocationHierarchyFullVO getLocationHierarchyByIdentifiers(java.lang.Integer locationId, java.lang.Integer parentId)
getLocationHierarchyByIdentifiers
in interface RemoteLocationHierarchyFullService
RemoteLocationHierarchyFullService.getLocationHierarchyByIdentifiers(java.lang.Integer, java.lang.Integer)
protected abstract RemoteLocationHierarchyFullVO handleGetLocationHierarchyByIdentifiers(java.lang.Integer locationId, java.lang.Integer parentId) throws java.lang.Exception
getLocationHierarchyByIdentifiers(java.lang.Integer, java.lang.Integer)
java.lang.Exception
public boolean remoteLocationHierarchyFullVOsAreEqualOnIdentifiers(RemoteLocationHierarchyFullVO remoteLocationHierarchyFullVOFirst, RemoteLocationHierarchyFullVO remoteLocationHierarchyFullVOSecond)
remoteLocationHierarchyFullVOsAreEqualOnIdentifiers
in interface RemoteLocationHierarchyFullService
RemoteLocationHierarchyFullService.remoteLocationHierarchyFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.technical.optimization.location.generic.vo.RemoteLocationHierarchyFullVO, fr.ifremer.allegro.technical.optimization.location.generic.vo.RemoteLocationHierarchyFullVO)
protected abstract boolean handleRemoteLocationHierarchyFullVOsAreEqualOnIdentifiers(RemoteLocationHierarchyFullVO remoteLocationHierarchyFullVOFirst, RemoteLocationHierarchyFullVO remoteLocationHierarchyFullVOSecond) throws java.lang.Exception
remoteLocationHierarchyFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.technical.optimization.location.generic.vo.RemoteLocationHierarchyFullVO, fr.ifremer.allegro.technical.optimization.location.generic.vo.RemoteLocationHierarchyFullVO)
java.lang.Exception
public boolean remoteLocationHierarchyFullVOsAreEqual(RemoteLocationHierarchyFullVO remoteLocationHierarchyFullVOFirst, RemoteLocationHierarchyFullVO remoteLocationHierarchyFullVOSecond)
remoteLocationHierarchyFullVOsAreEqual
in interface RemoteLocationHierarchyFullService
RemoteLocationHierarchyFullService.remoteLocationHierarchyFullVOsAreEqual(fr.ifremer.allegro.technical.optimization.location.generic.vo.RemoteLocationHierarchyFullVO, fr.ifremer.allegro.technical.optimization.location.generic.vo.RemoteLocationHierarchyFullVO)
protected abstract boolean handleRemoteLocationHierarchyFullVOsAreEqual(RemoteLocationHierarchyFullVO remoteLocationHierarchyFullVOFirst, RemoteLocationHierarchyFullVO remoteLocationHierarchyFullVOSecond) throws java.lang.Exception
remoteLocationHierarchyFullVOsAreEqual(fr.ifremer.allegro.technical.optimization.location.generic.vo.RemoteLocationHierarchyFullVO, fr.ifremer.allegro.technical.optimization.location.generic.vo.RemoteLocationHierarchyFullVO)
java.lang.Exception
public RemoteLocationHierarchyNaturalId[] getLocationHierarchyNaturalIds()
getLocationHierarchyNaturalIds
in interface RemoteLocationHierarchyFullService
RemoteLocationHierarchyFullService.getLocationHierarchyNaturalIds()
protected abstract RemoteLocationHierarchyNaturalId[] handleGetLocationHierarchyNaturalIds() throws java.lang.Exception
getLocationHierarchyNaturalIds()
java.lang.Exception
public RemoteLocationHierarchyFullVO getLocationHierarchyByNaturalId(RemoteLocationHierarchyNaturalId locationHierarchyNaturalId)
getLocationHierarchyByNaturalId
in interface RemoteLocationHierarchyFullService
RemoteLocationHierarchyFullService.getLocationHierarchyByNaturalId(fr.ifremer.allegro.technical.optimization.location.generic.vo.RemoteLocationHierarchyNaturalId)
protected abstract RemoteLocationHierarchyFullVO handleGetLocationHierarchyByNaturalId(RemoteLocationHierarchyNaturalId locationHierarchyNaturalId) throws java.lang.Exception
getLocationHierarchyByNaturalId(fr.ifremer.allegro.technical.optimization.location.generic.vo.RemoteLocationHierarchyNaturalId)
java.lang.Exception
public ClusterLocationHierarchy getClusterLocationHierarchyByIdentifiers(java.lang.Integer locationId, java.lang.Integer parentId)
getClusterLocationHierarchyByIdentifiers
in interface RemoteLocationHierarchyFullService
RemoteLocationHierarchyFullService.getClusterLocationHierarchyByIdentifiers(java.lang.Integer, java.lang.Integer)
protected abstract ClusterLocationHierarchy handleGetClusterLocationHierarchyByIdentifiers(java.lang.Integer locationId, java.lang.Integer parentId) throws java.lang.Exception
getClusterLocationHierarchyByIdentifiers(java.lang.Integer, 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 |