CustomLinksService
The CustomLinksService class is useful to manage all the CustomRefyLink database operations
Author
N7ghtm4r3 - Tecknobit
See also
Properties
Functions
Link copied to clipboard
protected open fun batchDelete(table: String, values: Collection<out Any>, columns: Array<@NotNull String>)
Link copied to clipboard
protected open fun <V> batchInsert(command: EquinoxItemsHelper.InsertCommand, table: String, batchQuery: EquinoxItemsHelper.BatchQuery<V>)
Link copied to clipboard
Link copied to clipboard
Method to delete a link
Link copied to clipboard
Link copied to clipboard
Method to find a custom link by its identifier
Link copied to clipboard
Method used to get an item if the user is authorized
Link copied to clipboard
open fun getUserCustomLinks(userId: String, page: Int, pageSize: Int, keywords: Set<String>): PaginatedResponse<CustomRefyLink>
Method to get all the user's custom links