Uses of Class
com.maplander.backend.model.manage.mlsuniversal.LevelMlsU
Packages that use LevelMlsU
Package
Description
-
Uses of LevelMlsU in com.maplander.backend.controller.endpoint.mlsuniversal
Methods in com.maplander.backend.controller.endpoint.mlsuniversal that return types with arguments of type LevelMlsUModifier and TypeMethodDescriptionAccountEndpoint.listLevelsMLSUByLevel
(MLSLevelEnum level, Long refId, Integer limit, String cursor) -
Uses of LevelMlsU in com.maplander.backend.dao.manage.mlsuniversal
Fields in com.maplander.backend.dao.manage.mlsuniversal with type parameters of type LevelMlsUMethods in com.maplander.backend.dao.manage.mlsuniversal that return LevelMlsUMethods in com.maplander.backend.dao.manage.mlsuniversal that return types with arguments of type LevelMlsUModifier and TypeMethodDescriptionstatic com.google.api.server.spi.response.CollectionResponse
<LevelMlsU> LevelMlsUDAO.listByLevel
(MLSLevelEnum level, Integer limit, String cursor, Long time) static com.google.api.server.spi.response.CollectionResponse
<LevelMlsU> LevelMlsUDAO.listByLevelAndRefId
(MLSLevelEnum level, Long refId, Integer limit, String cursor, Long time) LevelMlsUDAO.listByPrevRefIdAndRefId
(Long prevRefId, Long refId) LevelMlsUDAO.listByRefId
(Long refId) Methods in com.maplander.backend.dao.manage.mlsuniversal with parameters of type LevelMlsUModifier and TypeMethodDescriptionstatic Long
LevelMlsUDAO.saveAndReturnId
(LevelMlsU levelMlsUniversal) static void
LevelMlsUDAO.saveNotSafe
(LevelMlsU levelMlsUniversal) -
Uses of LevelMlsU in com.maplander.backend.model.manage.mlsuniversal
Constructors in com.maplander.backend.model.manage.mlsuniversal with parameters of type LevelMlsUModifierConstructorDescriptionPermissionMlsU
(LevelMlsU level, Long userId, MLSPermissionsRolEnum role) -
Uses of LevelMlsU in com.maplander.backend.model.manage.mlsuniversal.complex
Methods in com.maplander.backend.model.manage.mlsuniversal.complex that return LevelMlsUModifier and TypeMethodDescriptionAgendaMLSU.getLevelMlsU()
LevelTokenMlsU.getLevelMlsU()
PermissionLevelMlsU.getLevelMlsU()
Methods in com.maplander.backend.model.manage.mlsuniversal.complex with parameters of type LevelMlsUModifier and TypeMethodDescriptionvoid
AgendaMLSU.setLevelMlsU
(LevelMlsU levelMlsU) void
LevelTokenMlsU.setLevelMlsU
(LevelMlsU levelMlsU) void
PermissionLevelMlsU.setLevelMlsU
(LevelMlsU levelMlsU) Constructors in com.maplander.backend.model.manage.mlsuniversal.complex with parameters of type LevelMlsUModifierConstructorDescriptionLevelTokenMlsU
(LevelMlsU levelMlsU, String token) PermissionLevelMlsU
(LevelMlsU levelMlsU, PermissionMlsU permissionMlsU)