Class AccountEndpoint
java.lang.Object
com.maplander.backend.controller.endpoint.mlsuniversal.AccountEndpoint
-
Constructor Summary
Constructors -
Method Summary
Modifier 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
-
AccountEndpoint
public AccountEndpoint()
-
-
Method Details
-
logIn
-
createLevelMLSU
-
generateToken
public EntityResponse<LevelTokenMlsU> generateToken(String userName, String userLastName, Long levelId, Long permissionId, Long propertyId) -
getMLSAccountByEmail
-
getMLSAccount
-
updateMLSAccount
-
listLevelsMLSUByLevel
public EntityCollectionResponse<LevelMlsU> listLevelsMLSUByLevel(MLSLevelEnum level, Long refId, Integer limit, String cursor) -
enableOrDisableLevelMLSU
public DefaultResponse enableOrDisableLevelMLSU(Long levelId, Long userId, MLSPermissionsRolEnum role, boolean status) -
deleteAccount
-
listAgendaMLSU
-
addUserInChat
-
getUsersInChat
-
getChat
-
deleteUserFromChat
-
getPermissionLevelList
-