JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
com.serinity.forumcontrol.interfaces
Services
Contents
Description
Method Summary
Method Details
add(T)
getAll()
update(T)
delete(T)
Hide sidebar
Show sidebar
Interface Services<
T
>
All Known Implementing Classes:
ServiceCategory
,
ServiceReply
,
ServiceThread
public interface
Services<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
add
(
T
t)
void
delete
(
T
t)
List
<
T
>
getAll
()
void
update
(
T
t)
Method Details
add
void
add
(
T
t)
getAll
List
<
T
>
getAll
()
update
void
update
(
T
t)
delete
void
delete
(
T
t)