|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractText | |
| org.davesag.generica.core | The core package contains well thought out JavaBeans useful for
most web applications. |
| org.davesag.generica.peer | The peer package contains various Peers,
static utility classes that consolidate
various common activities surrounding the core objects. |
| Uses of AbstractText in org.davesag.generica.core |
| Subclasses of AbstractText in org.davesag.generica.core | |
class |
Comment
This Comment bean represents a basic text item suitable as a
base for any content management system where comments should be displayed on
a website. |
class |
SiteCopy
The SiteCopy bean represents a component of textual data for
display on the site. |
class |
Story
The Story bean represents a basic story suitable as a base for
any content management system where stories should be displayed on a
website. |
| Uses of AbstractText in org.davesag.generica.peer |
| Methods in org.davesag.generica.peer with parameters of type AbstractText | |
static Long |
TextPeer.save(Session sess,
AbstractText text)
Sets the last modified date and saves this text. |
static void |
TextPeer.delete(Session sess,
AbstractText text)
Delete this text. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||