@Service @Transactional public class CmsCategoryAttributeService extends BaseService<CmsCategoryAttribute>
限定符和类型 | 字段和说明 |
---|---|
private java.lang.String[] |
ignoreProperties |
private java.lang.String[] |
seoIgnoreProperties |
basedao, log
构造器和说明 |
---|
CmsCategoryAttributeService() |
限定符和类型 | 方法和说明 |
---|---|
void |
updateAttribute(java.lang.Integer categoryId,
CmsCategoryAttribute entity) |
void |
updateSeo(java.util.List<CmsCategoryAttribute> entityList) |
delete, delete, delete, getEntity, getEntity, getEntitys, getEntitys, getEntitys, getEntitys, getId, save, save, update, update
private java.lang.String[] ignoreProperties
private java.lang.String[] seoIgnoreProperties
public void updateSeo(java.util.List<CmsCategoryAttribute> entityList)
entityList
- public void updateAttribute(java.lang.Integer categoryId, CmsCategoryAttribute entity)
categoryId
- entity
-