Uses of Class
com.oopsclick.silk.utils.SilkException
-
Packages that use SilkException Package Description com.oopsclick.silk.dbo com.oopsclick.silk.storage -
-
Uses of SilkException in com.oopsclick.silk.dbo
Methods in com.oopsclick.silk.dbo that throw SilkException Modifier and Type Method Description intSqlOperation. authorization(java.lang.String name)Executes AuthorizationintDataProvider. batch()Executes the BATCH action.intDataProvider. delete()Executes the DELETE action.intDataProvider. exec(java.lang.String operationName)Executes the operation identify by the name providedResponseObjectFolderOperation. exec()ResponseObjectSqlController. exec(ObjectStructure objectStructure, RequestObject requestObject, ResponseObject responseObject)exec operation.ResponseObjectFolderOperation. get()Executes Select operationResponseObjectSqlController. get(ObjectStructure objectStructure, RequestObject requestObject, ResponseObject responseObject, javax.servlet.http.HttpSession session)The get method executes the SELECT operation in the database.ResponseObjectSqlOperation. get()Executes Select operationintDataProvider. insert()Executes the INSERT action.intDataProvider. select()Executes the SELECT action using the "default" select's name.intDataProvider. select(java.lang.String selectName)Executes the SELECT action using the provided select's name.ResponseObjectFolderOperation. set(int index)Executes INSERT, UPDATE and DELETE operation base on the requested action.ResponseObjectSqlController. set(ObjectStructure objectStructure, RequestObject requestObject, ResponseObject responseObject)The set method executes INSERT, UPDATE or DELETEResponseObjectSqlOperation. set(int index)Executes INSERT, UPDATE, DELETE, EXEC operation base on the requested action.voidRequestObject. setJSONString(java.lang.String jsonString)Sets the requestObject from a JSON string.voidRequestObject. setJSONString(java.lang.String jsonString, javax.servlet.http.HttpSession session)Sets the requestObject from a JSON string.intSqlOperation. trigger(java.lang.String action, java.lang.String when)Executes trigger operation base on the action and when provided.intDataProvider. update()Executes the UPDATE action.Constructors in com.oopsclick.silk.dbo that throw SilkException Constructor Description DataProvider(java.lang.String ormFileLocation)Instantiates a new data provider using the ormFileLocationDataProvider(java.lang.String ormFileLocation, int debugLevel)Instantiates a new data provider.DataProvider(java.lang.String ormFileLocation, int debugLevel, javax.servlet.http.HttpSession session)Instantiates a new data provider.DataProvider(java.lang.String ormFileLocation, RequestObject requestObject)Instantiates a new data provider.DataProvider(java.lang.String ormFileLocation, RequestObject requestObject, ResponseObject responseObject, int debugLevel, javax.servlet.http.HttpSession session)Instantiates a new data provider.DataProvider(java.lang.String ormFileLocation, RequestObject requestObject, javax.servlet.http.HttpSession session)Instantiates a new data provider.DataProvider(java.lang.String ormFileLocation, javax.servlet.http.HttpSession session)Instantiates a new data provider. -
Uses of SilkException in com.oopsclick.silk.storage
Methods in com.oopsclick.silk.storage that throw SilkException Modifier and Type Method Description java.lang.Class<?>ObjectStructure. getColumnType(java.lang.String name)Gets the column type.java.lang.StringObjectStructure. getLevelTreeColumn()Gets the level tree column.java.lang.StringObjectStructure. getOrderColumn()Gets the order column.java.lang.StringObjectStructure. getParentTreeColumn()Gets the parent tree column.java.lang.StringObjectStructure. getPkColumn()Gets the Primary Key column.SqlCommandObjectStructure. getPkSql()Gets the PK SQL.java.lang.StringObjectStructure. getRootTreeColumn()Gets the root tree column.java.lang.StringObjectStructure. getTableName()Gets the table name.java.lang.Class<?>ColumnProperty. getType()Gets the type.ObjectStructureObjectLoader. loadObject(java.lang.String ormFileLocation)Loads the .orm file based on its ormFileLocation.voidColumnProperty. setAuthorization(java.lang.String authorization)Sets the insertAuthorization and updateAuthorizationvoidObjectStructure. setAuthorization(java.lang.String authorization)Sets the authorizationvoidSqlCommand. setAuthorization(java.lang.String authorization)Sets the authorizationvoidObjectStructure. setDeleteAuthorization(java.lang.String authorization)Sets the deleteAuthorizationvoidColumnProperty. setInsertAuthorization(java.lang.String authorization)Sets the insertAuthorizationvoidObjectStructure. setInsertAuthorization(java.lang.String authorization)Sets the insertAuthorizationvoidObjectStructure. setPkSql(SqlCommand pkSql)Sets the PK SQL.voidSqlCommand. setSqlStatement(java.lang.String sqlStatement)Receives the SQL Command and parses it for parameters.voidColumnProperty. setTranslation(java.lang.String translation)Sets the translate.voidSqlCommand. setTriggerAction(java.lang.String triggerAction)Sets the trigger action value.voidSqlCommand. setTriggerWhen(java.lang.String triggerWhen)Sets the trigger when event.voidColumnProperty. setType(java.lang.Class<?> type)Sets the type using a Class typevoidColumnProperty. setType(java.lang.String type)Sets the type using a String descriptor S : String.class N : Double.class I : Integer.class D : LocalDateTime.class T : LocalTime.class P : Password.classvoidColumnProperty. setUpdateAuthorization(java.lang.String authorization)Sets the updateAuthorizationvoidObjectStructure. setUpdateAuthorization(java.lang.String authorization)Sets the updateAuthorization
-