A B C D E F G H I L O P R S T U V W X 
All Classes All Packages

G

get() - Method in class com.oopsclick.silk.dbo.FolderOperation
Executes Select operation
get() - Method in class com.oopsclick.silk.dbo.SqlOperation
Executes Select operation
get(int) - Method in class com.oopsclick.silk.dbo.DataFieldList
Gets the Data Value by index.
get(ObjectStructure, RequestObject, ResponseObject, HttpSession) - Method in class com.oopsclick.silk.dbo.SqlController
The get method executes the SELECT operation in the database.
get(String) - Method in class com.oopsclick.silk.dbo.DataFieldList
Gets the Data Value by column.
get(String) - Method in class com.oopsclick.silk.file.Uploaded
Return a FormField object based on the provided field name.
get(String) - Method in class com.oopsclick.silk.storage.ObjectStorage
Gets an objectStructure from the storage
getAction() - Method in class com.oopsclick.silk.dbo.DataFieldList
Gets the action.
getAlphanumeric(String, String) - Method in class com.oopsclick.silk.security.Sanitize
 
getAlphanumeric(HttpServletRequest, String, String) - Method in class com.oopsclick.silk.security.Sanitize
 
getApplicationContext() - Static method in class com.oopsclick.silk.context.AppContext
Get access to the Spring ApplicationContext from everywhere in your Application.
getAuhorization() - Method in class com.oopsclick.silk.storage.SqlCommand
Gets authorization
getAuthorizationList() - Method in class com.oopsclick.silk.dbo.RequestObject
Gets the authorization list.
getBooleanValue(Node, String) - Method in class com.oopsclick.silk.storage.XmlUtils
Gets attribute value as boolean The accepted true values are: true, yes, 1, on, other wise returns false.
getCleanHTML(String) - Method in class com.oopsclick.silk.security.Sanitize
 
getCleanHTML(HttpServletRequest, String, String) - Method in class com.oopsclick.silk.security.Sanitize
 
getCleanSQL(String) - Method in class com.oopsclick.silk.security.Sanitize
 
getColumn() - Method in class com.oopsclick.silk.dbo.DataField
Gets the column name.
getColumnFunctionInsert(String) - Method in class com.oopsclick.silk.storage.ObjectStructure
Gets the column function insert.
getColumnFunctionUpdate(String) - Method in class com.oopsclick.silk.storage.ObjectStructure
Gets the column function update.
getColumnInsertAuthorization(String) - Method in class com.oopsclick.silk.storage.ObjectStructure
Gets the column insertAuthorization.
getColumnList() - Method in class com.oopsclick.silk.storage.ObjectStructure
Gets the column list.
getColumnNullValue(String) - Method in class com.oopsclick.silk.storage.ObjectStructure
Gets the column null value.
getColumnSecure(String) - Method in class com.oopsclick.silk.storage.ObjectStructure
Gets the column secure.
getColumnTranslation(String) - Method in class com.oopsclick.silk.storage.ObjectStructure
Gets the column translate.
getColumnType(String) - Method in class com.oopsclick.silk.storage.ObjectStructure
Gets the column type.
getColumnUpdateAuthorization(String) - Method in class com.oopsclick.silk.storage.ObjectStructure
Gets the column updateAuthorization.
getColumnValidation(String) - Method in class com.oopsclick.silk.storage.ObjectStructure
Gets the column validation.
getData() - Method in class com.oopsclick.silk.dbo.ResponseObject
Gets the data.
getDatabaseName() - Method in class com.oopsclick.silk.dbo.RequestObject
Gets the silkUserID.
getDataSize() - Method in class com.oopsclick.silk.dbo.ResponseObject
Gets the data size.
getDateItem(int, String) - Method in class com.oopsclick.silk.dbo.DataProvider
Gets the item's column from the data Array Collection at the provided index, casted to the type Date.
getDateItem(int, String, LocalDateTime) - Method in class com.oopsclick.silk.dbo.DataProvider
Gets the item's column from the data Array Collection at the provided index casted to the type Date.
getDateItem(String) - Method in class com.oopsclick.silk.dbo.DataProvider
Gets the item's column from the data Array Collection at position 0, casted to the type Date.
getDateStringItem(int, String) - Method in class com.oopsclick.silk.dbo.DataProvider
Gets the item's column from the data Array Collection at the provided index, formated to "yyyy-MM-dd", and casted to the type String.
getDateStringItem(int, String, String) - Method in class com.oopsclick.silk.dbo.DataProvider
Gets the item's column from the data Array Collection at the provided index, using the provided format, and casted to the type String.
getDateStringItem(String) - Method in class com.oopsclick.silk.dbo.DataProvider
Gets the item's column from the data Array Collection at position 0, formated to "yyyy-MM-dd", and casted to the type String.
getDateStringItem(String, String) - Method in class com.oopsclick.silk.dbo.DataProvider
Gets the item's column from the data Array Collection at position 0, using the provided format, and casted to the type String.
getDebugLevel() - Method in class com.oopsclick.silk.dbo.RequestObject
Gets the debug level.
getDeleteAuthorization() - Method in class com.oopsclick.silk.storage.ObjectStructure
Gets deleteAuthorization
getDoubleItem(int, String) - Method in class com.oopsclick.silk.dbo.DataProvider
Gets the item's column from the data Array Collection at the provided index, casted to the type Double.
getDoubleItem(int, String, Double) - Method in class com.oopsclick.silk.dbo.DataProvider
Gets the item's column from the data Array Collection at the provided index, casted to the type Double.
getDoubleItem(String) - Method in class com.oopsclick.silk.dbo.DataProvider
Gets the item's column from the data Array Collection at position 0, casted to the type Double.
getDoubleStringItem(int, String) - Method in class com.oopsclick.silk.dbo.DataProvider
Gets the item's column from the data Array Collection at the provided index, formated as "#,###,##0.00", and casted to the type String.
getDoubleStringItem(int, String, String) - Method in class com.oopsclick.silk.dbo.DataProvider
Gets the item's column from the data Array Collection at the provided index, using the provided format, and casted to the type String.
getDoubleStringItem(String) - Method in class com.oopsclick.silk.dbo.DataProvider
Gets the item's column from the data Array Collection at position 0, formated as "#,###,##0.00", and casted to the type String.
getDoubleStringItem(String, String) - Method in class com.oopsclick.silk.dbo.DataProvider
Gets the item's column from the data Array Collection at position 0, using the provided format, and casted to the type String.
getEscapeString(int, String) - Method in class com.oopsclick.silk.dbo.DataProvider
 
getEscapeString(int, String, String) - Method in class com.oopsclick.silk.dbo.DataProvider
 
getEscapeString(String) - Method in class com.oopsclick.silk.dbo.DataProvider
 
getFieldList() - Method in class com.oopsclick.silk.storage.SqlCommand
 
getFunctionInsert() - Method in class com.oopsclick.silk.storage.ColumnProperty
Gets the function insert.
getFunctionUpdate() - Method in class com.oopsclick.silk.storage.ColumnProperty
Gets the function update.
getInputStream() - Method in class com.oopsclick.silk.file.FormField
Returns the file's stream.
getInsertAuhorization() - Method in class com.oopsclick.silk.storage.ColumnProperty
Gets insertAuthorization
getInsertAuthorization() - Method in class com.oopsclick.silk.storage.ObjectStructure
Gets insertAuthorization
getIntItem(int, String) - Method in class com.oopsclick.silk.dbo.DataProvider
Gets the item's column from the data Array Collection at the provided index, casted to the type Integer.
getIntItem(int, String, int) - Method in class com.oopsclick.silk.dbo.DataProvider
Gets the item's column from the data Array Collection at the provided index, casted to the type Integer.
getIntItem(String) - Method in class com.oopsclick.silk.dbo.DataProvider
Gets the item's column from the data Array Collection at position 0, casted to the type Integer.
getIntStringItem(int, String) - Method in class com.oopsclick.silk.dbo.DataProvider
Gets the item's column from the data Array Collection at the provided index, formated as "#,###,##", and casted to the type String.
getIntStringItem(int, String, String) - Method in class com.oopsclick.silk.dbo.DataProvider
Gets the item's column from the data Array Collection at the provided index, in the provided format, and casted to the type String.
getIntStringItem(String) - Method in class com.oopsclick.silk.dbo.DataProvider
Gets the item's column from the data Array Collection at position 0, formated as "#,###,##", and casted to the type String.
getIntStringItem(String, String) - Method in class com.oopsclick.silk.dbo.DataProvider
Gets the item's column from the data Array Collection at position 0, using the provided format, and casted to the type String.
getItem(String) - Method in class com.oopsclick.silk.dbo.DataProvider
Gets the item's column from the first element in data Array Collection
getItemAt(int) - Method in class com.oopsclick.silk.dbo.DataProvider
Gets the item from the data Array Collection at the provided position
getItemAt(int, String) - Method in class com.oopsclick.silk.dbo.DataProvider
Gets the item's column from the data Array Collection at the provided index position
getJSONString() - Method in class com.oopsclick.silk.dbo.ResponseObject
 
getJSONString(boolean) - Method in class com.oopsclick.silk.dbo.ResponseObject
 
getJSONString(boolean, boolean) - Method in class com.oopsclick.silk.dbo.ResponseObject
Gets the returns the data in a string JSON format
getLangID() - Method in class com.oopsclick.silk.dbo.RequestObject
Gets the langID.
getLastModified() - Method in class com.oopsclick.silk.storage.ObjectStructure
Gets the last modified date in milliseconds.
getLevelTreeColumn() - Method in class com.oopsclick.silk.dbo.ResponseObject
Gets the level control column.
getLevelTreeColumn() - Method in class com.oopsclick.silk.storage.ObjectStructure
Gets the level tree column.
getLongItem(int, String) - Method in class com.oopsclick.silk.dbo.DataProvider
Gets the item's column from the data Array Collection at the provided index, casted to the type Long.
getLongItem(int, String, Long) - Method in class com.oopsclick.silk.dbo.DataProvider
Gets the item's column from the data Array Collection at the provided index casted to the type Long.
getLongItem(String) - Method in class com.oopsclick.silk.dbo.DataProvider
Gets the item's column from the data Array Collection at position 0, casted to the type Long.
getName() - Method in class com.oopsclick.silk.file.FormField
Returns the field' name.
getName() - Method in class com.oopsclick.silk.storage.ColumnProperty
Gets the column's name.
getNewPkIntValue() - Method in class com.oopsclick.silk.dbo.DataProvider
Gets the new value of the last insert process as String;
getNewPkStringValue() - Method in class com.oopsclick.silk.dbo.DataProvider
Gets the new value of the last insert process as String;
getNewPkValue() - Method in class com.oopsclick.silk.dbo.DataProvider
Gets the new PK value of the last insert process.
getNullValue() - Method in class com.oopsclick.silk.storage.ColumnProperty
Gets the null value.
getNumber(String, String) - Method in class com.oopsclick.silk.security.Sanitize
 
getNumber(HttpServletRequest, String, String) - Method in class com.oopsclick.silk.security.Sanitize
 
getObjectPath() - Method in class com.oopsclick.silk.storage.ObjectStructure
Gets the object path.
getOnlyText(String) - Method in class com.oopsclick.silk.security.Sanitize
 
getOnlyText(HttpServletRequest, String, String) - Method in class com.oopsclick.silk.security.Sanitize
 
getOperation() - Method in class com.oopsclick.silk.dbo.DataFieldList
Gets the operation.
getOperationListItem(int) - Method in class com.oopsclick.silk.dbo.RequestObject
Gets the parameter list.
getOperationListSize() - Method in class com.oopsclick.silk.dbo.RequestObject
Return the number of items in operationList.
getOperationResult() - Method in class com.oopsclick.silk.dbo.ResponseObject
Gets the result operation.
getOrderColumn() - Method in class com.oopsclick.silk.dbo.ResponseObject
Gets the order column.
getOrderColumn() - Method in class com.oopsclick.silk.storage.ObjectStructure
Gets the order column.
getOrderList() - Method in class com.oopsclick.silk.storage.SqlCommand
 
getOrigin() - Method in class com.oopsclick.silk.storage.SqlCommand
Gets the Origin.
getParameterList() - Method in class com.oopsclick.silk.dbo.RequestObject
Gets the parameter list.
getParentTreeColumn() - Method in class com.oopsclick.silk.dbo.ResponseObject
Gets the parent link column.
getParentTreeColumn() - Method in class com.oopsclick.silk.storage.ObjectStructure
Gets the parent tree column.
getPath() - Method in class com.oopsclick.silk.storage.SqlCommand
 
getPk() - Method in class com.oopsclick.silk.storage.ColumnProperty
Gets the PK.
getPkColumn() - Method in class com.oopsclick.silk.dbo.ResponseObject
Gets the Primary Key column.
getPkColumn() - Method in class com.oopsclick.silk.storage.ObjectStructure
Gets the Primary Key column.
getPkColumn() - Method in class com.oopsclick.silk.storage.SqlCommand
Returns the alternative pkColumn.
getPkMode() - Method in class com.oopsclick.silk.storage.ObjectStructure
Gets the pk mode.
getPkSql() - Method in class com.oopsclick.silk.storage.ObjectStructure
Gets the PK SQL.
getQueryType() - Method in class com.oopsclick.silk.storage.ObjectStructure
Gets the Query Type.
getRemoteService() - Method in class com.oopsclick.silk.storage.ObjectStructure
Gets the remote service.
getRequestObject() - Method in class com.oopsclick.silk.dbo.DataProvider
Gets the request object.
getResponseObject() - Method in class com.oopsclick.silk.dbo.DataProvider
Gets the return object.
getRootTreeColumn() - Method in class com.oopsclick.silk.dbo.ResponseObject
Gets the root link column.
getRootTreeColumn() - Method in class com.oopsclick.silk.storage.ObjectStructure
Gets the root tree column.
getSavedFileName() - Method in class com.oopsclick.silk.file.FormField
Returns the saved field's name.
getSecure() - Method in class com.oopsclick.silk.dbo.DataField
Gets the secure status.
getSecure() - Method in class com.oopsclick.silk.storage.ColumnProperty
Gets the secure.
getSelectByName(String) - Method in class com.oopsclick.silk.storage.ObjectStructure
Gets the select by name.
getServiceURL() - Method in class com.oopsclick.silk.dbo.RequestObject
Gets the serviceURL.
getSilkUserID() - Method in class com.oopsclick.silk.dbo.RequestObject
Gets the silkUserID.
getSize() - Method in class com.oopsclick.silk.utils.Role
Returns the number of roles loaded in the variable.
getSqlAuthorization(int) - Method in class com.oopsclick.silk.storage.ObjectStructure
Gets the SqlAuthorization.
getSqlAuthorization(String) - Method in class com.oopsclick.silk.storage.ObjectStructure
Gets the SqlAuthorization based on the provided authorization value.
getSqlAuthorizationList() - Method in class com.oopsclick.silk.storage.ObjectStructure
Gets the sql authorization list.
getSqlName() - Method in class com.oopsclick.silk.storage.SqlCommand
Gets the SQL name.
getSqlOperationAt(int) - Method in class com.oopsclick.silk.storage.ObjectStructure
Gets the SQL operation at index position.
getSqlOperationByName(String) - Method in class com.oopsclick.silk.storage.ObjectStructure
Gets the SQL operation by name.
getSqlOperationByTrigger(String, String) - Method in class com.oopsclick.silk.storage.ObjectStructure
Gets the SQL operation by trigger values.
getSqlOperationList() - Method in class com.oopsclick.silk.storage.ObjectStructure
Gets the SQL operation list.
getSqlOperationListByName(String) - Method in class com.oopsclick.silk.storage.ObjectStructure
Gets the SQL operation list by name.
getSqlSelectList() - Method in class com.oopsclick.silk.storage.ObjectStructure
Gets the sql select list.
getSqlStatement() - Method in class com.oopsclick.silk.storage.SqlCommand
Gets the SQL Statement.
getStringItem(int, String) - Method in class com.oopsclick.silk.dbo.DataProvider
Gets the item's column from the data Array Collection at the provided index, casted to the type String.
getStringItem(int, String, String) - Method in class com.oopsclick.silk.dbo.DataProvider
Gets the item's column from the data Array Collection at the provided index, casted to the type String.
getStringItem(String) - Method in class com.oopsclick.silk.dbo.DataProvider
Gets the item's column from the data Array Collection at position 0, casted to the type String.
getStringValue(Node, String) - Method in class com.oopsclick.silk.storage.XmlUtils
Gets the attribute value as String
getStringValue(Node, String, String) - Method in class com.oopsclick.silk.storage.XmlUtils
Gets the attribute value as String
getTableName() - Method in class com.oopsclick.silk.storage.ObjectStructure
Gets the table name.
getTimeItem(int, String) - Method in class com.oopsclick.silk.dbo.DataProvider
Gets the item's column from the data Array Collection at the provided index, casted to the type Date.
getTimeItem(int, String, LocalTime) - Method in class com.oopsclick.silk.dbo.DataProvider
Gets the item's column from the data Array Collection at the provided index casted to the type Date.
getTimeItem(String) - Method in class com.oopsclick.silk.dbo.DataProvider
Gets the item's column from the data Array Collection at position 0, casted to the type Date.
getTimeStringItem(int, String) - Method in class com.oopsclick.silk.dbo.DataProvider
Gets the item's column from the data Array Collection at the provided index, formated to "yyyy-MM-dd", and casted to the type String.
getTimeStringItem(int, String, String) - Method in class com.oopsclick.silk.dbo.DataProvider
Gets the item's column from the data Array Collection at the provided index, using the provided format, and casted to the type String.
getTimeStringItem(String) - Method in class com.oopsclick.silk.dbo.DataProvider
Gets the item's column from the data Array Collection at position 0, formated to "yyyy-MM-dd", and casted to the type String.
getTimeStringItem(String, String) - Method in class com.oopsclick.silk.dbo.DataProvider
Gets the item's column from the data Array Collection at position 0, using the provided format, and casted to the type String.
getTranslation() - Method in class com.oopsclick.silk.storage.ColumnProperty
Gets the translate.
getTranslatorIn() - Method in class com.oopsclick.silk.dbo.RequestObject
Gets the translatorIn.
getTranslatorOut() - Method in class com.oopsclick.silk.dbo.RequestObject
Gets the translatorOut.
getTriggerAction() - Method in class com.oopsclick.silk.storage.SqlCommand
Returns the name of the trigger action.
getTriggerWhen() - Method in class com.oopsclick.silk.storage.SqlCommand
Returns the trigger when event.
getType() - Method in class com.oopsclick.silk.dbo.DataField
Gets the type class.
getType() - Method in class com.oopsclick.silk.storage.ColumnProperty
Gets the type.
getUpdateAuhorization() - Method in class com.oopsclick.silk.storage.ColumnProperty
Gets updateAuthorization
getUpdateAuthorization() - Method in class com.oopsclick.silk.storage.ObjectStructure
Gets updateAuthorization
getValidation() - Method in class com.oopsclick.silk.storage.ColumnProperty
Gets the validation.
getValue() - Method in class com.oopsclick.silk.dbo.DataField
Gets the value object.
getValue() - Method in class com.oopsclick.silk.file.FormField
Returns the field's value.
getValueToString() - Method in class com.oopsclick.silk.dbo.DataField
Gets the value object cast to a String
getVariable() - Method in class com.oopsclick.silk.utils.Role
Return the session variable used to store the roles
getWhereList() - Method in class com.oopsclick.silk.storage.SqlCommand
 
A B C D E F G H I L O P R S T U V W X 
All Classes All Packages