|
|||||||||
| Home >> All >> ru >> gammalabs >> ice >> [ forum overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
ru.gammalabs.ice.forum
Class ForumHomeImpl

java.lang.Objectru.gammalabs.ice.framework.RepresentativeSupport
ru.gammalabs.ice.framework.RepresentativeFactory
ru.gammalabs.ice.forum.ForumHomeImpl
- All Implemented Interfaces:
- ForumHome, ru.gammalabs.ice.framework.Representative
- public class ForumHomeImpl
- extends ru.gammalabs.ice.framework.RepresentativeFactory
- implements ForumHome
- extends ru.gammalabs.ice.framework.RepresentativeFactory
| Field Summary |
| Fields inherited from class ru.gammalabs.ice.framework.RepresentativeFactory |
|
| Fields inherited from class ru.gammalabs.ice.framework.RepresentativeSupport |
|
| Constructor Summary | |
ForumHomeImpl()
|
|
| Method Summary | |
Forum |
create(long partitionId)
Создает новый форум |
Forum |
findByPartitionId(long id)
Получаем форум по идентификатору |
boolean |
isPartitionHasForum(long id)
Проверяем, существует-ли форум для указанного раздела |
private Forum |
register(ForumModel model)
|
| Methods inherited from class ru.gammalabs.ice.framework.RepresentativeFactory |
registerRepresentative, setActor |
| Methods inherited from class ru.gammalabs.ice.framework.RepresentativeSupport |
getActor |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface ru.gammalabs.ice.framework.Representative |
getActor |
| Constructor Detail |
ForumHomeImpl
public ForumHomeImpl()
| Method Detail |
findByPartitionId
public Forum findByPartitionId(long id) throws ru.gammalabs.ice.framework.ObjectNotFoundException, ru.gammalabs.ice.framework.UnauthorizedAccessException
- Description copied from interface:
ForumHome - Получаем форум по идентификатору
- Specified by:
findByPartitionIdin interfaceForumHome
isPartitionHasForum
public boolean isPartitionHasForum(long id)
- Description copied from interface:
ForumHome - Проверяем, существует-ли форум для указанного раздела
- Specified by:
isPartitionHasForumin interfaceForumHome
create
public Forum create(long partitionId) throws ru.gammalabs.ice.framework.UnauthorizedAccessException
- Description copied from interface:
ForumHome - Создает новый форум
register
private Forum register(ForumModel model)
|
|||||||||
| Home >> All >> ru >> gammalabs >> ice >> [ forum overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC