java.lang.Object
ru.gammalabs.ice.framework.BasicDAO
ru.gammalabs.ice.forum.ForumDAOOracle
- All Implemented Interfaces:
- ru.gammalabs.ice.framework.DAO, ForumDAO
- public class ForumDAOOracle
- extends ru.gammalabs.ice.framework.BasicDAO
- implements ForumDAO
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ForumDAOOracle
public ForumDAOOracle()
findByPartitionId
public ForumModel findByPartitionId(long id)
throws ru.gammalabs.ice.framework.ObjectNotFoundException
- Description copied from interface:
ForumDAO
- Получаем форум по идентификатору
- Specified by:
findByPartitionId in interface ForumDAO
isPartitionHasForum
public boolean isPartitionHasForum(long id)
- Description copied from interface:
ForumDAO
- Проверяем, существует-ли форум для указанного раздела
- Specified by:
isPartitionHasForum in interface ForumDAO
create
public void create(ForumModel model)
- Description copied from interface:
ForumDAO
- Создание нового форума
- Specified by:
create in interface ForumDAO
update
public void update(ForumModel model)
- Description copied from interface:
ForumDAO
- Обновление форума
- Specified by:
update in interface ForumDAO
remove
public void remove(long id)
- Description copied from interface:
ForumDAO
- Удаление форума
- Specified by:
remove in interface ForumDAO