| Package | Description |
|---|---|
| com.ptteng.micro.mall.model | |
| com.ptteng.micro.mall.service | |
| com.ptteng.sca.micro.mall.client |
| Modifier and Type | Method and Description |
|---|---|
List<PropertyItem> |
Property.getPropertyItemList() |
| Modifier and Type | Method and Description |
|---|---|
void |
Property.setPropertyItemList(List<PropertyItem> propertyItems) |
| Modifier and Type | Method and Description |
|---|---|
PropertyItem |
PropertyItemService.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<PropertyItem> |
PropertyItemService.getObjectsByIds(List<Long> ids) |
List<PropertyItem> |
PropertyItemService.insertList(List<PropertyItem> propertyItemList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
PropertyItemService.insert(PropertyItem propertyItem) |
boolean |
PropertyItemService.update(PropertyItem propertyItem) |
| Modifier and Type | Method and Description |
|---|---|
List<PropertyItem> |
PropertyItemService.insertList(List<PropertyItem> propertyItemList) |
boolean |
PropertyItemService.updateList(List<PropertyItem> propertyItemList) |
| Modifier and Type | Method and Description |
|---|---|
PropertyItem |
PropertyItemSCAClient.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<PropertyItem> |
PropertyItemSCAClient.getObjectsByIds(List<Long> ids) |
List<PropertyItem> |
PropertyItemSCAClient.insertList(List<PropertyItem> propertyItemList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
PropertyItemSCAClient.insert(PropertyItem propertyItem) |
boolean |
PropertyItemSCAClient.update(PropertyItem propertyItem) |
| Modifier and Type | Method and Description |
|---|---|
List<PropertyItem> |
PropertyItemSCAClient.insertList(List<PropertyItem> propertyItemList) |
boolean |
PropertyItemSCAClient.updateList(List<PropertyItem> propertyItemList) |
Copyright © 2021. All rights reserved.