Package tigase.muc.repository
Class AbstractMucDAO<DS extends tigase.db.DataSource,ID>
java.lang.Object
tigase.muc.repository.AbstractMucDAO<DS,ID>
- All Implemented Interfaces:
tigase.db.DataSourceAware<DS>,IMucDAO<DS,ID>
- Direct Known Subclasses:
JDBCMucDAO
public abstract class AbstractMucDAO<DS extends tigase.db.DataSource,ID>
extends Object
implements IMucDAO<DS,ID>
Created by andrzej on 14.10.2016.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected tigase.xml.ElementparseConfigElement(String cnfData) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface tigase.db.DataSourceAware
setDataSourceMethods inherited from interface tigase.muc.repository.IMucDAO
createRoom, destroyRoom, getAffiliations, getRoom, getRoomAvatar, getRoomsJIDList, setAffiliation, setSubject, updateRoomAvatar, updateRoomConfig
-
Constructor Details
-
AbstractMucDAO
public AbstractMucDAO()
-
-
Method Details
-
parseConfigElement
-