it.eng.spagobi.behaviouralmodel.check.service
Class CheckLinksModule
java.lang.Object
it.eng.spago.dispatching.service.DefaultRequestContext
it.eng.spago.dispatching.module.AbstractModule
it.eng.spago.dispatching.module.list.basic.AbstractBasicListModule
it.eng.spagobi.commons.services.AbstractListLookupModule
it.eng.spagobi.commons.services.AbstractBasicCheckListModule
it.eng.spagobi.commons.services.AbstractHibernateConnectionCheckListModule
it.eng.spagobi.behaviouralmodel.check.service.CheckLinksModule
- All Implemented Interfaces:
- it.eng.spago.dispatching.module.ModuleIFace, it.eng.spago.dispatching.service.list.basic.IFaceBasicListService, it.eng.spago.dispatching.service.RequestContextIFace, it.eng.spago.dispatching.service.ServiceIFace, it.eng.spago.init.InitializerIFace, java.io.Serializable
public class CheckLinksModule
- extends AbstractHibernateConnectionCheckListModule
- Author:
- Gioia
- See Also:
- Serialized Form
Field Summary |
protected java.lang.String |
initialPath
|
protected it.eng.spago.security.IEngUserProfile |
profile
|
Fields inherited from class it.eng.spagobi.commons.services.AbstractBasicCheckListModule |
_request, _response, allElements, CHECKED_OBJECTS, CHECKED_OBJECTS_DESC, checkedObjectsMap, config, MODULE_PAGE, OBJECT, pageNumber, returnValues |
Method Summary |
it.eng.spago.paginator.basic.ListIFace |
getList(it.eng.spago.base.SourceBean request,
it.eng.spago.base.SourceBean response)
|
boolean |
isCheckedObject(java.lang.String objectID)
Checks if is checked object. |
void |
save()
Save. |
Methods inherited from class it.eng.spagobi.commons.services.AbstractBasicCheckListModule |
clearSession, delete, exitFromModule, getAttribute, getCheckedObjectKeys, getCheckedObjects, getObject, getObjectKey, getQueryParameters, getQueryStatement, isChecked, navigationHandler, navigationHandler, navigationHandler, postprocess, preprocess, service, updateCheckedObjectMap |
Methods inherited from class it.eng.spago.dispatching.module.list.basic.AbstractBasicListModule |
callback, getList, setList |
Methods inherited from class it.eng.spago.dispatching.module.AbstractModule |
getConfig, getModule, getModuleMethod, getPage, getSharedData, init, setModule, setModuleMethod, setPage, setSharedData |
Methods inherited from class it.eng.spago.dispatching.service.DefaultRequestContext |
getErrorHandler, getRequestContainer, getResponseContainer, getServiceRequest, getServiceResponse, setRequestContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
profile
protected it.eng.spago.security.IEngUserProfile profile
initialPath
protected java.lang.String initialPath
CheckLinksModule
public CheckLinksModule()
save
public void save()
throws java.lang.Exception
- Description copied from class:
AbstractBasicCheckListModule
- Save.
- Overrides:
save
in class AbstractBasicCheckListModule
- Throws:
java.lang.Exception
- the exception
getList
public it.eng.spago.paginator.basic.ListIFace getList(it.eng.spago.base.SourceBean request,
it.eng.spago.base.SourceBean response)
throws java.lang.Exception
- Specified by:
getList
in interface it.eng.spago.dispatching.service.list.basic.IFaceBasicListService
- Overrides:
getList
in class AbstractHibernateConnectionCheckListModule
- Throws:
java.lang.Exception
isCheckedObject
public boolean isCheckedObject(java.lang.String objectID)
throws java.lang.Exception
- Checks if is checked object.
- Parameters:
objectID
- the object id
- Returns:
- true, if is checked object
- Throws:
java.lang.Exception
- the exception