Modifier and Type | Class and Description |
---|---|
class |
Authority
A single right.
|
class |
Category
A Category.
|
class |
Comment
A single comment of a
CommentThread . |
class |
CommentThread
A thread of comments.
|
class |
GallerySection
A section containing a gallery.
|
class |
Header
A header is an image that is shown at the top of the website.
|
class |
Language
An available language.
|
class |
Medium
A single medium of a
Page . |
class |
Page
A
Page entity represents a single blog article to be displayed. |
class |
Picture
Stores a single picture for a
GallerySection . |
class |
Role
A role.
|
class |
Section
|
class |
Setting
A single setting.
|
class |
Store
A
Store entity represents a stored file that can be used in different places. |
class |
Tag
A single tag.
|
class |
TextSection
A section that contains a text.
|
class |
User
A user.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BaseDao<T extends BaseModel>
Base class of all DAOs.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseDaoHibImpl<T extends BaseModel>
Base implementation of
BaseDao . |
Modifier and Type | Method and Description |
---|---|
boolean |
ResourceLockManagerImpl.isUnlocked(HttpSession session,
BaseModel entity) |
boolean |
ResourceLockManager.isUnlocked(HttpSession session,
BaseModel entity)
Checks if an entity is unlocked in the given session.
|
void |
ResourceLockManagerImpl.unlockStore(HttpSession session,
BaseModel entity) |
void |
ResourceLockManager.unlockStore(HttpSession session,
BaseModel entity)
Unlocks an entity for the given session.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAssembler<F extends BaseModel,T extends BaseDto>
Abstract implementation of
Assembler . |
interface |
Assembler<F extends BaseModel,T extends BaseDto>
An assembler converts model entities to DTOs and vice versa.
|
Copyright © 2009–2016. All rights reserved.