public abstract class AbstractStoreManager extends java.lang.Object implements StoreManager
| 构造器和说明 |
|---|
AbstractStoreManager() |
| 限定符和类型 | 方法和说明 |
|---|---|
long |
createOrUpdateStoreGeneral(CreateStoreGeneral createStoreGeneral,
CreateMode createMode,
java.lang.Long opUserId)
为店铺新增基本信息.
|
protected abstract long |
createOrUpdateStoreGeneralDbOp(CreateStoreGeneral createStoreGeneral,
CreateMode createMode,
java.lang.Long opUserId) |
long |
createStore(java.lang.Long ownerUserId,
CreateStore createStore,
java.lang.Long opUserId)
新增一个新店铺.
|
protected abstract long |
createStoreDbOp(java.lang.Long ownerUserId,
CreateStore createStore,
java.lang.Long opUserId) |
void |
directBatchBindStoreUser(java.util.List<BindStoreUser> bindStoreUserList,
java.lang.Long opUserId)
为绑定用户和店铺.
|
protected abstract void |
directBatchBindStoreUserDbOp(java.util.List<BindStoreUser> bindStoreUserList,
java.lang.Long opUserId) |
void |
directBatchInsertStore(java.util.List<CreateStore> createStores,
java.lang.Long opUserId)
新增一个新店铺.
|
protected abstract void |
directBatchInsertStoreDbOp(java.util.List<CreateStore> createStores,
java.lang.Long opUserId) |
void |
directBatchInsertStoreGeneral(java.util.List<CreateStoreGeneral> createStoreGenerals,
java.lang.Long opUserId)
为店铺新增基本信息.
|
protected abstract void |
directBatchInsertStoreGeneralDbOp(java.util.List<CreateStoreGeneral> createStoreGenerals,
java.lang.Long opUserId) |
void |
updateStoreGeneralById(UpdateStoreGeneral updateStoreGeneral,
java.lang.Long opUserId)
更新店铺新增基本信息.
|
protected abstract void |
updateStoreGeneralByIdDbOp(UpdateStoreGeneral updateStoreGeneral,
java.lang.Long opUserId) |
public long createStore(java.lang.Long ownerUserId,
CreateStore createStore,
java.lang.Long opUserId)
createStore 在接口中 StoreManagercreateStore - 创建店铺的参数ownerUserId - 店铺所属用户IdopUserId - 操作人用户ID,是谁正在添加这个新店铺public void directBatchInsertStore(java.util.List<CreateStore> createStores, java.lang.Long opUserId)
StoreManagerdirectBatchInsertStore 在接口中 StoreManagercreateStores - 创建店铺的参数opUserId - 操作人用户ID,是谁正在添加这个新店铺protected abstract void directBatchInsertStoreDbOp(java.util.List<CreateStore> createStores, java.lang.Long opUserId)
protected abstract long createStoreDbOp(java.lang.Long ownerUserId,
CreateStore createStore,
java.lang.Long opUserId)
public long createOrUpdateStoreGeneral(CreateStoreGeneral createStoreGeneral, CreateMode createMode, java.lang.Long opUserId)
StoreManagercreateOrUpdateStoreGeneral 在接口中 StoreManagercreateStoreGeneral - 创建基本信息的参数createMode - create modeopUserId - 操作人用户ID,是谁正在添加这个店铺的基本信息public void directBatchInsertStoreGeneral(java.util.List<CreateStoreGeneral> createStoreGenerals, java.lang.Long opUserId)
StoreManagerdirectBatchInsertStoreGeneral 在接口中 StoreManagercreateStoreGenerals - 创建基本信息的参数opUserId - 操作人用户IDpublic void directBatchBindStoreUser(java.util.List<BindStoreUser> bindStoreUserList, java.lang.Long opUserId)
StoreManagerdirectBatchBindStoreUser 在接口中 StoreManagerbindStoreUserList - 绑定用户和店铺的参数opUserId - 操作人用户IDprotected abstract void directBatchBindStoreUserDbOp(java.util.List<BindStoreUser> bindStoreUserList, java.lang.Long opUserId)
protected abstract void directBatchInsertStoreGeneralDbOp(java.util.List<CreateStoreGeneral> createStoreGenerals, java.lang.Long opUserId)
protected abstract long createOrUpdateStoreGeneralDbOp(CreateStoreGeneral createStoreGeneral, CreateMode createMode, java.lang.Long opUserId)
public void updateStoreGeneralById(UpdateStoreGeneral updateStoreGeneral, java.lang.Long opUserId)
StoreManagerupdateStoreGeneralById 在接口中 StoreManagerupdateStoreGeneral - 更新基本信息的参数opUserId - 操作人用户ID,是谁正在添加这个店铺的基本信息protected abstract void updateStoreGeneralByIdDbOp(UpdateStoreGeneral updateStoreGeneral, java.lang.Long opUserId)
Copyright © 2020. All rights reserved.