Package | Description |
---|---|
org.apache.openmeetings.db.dao.label | |
org.apache.openmeetings.db.entity.label |
Modifier and Type | Field and Description |
---|---|
static ConcurrentHashMap<Locale,List<StringLabel>> |
LabelDao.labelCache |
Modifier and Type | Method and Description |
---|---|
StringLabel |
LabelDao.get(Long id) |
StringLabel |
LabelDao.update(Locale l,
StringLabel entity) |
StringLabel |
LabelDao.update(StringLabel entity,
Long userId) |
Modifier and Type | Method and Description |
---|---|
List<StringLabel> |
LabelDao.get(int start,
int count) |
List<StringLabel> |
LabelDao.get(Locale l,
String search,
int start,
int count,
org.apache.wicket.extensions.markup.html.repeater.util.SortParam<String> sort) |
List<StringLabel> |
LabelDao.get(String search,
int start,
int count,
String order) |
Modifier and Type | Method and Description |
---|---|
void |
LabelDao.delete(Locale l,
StringLabel entity) |
void |
LabelDao.delete(StringLabel entity,
Long userId) |
StringLabel |
LabelDao.update(Locale l,
StringLabel entity) |
StringLabel |
LabelDao.update(StringLabel entity,
Long userId) |
Constructor and Description |
---|
StringLabel(StringLabel l) |
Copyright © 2012–2016 Apache Software Foundation. All rights reserved.