- geoGetParentsById(String, String) - Static method in class nosi.core.webapp.Core
-
- getAmberColor() - Static method in class nosi.core.webapp.Core
-
- getAttribute(String, boolean) - Static method in class nosi.core.webapp.Core
-
- getAttributeArray(String) - Static method in class nosi.core.webapp.Core
-
- getAttributeObject(String, boolean) - Static method in class nosi.core.webapp.Core
-
- getBlueColor() - Static method in class nosi.core.webapp.Core
-
- getBlueGreyColor() - Static method in class nosi.core.webapp.Core
-
- getBrownColor() - Static method in class nosi.core.webapp.Core
-
- getConfig() - Method in class nosi.core.webapp.Controller
-
- getConfig(String) - Static method in class nosi.core.webapp.Core
-
Get Config Property
- getContent() - Method in class nosi.core.webapp.Response
-
- getContext() - Method in class nosi.core.webapp.View
-
- getCurrentApp() - Static method in class nosi.core.webapp.Core
-
Get Current Application
- getCurrentAppId() - Static method in class nosi.core.webapp.Core
-
Get current App ID
- getCurrentDad() - Static method in class nosi.core.webapp.Core
-
Get Current Application Dad on Cookie
- getCurrentDadParam() - Static method in class nosi.core.webapp.Core
-
Get Current Application Dad on the URL Example: dad/app/action
- getCurrentDataTime() - Static method in class nosi.core.webapp.Core
-
Get Current Datetime (dd/MM/yyyy HH:mm:ss)
- getCurrentDate() - Static method in class nosi.core.webapp.Core
-
Get Current Datetime (dd-MM-yyyy)
- getCurrentDate(String) - Static method in class nosi.core.webapp.Core
-
Get Current Datetime (User defined output format)
- getCurrentDate1() - Static method in class nosi.core.webapp.Core
-
Deprecated.
- getCurrentDateSql() - Static method in class nosi.core.webapp.Core
-
Return the current time in java.sql.Date format
- getCurrentDateUtil() - Static method in class nosi.core.webapp.Core
-
Return the current time in java.util.Date format
- getCurrentOrganization() - Static method in class nosi.core.webapp.Core
-
Get current Organization ID
- getCurrentOrganizationCode() - Static method in class nosi.core.webapp.Core
-
Get current Organization Code
- getCurrentProfile() - Static method in class nosi.core.webapp.Core
-
Get current Profile ID
- getCurrentProfileCode() - Static method in class nosi.core.webapp.Core
-
Get current Profile Code
- getCurrentUser() - Static method in class nosi.core.webapp.Core
-
Get current user and than use then .getName() or getEmail or getUser_name;
- getDeepPurpleColor() - Static method in class nosi.core.webapp.Core
-
- getExecutionId() - Static method in class nosi.core.webapp.Core
-
For activiti integration
- getFile(int) - Static method in class nosi.core.webapp.Core
-
Deprecated.
- getFile(String) - Static method in class nosi.core.webapp.Core
-
- getFile() - Method in class nosi.core.webapp.Response
-
- getFileByUuid(String) - Static method in class nosi.core.webapp.Core
-
Retrieve the file
- getFileNameByUuid(String) - Static method in class nosi.core.webapp.Core
-
Returns the filename saved
- getFiles() - Static method in class nosi.core.webapp.Core
-
- getFromSession(String) - Static method in class nosi.core.webapp.Core
-
- getFromSession(String, boolean) - Static method in class nosi.core.webapp.Core
-
- getGreenColor() - Static method in class nosi.core.webapp.Core
-
- getHttpStatus() - Method in class nosi.core.webapp.Response
-
- getIGRPLink(String, String, String) - Static method in class nosi.core.webapp.Core
-
Return the link to use in IGRP
- getJsonParams() - Static method in class nosi.core.webapp.Core
-
- getLink() - Method in class nosi.core.webapp.Report
-
- getLinkFile(String) - Static method in class nosi.core.webapp.Core
-
Deprecated.
- getLinkFile(int) - Static method in class nosi.core.webapp.Core
-
Deprecated.
- getLinkFileByUuid(String) - Static method in class nosi.core.webapp.Core
-
Link to a get file
- getLinkReport(String) - Static method in class nosi.core.webapp.Core
-
This method you can invoking using Link or Button.
- getLinkReport(String, Object) - Static method in class nosi.core.webapp.Core
-
Get Report for Response redirect .addParam for filtering
- getLinkReport(String) - Method in class nosi.core.webapp.Report
-
- getLinkReport(String, Report) - Static method in class nosi.core.webapp.Report
-
- getLinkReport(String, QueryString<String, Object>) - Method in class nosi.core.webapp.Report
-
- getLinkTempFile(String) - Static method in class nosi.core.webapp.Core
-
- getModel(String) - Method in class nosi.core.webapp.View
-
- getModel() - Method in class nosi.core.webapp.View
-
- getPage() - Method in class nosi.core.webapp.View
-
- getPageTitle() - Method in class nosi.core.webapp.View
-
- getParam(String) - Static method in class nosi.core.webapp.Core
-
Object v = Igrp.getInstance().getRequest().getParameter(name);
- getParam(String, boolean) - Static method in class nosi.core.webapp.Core
-
Object v = Igrp.getInstance().getRequest().getParameter(name);
- getParamArray(String) - Static method in class nosi.core.webapp.Core
-
String[] value = Igrp.getInstance().getRequest().getParameterValues(name);
- getParamBigDecimal(String, boolean) - Static method in class nosi.core.webapp.Core
-
Core.getParam first
- getParamBigDecimal(String) - Static method in class nosi.core.webapp.Core
-
Core.getParam first
- getParamBigInteger(String, boolean) - Static method in class nosi.core.webapp.Core
-
Core.getParam first
- getParamBigInteger(String) - Static method in class nosi.core.webapp.Core
-
Core.getParam first
- getParamDouble(String, boolean) - Static method in class nosi.core.webapp.Core
-
Core.getParam first
- getParamDouble(String) - Static method in class nosi.core.webapp.Core
-
Core.getParam first
- getParameters() - Static method in class nosi.core.webapp.Core
-
- getParamFileId(String) - Static method in class nosi.core.webapp.Model
-
- getParamFloat(String, boolean) - Static method in class nosi.core.webapp.Core
-
Core.getParam first
- getParamFloat(String) - Static method in class nosi.core.webapp.Core
-
Core.getParam first
- getParamInt(String, boolean) - Static method in class nosi.core.webapp.Core
-
Core.getParam first
- getParamInt(String) - Static method in class nosi.core.webapp.Core
-
Core.getParam first
- getParamLong(String, boolean) - Static method in class nosi.core.webapp.Core
-
Core.getParam first
- getParamLong(String) - Static method in class nosi.core.webapp.Core
-
Core.getParam first
- getParamObject(String, boolean) - Static method in class nosi.core.webapp.Core
-
- getParamObject(String) - Static method in class nosi.core.webapp.Core
-
- getParams() - Method in class nosi.core.webapp.Report
-
- getParamShort(String, boolean) - Static method in class nosi.core.webapp.Core
-
Core.getParam first
- getParamShort(String) - Static method in class nosi.core.webapp.Core
-
Core.getParam first
- getParamTaskId() - Static method in class nosi.core.webapp.Core
-
- getPinkColor() - Static method in class nosi.core.webapp.Core
-
- getPrintWriter() - Method in class nosi.core.webapp.Response
-
- getProcessVariable(String, String) - Static method in class nosi.core.webapp.Core
-
- getProcessVariableId(String) - Static method in class nosi.core.webapp.Core
-
- getPurpleColor() - Static method in class nosi.core.webapp.Core
-
- getQueryArray(String) - Method in class nosi.core.webapp.Controller
-
- getQueryString(String) - Method in class nosi.core.webapp.Controller
-
- getQueryStringDouble(String) - Method in class nosi.core.webapp.Controller
-
- getQueryStringFloat(String) - Method in class nosi.core.webapp.Controller
-
- getQueryStringInteger(String) - Method in class nosi.core.webapp.Controller
-
- getQueryStringLong(String) - Method in class nosi.core.webapp.Controller
-
- getQueryStringShort(String) - Method in class nosi.core.webapp.Controller
-
- getReportParam(String) - Static method in class nosi.core.webapp.Core
-
- getResponseWrapper() - Method in class nosi.core.webapp.Controller
-
- getSession(String) - Static method in class nosi.core.webapp.Core
-
Get Session to programming custom CRUD
- getSessionFactory(String) - Static method in class nosi.core.webapp.Core
-
- getStream() - Method in class nosi.core.webapp.Response
-
- getSwitchNotNullValue(String...) - Static method in class nosi.core.webapp.Core
-
Receive multiple params and get one of these params that's not null
- getTarget() - Method in class nosi.core.webapp.View
-
- getTaskHistory(String) - Static method in class nosi.core.webapp.Core
-
- getTaskVariable(String) - Static method in class nosi.core.webapp.Core
-
- getTaskVariable(String, String) - Static method in class nosi.core.webapp.Core
-
- getTaskVariableBoolean(String) - Static method in class nosi.core.webapp.Core
-
- getTaskVariableBoolean(String, String) - Static method in class nosi.core.webapp.Core
-
- getTaskVariableByte(String) - Static method in class nosi.core.webapp.Core
-
- getTaskVariableByte(String, String) - Static method in class nosi.core.webapp.Core
-
- getTaskVariableDate(String, String) - Static method in class nosi.core.webapp.Core
-
- getTaskVariableDate(String, String, String) - Static method in class nosi.core.webapp.Core
-
- getTaskVariableDate(String) - Static method in class nosi.core.webapp.Core
-
- getTaskVariableDouble(String) - Static method in class nosi.core.webapp.Core
-
- getTaskVariableDouble(String, String) - Static method in class nosi.core.webapp.Core
-
- getTaskVariableId(String) - Static method in class nosi.core.webapp.Core
-
- getTaskVariableInt(String) - Static method in class nosi.core.webapp.Core
-
- getTaskVariableInt(String, String) - Static method in class nosi.core.webapp.Core
-
- getTaskVariableLong(String) - Static method in class nosi.core.webapp.Core
-
- getTaskVariableLong(String, String) - Static method in class nosi.core.webapp.Core
-
- getTaskVariables(String) - Static method in class nosi.core.webapp.Core
-
- getTaskVariableSerializable(String) - Static method in class nosi.core.webapp.Core
-
- getTaskVariableSerializable(String, String) - Static method in class nosi.core.webapp.Core
-
- getTaskVariableShort(String) - Static method in class nosi.core.webapp.Core
-
- getTaskVariableShort(String, String) - Static method in class nosi.core.webapp.Core
-
- getTaskVariableString(String) - Static method in class nosi.core.webapp.Core
-
- getTaskVariableString(String, String) - Static method in class nosi.core.webapp.Core
-
- getTitle() - Method in class nosi.core.webapp.View
-
- getType() - Method in class nosi.core.webapp.Response
-
- getUrl() - Method in class nosi.core.webapp.Response
-
- getUUID() - Static method in class nosi.core.webapp.Core
-
Get UUID
- getValue() - Method in enum nosi.core.webapp.Core.Cons
-
- getView() - Method in class nosi.core.webapp.Controller
-
- getXMLParams() - Static method in class nosi.core.webapp.Core
-
- getYellowColor() - Static method in class nosi.core.webapp.Core
-
- gt(String) - Static method in class nosi.core.webapp.Core
-