JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.luwrain.pim.news.persistence.dao
Interface GroupDAO
public interface
GroupDAO
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
int
add
(
Group
group)
List
<
Group
>
getAll
()
void
update
(
Group
group)
Method Details
add
int
add
(
Group
group)
getAll
List
<
Group
>
getAll
()
update
void
update
(
Group
group)