Uses of Class
com.oopsclick.silk.storage.ObjectStructure
-
Packages that use ObjectStructure Package Description com.oopsclick.silk.dbo com.oopsclick.silk.storage -
-
Uses of ObjectStructure in com.oopsclick.silk.dbo
Methods in com.oopsclick.silk.dbo with parameters of type ObjectStructure Modifier and Type Method Description ResponseObject
SqlController. exec(ObjectStructure objectStructure, RequestObject requestObject, ResponseObject responseObject)
exec operation.ResponseObject
SqlController. get(ObjectStructure objectStructure, RequestObject requestObject, ResponseObject responseObject, javax.servlet.http.HttpSession session)
The get method executes the SELECT operation in the database.ResponseObject
SqlController. set(ObjectStructure objectStructure, RequestObject requestObject, ResponseObject responseObject)
The set method executes INSERT, UPDATE or DELETEConstructors in com.oopsclick.silk.dbo with parameters of type ObjectStructure Constructor Description FolderOperation(ObjectStructure objectStructure, RequestObject requestObject, ResponseObject responseObject)
FileOperation ConstructorSqlOperation(org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate jdbcTemplate, ObjectStructure objectStructure, RequestObject requestObject, ResponseObject responseObject, javax.servlet.http.HttpSession session)
SqlOperation Constructor -
Uses of ObjectStructure in com.oopsclick.silk.storage
Methods in com.oopsclick.silk.storage that return ObjectStructure Modifier and Type Method Description ObjectStructure
ObjectStorage. get(java.lang.String path)
Gets an objectStructure from the storageObjectStructure
ObjectLoader. loadObject(java.lang.String ormFileLocation)
Loads the .orm file based on its ormFileLocation.Methods in com.oopsclick.silk.storage with parameters of type ObjectStructure Modifier and Type Method Description void
ObjectStorage. put(java.lang.String path, ObjectStructure objectStructure)
Adds an objectStructure to the storage.
-