|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.sail.webapp.service.curnit.impl.CurnitServiceImpl
org.telscenter.sail.webapp.service.module.impl.ModuleServiceImpl
public class ModuleServiceImpl
Service for the TELS's Module Domain Object
| Field Summary |
|---|
| Fields inherited from class net.sf.sail.webapp.service.curnit.impl.CurnitServiceImpl |
|---|
curnitDao, sdsCurnitDao |
| Constructor Summary | |
|---|---|
ModuleServiceImpl()
|
|
| Method Summary | |
|---|---|
Module |
createCurnit(CurnitParameters curnitParameters)
Registers a new SdsCurnit on the SDS and creates a
Curnit object in the local data store. |
Module |
getById(Long moduleId)
Gets a curnit with the given curnitId. |
List<? extends Curnit> |
getCurnitList()
Gets a List of curnits. |
roolo.elo.api.IELO |
getEloForModule(RooloOtmlModuleImpl mod)
Given a RooloOtmlModuleImpl, retrieves and
returns the IELO from the repository |
void |
setModuleDao(ModuleDao<Module> moduleDao)
|
void |
setRooloOtmlModuleDao(ModuleDao<Module> rooloOtmlModuleDao)
|
void |
updateCurnit(Curnit curnit)
Updates the specified curnit |
| Methods inherited from class net.sf.sail.webapp.service.curnit.impl.CurnitServiceImpl |
|---|
changeCurnitName, getLatestId, setCurnitDao, setSdsCurnitDao |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface net.sf.sail.webapp.service.curnit.CurnitService |
|---|
changeCurnitName, getLatestId |
| Constructor Detail |
|---|
public ModuleServiceImpl()
| Method Detail |
|---|
@Transactional(rollbackFor=HttpStatusCodeException.class) public Module createCurnit(CurnitParameters curnitParameters)
CurnitServiceSdsCurnit on the SDS and creates a
Curnit object in the local data store. A side effect is
that the sdsObjectId is set to the value that the SDS assigns to the new
curnit.
createCurnit in interface CurnitServicecreateCurnit in class CurnitServiceImplCurnitServiceImpl.createCurnit(net.sf.sail.webapp.domain.impl.CurnitParameters)@Transactional(readOnly=true) public List<? extends Curnit> getCurnitList()
CurnitServiceList of curnits.
getCurnitList in interface CurnitServicegetCurnitList in class CurnitServiceImplList of curnits.CurnitService.getCurnitList()
public Module getById(Long moduleId)
throws ObjectNotFoundException
CurnitService
getById in interface CurnitServicegetById in class CurnitServiceImplmoduleId - The Id of the curnit
Curnit with the specified curnitId
ObjectNotFoundExceptionCurnitServiceImpl.getById(java.lang.Long)@Transactional public void updateCurnit(Curnit curnit)
CurnitService
updateCurnit in interface CurnitServiceupdateCurnit in class CurnitServiceImplcurnit - the Curnit to updateCurnitService.updateCurnit(net.sf.sail.webapp.domain.Curnit)public roolo.elo.api.IELO getEloForModule(RooloOtmlModuleImpl mod)
ModuleServiceRooloOtmlModuleImpl, retrieves and
returns the IELO from the repository
getEloForModule in interface ModuleServiceIELOpublic void setModuleDao(ModuleDao<Module> moduleDao)
moduleDao - the moduleDao to setpublic void setRooloOtmlModuleDao(ModuleDao<Module> rooloOtmlModuleDao)
rooloOtmlModuleDao - the rooloOtmlModuleDao to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||