|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DynamicValue | |
|---|---|
| com.silverpeas.wysiwyg.dynamicvalue.dao | |
| Uses of DynamicValue in com.silverpeas.wysiwyg.dynamicvalue.dao |
|---|
| Methods in com.silverpeas.wysiwyg.dynamicvalue.dao that return DynamicValue | |
|---|---|
static DynamicValue |
DynamicValueDAO.getValidDynamicValue(Connection conn,
String id)
gets a dynamic value object by his ID. |
| Methods in com.silverpeas.wysiwyg.dynamicvalue.dao that return types with arguments of type DynamicValue | |
|---|---|
static List<DynamicValue> |
DynamicValueDAO.getAllValidDynamicValue(Connection conn)
gets a list of DynamicValue object. |
static List<DynamicValue> |
DynamicValueDAO.searchValidDynamicValue(Connection conn,
String criterion)
realizes a search by criterion.Only the value with a valid start and end date will be returned. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||