@Service
public class DictItemService
extends java.lang.Object
implements com.mbap.pp.core.dict.service.DictItemDubboService
| Constructor and Description |
|---|
DictItemService() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
delete(java.lang.String[] ids)
删除
|
com.mbap.util.view.Page |
get(com.mbap.util.view.Page page,
java.lang.String dictId)
分页取得多条数据
|
com.mbap.pp.core.dict.domain.DictItem |
get(java.lang.String id)
取得单条数据
|
java.lang.Integer |
getMaxOrderId(java.lang.String dictId)
功能描述:获得最大排序号
|
com.mbap.pp.core.dict.domain.DictItem |
post(com.mbap.pp.core.dict.domain.DictItem dictItem)
创建
|
com.mbap.pp.core.dict.domain.DictItem |
put(com.mbap.pp.core.dict.domain.DictItem newdictItem)
修改
|
@Transactional(readOnly=true)
public com.mbap.util.view.Page get(com.mbap.util.view.Page page,
java.lang.String dictId)
get in interface com.mbap.pp.core.dict.service.DictItemDubboServicepage - 分页属性封装对象@Transactional(readOnly=true) public com.mbap.pp.core.dict.domain.DictItem get(java.lang.String id)
get in interface com.mbap.pp.core.dict.service.DictItemDubboServiceid - @Transactional public com.mbap.pp.core.dict.domain.DictItem put(com.mbap.pp.core.dict.domain.DictItem newdictItem)
put in interface com.mbap.pp.core.dict.service.DictItemDubboServicenewdictItem - @Transactional public com.mbap.pp.core.dict.domain.DictItem post(com.mbap.pp.core.dict.domain.DictItem dictItem)
post in interface com.mbap.pp.core.dict.service.DictItemDubboServicedictItem - @Transactional(readOnly=true) public java.lang.Integer getMaxOrderId(java.lang.String dictId)
getMaxOrderId in interface com.mbap.pp.core.dict.service.DictItemDubboService@Transactional public boolean delete(java.lang.String[] ids)
delete in interface com.mbap.pp.core.dict.service.DictItemDubboServiceck_ids -