程序包 | 说明 |
---|---|
com.publiccms.logic.component.exchange |
Import and export
数据导入导出
|
com.publiccms.views.pojo.exchange |
限定符和类型 | 方法和说明 |
---|---|
void |
CategoryExchangeComponent.save(SysSite site,
long userId,
boolean overwrite,
Category data) |
void |
CategoryExchangeComponent.save(SysSite site,
long userId,
boolean overwrite,
java.lang.Integer parentId,
Category data) |
限定符和类型 | 字段和说明 |
---|---|
private java.util.List<Category> |
Category.childList |
限定符和类型 | 方法和说明 |
---|---|
java.util.List<Category> |
Category.getChildList() |
限定符和类型 | 方法和说明 |
---|---|
void |
Category.setChildList(java.util.List<Category> childList) |