Uses of Class
org.apache.openmeetings.db.entity.label.StringLabel
Packages that use StringLabel
-
Uses of StringLabel in org.apache.openmeetings.db.dao.label
Methods in org.apache.openmeetings.db.dao.label that return StringLabelModifier and TypeMethodDescriptionLabelDao.get
(long id) static StringLabel
LabelDao.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 void
LabelDao.delete
(Locale l, StringLabel entity) void
LabelDao.delete
(StringLabel entity, Long userId) static StringLabel
LabelDao.update
(Locale l, StringLabel entity) LabelDao.update
(StringLabel entity, Long userId) -
Uses of StringLabel in org.apache.openmeetings.db.entity.label
Constructors in org.apache.openmeetings.db.entity.label with parameters of type StringLabel