Uses of Class
org.apache.openmeetings.db.entity.label.StringLabel
-
Packages that use StringLabel Package Description org.apache.openmeetings.db.dao.label org.apache.openmeetings.db.entity.label -
-
Uses of StringLabel in org.apache.openmeetings.db.dao.label
Methods in org.apache.openmeetings.db.dao.label that return StringLabel Modifier and Type Method Description StringLabelLabelDao. get(long id)StringLabelLabelDao. get(Long id)static StringLabelLabelDao. update(Locale l, StringLabel entity)StringLabelLabelDao. update(StringLabel entity, Long userId)Methods in org.apache.openmeetings.db.dao.label that return types with arguments of type StringLabel Modifier and Type Method Description List<StringLabel>LabelDao. get(long start, long count)List<StringLabel>LabelDao. get(String search, long start, long count, 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 StringLabel Modifier and Type Method Description static voidLabelDao. delete(Locale l, StringLabel entity)voidLabelDao. delete(StringLabel entity, Long userId)static StringLabelLabelDao. update(Locale l, StringLabel entity)StringLabelLabelDao. 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 Constructor Description StringLabel(StringLabel l)
-