public interface StoreManager
| 限定符和类型 | 方法和说明 |
|---|---|
long |
createOrUpdateStoreGeneral(CreateStoreGeneral createStoreGeneral,
CreateMode createMode,
java.lang.Long opUserId)
为店铺新增基本信息.
|
long |
createStore(java.lang.Long ownerUserId,
CreateStore createStore,
java.lang.Long opUserId)
新增一个新店铺.
|
void |
directBatchBindStoreUser(java.util.List<BindStoreUser> bindStoreUserList,
java.lang.Long opUserId)
为绑定用户和店铺.
|
void |
directBatchInsertStore(java.util.List<CreateStore> createStores,
java.lang.Long opUserId)
新增一个新店铺.
|
void |
directBatchInsertStoreGeneral(java.util.List<CreateStoreGeneral> createStoreGenerals,
java.lang.Long opUserId)
为店铺新增基本信息.
|
void |
updateStoreGeneralById(UpdateStoreGeneral updateStoreGeneral,
java.lang.Long opUserId)
更新店铺新增基本信息.
|
long createStore(java.lang.Long ownerUserId,
CreateStore createStore,
java.lang.Long opUserId)
ownerUserId - 店铺所属用户IdcreateStore - 创建店铺的参数opUserId - 操作人用户ID,是谁正在添加这个新店铺void directBatchInsertStore(java.util.List<CreateStore> createStores, java.lang.Long opUserId)
createStores - 创建店铺的参数opUserId - 操作人用户ID,是谁正在添加这个新店铺long createOrUpdateStoreGeneral(CreateStoreGeneral createStoreGeneral, CreateMode createMode, java.lang.Long opUserId)
createStoreGeneral - 创建基本信息的参数createMode - create modeopUserId - 操作人用户ID,是谁正在添加这个店铺的基本信息void directBatchInsertStoreGeneral(java.util.List<CreateStoreGeneral> createStoreGenerals, java.lang.Long opUserId)
createStoreGenerals - 创建基本信息的参数opUserId - 操作人用户IDvoid directBatchBindStoreUser(java.util.List<BindStoreUser> bindStoreUserList, java.lang.Long opUserId)
bindStoreUserList - 绑定用户和店铺的参数opUserId - 操作人用户IDvoid updateStoreGeneralById(UpdateStoreGeneral updateStoreGeneral, java.lang.Long opUserId)
updateStoreGeneral - 更新基本信息的参数opUserId - 操作人用户ID,是谁正在添加这个店铺的基本信息Copyright © 2020. All rights reserved.