JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.luwrain.pim.binder
Interface BinderStoring
public interface
BinderStoring
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
deleteCase
(
StoredCase
c)
StoredCase
[]
getCases
()
void
saveCase
(
Case
c)
Method Details
getCases
StoredCase
[]
getCases
() throws
Exception
Throws:
Exception
saveCase
void
saveCase
(
Case
c)
throws
Exception
Throws:
Exception
deleteCase
void
deleteCase
(
StoredCase
c)
throws
Exception
Throws:
Exception