Interface SettingScopeDAO

All Superinterfaces:
org.exoplatform.commons.api.persistence.GenericDAO<ScopeEntity,Long>
All Known Implementing Classes:
SettingScopeDAO

public interface SettingScopeDAO extends org.exoplatform.commons.api.persistence.GenericDAO<ScopeEntity,Long>
  • Method Summary

    Modifier and Type
    Method
    Description
    getScopeByTypeAndName(String scopeType, String scopeName)
     

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

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