|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EMFUserError | |
it.eng.spago.error | |
it.eng.spagobi.bo | |
it.eng.spagobi.bo.dao | |
it.eng.spagobi.bo.dao.hibernate | |
it.eng.spagobi.bo.dao.jdbc | |
it.eng.spagobi.services.modules |
Uses of EMFUserError in it.eng.spago.error |
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 . |
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.String aPath,
java.lang.String aRoleName,
java.lang.String serviceName,
it.eng.spago.base.SourceBean condition)
|
Uses of EMFUserError in it.eng.spagobi.bo.dao |
Methods in it.eng.spagobi.bo.dao that throw EMFUserError | |
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 . |
java.util.List |
IRoleDAO.loadAllRoles()
Loads all detail information for all roles. |
void |
IRoleDAO.insertRole(Role aRole)
Implements the query to insert a role. |
void |
IRoleDAO.eraseRole(Role aRole)
Implements the query to erase a role. |
void |
IRoleDAO.modifyRole(Role aRole)
Implements the query to modify a role. |
java.util.List |
IRoleDAO.loadAllFreeRolesForInsert(java.lang.Integer parameterID)
Gets all free roles for Insert. |
java.util.List |
IRoleDAO.loadAllFreeRolesForDetail(java.lang.Integer parUseID)
Gets all free roles for detail. |
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 .
|
java.util.List |
IModalitiesValueDAO.loadAllModalitiesValue()
Loads all detail information for all values . |
void |
IModalitiesValueDAO.modifyModalitiesValue(ModalitiesValue aModalitiesValue)
Implements the query to modify a value. |
void |
IModalitiesValueDAO.insertModalitiesValue(ModalitiesValue aModalitiesValue)
Implements the query to insert a value. |
void |
IModalitiesValueDAO.eraseModalitiesValue(ModalitiesValue aModalitiesValue)
Implements the query to erase a value. |
java.util.List |
IModalitiesValueDAO.loadAllModalitiesValueOrderByCode()
Select all ModalitiesValue object ordered by code |
boolean |
IModalitiesValueDAO.hasParameters(java.lang.String idLov)
Controls if a value in the predefined LOV is associated or not with a parameter. |
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 |
IParameterDAO.loadAllParameters()
Loads all detail information for all parameters. |
void |
IParameterDAO.modifyParameter(Parameter aParameter)
Implements the query to modify a parameter. |
void |
IParameterDAO.insertParameter(Parameter aParameter)
Implements the query to insert a parameter. |
void |
IParameterDAO.eraseParameter(Parameter aParameter)
Implements the query to erase a parameter. |
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 |
static ICheckDAO |
DAOFactory.getChecksDAO()
Creates a DAO instance for a value constraint |
static IDomainDAO |
DAOFactory.getDomainDAO()
Creates a DAO instance for a domain |
static IEngineDAO |
DAOFactory.getEngineDAO()
Creates a DAO instance for an engine |
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 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 |
BIObject |
IBIObjectDAO.loadBIObjectForExecutionByPathAndRole(java.lang.String path,
java.lang.String role)
Loads all information for the execution of a BI Object identified by its path and its role . |
BIObject |
IBIObjectDAO.loadBIObjectForDetail(java.lang.Integer biObjectID)
Loads all detail information for a BI Object identified by its biObjectID identifier. |
BIObject |
IBIObjectDAO.loadBIObjectForDetail(java.lang.String path)
Loads all detail information for a BI Object identified by its path identifier string. |
BIObject |
IBIObjectDAO.loadBIObjectForTree(java.lang.String path)
Loads all tree information for a BI Object identified by its path identifier string. |
void |
IBIObjectDAO.modifyBIObject(BIObject obj)
Implements the query to modify a BI Object. |
void |
IBIObjectDAO.modifyBIObjectWithoutVersioning(BIObject obj)
Implements the query to modify a BI Object, but without updating versioning. |
void |
IBIObjectDAO.insertBIObject(BIObject obj)
Implements the query to insert a BIObject. |
void |
IBIObjectDAO.eraseBIObject(BIObject obj)
Implements the query to erase a BI Object. |
java.util.List |
IBIObjectDAO.getCorrectRolesForExecution(java.lang.String pathReport,
it.eng.spago.security.IEngUserProfile profile)
Given the path String for a report and th User profile, gets the corret roles for execution. |
java.util.List |
IBIObjectDAO.getCorrectRolesForExecution(java.lang.String pathReport)
Gets the correct roles for Report execution, given only the Report's path. |
ParameterUse |
IParameterUseDAO.loadByUseID(java.lang.Integer useID)
Loads all detail information for a parameter use mode identified by its useID . |
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. |
void |
IParameterUseDAO.modifyParameterUse(ParameterUse aParameterUse)
Implements the query to modify a parameter use mode. |
void |
IParameterUseDAO.insertParameterUse(ParameterUse aParameterUse)
Implements the query to insert a parameter use mode. |
void |
IParameterUseDAO.eraseParameterUse(ParameterUse aParameterUse)
Implements the query to erase a ParameterUse mode. |
boolean |
IParameterUseDAO.hasParUseModes(java.lang.String parId)
Controls if a parameter has some use modes associated or not. |
java.util.List |
IParameterUseDAO.loadParametersUseByParId(java.lang.Integer parId)
|
Engine |
IEngineDAO.loadEngineByID(java.lang.Integer engineID)
Loads all detail information for an engine identified by its engineID . |
java.util.List |
IEngineDAO.loadAllEngines()
Loads all detail information for all engines. |
void |
IEngineDAO.modifyEngine(Engine aEngine)
Implements the query to modify an engine. |
void |
IEngineDAO.insertEngine(Engine aEngine)
Implements the query to insert an engine. |
void |
IEngineDAO.eraseEngine(Engine aEngine)
Implements the query to erase an engine. |
boolean |
IEngineDAO.hasBIObjAssociated(java.lang.String engineId)
Tells if an engine is associated to any BI Object. |
java.util.List |
ICheckDAO.loadAllChecks()
Loads all detail information for all value constraints. |
Check |
ICheckDAO.loadCheckByID(java.lang.Integer id)
Loads all detail information for a value constraint identified by its id . |
void |
ICheckDAO.eraseCheck(Check check)
Implements the query to erase a value constraint. |
void |
ICheckDAO.insertCheck(Check check)
Implements the query to insert a value constraint. |
void |
ICheckDAO.modifyCheck(Check check)
Implements the query to modify a value constraint. |
boolean |
ICheckDAO.isReferenced(java.lang.String checkId)
|
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. |
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. |
BIObjectParameter |
IBIObjectParameterDAO.loadBIObjectParameterForDetail(java.lang.Integer biObjectID,
java.lang.Integer parameterID)
Loads all detail information for a BI Object Parameter identified by its biObjectId and by its parameterID . |
void |
IBIObjectParameterDAO.modifyBIObjectParameter(BIObjectParameter aBIObjectParameter)
Implements the query to modify a BI Object parameter. |
void |
IBIObjectParameterDAO.insertBIObjectParameter(BIObjectParameter aBIObjectParameter)
Implements the query to insert a BI Object Parameter. |
void |
IBIObjectParameterDAO.eraseBIObjectParameter(BIObjectParameter aBIObjectParameter)
Implements the query to erase a BIObjectParameter. |
boolean |
IBIObjectParameterDAO.hasObjParameters(java.lang.String parId)
Controls if a BI object parameter has one or more parameters associated. |
java.util.List |
IBIObjectParameterDAO.loadBIObjectParametersById(java.lang.Integer biObjectID)
Returns the list of all BIObject parameters associated to a BIObject ,
known its biObjectID>/code> |
LowFunctionality |
ILowFunctionalityDAO.loadLowFunctionalityByID(java.lang.Integer functionalityID)
Loads all information for a low functionality identified by its functionalityID . |
LowFunctionality |
ILowFunctionalityDAO.loadLowFunctionalityByPath(java.lang.String functionalityPath)
Loads all information for a low functionality identified by its functionalityPath . |
void |
ILowFunctionalityDAO.modifyLowFunctionality(LowFunctionality aLowFunctionality)
Implements the query to modify a low functionality. |
void |
ILowFunctionalityDAO.insertLowFunctionality(LowFunctionality aLowFunctionality,
it.eng.spago.security.IEngUserProfile profile)
Implements the query to insert a low functionality. |
void |
ILowFunctionalityDAO.eraseLowFunctionality(LowFunctionality aLowFunctionality,
it.eng.spago.security.IEngUserProfile profile)
Implements the query to erase a low functionality. |
java.lang.Integer |
ILowFunctionalityDAO.existByCode(java.lang.String code)
Control if exist a functionality with the given code |
boolean |
ILowFunctionalityDAO.hasChild(java.lang.String path)
Control if the functionality with the given path has childs |
Uses of EMFUserError in it.eng.spagobi.bo.dao.hibernate |
Methods in it.eng.spagobi.bo.dao.hibernate that throw EMFUserError | |
java.util.List |
DomainDAOHibImpl.loadListDomainsByType(java.lang.String domainType)
|
Domain |
DomainDAOHibImpl.loadDomainByCodeAndValue(java.lang.String codeDomain,
java.lang.String codeValue)
|
BIObject |
BIObjectDAOHibImpl.loadBIObjectForExecutionByPathAndRole(java.lang.String path,
java.lang.String role)
|
BIObject |
BIObjectDAOHibImpl.loadBIObjectForDetail(java.lang.Integer biObjectID)
|
BIObject |
BIObjectDAOHibImpl.loadBIObjectForDetail(java.lang.String path)
|
void |
BIObjectDAOHibImpl.gatherCMSInformation(BIObject biObject)
Load the CMS Information of the biObject |
BIObject |
BIObjectDAOHibImpl.loadBIObjectForTree(java.lang.String path)
|
void |
BIObjectDAOHibImpl.modifyBIObject(BIObject obj)
|
void |
BIObjectDAOHibImpl.modifyBIObjectWithoutVersioning(BIObject obj)
|
void |
BIObjectDAOHibImpl.insertBIObject(BIObject obj)
|
void |
BIObjectDAOHibImpl.eraseBIObject(BIObject obj)
|
java.util.List |
BIObjectDAOHibImpl.getCorrectRolesForExecution(java.lang.String pathReport,
it.eng.spago.security.IEngUserProfile profile)
|
java.util.List |
BIObjectDAOHibImpl.getCorrectRolesForExecution(java.lang.String pathReport)
|
ModalitiesValue |
LovDAOHibImpl.loadModalitiesValueByID(java.lang.Integer modalitiesValueID)
|
ModalitiesValue |
LovDAOHibImpl.loadModalitiesValueByLabel(java.lang.String label)
|
void |
LovDAOHibImpl.modifyModalitiesValue(ModalitiesValue aModalitiesValue)
|
void |
LovDAOHibImpl.insertModalitiesValue(ModalitiesValue aModalitiesValue)
|
void |
LovDAOHibImpl.eraseModalitiesValue(ModalitiesValue aModalitiesValue)
|
java.util.List |
LovDAOHibImpl.loadAllModalitiesValue()
|
java.util.List |
LovDAOHibImpl.loadAllModalitiesValueOrderByCode()
|
boolean |
LovDAOHibImpl.hasParameters(java.lang.String lovId)
|
LowFunctionality |
LowFunctionalityDAOHibImpl.loadLowFunctionalityByID(java.lang.Integer functionalityID)
|
LowFunctionality |
LowFunctionalityDAOHibImpl.loadLowFunctionalityByPath(java.lang.String functionalityPath)
|
void |
LowFunctionalityDAOHibImpl.modifyLowFunctionality(LowFunctionality aLowFunctionality)
|
void |
LowFunctionalityDAOHibImpl.insertLowFunctionality(LowFunctionality aLowFunctionality,
it.eng.spago.security.IEngUserProfile profile)
|
void |
LowFunctionalityDAOHibImpl.eraseLowFunctionality(LowFunctionality aLowFunctionality,
it.eng.spago.security.IEngUserProfile profile)
|
java.lang.Integer |
LowFunctionalityDAOHibImpl.existByCode(java.lang.String code)
|
boolean |
LowFunctionalityDAOHibImpl.hasChild(java.lang.String path)
|
java.util.List |
CheckDAOHibImpl.loadAllChecks()
|
Check |
CheckDAOHibImpl.loadCheckByID(java.lang.Integer id)
|
void |
CheckDAOHibImpl.eraseCheck(Check check)
|
void |
CheckDAOHibImpl.insertCheck(Check check)
|
void |
CheckDAOHibImpl.modifyCheck(Check check)
|
boolean |
CheckDAOHibImpl.isReferenced(java.lang.String checkId)
|
Engine |
EngineDAOHibImpl.loadEngineByID(java.lang.Integer engineID)
|
java.util.List |
EngineDAOHibImpl.loadAllEngines()
|
void |
EngineDAOHibImpl.modifyEngine(Engine aEngine)
|
void |
EngineDAOHibImpl.insertEngine(Engine aEngine)
|
void |
EngineDAOHibImpl.eraseEngine(Engine aEngine)
|
boolean |
EngineDAOHibImpl.hasBIObjAssociated(java.lang.String engineId)
|
BIObjectParameter |
BIObjectParameterDAOHibImpl.loadBIObjectParameterForDetail(java.lang.Integer biObjectID,
java.lang.Integer paramaterID)
|
void |
BIObjectParameterDAOHibImpl.modifyBIObjectParameter(BIObjectParameter aBIObjectParameter)
|
void |
BIObjectParameterDAOHibImpl.insertBIObjectParameter(BIObjectParameter aBIObjectParameter)
|
void |
BIObjectParameterDAOHibImpl.eraseBIObjectParameter(BIObjectParameter aBIObjectParameter)
|
boolean |
BIObjectParameterDAOHibImpl.hasObjParameters(java.lang.String parId)
|
java.util.List |
BIObjectParameterDAOHibImpl.loadBIObjectParametersById(java.lang.Integer biObjectID)
|
Parameter |
ParameterDAOHibImpl.loadForDetailByParameterID(java.lang.Integer parameterID)
|
Parameter |
ParameterDAOHibImpl.loadForExecutionByParameterIDandRoleName(java.lang.Integer parameterID,
java.lang.String roleName)
|
java.util.List |
ParameterDAOHibImpl.loadAllParameters()
|
void |
ParameterDAOHibImpl.modifyParameter(Parameter aParameter)
|
void |
ParameterDAOHibImpl.insertParameter(Parameter aParameter)
|
void |
ParameterDAOHibImpl.eraseParameter(Parameter aParameter)
|
ParameterUse |
ParameterUseDAOHibImpl.loadByUseID(java.lang.Integer useID)
|
void |
ParameterUseDAOHibImpl.fillAssociatedChecksForParUse(ParameterUse aParameterUse)
|
void |
ParameterUseDAOHibImpl.fillRolesForParUse(ParameterUse aParameterUse)
|
void |
ParameterUseDAOHibImpl.modifyParameterUse(ParameterUse aParameterUse)
|
void |
ParameterUseDAOHibImpl.insertParameterUse(ParameterUse aParameterUse)
|
void |
ParameterUseDAOHibImpl.eraseParameterUse(ParameterUse aParameterUse)
|
boolean |
ParameterUseDAOHibImpl.hasParUseModes(java.lang.String parId)
|
java.util.List |
ParameterUseDAOHibImpl.loadParametersUseByParId(java.lang.Integer parId)
|
Role |
RoleDAOHibImpl.loadByID(java.lang.Integer roleID)
|
Role |
RoleDAOHibImpl.loadByName(java.lang.String roleName)
|
java.util.List |
RoleDAOHibImpl.loadAllRoles()
|
void |
RoleDAOHibImpl.insertRole(Role aRole)
|
void |
RoleDAOHibImpl.eraseRole(Role aRole)
|
void |
RoleDAOHibImpl.modifyRole(Role aRole)
|
java.util.List |
RoleDAOHibImpl.loadAllFreeRolesForInsert(java.lang.Integer parameterID)
|
java.util.List |
RoleDAOHibImpl.loadAllFreeRolesForDetail(java.lang.Integer parUseID)
|
Uses of EMFUserError in it.eng.spagobi.bo.dao.jdbc |
Methods in it.eng.spagobi.bo.dao.jdbc that throw EMFUserError | |
void |
ParameterUseDAOImpl.fillRolesForParUse(ParameterUse aParameterUse)
|
void |
ParameterUseDAOImpl.fillAssociatedChecksForParUse(ParameterUse aParameterUse)
|
void |
ParameterUseDAOImpl.modifyParameterUse(ParameterUse aParameterUse)
|
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 |
void |
ParameterUseDAOImpl.insertParameterUse(ParameterUse aParameterUse)
|
void |
ParameterUseDAOImpl.eraseParameterUse(ParameterUse aParameterUse)
|
java.util.List |
ParameterUseDAOImpl.loadParametersUseByParId(java.lang.Integer parId)
|
ParameterUse |
ParameterUseDAOImpl.loadByUseID(java.lang.Integer useID)
|
boolean |
ParameterUseDAOImpl.hasParUseModes(java.lang.String parId)
|
LowFunctionality |
LowFunctionalityDAOImpl.loadLowFunctionalityByID(java.lang.Integer functionalityID)
|
LowFunctionality |
LowFunctionalityDAOImpl.loadLowFunctionalityByPath(java.lang.String functionalityPath)
|
void |
LowFunctionalityDAOImpl.fillRoles(LowFunctionality aLowFunctionality)
Sets the roles for a given low functionality. |
void |
LowFunctionalityDAOImpl.modifyLowFunctionality(LowFunctionality aLowFunctionality)
|
void |
LowFunctionalityDAOImpl.insertLowFunctionality(LowFunctionality aLowFunctionality,
it.eng.spago.security.IEngUserProfile profile)
|
void |
LowFunctionalityDAOImpl.eraseLowFunctionality(LowFunctionality aLowFunctionality,
it.eng.spago.security.IEngUserProfile profile)
|
java.lang.Integer |
LowFunctionalityDAOImpl.existByCode(java.lang.String code)
|
boolean |
LowFunctionalityDAOImpl.hasChild(java.lang.String path)
|
BIObject |
BIObjectDAOImpl.loadBIObjectForExecutionByPathAndRole(java.lang.String path,
java.lang.String role)
|
BIObject |
BIObjectDAOImpl.loadBIObjectForDetail(java.lang.Integer biObjectID)
|
BIObject |
BIObjectDAOImpl.loadBIObjectForDetail(java.lang.String path)
|
BIObject |
BIObjectDAOImpl.loadBIObjectForTree(java.lang.String path)
|
void |
BIObjectDAOImpl.modifyBIObject(BIObject obj)
|
void |
BIObjectDAOImpl.modifyBIObjectWithoutVersioning(BIObject obj)
|
void |
BIObjectDAOImpl.insertBIObject(BIObject obj)
|
void |
BIObjectDAOImpl.eraseBIObject(BIObject obj)
|
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. |
java.util.List |
BIObjectDAOImpl.getCorrectRolesForExecution(java.lang.String pathReport,
it.eng.spago.security.IEngUserProfile profile)
|
java.util.List |
BIObjectDAOImpl.getCorrectRolesForExecution(java.lang.String pathReport)
|
static it.eng.spago.dbaccess.sql.DataConnection |
AbstractJdbcDAO.getConnection(java.lang.String connectLabel)
Gets the JDBC Connection. |
Parameter |
ParameterDAOImpl.loadForDetailByParameterID(java.lang.Integer parameterID)
|
Parameter |
ParameterDAOImpl.loadForExecutionByParameterIDandRoleName(java.lang.Integer parameterID,
java.lang.String roleName)
|
java.util.List |
ParameterDAOImpl.loadAllParameters()
|
void |
ParameterDAOImpl.modifyParameter(Parameter aParameter)
|
void |
ParameterDAOImpl.insertParameter(Parameter aParameter)
|
void |
ParameterDAOImpl.eraseParameter(Parameter aParameter)
|
java.util.List |
DomainDAOImpl.loadListDomainsByType(java.lang.String domainType)
|
Domain |
DomainDAOImpl.loadDomainByCodeAndValue(java.lang.String codeDomain,
java.lang.String codeValue)
|
java.util.List |
ModalitiesValueDAOImpl.loadAllModalitiesValue()
|
ModalitiesValue |
ModalitiesValueDAOImpl.loadModalitiesValueByID(java.lang.Integer modalitiesValueID)
|
void |
ModalitiesValueDAOImpl.modifyModalitiesValue(ModalitiesValue aModalitiesValue)
|
void |
ModalitiesValueDAOImpl.insertModalitiesValue(ModalitiesValue aModalitiesValue)
|
void |
ModalitiesValueDAOImpl.eraseModalitiesValue(ModalitiesValue aModalitiesValue)
|
void |
ModalitiesValueDAOImpl.erase(java.lang.Object obj)
|
java.lang.String |
ModalitiesValueDAOImpl.loadLovId(java.lang.String name)
Gives a list of values id known its name. |
java.util.List |
ModalitiesValueDAOImpl.loadAllModalitiesValueOrderByCode()
|
boolean |
ModalitiesValueDAOImpl.hasParameters(java.lang.String lovId)
|
ModalitiesValue |
ModalitiesValueDAOImpl.loadModalitiesValueByLabel(java.lang.String label)
|
Engine |
EngineDAOImpl.loadEngineByID(java.lang.Integer engineID)
|
java.util.List |
EngineDAOImpl.loadAllEngines()
|
void |
EngineDAOImpl.modifyEngine(Engine aEngine)
|
void |
EngineDAOImpl.insertEngine(Engine aEngine)
|
void |
EngineDAOImpl.eraseEngine(Engine aEngine)
|
boolean |
EngineDAOImpl.hasBIObjAssociated(java.lang.String engineId)
|
java.util.List |
CheckDAOImpl.loadAllChecks()
|
Check |
CheckDAOImpl.loadCheckByID(java.lang.Integer id)
|
void |
CheckDAOImpl.eraseCheck(Check check)
|
void |
CheckDAOImpl.insertCheck(Check check)
|
void |
CheckDAOImpl.modifyCheck(Check check)
|
boolean |
CheckDAOImpl.isReferenced(java.lang.String checkId)
|
BIObjectParameter |
BIObjectParameterDAOImpl.loadBIObjectParameterForDetail(java.lang.Integer biObjectID,
java.lang.Integer paramaterID)
|
void |
BIObjectParameterDAOImpl.modifyBIObjectParameter(BIObjectParameter aBIObjectParameter)
|
void |
BIObjectParameterDAOImpl.insertBIObjectParameter(BIObjectParameter aBIObjectParameter)
|
void |
BIObjectParameterDAOImpl.eraseBIObjectParameter(BIObjectParameter aBIObjectParameter)
|
boolean |
BIObjectParameterDAOImpl.hasObjParameters(java.lang.String parId)
|
java.util.List |
BIObjectParameterDAOImpl.loadBIObjectParametersById(java.lang.Integer biObjectID)
|
Role |
RoleDAOImpl.loadByID(java.lang.Integer roleID)
|
Role |
RoleDAOImpl.loadByName(java.lang.String roleName)
|
java.util.List |
RoleDAOImpl.loadAllRoles()
|
void |
RoleDAOImpl.insertRole(Role aRole)
|
void |
RoleDAOImpl.eraseRole(Role aRole)
|
void |
RoleDAOImpl.modifyRole(Role aRole)
|
java.util.List |
RoleDAOImpl.loadAllFreeRolesForDetail(java.lang.Integer parUseID)
|
java.util.List |
RoleDAOImpl.loadAllFreeRolesForInsert(java.lang.Integer parameterID)
|
Uses of EMFUserError in it.eng.spagobi.services.modules |
Methods in it.eng.spagobi.services.modules that throw EMFUserError | |
void |
DetailBIObjectParameterModule.objParControl(it.eng.spago.base.SourceBean request)
Controls if a BI object parameter is associated or not to parameter; if it is, the BI Object Parameter cannot be inserted/modified, because it is in use. |
void |
DetailChecksModule.nameControl(it.eng.spago.base.SourceBean request,
java.lang.String operation)
During a value constraint insertion/modify, controls if the name given to the value constraint is yet in use. |
void |
DetailBIObjectModule.eraseVersion(it.eng.spago.base.SourceBean request,
it.eng.spago.base.SourceBean response)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |