Uses of Class
org.apache.openmeetings.db.entity.basic.Configuration
Packages that use Configuration
-
Uses of Configuration in org.apache.openmeetings.db.dao.basic
Methods in org.apache.openmeetings.db.dao.basic that return ConfigurationModifier and TypeMethodDescriptionRetrieves Configuration regardless of its deleted statusConfigurationDao.update
(Configuration entity, Long userId) ConfigurationDao.update
(Configuration entity, Long userId, boolean deleted) Methods in org.apache.openmeetings.db.dao.basic that return types with arguments of type ConfigurationModifier and TypeMethodDescriptionConfigurationDao.get
(long start, long count) ConfigurationDao.get
(String search, long start, long count, org.apache.wicket.extensions.markup.html.repeater.util.SortParam<String> sort) Methods in org.apache.openmeetings.db.dao.basic with parameters of type ConfigurationModifier and TypeMethodDescriptionvoid
ConfigurationDao.delete
(Configuration entity, Long userId) ConfigurationDao.update
(Configuration entity, Long userId) ConfigurationDao.update
(Configuration entity, Long userId, boolean deleted)