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.clazzMethods 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 voidPermisUserMlsUniversalDAO.saveNotSafe(PermisUserMlsUniversal permisUserMlsUniversal) Method parameters in com.maplander.backend.dao.manage.mlsuniversal with type arguments of type PermisUserMlsUniversalModifier and TypeMethodDescriptionstatic voidPermisUserMlsUniversalDAO.deleteAll(List<PermisUserMlsUniversal> permisList) static voidPermisUserMlsUniversalDAO.saveAll(List<PermisUserMlsUniversal> records)