Uses of Class
com.maplander.backend.model.manage.mlsuniversal.PermisUserMlsUniversal
Packages that use PermisUserMlsUniversal
-
Uses of PermisUserMlsUniversal in com.maplander.backend.dao.manage.mlsuniversal
Fields in com.maplander.backend.dao.manage.mlsuniversal with type parameters of type PermisUserMlsUniversalModifier and TypeFieldDescriptionstatic final Class
<PermisUserMlsUniversal> PermisUserMlsUniversalDAO.clazz
Methods in com.maplander.backend.dao.manage.mlsuniversal that return types with arguments of type PermisUserMlsUniversalModifier and TypeMethodDescriptionstatic List
<PermisUserMlsUniversal> PermisUserMlsUniversalDAO.listByOfficeId
(Long officeId) static List
<PermisUserMlsUniversal> PermisUserMlsUniversalDAO.listByParentId
(Long parentId) Methods in com.maplander.backend.dao.manage.mlsuniversal with parameters of type PermisUserMlsUniversalModifier and TypeMethodDescriptionstatic void
PermisUserMlsUniversalDAO.saveNotSafe
(PermisUserMlsUniversal permisUserMlsUniversal) Method parameters in com.maplander.backend.dao.manage.mlsuniversal with type arguments of type PermisUserMlsUniversalModifier and TypeMethodDescriptionstatic void
PermisUserMlsUniversalDAO.deleteAll
(List<PermisUserMlsUniversal> permisList) static void
PermisUserMlsUniversalDAO.saveAll
(List<PermisUserMlsUniversal> records)