Uses of Class
it.eng.spago.error.EMFUserError

Packages that use EMFUserError
it.eng.spago.error   
it.eng.spagobi.bo   
it.eng.spagobi.bo.dao   
it.eng.spagobi.bo.dao.cms   
it.eng.spagobi.bo.dao.hibernate   
it.eng.spagobi.bo.dao.jdbc   
it.eng.spagobi.engines   
it.eng.spagobi.engines.dashboard   
it.eng.spagobi.engines.datamart   
it.eng.spagobi.importexport   
it.eng.spagobi.importexport.transformers   
it.eng.spagobi.services.modules   
 

Uses of EMFUserError in it.eng.spago.error
 

Subclasses of EMFUserError in it.eng.spago.error
 class EMFValidationError
          Un'istanza di EMFValidationError rappresenta un errore codificato di validazione di un dato inserito dall'utente.
 

Constructors in it.eng.spago.error with parameters of type EMFUserError
EMFUserError(EMFUserError userError)
          Costruisce un oggetto di tipo EMFUserError utilizzando lo stato del parametro in input .
EMFValidationError(EMFUserError userError)
           
 

Uses of EMFUserError in it.eng.spagobi.bo
 

Methods in it.eng.spagobi.bo that throw EMFUserError
 BIObject ExecutionController.prepareBIObjectInSession(it.eng.spago.base.SessionContainer aSessionContainer, java.lang.Integer id, java.lang.String aRoleName, java.lang.String userProvidedParametersStr)
           
 

Uses of EMFUserError in it.eng.spagobi.bo.dao
 

Methods in it.eng.spagobi.bo.dao that throw EMFUserError
private static java.lang.Object DAOFactory.createDAOInstance(java.lang.String daoName)
          Given, for a defined BO, its DAO name, creates the correct DAO instance
 void ILowFunctionalityDAO.deleteInconsistentRoles(java.util.Set set)
           
 void IBIObjectCMSDAO.deleteSubObject(java.lang.String pathParent, java.lang.String name)
          Delete a subObject
 void IBIObjectDAO.eraseBIObject(BIObject obj, java.lang.Integer idFunct)
          Deletes a BIObject from a functionality.
 void IBIObjectParameterDAO.eraseBIObjectParameter(BIObjectParameter aBIObjectParameter)
          Implements the query to erase a BIObjectParameter.
 void ICheckDAO.eraseCheck(Check check)
          Implements the query to erase a value constraint.
 void IEngineDAO.eraseEngine(Engine aEngine)
          Implements the query to erase an engine.
 void IEventLogDAO.eraseEventLog(EventLog eventLog)
          Erase an event log.
 void IEventLogDAO.eraseEventsLogByUser(java.lang.String user)
          Erase all event logs related to events registered by the specificated user.
 void ILowFunctionalityDAO.eraseLowFunctionality(LowFunctionality aLowFunctionality, it.eng.spago.security.IEngUserProfile profile)
          Implements the query to erase a low functionality.
 void IModalitiesValueDAO.eraseModalitiesValue(ModalitiesValue aModalitiesValue)
          Implements the query to erase a value.
 void IObjParuseDAO.eraseObjParuse(ObjParuse aObjParuse)
          Implements the query to erase a ObjParuse.
 void IParameterDAO.eraseParameter(Parameter aParameter)
          Implements the query to erase a parameter.
 void IParameterUseDAO.eraseParameterUse(ParameterUse aParameterUse)
          Implements the query to erase a ParameterUse mode.
 void IParameterUseDAO.eraseParameterUseByParId(java.lang.Integer parId)
           
 void IRoleDAO.eraseRole(Role aRole)
          Implements the query to erase a role.
 void ISubreportDAO.eraseSubreportByMasterRptId(java.lang.Integer id)
           
 void ISubreportDAO.eraseSubreportBySubRptId(java.lang.Integer id)
           
 java.lang.Integer ILowFunctionalityDAO.existByCode(java.lang.String code)
          Control if exist a functionality with the given code
 void IParameterUseDAO.fillAssociatedChecksForParUse(ParameterUse aParameterUse)
          Given at input a ParameterUse objects, asks for all possible Checks associated whith it and fills the AssociatedChecks object's list.
 void IParameterUseDAO.fillRolesForParUse(ParameterUse aParameterUse)
          Given at input a ParameterUse objects, asks for all possible Roles associated whith it and fills the ListRoles object's list.
static IBIObjectCMSDAO DAOFactory.getBIObjectCMSDAO()
          Creates BI object DAO instance for cms access
static IBIObjectDAO DAOFactory.getBIObjectDAO()
          Creates a DAO instance for a BI object
static IBIObjectParameterDAO DAOFactory.getBIObjectParameterDAO()
          Creates a DAO instance for a BI object parameter
 java.util.List IBIObjectDAO.getBIObjectParameters(BIObject aBIObject)
          Gets the biparameters associated with to a biobject
static ICheckDAO DAOFactory.getChecksDAO()
          Creates a DAO instance for a value constraint
 java.util.List IBIObjectDAO.getCorrectRolesForExecution(java.lang.Integer id)
          Gets the correct roles for Report execution, given only the Report's id.
 java.util.List IBIObjectDAO.getCorrectRolesForExecution(java.lang.Integer id, it.eng.spago.security.IEngUserProfile profile)
          Given the id for a report and the user profile, gets the corret roles for execution.
 java.util.List IObjParuseDAO.getDependencies(java.lang.Integer objParFatherId)
          Returns the list of labels of BIObjectParameter objects that have a correlation relationship with the BIObjectParameter at input, given its id.
static IDomainDAO DAOFactory.getDomainDAO()
          Creates a DAO instance for a domain
static IEngineDAO DAOFactory.getEngineDAO()
          Creates a DAO instance for an engine
static IFunctionalityCMSDAO DAOFactory.getFunctionalityCMSDAO()
          Creates a DAO instance for a obj paruse
static ILowFunctionalityDAO DAOFactory.getLowFunctionalityDAO()
          Creates a DAO instance for a low functionality
static IModalitiesValueDAO DAOFactory.getModalitiesValueDAO()
          Creates a DAO instance for a predefined LOV
static IObjParuseDAO DAOFactory.getObjParuseDAO()
           
static IParameterDAO DAOFactory.getParameterDAO()
          Creates a DAO instance for a parameter
static IParameterUseDAO DAOFactory.getParameterUseDAO()
          Creates a DAO instance for a parameter use mode
static IRoleDAO DAOFactory.getRoleDAO()
          Creates a DAO instance for a role
static ISubreportDAO DAOFactory.getSubreportDAO()
          Creates a DAO instance for a Subreport
 boolean IEngineDAO.hasBIObjAssociated(java.lang.String engineId)
          Tells if an engine is associated to any BI Object.
 boolean ILowFunctionalityDAO.hasChild(java.lang.Integer id)
          Control if the functionality with the given id has childs
 boolean IBIObjectParameterDAO.hasObjParameters(java.lang.String parId)
          Controls if a BI object parameter has one or more parameters associated.
 boolean IModalitiesValueDAO.hasParameters(java.lang.String idLov)
          Controls if a value in the predefined LOV is associated or not with a parameter.
 boolean IParameterUseDAO.hasParUseModes(java.lang.String parId)
          Controls if a parameter has some use modes associated or not.
 void IBIObjectDAO.insertBIObject(BIObject obj)
          Implements the query to insert a BIObject.
 void IBIObjectParameterDAO.insertBIObjectParameter(BIObjectParameter aBIObjectParameter)
          Implements the query to insert a BI Object Parameter.
 void ICheckDAO.insertCheck(Check check)
          Implements the query to insert a value constraint.
 void IEngineDAO.insertEngine(Engine aEngine)
          Implements the query to insert an engine.
 void IEventLogDAO.insertEventLog(EventLog eventLog)
          Register a new EventLog.
 void ILowFunctionalityDAO.insertLowFunctionality(LowFunctionality aLowFunctionality, it.eng.spago.security.IEngUserProfile profile)
          Implements the query to insert a low functionality.
 void IModalitiesValueDAO.insertModalitiesValue(ModalitiesValue aModalitiesValue)
          Implements the query to insert a value.
 void IObjParuseDAO.insertObjParuse(ObjParuse aObjParuse)
          Implements the query to insert a ObjParuse.
 void IParameterDAO.insertParameter(Parameter aParameter)
          Implements the query to insert a parameter.
 void IParameterUseDAO.insertParameterUse(ParameterUse aParameterUse)
          Implements the query to insert a parameter use mode.
 void IRoleDAO.insertRole(Role aRole)
          Implements the query to insert a role.
 void ISubreportDAO.insertSubreport(Subreport aSubreport)
           
 boolean ICheckDAO.isReferenced(java.lang.String checkId)
           
 java.util.List IBIObjectDAO.loadAllBIObjects()
          Loads all the BIObjects
 java.util.List IBIObjectDAO.loadAllBIObjectsFromInitialPath(java.lang.String initialPath)
          Loads all the BIObjects that belong to sub functionalities of the given functionality path
 java.util.List ICheckDAO.loadAllChecks()
          Loads all detail information for all value constraints.
 java.util.List IEngineDAO.loadAllEngines()
          Loads all detail information for all engines.
 java.util.List IRoleDAO.loadAllFreeRolesForDetail(java.lang.Integer parUseID)
          Gets all free roles for detail.
 java.util.List IRoleDAO.loadAllFreeRolesForInsert(java.lang.Integer parameterID)
          Gets all free roles for Insert.
 java.util.List ILowFunctionalityDAO.loadAllLowFunctionalities(boolean recoverBIObjects)
          Loads all the functionalities
 java.util.List IModalitiesValueDAO.loadAllModalitiesValue()
          Loads all detail information for all values .
 java.util.List IModalitiesValueDAO.loadAllModalitiesValueOrderByCode()
          Select all ModalitiesValue object ordered by code
 java.util.List IParameterDAO.loadAllParameters()
          Loads all detail information for all parameters.
 java.util.List IRoleDAO.loadAllRoles()
          Loads all detail information for all roles.
 BIObject IBIObjectDAO.loadBIObjectById(java.lang.Integer biObjectID)
          Loads all detail information for a BI Object identified by its biObjectID identifier.
 BIObject IBIObjectDAO.loadBIObjectByLabel(java.lang.String label)
          Loads all detail information for a BI Object identified by its label identifier.
 BIObject IBIObjectDAO.loadBIObjectForDetail(java.lang.Integer id)
          Loads all detail information for a BI Object identified by its id identifier integer.
 BIObject IBIObjectDAO.loadBIObjectForDetail(java.lang.String path)
          Loads all detail information for a BI Object identified by its path in the cms.
 BIObject IBIObjectDAO.loadBIObjectForExecutionByIdAndRole(java.lang.Integer id, java.lang.String role)
          Loads all information for the execution of a BI Object identified by its id and its role.
 BIObject IBIObjectDAO.loadBIObjectForTree(java.lang.Integer id)
          Loads all tree information for a BI Object identified by its id identifier Integer.
 java.util.List IBIObjectParameterDAO.loadBIObjectParametersById(java.lang.Integer biObjectID)
          Returns the list of all BIObject parameters associated to a BIObject, known its biObjectID>/code>
 Role IRoleDAO.loadByID(java.lang.Integer roleID)
          Loads a role identified by its roleID.
 Role IRoleDAO.loadByName(java.lang.String roleName)
          Loads a role identified by its roleName.
 ParameterUse IParameterUseDAO.loadByUseID(java.lang.Integer useID)
          Loads all detail information for a parameter use mode identified by its useID.
 Check ICheckDAO.loadCheckByID(java.lang.Integer id)
          Loads all detail information for a value constraint identified by its id.
 java.util.List ILowFunctionalityDAO.loadChildFunctionalities(java.lang.Integer parentId, boolean recoverBIObjects)
          Loads all the child functionalities of the given parent functionality
 Domain IDomainDAO.loadDomainByCodeAndValue(java.lang.String codeDomain, java.lang.String codeValue)
          Returns the domain identified by the two input parameters codeDomain and codeValue, storing it in a Domain object.
 Domain IDomainDAO.loadDomainById(java.lang.Integer id)
          Returns the domain identified by the input parameter id, storing it in a Domain object.
 Engine IEngineDAO.loadEngineByID(java.lang.Integer engineID)
          Loads all detail information for an engine identified by its engineID.
 Event IEventDAO.loadEvent(java.lang.Integer id, java.lang.String user)
          Loads all detail information for a Event identified by its eventId and its user.
 EventLog IEventLogDAO.loadEventLog(java.lang.String id, java.lang.String user, java.lang.String date)
          Loads an event log
 java.util.List IEventDAO.loadEvents(java.lang.String user)
          Loads a list of all events registered by the specified user
 java.util.List IEventLogDAO.loadEventsLogByUser(java.lang.String user)
          Loads a list of all logs associated to events registered by the specified user
 BIObjectParameter IBIObjectParameterDAO.loadForDetailByObjParId(java.lang.Integer objParId)
          Loads all detail information for a BI Object Parameter identified by its objParId.
 Parameter IParameterDAO.loadForDetailByParameterID(java.lang.Integer parameterID)
          Loads all detail information for a parameter identified by its parameterID.
 Parameter IParameterDAO.loadForExecutionByParameterIDandRoleName(java.lang.Integer parameterID, java.lang.String roleName)
           
 java.util.List IRoleDAO.LoadFunctionalitiesAssociated(java.lang.Integer roleID)
          Gets all the functionalities associated to the role.
 java.util.List IDomainDAO.loadListDomains()
          Loads all possible domain, storing each of them into a Domain and after putting all objects into a list, which is returned.
 java.util.List IDomainDAO.loadListDomainsByType(java.lang.String domainType)
          Loads all possible domain that refer to a given domain type, storing each of them into a Domain and after putting all objects into a list, which is returned.
 LowFunctionality ILowFunctionalityDAO.loadLowFunctionalityByID(java.lang.Integer functionalityID, boolean recoverBIObjects)
          Loads all information for a low functionality identified by its functionalityID.
 LowFunctionality ILowFunctionalityDAO.loadLowFunctionalityByPath(java.lang.String functionalityPath, boolean recoverBIObjects)
          Loads all information for a low functionality identified by its functionalityPath.
 ModalitiesValue IModalitiesValueDAO.loadModalitiesValueByID(java.lang.Integer modalitiesValueID)
          Loads all detail information for an value identified by its modalitiesValueID.
 ModalitiesValue IModalitiesValueDAO.loadModalitiesValueByLabel(java.lang.String label)
          Loads all detail information for a lov by its label.
 ObjParuse IObjParuseDAO.loadObjParuse(java.lang.Integer objParId, java.lang.Integer paruseId)
          Loads all detail information for a ObjParuse identified by its objParId and its paruseId.
 java.util.List IObjParuseDAO.loadObjParuses(java.lang.Integer objParId)
          Returns the list of all ObjParuse objects associated to a BIObjectParameter, known its objParId.
 java.util.List IParameterUseDAO.loadParametersUseByParId(java.lang.Integer parId)
           
 java.util.List IRoleDAO.LoadParUsesAssociated(java.lang.Integer roleID)
          Gets all the parameter uses associated to the role.
 java.util.List ILowFunctionalityDAO.loadSubLowFunctionalities(java.lang.String initialPath, boolean recoverBIObjects)
          Loads all the sub functionalities of the given initial path
 java.util.List ISubreportDAO.loadSubreportsByMasterRptId(java.lang.Integer master_rpt_id)
           
 java.util.List ISubreportDAO.loadSubreportsBySubRptId(java.lang.Integer sub_rpt_id)
           
 void IBIObjectDAO.modifyBIObject(BIObject obj)
          Implements the query to modify a BI Object.
 void IBIObjectParameterDAO.modifyBIObjectParameter(BIObjectParameter aBIObjectParameter)
          Implements the query to modify a BI Object parameter.
 void IBIObjectDAO.modifyBIObjectWithoutVersioning(BIObject obj)
          Implements the query to modify a BI Object, but without updating versioning.
 void ICheckDAO.modifyCheck(Check check)
          Implements the query to modify a value constraint.
 void IEngineDAO.modifyEngine(Engine aEngine)
          Implements the query to modify an engine.
 void ILowFunctionalityDAO.modifyLowFunctionality(LowFunctionality aLowFunctionality)
          Implements the query to modify a low functionality.
 void IModalitiesValueDAO.modifyModalitiesValue(ModalitiesValue aModalitiesValue)
          Implements the query to modify a value.
 void IObjParuseDAO.modifyObjParuse(ObjParuse aObjParuse)
          Implements the query to modify a ObjParuse.
 void IParameterDAO.modifyParameter(Parameter aParameter)
          Implements the query to modify a parameter.
 void IParameterUseDAO.modifyParameterUse(ParameterUse aParameterUse)
          Implements the query to modify a parameter use mode.
 void IRoleDAO.modifyRole(Role aRole)
          Implements the query to modify a role.
 java.lang.Integer IEventDAO.registerEvent(java.lang.String user)
          Register a new Event.
 void IBIObjectCMSDAO.saveSubObject(byte[] content, java.lang.String pathParent, java.lang.String name, java.lang.String description, boolean publicVisibility, it.eng.spago.security.IEngUserProfile profile)
          Save a subObject of the object
 void IEventDAO.unregisterEvent(Event event)
          Unregister an event.
 void IEventDAO.unregisterEvent(java.lang.Integer id, java.lang.String user)
          Unregister an event.
 void IEventDAO.unregisterEvents(java.lang.String user)
          Unregiste all the events registered by the specificated user.
 

Uses of EMFUserError in it.eng.spagobi.bo.dao.cms
 

Methods in it.eng.spagobi.bo.dao.cms that throw EMFUserError
 void BIObjectCMSDAOImpl.deleteSubObject(java.lang.String pathParent, java.lang.String name)
          Delete a subObject
 void BIObjectCMSDAOImpl.saveSubObject(byte[] content, java.lang.String pathParent, java.lang.String name, java.lang.String description, boolean publicVisibility, it.eng.spago.security.IEngUserProfile profile)
          Save a subObject
 

Uses of EMFUserError in it.eng.spagobi.bo.dao.hibernate
 

Methods in it.eng.spagobi.bo.dao.hibernate that throw EMFUserError
 void LowFunctionalityDAOHibImpl.deleteInconsistentRoles(java.util.Set rolesSet)
          Deletes a set of inconsistent roles reference from the database, in order to keep functionalities tree permissions consistence.
 void BIObjectDAOHibImpl.eraseBIObject(BIObject obj, java.lang.Integer idFunct)
           
 void BIObjectParameterDAOHibImpl.eraseBIObjectParameter(BIObjectParameter aBIObjectParameter)
           
 void CheckDAOHibImpl.eraseCheck(Check check)
           
 void EngineDAOHibImpl.eraseEngine(Engine aEngine)
           
 void EventLogDAOHibImpl.eraseEventLog(EventLog eventLog)
           
 void EventLogDAOHibImpl.eraseEventsLogByUser(java.lang.String user)
           
 void LowFunctionalityDAOHibImpl.eraseLowFunctionality(LowFunctionality aLowFunctionality, it.eng.spago.security.IEngUserProfile profile)
           
 void LovDAOHibImpl.eraseModalitiesValue(ModalitiesValue aModalitiesValue)
           
 void ObjParuseDAOHibImpl.eraseObjParuse(ObjParuse aObjParuse)
           
 void ParameterDAOHibImpl.eraseParameter(Parameter aParameter)
           
 void ParameterUseDAOHibImpl.eraseParameterUse(ParameterUse aParameterUse)
           
 void ParameterUseDAOHibImpl.eraseParameterUseByParId(java.lang.Integer parId)
           
 void RoleDAOHibImpl.eraseRole(Role aRole)
           
 void SubreportDAOHibImpl.eraseSubreportByMasterRptId(java.lang.Integer master_rpt_id)
           
 void SubreportDAOHibImpl.eraseSubreportBySubRptId(java.lang.Integer sub_rpt_id)
           
 java.lang.Integer LowFunctionalityDAOHibImpl.existByCode(java.lang.String code)
           
 void ParameterUseDAOHibImpl.fillAssociatedChecksForParUse(ParameterUse aParameterUse)
           
 void ParameterUseDAOHibImpl.fillRolesForParUse(ParameterUse aParameterUse)
           
 void BIObjectDAOHibImpl.gatherCMSInformation(BIObject biObject)
          Load the CMS Information of the biObject
 java.util.List BIObjectDAOHibImpl.getBIObjectParameters(BIObject aBIObject)
          Gets the biparameters associated with to a biobject
private  java.util.List BIObjectDAOHibImpl.getCorrectRoles(java.lang.Integer id, java.util.Collection roles)
          Gets a list of correct role according to the report at input, identified by its id
 java.util.List BIObjectDAOHibImpl.getCorrectRolesForExecution(java.lang.Integer id)
           
 java.util.List BIObjectDAOHibImpl.getCorrectRolesForExecution(java.lang.Integer id, it.eng.spago.security.IEngUserProfile profile)
           
 java.util.List ObjParuseDAOHibImpl.getDependencies(java.lang.Integer objParFatherId)
           
 boolean EngineDAOHibImpl.hasBIObjAssociated(java.lang.String engineId)
           
 boolean LowFunctionalityDAOHibImpl.hasChild(java.lang.Integer id)
           
 boolean BIObjectParameterDAOHibImpl.hasObjParameters(java.lang.String parId)
           
 boolean LovDAOHibImpl.hasParameters(java.lang.String lovId)
           
 boolean ParameterUseDAOHibImpl.hasParUseModes(java.lang.String parId)
           
 void BIObjectDAOHibImpl.insertBIObject(BIObject obj)
           
 void BIObjectParameterDAOHibImpl.insertBIObjectParameter(BIObjectParameter aBIObjectParameter)
           
 void CheckDAOHibImpl.insertCheck(Check check)
           
 void EngineDAOHibImpl.insertEngine(Engine aEngine)
           
 void EventLogDAOHibImpl.insertEventLog(EventLog eventLog)
           
 void LowFunctionalityDAOHibImpl.insertLowFunctionality(LowFunctionality aLowFunctionality, it.eng.spago.security.IEngUserProfile profile)
           
 void LovDAOHibImpl.insertModalitiesValue(ModalitiesValue aModalitiesValue)
           
 void ObjParuseDAOHibImpl.insertObjParuse(ObjParuse aObjParuse)
           
 void ParameterDAOHibImpl.insertParameter(Parameter aParameter)
           
 void ParameterUseDAOHibImpl.insertParameterUse(ParameterUse aParameterUse)
           
 void RoleDAOHibImpl.insertRole(Role aRole)
           
 void SubreportDAOHibImpl.insertSubreport(Subreport aSubreport)
           
private  void BIObjectDAOHibImpl.internalModify(BIObject biObject, boolean version)
          Updates the CMS repository if the user has loaded a file template.
 boolean CheckDAOHibImpl.isReferenced(java.lang.String checkId)
           
 java.util.List BIObjectDAOHibImpl.loadAllBIObjects()
          Given all parameters for the input hibernate BI object, fills the other BIObject at input with these parameters.
 java.util.List BIObjectDAOHibImpl.loadAllBIObjectsFromInitialPath(java.lang.String initialPath)
           
 java.util.List CheckDAOHibImpl.loadAllChecks()
           
 java.util.List EngineDAOHibImpl.loadAllEngines()
           
 java.util.List RoleDAOHibImpl.loadAllFreeRolesForDetail(java.lang.Integer parUseID)
           
 java.util.List RoleDAOHibImpl.loadAllFreeRolesForInsert(java.lang.Integer parameterID)
           
 java.util.List LowFunctionalityDAOHibImpl.loadAllLowFunctionalities(boolean recoverBIObjects)
           
 java.util.List LovDAOHibImpl.loadAllModalitiesValue()
           
 java.util.List LovDAOHibImpl.loadAllModalitiesValueOrderByCode()
           
 java.util.List ParameterDAOHibImpl.loadAllParameters()
           
 java.util.List RoleDAOHibImpl.loadAllRoles()
           
 BIObject BIObjectDAOHibImpl.loadBIObjectById(java.lang.Integer biObjectID)
           
 BIObject BIObjectDAOHibImpl.loadBIObjectByLabel(java.lang.String label)
           
 BIObject BIObjectDAOHibImpl.loadBIObjectForDetail(java.lang.Integer id)
           
 BIObject BIObjectDAOHibImpl.loadBIObjectForDetail(java.lang.String path)
           
 BIObject BIObjectDAOHibImpl.loadBIObjectForExecutionByIdAndRole(java.lang.Integer id, java.lang.String role)
           
 BIObject BIObjectDAOHibImpl.loadBIObjectForTree(java.lang.Integer id)
           
 java.util.List BIObjectParameterDAOHibImpl.loadBIObjectParametersById(java.lang.Integer biObjectID)
           
 Role RoleDAOHibImpl.loadByID(java.lang.Integer roleID)
           
 Role RoleDAOHibImpl.loadByName(java.lang.String roleName)
           
 ParameterUse ParameterUseDAOHibImpl.loadByUseID(java.lang.Integer useID)
           
 Check CheckDAOHibImpl.loadCheckByID(java.lang.Integer id)
           
 java.util.List LowFunctionalityDAOHibImpl.loadChildFunctionalities(java.lang.Integer parentId, boolean recoverBIObjects)
           
 Domain DomainDAOHibImpl.loadDomainByCodeAndValue(java.lang.String codeDomain, java.lang.String codeValue)
           
 Domain DomainDAOHibImpl.loadDomainById(java.lang.Integer id)
           
 Engine EngineDAOHibImpl.loadEngineByID(java.lang.Integer engineID)
           
 Event EventDAOHibImpl.loadEvent(java.lang.Integer eventId, java.lang.String user)
           
 EventLog EventLogDAOHibImpl.loadEventLog(java.lang.String id, java.lang.String user, java.lang.String date)
           
 java.util.List EventDAOHibImpl.loadEvents(java.lang.String user)
           
 java.util.List EventLogDAOHibImpl.loadEventsLogByUser(java.lang.String user)
           
 BIObjectParameter BIObjectParameterDAOHibImpl.loadForDetailByObjParId(java.lang.Integer objParId)
           
 Parameter ParameterDAOHibImpl.loadForDetailByParameterID(java.lang.Integer parameterID)
           
 Parameter ParameterDAOHibImpl.loadForExecutionByParameterIDandRoleName(java.lang.Integer parameterID, java.lang.String roleName)
           
 java.util.List RoleDAOHibImpl.LoadFunctionalitiesAssociated(java.lang.Integer roleID)
          Gets all the functionalities associated to the role.
 java.util.List DomainDAOHibImpl.loadListDomains()
           
 java.util.List DomainDAOHibImpl.loadListDomainsByType(java.lang.String domainType)
           
 LowFunctionality LowFunctionalityDAOHibImpl.loadLowFunctionalityByID(java.lang.Integer functionalityID, boolean recoverBIObjects)
           
 LowFunctionality LowFunctionalityDAOHibImpl.loadLowFunctionalityByPath(java.lang.String functionalityPath, boolean recoverBIObjects)
           
 ModalitiesValue LovDAOHibImpl.loadModalitiesValueByID(java.lang.Integer modalitiesValueID)
           
 ModalitiesValue LovDAOHibImpl.loadModalitiesValueByLabel(java.lang.String label)
           
 ObjParuse ObjParuseDAOHibImpl.loadObjParuse(java.lang.Integer objParId, java.lang.Integer paruseId)
           
 java.util.List ObjParuseDAOHibImpl.loadObjParuses(java.lang.Integer objParId)
           
 java.util.List ParameterUseDAOHibImpl.loadParametersUseByParId(java.lang.Integer parId)
           
 java.util.List RoleDAOHibImpl.LoadParUsesAssociated(java.lang.Integer roleID)
          Gets all the parameter uses associated to the role.
 java.util.List LowFunctionalityDAOHibImpl.loadSubLowFunctionalities(java.lang.String initialPath, boolean recoverBIObjects)
           
 java.util.List SubreportDAOHibImpl.loadSubreportsByMasterRptId(java.lang.Integer master_rpt_id)
           
 java.util.List SubreportDAOHibImpl.loadSubreportsBySubRptId(java.lang.Integer sub_rpt_id)
           
 void BIObjectDAOHibImpl.modifyBIObject(BIObject obj)
           
 void BIObjectParameterDAOHibImpl.modifyBIObjectParameter(BIObjectParameter aBIObjectParameter)
           
 void BIObjectDAOHibImpl.modifyBIObjectWithoutVersioning(BIObject obj)
           
 void CheckDAOHibImpl.modifyCheck(Check check)
           
 void EngineDAOHibImpl.modifyEngine(Engine aEngine)
           
 void LowFunctionalityDAOHibImpl.modifyLowFunctionality(LowFunctionality aLowFunctionality)
           
 void LovDAOHibImpl.modifyModalitiesValue(ModalitiesValue aModalitiesValue)
           
 void ObjParuseDAOHibImpl.modifyObjParuse(ObjParuse aObjParuse)
           
 void ParameterDAOHibImpl.modifyParameter(Parameter aParameter)
           
 void ParameterUseDAOHibImpl.modifyParameterUse(ParameterUse aParameterUse)
           
 void RoleDAOHibImpl.modifyRole(Role aRole)
           
 java.lang.Integer EventDAOHibImpl.registerEvent(java.lang.String user)
           
private  java.util.Set LowFunctionalityDAOHibImpl.saveRolesFunctionality(org.hibernate.Session aSession, SbiFunctions hibFunct, LowFunctionality aLowFunctionality, java.lang.String state)
          Saves all roles for a functionality, using session and state information.
 void EventDAOHibImpl.unregisterEvent(Event event)
           
 void EventDAOHibImpl.unregisterEvent(java.lang.Integer id, java.lang.String user)
           
 void EventDAOHibImpl.unregisterEvents(java.lang.String user)
           
 

Uses of EMFUserError in it.eng.spagobi.bo.dao.jdbc
 

Methods in it.eng.spagobi.bo.dao.jdbc that throw EMFUserError
 void LowFunctionalityDAOImpl.deleteInconsistentRoles(java.util.Set set)
           
 void ModalitiesValueDAOImpl.erase(java.lang.Object obj)
           
 void BIObjectDAOImpl.eraseBIObject(BIObject obj)
           
 void BIObjectDAOImpl.eraseBIObject(BIObject obj, java.lang.Integer idFunct)
           
 void BIObjectParameterDAOImpl.eraseBIObjectParameter(BIObjectParameter aBIObjectParameter)
           
 void CheckDAOImpl.eraseCheck(Check check)
           
 void EngineDAOImpl.eraseEngine(Engine aEngine)
           
 void LowFunctionalityDAOImpl.eraseLowFunctionality(LowFunctionality aLowFunctionality, it.eng.spago.security.IEngUserProfile profile)
           
 void ModalitiesValueDAOImpl.eraseModalitiesValue(ModalitiesValue aModalitiesValue)
           
 void ParameterDAOImpl.eraseParameter(Parameter aParameter)
           
 void ParameterUseDAOImpl.eraseParameterUse(ParameterUse aParameterUse)
           
 void ParameterUseDAOImpl.eraseParameterUseByParId(java.lang.Integer parId)
           
 void RoleDAOImpl.eraseRole(Role aRole)
           
 java.lang.Integer LowFunctionalityDAOImpl.existByCode(java.lang.String code)
           
 void ParameterUseDAOImpl.fillAssociatedChecksForParUse(ParameterUse aParameterUse)
           
 void LowFunctionalityDAOImpl.fillRoles(LowFunctionality aLowFunctionality)
          Sets the roles for a given low functionality.
 void ParameterUseDAOImpl.fillRolesForParUse(ParameterUse aParameterUse)
           
 java.util.List BIObjectDAOImpl.getBIObjectParameters(BIObject aBIObject)
           
static it.eng.spago.dbaccess.sql.DataConnection AbstractJdbcDAO.getConnection(java.lang.String connectLabel)
          Gets the JDBC Connection.
 java.util.List BIObjectDAOImpl.getCorrectRolesForExecution(java.lang.Integer id)
           
 java.util.List BIObjectDAOImpl.getCorrectRolesForExecution(java.lang.Integer id, it.eng.spago.security.IEngUserProfile profile)
           
 java.util.List BIObjectDAOImpl.getCorrectRolesForExecution(java.lang.String pathReport)
           
 java.util.List BIObjectDAOImpl.getCorrectRolesForExecution(java.lang.String pathReport, it.eng.spago.security.IEngUserProfile profile)
           
 java.lang.Integer ParameterUseDAOImpl.getUseId(java.lang.String label, java.lang.Integer parId)
          Gets the use id for a parameter use mode, known its label and its referred parameter id
 boolean EngineDAOImpl.hasBIObjAssociated(java.lang.String engineId)
           
 boolean LowFunctionalityDAOImpl.hasChild(java.lang.Integer id)
           
 boolean LowFunctionalityDAOImpl.hasChild(java.lang.String path)
           
 boolean BIObjectParameterDAOImpl.hasObjParameters(java.lang.String parId)
           
 boolean ModalitiesValueDAOImpl.hasParameters(java.lang.String lovId)
           
 boolean ParameterUseDAOImpl.hasParUseModes(java.lang.String parId)
           
 void BIObjectDAOImpl.insertBIObject(BIObject obj)
           
 void BIObjectParameterDAOImpl.insertBIObjectParameter(BIObjectParameter aBIObjectParameter)
           
 void CheckDAOImpl.insertCheck(Check check)
           
 void EngineDAOImpl.insertEngine(Engine aEngine)
           
 void LowFunctionalityDAOImpl.insertLowFunctionality(LowFunctionality aLowFunctionality, it.eng.spago.security.IEngUserProfile profile)
           
 void ModalitiesValueDAOImpl.insertModalitiesValue(ModalitiesValue aModalitiesValue)
           
 void ParameterDAOImpl.insertParameter(Parameter aParameter)
           
 void ParameterUseDAOImpl.insertParameterUse(ParameterUse aParameterUse)
           
 void RoleDAOImpl.insertRole(Role aRole)
           
private  void BIObjectDAOImpl.internalModify(java.lang.Object obj, boolean version)
          Updates the CMS repository if the user has loaded a file template.
 boolean CheckDAOImpl.isReferenced(java.lang.String checkId)
           
 java.util.List BIObjectDAOImpl.loadAllBIObjects()
           
 java.util.List BIObjectDAOImpl.loadAllBIObjectsFromInitialPath(java.lang.String initialPath)
           
 java.util.List CheckDAOImpl.loadAllChecks()
           
 java.util.List EngineDAOImpl.loadAllEngines()
           
 java.util.List RoleDAOImpl.loadAllFreeRolesForDetail(java.lang.Integer parUseID)
           
 java.util.List RoleDAOImpl.loadAllFreeRolesForInsert(java.lang.Integer parameterID)
           
 java.util.List LowFunctionalityDAOImpl.loadAllLowFunctionalities()
           
 java.util.List LowFunctionalityDAOImpl.loadAllLowFunctionalities(boolean recoverBIObjects)
           
 java.util.List ModalitiesValueDAOImpl.loadAllModalitiesValue()
           
 java.util.List ModalitiesValueDAOImpl.loadAllModalitiesValueOrderByCode()
           
 java.util.List ParameterDAOImpl.loadAllParameters()
           
 java.util.List RoleDAOImpl.loadAllRoles()
           
 BIObject BIObjectDAOImpl.loadBIObjectById(java.lang.Integer biObjectID)
           
 BIObject BIObjectDAOImpl.loadBIObjectByLabel(java.lang.String label)
           
private  BIObject BIObjectDAOImpl.loadBIObjectByPath(java.lang.String path)
           
 BIObject BIObjectDAOImpl.loadBIObjectForDetail(java.lang.Integer biObjectID)
           
 BIObject BIObjectDAOImpl.loadBIObjectForDetail(java.lang.String path)
           
 BIObject BIObjectDAOImpl.loadBIObjectForExecutionByIdAndRole(java.lang.Integer id, java.lang.String role)
           
 BIObject BIObjectDAOImpl.loadBIObjectForExecutionByPathAndRole(java.lang.String path, java.lang.String role)
           
 BIObject BIObjectDAOImpl.loadBIObjectForTree(java.lang.Integer id)
           
 BIObject BIObjectDAOImpl.loadBIObjectForTree(java.lang.String path)
           
 BIObjectParameter BIObjectParameterDAOImpl.loadBIObjectParameterForDetail(java.lang.Integer biObjectID, java.lang.Integer paramaterID)
           
 java.util.List BIObjectParameterDAOImpl.loadBIObjectParametersById(java.lang.Integer biObjectID)
           
 java.util.List BIObjectDAOImpl.loadBIObjectParametersForBIObject(BIObject biObject, java.lang.String role)
          Loads all the BI object parameters referring to a given BI Object, according to the particular role.
 Role RoleDAOImpl.loadByID(java.lang.Integer roleID)
           
 Role RoleDAOImpl.loadByName(java.lang.String roleName)
           
 ParameterUse ParameterUseDAOImpl.loadByUseID(java.lang.Integer useID)
           
 Check CheckDAOImpl.loadCheckByID(java.lang.Integer id)
           
 java.util.List LowFunctionalityDAOImpl.loadChildFunctionalities(java.lang.Integer parentId, boolean recoverBIObjects)
           
 Domain DomainDAOImpl.loadDomainByCodeAndValue(java.lang.String codeDomain, java.lang.String codeValue)
           
 Domain DomainDAOImpl.loadDomainById(java.lang.Integer id)
           
 Engine EngineDAOImpl.loadEngineByID(java.lang.Integer engineID)
           
 BIObjectParameter BIObjectParameterDAOImpl.loadForDetailByObjParId(java.lang.Integer objParId)
           
 Parameter ParameterDAOImpl.loadForDetailByParameterID(java.lang.Integer parameterID)
           
 Parameter ParameterDAOImpl.loadForExecutionByParameterIDandRoleName(java.lang.Integer parameterID, java.lang.String roleName)
           
 java.util.List RoleDAOImpl.LoadFunctionalitiesAssociated(java.lang.Integer roleID)
           
 java.util.List DomainDAOImpl.loadListDomains()
           
 java.util.List DomainDAOImpl.loadListDomainsByType(java.lang.String domainType)
           
 java.lang.String ModalitiesValueDAOImpl.loadLovId(java.lang.String name)
          Gives a list of values id known its name.
 LowFunctionality LowFunctionalityDAOImpl.loadLowFunctionalityByID(java.lang.Integer functionalityID)
           
 LowFunctionality LowFunctionalityDAOImpl.loadLowFunctionalityByID(java.lang.Integer functionalityID, boolean recoverBIObjects)
           
 LowFunctionality LowFunctionalityDAOImpl.loadLowFunctionalityByPath(java.lang.String functionalityPath)
           
 LowFunctionality LowFunctionalityDAOImpl.loadLowFunctionalityByPath(java.lang.String functionalityPath, boolean recoverBIObjects)
           
 ModalitiesValue ModalitiesValueDAOImpl.loadModalitiesValueByID(java.lang.Integer modalitiesValueID)
           
 ModalitiesValue ModalitiesValueDAOImpl.loadModalitiesValueByLabel(java.lang.String label)
           
 java.util.List ParameterUseDAOImpl.loadParametersUseByParId(java.lang.Integer parId)
           
 java.util.List RoleDAOImpl.LoadParUsesAssociated(java.lang.Integer roleID)
           
 LowFunctionality LowFunctionalityDAOImpl.loadRootFunctionality()
           
 java.util.List LowFunctionalityDAOImpl.loadSubLowFunctionalities(java.lang.String initialPath)
           
 java.util.List LowFunctionalityDAOImpl.loadSubLowFunctionalities(java.lang.String initialPath, boolean recoverBIObjects)
           
 void BIObjectDAOImpl.modifyBIObject(BIObject obj)
           
 void BIObjectParameterDAOImpl.modifyBIObjectParameter(BIObjectParameter aBIObjectParameter)
           
 void BIObjectDAOImpl.modifyBIObjectWithoutVersioning(BIObject obj)
           
 void CheckDAOImpl.modifyCheck(Check check)
           
 void EngineDAOImpl.modifyEngine(Engine aEngine)
           
 void LowFunctionalityDAOImpl.modifyLowFunctionality(LowFunctionality aLowFunctionality)
           
 void ModalitiesValueDAOImpl.modifyModalitiesValue(ModalitiesValue aModalitiesValue)
           
 void ParameterDAOImpl.modifyParameter(Parameter aParameter)
           
 void ParameterUseDAOImpl.modifyParameterUse(ParameterUse aParameterUse)
           
 void RoleDAOImpl.modifyRole(Role aRole)
           
 

Uses of EMFUserError in it.eng.spagobi.engines
 

Methods in it.eng.spagobi.engines that throw EMFUserError
 void InternalEngineIFace.execute(it.eng.spago.base.RequestContainer requestContainer, BIObject obj, it.eng.spago.base.SourceBean response)
          Executes the document and populates the response
 void InternalEngineIFace.executeSubObject(it.eng.spago.base.RequestContainer requestContainer, BIObject obj, it.eng.spago.base.SourceBean response, java.lang.Object subObjectInfo)
          Executes the subobject of the document and populates the response
 

Uses of EMFUserError in it.eng.spagobi.engines.dashboard
 

Methods in it.eng.spagobi.engines.dashboard that throw EMFUserError
 void SpagoBIDashboardInternalEngine.execute(it.eng.spago.base.RequestContainer requestContainer, BIObject obj, it.eng.spago.base.SourceBean response)
          Executes the document and populates the response
 void SpagoBIDashboardInternalEngine.executeSubObject(it.eng.spago.base.RequestContainer requestContainer, BIObject obj, it.eng.spago.base.SourceBean response, java.lang.Object subObjectInfo)
          The SpagoBIDashboardInternalEngine cannot manage subobjects so this method must not be invoked
 

Uses of EMFUserError in it.eng.spagobi.engines.datamart
 

Methods in it.eng.spagobi.engines.datamart that throw EMFUserError
 void SpagoBIQbeInternalEngine.execute(it.eng.spago.base.RequestContainer requestContainer, BIObject obj, it.eng.spago.base.SourceBean response)
          Executes the document and populates the response
 void SpagoBIQbeInternalEngine.executeSubObject(it.eng.spago.base.RequestContainer requestContainer, BIObject obj, it.eng.spago.base.SourceBean response, java.lang.Object subObjectInfo)
          Executes the subobject of the document and populates the response
 

Uses of EMFUserError in it.eng.spagobi.importexport
 

Methods in it.eng.spagobi.importexport that throw EMFUserError
 byte[] TransformManager.applyTransformations(byte[] impArchive, java.lang.String archiveName, java.lang.String pathImpTmpFolder)
           
private  void ExportManager.checkConnection(ModalitiesValue lov, it.eng.spago.base.SourceBean conns)
          Checks if a list of value object is a query type and in this case exports the name of the SpagoBI connection pool associated to the query
 java.lang.Object ImporterMetadata.checkExistence(java.lang.Object unique, org.hibernate.Session sessionCurrDB, java.lang.Object hibObj)
          Check the existance of an object, based on his unique constraints, into the current SpagoBI database
 void ImportManager.checkExistingMetadata()
          Check the existance of the exported metadata into the current system metadata and insert their associations into the association object MeatadataAssociation
 void IImportManager.checkExistingMetadata()
          Check the existance of the exported metadata into the current system metadata and insert their associations into the association object MeatadataAssociation
 void ImportManager.checkRoleReferences(java.util.Map roleAssociations)
          checks if two or more exported roles are associate to the same current role
 java.lang.String ImportManager.commitAllChanges()
          Commits all changes made on exported and current databases
 java.lang.String IImportManager.commitAllChanges()
          Commits all changes made on exported and current databases
private  void ExportManager.compressFolder(java.lang.String pathFolder, java.util.zip.ZipOutputStream out)
          Compress contents of a folder into an output stream
static void ExportUtilities.copyMetadataScript(java.lang.String pathDBFolder)
          Copy the metadata script of the exported database into the export folder
static void ExportUtilities.copyMetadataScriptProperties(java.lang.String pathDBFolder)
          Copy the properties file of the exported database into the export folder
private  java.lang.String ExportManager.createExportArchive()
          Creates the compress export file
static void ImportUtilities.decompressArchive(java.lang.String pathImpTmpFolder, java.lang.String pathArchiveFile)
          Decompress the export compress file
private  void ExportManager.exportBIParamsBIObj(java.util.List biparams, BIObject biobj)
          Exports the BIParameters of a BIObject
private  void ExportManager.exportConnectionFile(it.eng.spago.base.SourceBean conns)
          Creates the file describing the connections expoted
private  void ExportManager.exportDomains()
          Exports SpagoBI Domain Objects
private  void ExportManager.exportFunctionalities(java.lang.String path)
          Export a single functionality
private  void ExportManager.exportFunctRoles(java.util.List roles, LowFunctionality funct, java.lang.String state)
          Export an association between a functionality and a list of roles
 java.lang.String IExportManager.exportObjects(java.util.List objPaths)
          Exports objects and creates the archive export file
 java.lang.String ExportManager.exportObjects(java.util.List objIds)
          Exports objects and creates the archive export file
private  void ExportManager.exportParUses(java.util.List paruses)
          Export a list ot Parameter use Objects
private  void ExportManager.exportPropertiesFile()
          Creates the export properties file
private  void ExportManager.exportRoles(java.util.List roles)
          Export a list of SpagoBI roles
private  void ExportManager.exportSingleObj(java.lang.String idObj)
          Export A single SpagoBI BiObject
private  void ExportManager.exportTemplate(BIObject biobj)
          Export the template of a single SpagoBI Object
 java.util.List ImporterMetadata.getAllExportedEngines(org.hibernate.Transaction tx, org.hibernate.Session session)
          Get the list of exported hibernate engine objects
 java.util.List ImporterMetadata.getAllExportedRoles(org.hibernate.Transaction tx, org.hibernate.Session session)
          Get the list of exported hibernate role objects
 java.util.List ImporterMetadata.getAllExportedSbiObjects(org.hibernate.Transaction tx, org.hibernate.Session session, java.lang.String table)
          Get the list of exported hibernate objects
static java.sql.Connection ExportUtilities.getConnectionExportDB(java.lang.String pathDBFolder)
          Creates a sql connection for the exported database
private  java.lang.String ImportManager.getCurrentCmsBaseFolder()
          Gets the path of the cms base folder of the current SpagoBI cms repository
 java.util.List ImportManager.getExportedConnections()
          Gets the list of exported connections
 java.util.List IImportManager.getExportedConnections()
          Gets the list of exported connections
 java.util.List ImportManager.getExportedEngines()
          Gets the list of all exported engines
 java.util.List IImportManager.getExportedEngines()
          Gets the list of all exported engines
 java.util.List ImportManager.getExportedRoles()
          Gets the list of all exported roles
 java.util.List IImportManager.getExportedRoles()
          Gets the list of all exported roles
static org.hibernate.SessionFactory ImportUtilities.getHibSessionExportDB(java.lang.String pathDBFolder)
          Creates an Hibernate session factory for the exported database
static org.hibernate.SessionFactory ExportUtilities.getHibSessionExportDB(java.lang.String pathDBFolder)
          Creates an Hibernate session factory for the export database
private  void ImportManager.importBIObjects()
          import exported biobjects
private  void ImportManager.importBIObjPar()
          Imports associations between exported biobjects and parameters
private  void ImportManager.importChecks()
          Import exported checks
private  void ImportManager.importEngines()
          Imports exported engines
private  void ImportManager.importFunctionalities()
          Imports exported functionalities
private  void ImportManager.importFunctObject()
          Imports associations between functionalities and objects
private  void ImportManager.importFunctRoles()
          Imports associations between functionalities and roles
private  void ImportManager.importLovs()
          Import exported lovs
 void ImportManager.importObjects()
          Imports the exported objects
 void IImportManager.importObjects()
          Imports the exported objects
private  void ImportManager.importParameters()
          Import exported parameters
private  void ImportManager.importParuse()
          Imports exported paruses
private  void ImportManager.importParuseCheck()
          Imports associations between parameter uses and checks
private  void ImportManager.importParuseDet()
          Importa exported paruse details
private  void ImportManager.importRoles()
          Import exported roles
 void ExporterMetadata.insertBIObject(BIObject biobj, org.hibernate.Session session)
          Insert a biobject into the exported database
 SbiObjects ImporterMetadata.insertBIObject(SbiObjects obj, java.lang.String pathContent, org.hibernate.Session session)
          Insert a BIObject into the database and cms repository
 void ExporterMetadata.insertBIObjectParameter(BIObjectParameter biobjpar, org.hibernate.Session session)
          Insert a BIObject Parameter into the exported database
 void ExporterMetadata.insertCheck(Check check, org.hibernate.Session session)
          Insert a check into the exported database
 void ImporterMetadata.insertCmsFunctionality(java.lang.String curBaseFold, java.lang.String relExpPath)
          Insert a functionality into the database and current cms repository
 void ExporterMetadata.insertDomain(Domain domain, org.hibernate.Session session)
          Insert a domain into the exported database
 void ExporterMetadata.insertEngine(Engine engine, org.hibernate.Session session)
          Insert an engine into the exported database
 void ExporterMetadata.insertFunctionality(LowFunctionality funct, org.hibernate.Session session)
          Insert a functionality into the exported database
 void ExporterMetadata.insertFunctRole(Role role, LowFunctionality funct, java.lang.Integer stateId, java.lang.String stateCD, org.hibernate.Session session)
          Insert an association between a functionality and a role into the exported database
 void ExporterMetadata.insertLov(ModalitiesValue lov, org.hibernate.Session session)
          Insert a list of value into the exported database
 void ImporterMetadata.insertObject(java.lang.Object hibObj, org.hibernate.Session session)
          Insert a generic Hibernate object into the exported database
 void ExporterMetadata.insertObjFunct(BIObject biobj, LowFunctionality funct, org.hibernate.Session session)
          Insert an association between a functionality and a biobject into the exported database
 void ExporterMetadata.insertParameter(Parameter param, org.hibernate.Session session)
          Insert a parameter into the exported database
 void ExporterMetadata.insertParUse(ParameterUse parUse, org.hibernate.Session session)
          Insert a parameter use into the exported database
 void ExporterMetadata.insertParuseCheck(ParameterUse parUse, Check check, org.hibernate.Session session)
          Insert an association between a parameter use and a check into the exported database
 void ExporterMetadata.insertParuseRole(ParameterUse parUse, Role role, org.hibernate.Session session)
          Insert an association between a parameter use and a role into the exported database
 void ExporterMetadata.insertRole(Role role, org.hibernate.Session session)
          Insert a role into the exported database
 void IExportManager.prepareExport(java.lang.String pathExpFold, java.lang.String nameExpFile, boolean expSubObj)
          Prepare the environment for export
 void ExportManager.prepareExport(java.lang.String pathExpFold, java.lang.String nameExpFile, boolean expSubObj)
          Prepare the environment for export
 void ImportManager.prepareImport(java.lang.String pathImpTmpFold, java.lang.String archiveName, byte[] archiveContent)
          Prepare the environment for the import procedure
 void IImportManager.prepareImport(java.lang.String pathImportTmpFold, java.lang.String archiveName, byte[] archiveContent)
          Prepare the environment for the import procedure
 void ImportManager.updateConnectionReferences(java.util.Map connAssociations)
          Update the connection name for each list of values of type query based on association between exported connections and current system connections
 void ImporterMetadata.updateConnRefs(java.util.Map associations, org.hibernate.Transaction tx, org.hibernate.Session session, MetadataLogger log)
          Upadates the connection name into the query lov objects based on the assocaition defined by the user between exported and current SpagoBI connection
 

Uses of EMFUserError in it.eng.spagobi.importexport.transformers
 

Methods in it.eng.spagobi.importexport.transformers that throw EMFUserError
private  void TransformerFrom1_8To1_9.compressFolder(java.lang.String pathExportFolder, java.lang.String pathFolder, java.util.zip.ZipOutputStream out)
          Compress contents of a folder into an output stream
private  byte[] TransformerFrom1_8To1_9.createExportArchive(java.lang.String pathExportFolder, java.lang.String nameExportFile)
          Creates the compress export file
 

Uses of EMFUserError in it.eng.spagobi.services.modules
 

Methods in it.eng.spagobi.services.modules that throw EMFUserError
private  void ImportExportModule.associateConnections(it.eng.spago.base.SourceBean request, it.eng.spago.base.SourceBean response)
          Manages the request of the user to associate some exported connections to the connections of the portal in use
private  void ImportExportModule.associateEngines(it.eng.spago.base.SourceBean request, it.eng.spago.base.SourceBean response)
          Manages the request of the user to associate some exported engines to the engines of the portal in use
private  void ImportExportModule.associateMetadata(it.eng.spago.base.SourceBean request, it.eng.spago.base.SourceBean response)
          Manages the associations between the exported metadata and the one of the portal in use
private  void ImportExportModule.associateRoles(it.eng.spago.base.SourceBean request, it.eng.spago.base.SourceBean response)
          Manages the request of the user to associate some exported roles to the roles of the portal in use
private  void ImportExportModule.backConnAssociation(it.eng.spago.base.SourceBean request, it.eng.spago.base.SourceBean response)
          Manages the request of the user to go back from the connections association to the engines association
private  void ImportExportModule.backEngineAssociation(it.eng.spago.base.SourceBean request, it.eng.spago.base.SourceBean response)
          Manages the request of the user to go back from the engines association to the roles association
private  void ImportExportModule.backMetadataAssociation(it.eng.spago.base.SourceBean request, it.eng.spago.base.SourceBean response)
          Manages the request of the user to go back from the metadata association to the connections association
private  void DetailBIObjectModule.checkForDependancies(java.lang.Integer objParFatherId)
          Controls if there are some BIObjectParameter objects that depend by the BIObjectParameter object at input, given its id.
private  BIObjectParameter DetailBIObjectModule.createNewBIObjectParameter(java.lang.Integer objId)
           
private  void DetailChecksModule.delDetailCheck(it.eng.spago.base.SourceBean request, java.lang.String mod, it.eng.spago.base.SourceBean response)
          Deletes a value constraint choosed by user from the values constraints list.
private  void DetailModalitiesValueModule.delDetailModValue(it.eng.spago.base.SourceBean request, java.lang.String mod, it.eng.spago.base.SourceBean response)
          Deletes a value choosed by user from the LOV list.
private  void DetailBIObjectModule.delDetailObject(it.eng.spago.base.SourceBean request, java.lang.String mod, it.eng.spago.base.SourceBean response)
          Deletes a BI Object choosed by user.
private  void DetailParameterModule.delDetailParameter(it.eng.spago.base.SourceBean request, java.lang.String mod, it.eng.spago.base.SourceBean response)
          Deletes a parameter choosed by user from the parameters list.
private  void DetailEngineModule.delDettaglioEngine(it.eng.spago.base.SourceBean request, java.lang.String mod, it.eng.spago.base.SourceBean response)
          Deletes an engine choosed by user from the engines list.
private  void DetailRolesModule.deleteRole(it.eng.spago.base.SourceBean request, java.lang.String mod, it.eng.spago.base.SourceBean response)
          Deletes a role choosed by user from the roles list.
private  void ListObjParuseModule.deleteUncheckedObjParuses(java.util.List oldParusesId, java.util.List newParusesId, java.lang.Integer objParId)
           
private  void DetailFunctionalityModule.delFunctionality(it.eng.spago.base.SourceBean request, java.lang.String mod, it.eng.spago.base.SourceBean response)
          Deletes a low functionality choosed by user from the low functionality list.
 void DetailBIObjectModule.eraseVersion(it.eng.spago.base.SourceBean request, it.eng.spago.base.SourceBean response)
           
private  void ImportExportModule.exitImport(it.eng.spago.base.SourceBean request, it.eng.spago.base.SourceBean response)
          Manages the request of the user to exit from the import procedure
private  void ImportExportModule.exportConf(it.eng.spago.base.SourceBean request, it.eng.spago.base.SourceBean response)
          Manages the request of the user to export some selected objects
private  void DetailChecksModule.getDetailCheck(java.lang.String key, it.eng.spago.base.SourceBean response)
          Gets the detail of a value comstraint choosed by the user from the values constraints list.
private  void DetailFunctionalityModule.getDetailFunctionality(it.eng.spago.base.SourceBean request, it.eng.spago.base.SourceBean response)
          Gets the detail of a low functionality choosed by the user from the low functionalities list.
private  void DetailModalitiesValueModule.getDetailModValue(java.lang.String key, it.eng.spago.base.SourceBean response)
          Gets the detail of a value choosed by the user from the predefined List of Values.
private  void DetailBIObjectModule.getDetailObject(it.eng.spago.base.SourceBean request, it.eng.spago.base.SourceBean response)
          Gets the detail of a BI object choosed by the user from the BI objects list.
private  void ListObjParuseModule.getDetailObjParuses(it.eng.spago.base.SourceBean request, it.eng.spago.base.SourceBean response)
           
private  void DetailParameterModule.getDetailParameter(java.lang.String key, it.eng.spago.base.SourceBean response)
          Gets the detail of a parameter choosed by the user from the parameters list.
private  void DetailEngineModule.getDettaglioEngine(java.lang.String key, it.eng.spago.base.SourceBean response)
          Gets the detail of an engine choosed by the user from the engines list.
private  void ImportExportModule.importConf(it.eng.spago.base.SourceBean request, it.eng.spago.base.SourceBean response)
          Manages the request of the user to import contents of an exported archive
 void DetailModalitiesValueModule.labelControl(it.eng.spago.base.SourceBean request, java.lang.String mod)
          Controls if the label choosed by user is yet in use.
 void DetailChecksModule.labelControl(java.lang.String label, java.lang.Integer checkId)
          During a value constraint insertion/modify, controls if the label given to the value constraint is yet in use.
 void DetailFunctionalityModule.loadRolesToErase(LowFunctionality lowFuncParent, java.util.Set rolesToErase)
          Defines all roles that have to be erased in order to keep functionalities tree consistence.
private  void DetailParameterModule.loadValuesDomain(it.eng.spago.base.SourceBean response)
          Loads all possible domain values which can be choosed for a parameter.
private  void DetailModalitiesValueModule.loadValuesDomain(it.eng.spago.base.SourceBean response)
          Loads into the Response Source Bean all the Input Type Domain objects
private  void DetailParameterModule.lookupLoadHandler(it.eng.spago.base.SourceBean request, java.lang.String modality, it.eng.spago.base.SourceBean response)
           
private  void DetailParameterModule.lookupReturnBackHandler(it.eng.spago.base.SourceBean request, it.eng.spago.base.SourceBean response)
           
private  void DetailBIObjectModule.lookupReturnBackHandler(it.eng.spago.base.SourceBean request, it.eng.spago.base.SourceBean response)
           
private  void DetailParameterModule.lookupReturnHandler(it.eng.spago.base.SourceBean request, it.eng.spago.base.SourceBean response)
           
private  void DetailBIObjectModule.lookupReturnHandler(it.eng.spago.base.SourceBean request, it.eng.spago.base.SourceBean response)
           
private  void DetailBIObjectModule.modBIObject(it.eng.spago.base.SourceBean request, java.lang.String mod, it.eng.spago.base.SourceBean response)
          Inserts/Modifies the detail of a BI Object according to the user request.
private  void DetailChecksModule.modDetailCheck(it.eng.spago.base.SourceBean request, java.lang.String mod, it.eng.spago.base.SourceBean response)
          Inserts/Modifies the detail of a value constraint according to the user request.
private  void DetailModalitiesValueModule.modDetailModValue(it.eng.spago.base.SourceBean request, java.lang.String mod, it.eng.spago.base.SourceBean response)
          Inserts/Modifies the detail of a value according to the user request.
private  void DetailParameterModule.modDetailParameter(it.eng.spago.base.SourceBean request, java.lang.String mod, it.eng.spago.base.SourceBean response)
          Inserts/Modifies the detail of a parameter according to the user request.
private  void DetailEngineModule.modDettaglioEngine(it.eng.spago.base.SourceBean request, java.lang.String mod, it.eng.spago.base.SourceBean response)
          Inserts/Modifies the detail of an engine according to the user request.
private  void DetailFunctionalityModule.modDettaglioFunctionality(it.eng.spago.base.SourceBean request, java.lang.String mod, it.eng.spago.base.SourceBean response)
          Inserts/Modifies the detail of a low functionality according to the user request.
private  void ListObjParuseModule.modObjParuses(it.eng.spago.base.SourceBean request, it.eng.spago.base.SourceBean response)
           
private  void DetailBIObjectModule.newBIObject(it.eng.spago.base.SourceBean request, it.eng.spago.base.SourceBean response)
          Instantiates a new BIObject object when a new BI object insertion is required, in order to prepare the page for the insertion.
private  void DetailChecksModule.newDetailCheck(it.eng.spago.base.SourceBean response)
          Instantiates a new parametere object when a new value constraint insertion is required, in order to prepare the page for the insertion.
private  void DetailModalitiesValueModule.newDetailModValue(it.eng.spago.base.SourceBean response)
          Instantiates a new Value object when a new value insertion in the LOV list is required, in order to prepare the page for the insertion.
private  void DetailParameterModule.newDetailParameter(it.eng.spago.base.SourceBean response)
          Instantiates a new Parameter object when a new parameter insertion is required, in order to prepare the page for the insertion.
private  void DetailEngineModule.newDettaglioEngine(it.eng.spago.base.SourceBean response)
          Instantiates a new engine object when a new engine insertion is required, in order to prepare the page for the insertion.
private  void DetailFunctionalityModule.newDettaglioFunctionality(it.eng.spago.base.SourceBean request, it.eng.spago.base.SourceBean response)
          Instantiates a new LowFunctionalitye object when a new low functionality insertion is required, in order to prepare the page for the insertion.
private  void DetailParameterModule.parameterLabelControl(Parameter parameter, java.lang.String operation)
          Controls if the name of the Parameter is already in use.
private  void DetailParameterModule.parameterUseLabelControl(ParameterUse paruse, java.lang.String operation)
          Controls if the name of the ParameterUse is already in use.
private  void DetailBIObjectModule.prepareBIObjectDetailPage(it.eng.spago.base.SourceBean response, BIObject obj, BIObjectParameter biObjPar, java.lang.String selectedObjParIdStr, java.lang.String detail_mod, boolean initialBIObject, boolean initialBIObjectParameter)
          Fills the response SourceBean with the elements that will be displayed in the BIObject detail page: the BIObject itself and the required BIObjectParameter.
private  void DetailModalitiesValueModule.prepareDetailModalitiesValuePage(ModalitiesValue modVal, java.lang.String mod, it.eng.spago.base.SourceBean response)
          Sets some attributes into the response SourceBean.
private  void DetailParameterModule.prepareParameterDetailPage(it.eng.spago.base.SourceBean response, Parameter parameter, ParameterUse paruse, java.lang.String selected_paruse_idStr, java.lang.String modality, boolean initialParameter, boolean initialParameterUse)
          Fills the response SourceBean with the elements that will be displayed in the Parameter detail page: the Parameter itself and the required ParameterUse.
private  BIObject DetailBIObjectModule.recoverBIObjectDetails(it.eng.spago.base.SourceBean request, java.lang.String mod)
           
private  Check DetailChecksModule.recoverCheckDetails(it.eng.spago.base.SourceBean request)
           
private  Engine DetailEngineModule.recoverEngineDetails(it.eng.spago.base.SourceBean request)
           
private  LowFunctionality DetailFunctionalityModule.recoverLowFunctionalityDetails(it.eng.spago.base.SourceBean request, java.lang.String mod)
           
private  ParameterUse DetailParameterModule.recoverParameterUseDetails(it.eng.spago.base.SourceBean request, java.lang.Integer parIdInt, java.lang.Integer paruseIdInt)
           
private  BIObjectParameter DetailBIObjectModule.reloadBIObjectParameter(java.lang.Integer objId, java.lang.String objParUrlName)
           
private  void DetailBIObjectModule.reloadCMSInformation(BIObject obj)
          Reloads the CMS information of a BIObject: the versioned templates.
private  void ListObjParuseModule.saveCheckedObjParuses(java.util.List newParusesId, it.eng.spago.base.SourceBean request, java.lang.Integer objParId)
           
private  void DetailBIObjectModule.setLoopbackContext(it.eng.spago.base.SourceBean request, java.lang.String message)
           
private  void DetailBIObjectModule.startLinksLookupHandler(it.eng.spago.base.SourceBean request, java.lang.String message, it.eng.spago.base.SourceBean response)
           
private  void DetailBIObjectModule.startParametersLookupHandler(it.eng.spago.base.SourceBean request, java.lang.String message, it.eng.spago.base.SourceBean response)