A B C D E F G H I L O P R S T U V W X
All Classes All Packages
All Classes All Packages
All Classes All Packages
S
- Sanitize - Class in com.oopsclick.silk.security
- Sanitize() - Constructor for class com.oopsclick.silk.security.Sanitize
- saveFile(String) - Method in class com.oopsclick.silk.file.FormField
-
Saves the file stream to a folder using the uploaded file's name.
- saveFile(String, String) - Method in class com.oopsclick.silk.file.FormField
-
Saves the file stream to a folder using the provided file's name.
- secure - Variable in class com.oopsclick.silk.dbo.DataField
-
Stores the secure status determining if the stored value is encrypted and has to be decrypted before submission to the database.
- select() - Method in class com.oopsclick.silk.dbo.DataProvider
-
Executes the SELECT action using the "default" select's name.
- select(String) - Method in class com.oopsclick.silk.dbo.DataProvider
-
Executes the SELECT action using the provided select's name.
- set() - Method in class com.oopsclick.silk.utils.Role
-
Saves the variable's roles into the HTTP session.
- set(int) - Method in class com.oopsclick.silk.dbo.FolderOperation
-
Executes INSERT, UPDATE and DELETE operation base on the requested action.
- set(int) - Method in class com.oopsclick.silk.dbo.SqlOperation
-
Executes INSERT, UPDATE, DELETE, EXEC operation base on the requested action.
- set(DataField) - Method in class com.oopsclick.silk.dbo.DataFieldList
-
Set the DataField from another DataField
- set(ObjectStructure, RequestObject, ResponseObject) - Method in class com.oopsclick.silk.dbo.SqlController
-
The set method executes INSERT, UPDATE or DELETE
- set(String) - Method in class com.oopsclick.silk.dbo.DataFieldList
-
Sets the DataField with field and null value.
- set(String, Object) - Method in class com.oopsclick.silk.dbo.DataFieldList
-
Sets the DataField with column, value, and default type as "S"
- set(String, Object, Class<?>, int) - Method in class com.oopsclick.silk.dbo.DataFieldList
-
Sets the Data Value with column, value, and data type.
- setAction(String) - Method in class com.oopsclick.silk.dbo.DataFieldList
-
Sets the action.
- setApplicationContext(ApplicationContext) - Static method in class com.oopsclick.silk.context.AppContext
-
Injected from the class "ApplicationContextProvider" which is automatically loaded during Spring-Initialization.
- setApplicationContext(ApplicationContext) - Method in class com.oopsclick.silk.context.ApplicationContextProvider
- setAuthorization(String) - Method in class com.oopsclick.silk.storage.ColumnProperty
-
Sets the insertAuthorization and updateAuthorization
- setAuthorization(String) - Method in class com.oopsclick.silk.storage.ObjectStructure
-
Sets the authorization
- setAuthorization(String) - Method in class com.oopsclick.silk.storage.SqlCommand
-
Sets the authorization
- setAuthorizationList(String) - Method in class com.oopsclick.silk.dbo.DataProvider
-
Set the authorizationList
- setAuthorizationList(String) - Method in class com.oopsclick.silk.dbo.RequestObject
-
Sets the authorization list.
- setColumn(String) - Method in class com.oopsclick.silk.dbo.DataField
-
Sets the column name.
- setColumnList(List<ColumnProperty>) - Method in class com.oopsclick.silk.storage.ObjectStructure
-
Column.
- setData(List<Map<String, Object>>) - Method in class com.oopsclick.silk.dbo.ResponseObject
-
Sets the data.
- setDatabaseName(String) - Method in class com.oopsclick.silk.dbo.RequestObject
-
Sets the databaseName.
- setDebugLevel(int) - Method in class com.oopsclick.silk.dbo.RequestObject
-
Sets the debug level.
- setDeleteAuthorization(String) - Method in class com.oopsclick.silk.storage.ObjectStructure
-
Sets the deleteAuthorization
- setFunction(String) - Method in class com.oopsclick.silk.storage.ColumnProperty
-
Sets the function.
- setFunctionInsert(String) - Method in class com.oopsclick.silk.storage.ColumnProperty
-
Sets the function insert.
- setFunctionUpdate(String) - Method in class com.oopsclick.silk.storage.ColumnProperty
-
Sets the function update.
- setInsertAuthorization(String) - Method in class com.oopsclick.silk.storage.ColumnProperty
-
Sets the insertAuthorization
- setInsertAuthorization(String) - Method in class com.oopsclick.silk.storage.ObjectStructure
-
Sets the insertAuthorization
- setJSONString(String) - Method in class com.oopsclick.silk.dbo.RequestObject
-
Sets the requestObject from a JSON string.
- setJSONString(String, HttpSession) - Method in class com.oopsclick.silk.dbo.RequestObject
-
Sets the requestObject from a JSON string.
- setKey(String) - Method in class com.oopsclick.silk.security.Crypt
- setLangID(String) - Method in class com.oopsclick.silk.dbo.DataProvider
-
Set the language
- setLangID(String) - Method in class com.oopsclick.silk.dbo.RequestObject
-
Sets the langID.
- setLastModified(Long) - Method in class com.oopsclick.silk.storage.ObjectStructure
-
Sets the last modified date in milliseconds
- setLevelTreeColumn(String) - Method in class com.oopsclick.silk.dbo.ResponseObject
-
Sets the level control column.
- setLevelTreeColumn(String) - Method in class com.oopsclick.silk.storage.ObjectStructure
-
Sets the level tree column.
- setName(String) - Method in class com.oopsclick.silk.storage.ColumnProperty
-
Sets the column's name.
- setNullValue(String) - Method in class com.oopsclick.silk.storage.ColumnProperty
-
Sets the null value.
- setObjectPath(String) - Method in class com.oopsclick.silk.storage.ObjectStructure
-
Sets the object path.
- setOperation(String) - Method in class com.oopsclick.silk.dbo.DataFieldList
-
Sets the operation.
- setOperationAction(int, String) - Method in class com.oopsclick.silk.dbo.DataProvider
-
Sets the operation item action at the operation list index position.
- setOperationItem(int, String, Object) - Method in class com.oopsclick.silk.dbo.DataProvider
-
Sets the operation item at the operation list index position.
- setOperationItem(String, Object) - Method in class com.oopsclick.silk.dbo.DataProvider
-
Sets the operation item for a single operation item.
- setOperationResult(int) - Method in class com.oopsclick.silk.dbo.ResponseObject
-
Set the result operation.
- setOrderColumn(String) - Method in class com.oopsclick.silk.dbo.ResponseObject
-
Sets the order column.
- setOrderColumn(String) - Method in class com.oopsclick.silk.storage.ObjectStructure
-
Sets the order column.
- setOrigin(int) - Method in class com.oopsclick.silk.storage.SqlCommand
-
Sets the SQL name.
- setParameter(String, Object) - Method in class com.oopsclick.silk.dbo.DataProvider
-
Sets the parameter information setting the type based on the value object's class with secure as false.
- setParameter(String, Object, int) - Method in class com.oopsclick.silk.dbo.DataProvider
-
Sets the parameter information setting the type based on the value object's class.
- setParameter(String, Object, Class<?>) - Method in class com.oopsclick.silk.dbo.DataProvider
-
Sets the parameter information with secure as false;
- setParameter(String, Object, Class<?>, int) - Method in class com.oopsclick.silk.dbo.DataProvider
-
Sets the parameter information.
- setParentTreeColumn(String) - Method in class com.oopsclick.silk.dbo.ResponseObject
-
Sets the parent link column.
- setParentTreeColumn(String) - Method in class com.oopsclick.silk.storage.ObjectStructure
-
Sets the parent tree column.
- setPassword(String) - Method in class com.oopsclick.silk.security.CustomDataSource
- setPk(boolean) - Method in class com.oopsclick.silk.storage.ColumnProperty
-
Sets the PK.
- setPkColumn(String) - Method in class com.oopsclick.silk.dbo.ResponseObject
-
Sets the Primary Key column.
- setPkColumn(String) - Method in class com.oopsclick.silk.storage.ObjectStructure
-
Sets the Primary Key column.
- setPkColumn(String) - Method in class com.oopsclick.silk.storage.SqlCommand
-
Returns the alternative pkColumn.
- setPkMode(String) - Method in class com.oopsclick.silk.storage.ObjectStructure
-
Sets the pk mode.
- setPkSql(SqlCommand) - Method in class com.oopsclick.silk.storage.ObjectStructure
-
Sets the PK SQL.
- setQueryType(String) - Method in class com.oopsclick.silk.storage.ObjectStructure
-
Sets the Query Type.
- setRemoteService(String) - Method in class com.oopsclick.silk.storage.ObjectStructure
-
Sets the remote service.
- setReportZeroResult(Boolean) - Method in class com.oopsclick.silk.storage.SqlCommand
-
Sets if a zero result exceptions will be reported.
- setRequestObject(RequestObject) - Method in class com.oopsclick.silk.dbo.DataProvider
-
Sets the request object.
- setResponseObject(ResponseObject) - Method in class com.oopsclick.silk.dbo.DataProvider
-
Sets the return object.
- setRights(String) - Method in class com.oopsclick.silk.dbo.RequestObject
-
Sets the rights.
- setRootTreeColumn(String) - Method in class com.oopsclick.silk.dbo.ResponseObject
-
Sets the root link column.
- setRootTreeColumn(String) - Method in class com.oopsclick.silk.storage.ObjectStructure
-
Sets the root tree column.
- setSecure(int) - Method in class com.oopsclick.silk.dbo.DataField
-
Sets the secure status.
- setSecure(String) - Method in class com.oopsclick.silk.storage.ColumnProperty
-
Sets the secure.
- setServiceURL(String) - Method in class com.oopsclick.silk.dbo.RequestObject
-
Sets the serviceURL.
- setServletContext(ServletContext) - Method in class com.oopsclick.silk.storage.ObjectLoader
-
Set servlet context to extract the application path;
- setSession(HttpSession) - Method in class com.oopsclick.silk.dbo.DataProvider
-
Sets the session attributes if necessary
- setSilkUserID(String) - Method in class com.oopsclick.silk.dbo.RequestObject
-
Sets the silkUserID.
- setSqlAuthorizationList(List<SqlCommand>) - Method in class com.oopsclick.silk.storage.ObjectStructure
-
Sets Authorization List.
- setSqlName(String) - Method in class com.oopsclick.silk.storage.SqlCommand
-
Sets the SQL name.
- setSqlOperationList(SqlCommand) - Method in class com.oopsclick.silk.storage.ObjectStructure
-
Set the SQL operation list.
- setSqlOperationList(List<SqlCommand>) - Method in class com.oopsclick.silk.storage.ObjectStructure
-
SQL Operations.
- setSqlSelectList(List<SqlCommand>) - Method in class com.oopsclick.silk.storage.ObjectStructure
-
Selects.
- setSqlStatement(String) - Method in class com.oopsclick.silk.storage.SqlCommand
-
Receives the SQL Command and parses it for parameters.
- setTableName(String) - Method in class com.oopsclick.silk.storage.ObjectStructure
-
Sets the table name.
- setTranslation(String) - Method in class com.oopsclick.silk.storage.ColumnProperty
-
Sets the translate.
- setTranslatorIn(String) - Method in class com.oopsclick.silk.dbo.RequestObject
-
Sets the translatorIn.
- setTranslatorIn(String) - Method in class com.oopsclick.silk.dbo.SqlController
-
Set the function use to store translation.
- setTranslatorOut(String) - Method in class com.oopsclick.silk.dbo.RequestObject
-
Sets the translatorOut.
- setTranslatorOut(String) - Method in class com.oopsclick.silk.dbo.SqlController
-
Set the function to get translation Load from applicationContext.xml
- setTriggerAction(String) - Method in class com.oopsclick.silk.storage.SqlCommand
-
Sets the trigger action value.
- setTriggerWhen(String) - Method in class com.oopsclick.silk.storage.SqlCommand
-
Sets the trigger when event.
- setType(Class<?>) - Method in class com.oopsclick.silk.dbo.DataField
-
Sets the type class.
- setType(Class<?>) - Method in class com.oopsclick.silk.storage.ColumnProperty
-
Sets the type using a Class type
- setType(String) - Method in class com.oopsclick.silk.storage.ColumnProperty
-
Sets the type using a String descriptor S : String.class N : Double.class I : Integer.class D : LocalDateTime.class T : LocalTime.class P : Password.class
- setUpdateAuthorization(String) - Method in class com.oopsclick.silk.storage.ColumnProperty
-
Sets the updateAuthorization
- setUpdateAuthorization(String) - Method in class com.oopsclick.silk.storage.ObjectStructure
-
Sets the updateAuthorization
- setValidation(String) - Method in class com.oopsclick.silk.storage.ColumnProperty
-
Sets the validation.
- setValue(Object) - Method in class com.oopsclick.silk.dbo.DataField
-
Sets the value object.
- SilkException - Exception in com.oopsclick.silk.utils
- SilkException(String) - Constructor for exception com.oopsclick.silk.utils.SilkException
- simpleDecoder(String) - Method in class com.oopsclick.silk.security.Crypt
- simpleEncoder(String) - Method in class com.oopsclick.silk.security.Crypt
- size() - Method in class com.oopsclick.silk.dbo.DataFieldList
-
Data list size.
- size() - Method in class com.oopsclick.silk.dbo.DataProvider
-
Returns the number of element in the data Array Collection.
- size() - Method in class com.oopsclick.silk.file.Uploaded
-
Return the number of items recovered from the data form.
- sqlAuthorizationListSize() - Method in class com.oopsclick.silk.storage.ObjectStructure
-
sqlAuthorization list length.
- SqlCommand - Class in com.oopsclick.silk.storage
-
The SqlCommand object stores information related to an SQL command defined on the ORM file.
- SqlCommand() - Constructor for class com.oopsclick.silk.storage.SqlCommand
-
SqlCommand constructor.
- SqlController - Class in com.oopsclick.silk.dbo
-
The SqlController class is used as a JAVA bean.
- SqlController() - Constructor for class com.oopsclick.silk.dbo.SqlController
- SqlOperation - Class in com.oopsclick.silk.dbo
-
The SqlCommand object stores information related to an SQL command defined on the ORM file.
- SqlOperation(NamedParameterJdbcTemplate, ObjectStructure, RequestObject, ResponseObject, HttpSession) - Constructor for class com.oopsclick.silk.dbo.SqlOperation
-
SqlOperation Constructor
- stringToDom(String) - Static method in class com.oopsclick.silk.http.HttpConnectionClient
All Classes All Packages