| Package | Description |
|---|---|
| com.ptteng.micro.mall.service | |
| com.ptteng.sca.micro.mall.client |
| Modifier and Type | Method and Description |
|---|---|
Property |
PropertyService.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Property> |
PropertyService.getObjectsByIds(List<Long> ids) |
List<Property> |
PropertyService.insertList(List<Property> propertyList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
PropertyService.insert(Property property) |
boolean |
PropertyService.update(Property property) |
| Modifier and Type | Method and Description |
|---|---|
List<Property> |
PropertyService.insertList(List<Property> propertyList) |
boolean |
PropertyService.updateList(List<Property> propertyList) |
| Modifier and Type | Method and Description |
|---|---|
Property |
PropertySCAClient.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Property> |
PropertySCAClient.getObjectsByIds(List<Long> ids) |
List<Property> |
PropertySCAClient.insertList(List<Property> propertyList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
PropertySCAClient.insert(Property property) |
boolean |
PropertySCAClient.update(Property property) |
| Modifier and Type | Method and Description |
|---|---|
List<Property> |
PropertySCAClient.insertList(List<Property> propertyList) |
boolean |
PropertySCAClient.updateList(List<Property> propertyList) |
Copyright © 2021. All rights reserved.