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

    Modifier and Type
    Method
    Description
    getOrCreate(String username)
     

    Methods inherited from interface org.exoplatform.commons.api.persistence.GenericDAO

    count, create, createAll, delete, deleteAll, deleteAll, find, findAll, update, updateAll