Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

ru.gammalabs.ice.forum
Class ForumHomeImpl  view ForumHomeImpl download ForumHomeImpl.java

java.lang.Object
  extended byru.gammalabs.ice.framework.RepresentativeSupport
      extended byru.gammalabs.ice.framework.RepresentativeFactory
          extended byru.gammalabs.ice.forum.ForumHomeImpl
All Implemented Interfaces:
ForumHome, ru.gammalabs.ice.framework.Representative

public class ForumHomeImpl
extends ru.gammalabs.ice.framework.RepresentativeFactory
implements ForumHome


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:
findByPartitionId in interface ForumHome

isPartitionHasForum

public boolean isPartitionHasForum(long id)
Description copied from interface: ForumHome
Проверяем, существует-ли форум для указанного раздела

Specified by:
isPartitionHasForum in interface ForumHome

create

public Forum create(long partitionId)
             throws ru.gammalabs.ice.framework.UnauthorizedAccessException
Description copied from interface: ForumHome
Создает новый форум

Specified by:
create in interface ForumHome

register

private Forum register(ForumModel model)