Uses of Class
org.apache.openmeetings.db.entity.label.StringLabel
Packages that use StringLabel
- 
Uses of StringLabel in org.apache.openmeetings.db.dao.labelMethods in org.apache.openmeetings.db.dao.label that return StringLabelModifier and TypeMethodDescriptionLabelDao.get(long id) static StringLabelLabelDao.update(Locale l, StringLabel entity) LabelDao.update(StringLabel entity, Long userId) Methods in org.apache.openmeetings.db.dao.label that return types with arguments of type StringLabelModifier and TypeMethodDescriptionLabelDao.get(long start, long count) LabelDao.get(String search, long start, long count, org.apache.wicket.extensions.markup.html.repeater.util.SortParam<String> order) static List<StringLabel>LabelDao.get(Locale l, String search, long start, long count, org.apache.wicket.extensions.markup.html.repeater.util.SortParam<String> sort) Methods in org.apache.openmeetings.db.dao.label with parameters of type StringLabelModifier and TypeMethodDescriptionstatic voidLabelDao.delete(Locale l, StringLabel entity) voidLabelDao.delete(StringLabel entity, Long userId) static StringLabelLabelDao.update(Locale l, StringLabel entity) LabelDao.update(StringLabel entity, Long userId) 
- 
Uses of StringLabel in org.apache.openmeetings.db.entity.labelConstructors in org.apache.openmeetings.db.entity.label with parameters of type StringLabel