Package org.exoplatform.task.dao
Interface UserSettingHandler
- All Superinterfaces:
org.exoplatform.commons.api.persistence.GenericDAO<UserSetting,String>
- All Known Implementing Classes:
UserSettingDAO
public interface UserSettingHandler
extends org.exoplatform.commons.api.persistence.GenericDAO<UserSetting,String>
- Author:
- Tuyen Nguyen The.
-
Method Summary
Methods inherited from interface org.exoplatform.commons.api.persistence.GenericDAO
count, create, createAll, delete, deleteAll, deleteAll, find, findAll, update, updateAll
-
Method Details
-
getOrCreate
-