Class AccountEndpoint
java.lang.Object
com.maplander.backend.controller.endpoint.mlsuniversal.AccountEndpoint
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionaddUserInChat(String chatId, Long userId) createLevelMLSU(MlsAccountInfo accountInfo) deleteAccount(Long userId) deleteUserFromChat(String chatId, Long userId) enableOrDisableLevelMLSU(Long levelId, Long userId, MLSPermissionsRolEnum role, boolean status) generateToken(String userName, String userLastName, Long levelId, Long permissionId, Long propertyId) getMLSAccount(Long userId) getMLSAccountByEmail(String email) static List<PermissionLevelMlsU> getPermissionLevelList(Long userId) getUsersInChat(String chatId) listAgendaMLSU(FullPermissionLevel permissionLevels) listLevelsMLSUByLevel(MLSLevelEnum level, Long refId, Integer limit, String cursor) updateMLSAccount(AccountMlsU account) 
- 
Constructor Details- 
AccountEndpointpublic AccountEndpoint()
 
- 
- 
Method Details- 
logIn
- 
createLevelMLSU
- 
generateTokenpublic EntityResponse<LevelTokenMlsU> generateToken(String userName, String userLastName, Long levelId, Long permissionId, Long propertyId) 
- 
getMLSAccountByEmail
- 
getMLSAccount
- 
updateMLSAccount
- 
listLevelsMLSUByLevelpublic EntityCollectionResponse<LevelMlsU> listLevelsMLSUByLevel(MLSLevelEnum level, Long refId, Integer limit, String cursor) 
- 
enableOrDisableLevelMLSUpublic DefaultResponse enableOrDisableLevelMLSU(Long levelId, Long userId, MLSPermissionsRolEnum role, boolean status) 
- 
deleteAccount
- 
listAgendaMLSU
- 
addUserInChat
- 
getUsersInChat
- 
getChat
- 
deleteUserFromChat
- 
getPermissionLevelList
 
-