RefyUsersService
The RefyUsersService class is useful to manage all the Refy's user database operations
Author
N7ghtm4r3 - Tecknobit
See also
EquinoxUsersService
ResourcesManager
Constructors
Link copied to clipboard
@Autowired
Constructor used to init the EquinoxUsersService service
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
collectionsRepository instance for the collections repositoryLink copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
teamsRepository instance for the teams repositoryLink copied to clipboard
Link copied to clipboard
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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Method to change the tag name of the RefyUser
Link copied to clipboard
Link copied to clipboard
open fun createResource(resource: MultipartFile, resourcesDirectory: String, resourceId: String): String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Method used to get the dynamic data of the user to correctly update in all the devices where the user is connected
Link copied to clipboard
Link copied to clipboard
open fun getPotentialMembers(userId: String, page: Int, pageSize: Int): PaginatedResponse<Team.RefyTeamMember>
Method to get the potential members for a team
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard