@Service @Transactional public class CmsDictionaryExcludeValueService extends BaseService<CmsDictionaryExcludeValue>
限定符和类型 | 字段和说明 |
---|---|
private CmsDictionaryExcludeValueDao |
dao |
basedao, log
构造器和说明 |
---|
CmsDictionaryExcludeValueService() |
限定符和类型 | 方法和说明 |
---|---|
int |
delete(CmsDictionaryExcludeId excludeId) |
int |
delete(short siteId,
java.lang.String[] dictionaryIds) |
int |
deleteByValue(short siteId,
java.lang.String dictionaryId,
java.lang.String value) |
java.util.List<CmsDictionaryExcludeValue> |
getList(short siteId,
java.lang.String dictionaryId,
java.lang.String excludeDictionaryId) |
delete, delete, delete, getEntity, getEntity, getEntitys, getEntitys, getEntitys, getEntitys, getId, save, save, update, update
private CmsDictionaryExcludeValueDao dao
@Transactional(readOnly=true) public java.util.List<CmsDictionaryExcludeValue> getList(short siteId, java.lang.String dictionaryId, java.lang.String excludeDictionaryId)
siteId
- dictionaryId
- excludeDictionaryId
- public int delete(CmsDictionaryExcludeId excludeId)
excludeId
- public int delete(short siteId, java.lang.String[] dictionaryIds)
siteId
- dictionaryIds
- public int deleteByValue(short siteId, java.lang.String dictionaryId, java.lang.String value)
siteId
- dictionaryId
- value
-