@Service public class CategoryServiceImpl extends Object implements ICategoryService
| 构造器和说明 |
|---|
CategoryServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<CategoryVo> |
lst(String parentUrlName) |
org.azolla.l.ling.collect.Tuple.Triple<Boolean,String,CategoryVo> |
opt(int id,
String displayName,
int parentId,
String controllerName,
Integer group,
int sequence,
Integer visible,
Integer operable) |
public List<CategoryVo> lst(String parentUrlName)
lst 在接口中 ICategoryServicepublic org.azolla.l.ling.collect.Tuple.Triple<Boolean,String,CategoryVo> opt(int id, String displayName, int parentId, String controllerName, Integer group, int sequence, Integer visible, Integer operable)
opt 在接口中 ICategoryServiceCopyright © 2011–2015 Azollas. All rights reserved.