类 MerchantServiceImpl
java.lang.Object
com.walker.jdbc.service.BaseServiceImpl
com.ishop.merchant.service.MerchantServiceImpl
- 所有已实现的接口:
com.walker.jdbc.BaseDao,com.walker.jdbc.service.BaseService
@Service
public class MerchantServiceImpl
extends com.walker.jdbc.service.BaseServiceImpl
-
嵌套类概要
从接口继承的嵌套类/接口 com.walker.jdbc.BaseDao
com.walker.jdbc.BaseDao.RowExecution<T extends Object> -
字段概要
从类继承的字段 com.walker.jdbc.service.BaseServiceImpl
dao, log -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明intcountMerchantTotal(Integer categoryId, Integer typeId, String phone, Boolean isSelf, Boolean isSwitch, com.walker.infrastructure.time.TimeRange timeRange, String keywords) voidexecInsertMerchant(EbMerchant merchant, String createType, long createId, com.iplatform.model.to.UserAndDeptTo userAndDeptTo) 创建新商户。voidexecOpenMerchant(int id) voidexecUpdateConfigInfo(EbMerchant merchant, EbMerchantInfo merchantInfo) 更新商户配置信息。voidexecUpdateMerchantPlatform(EbMerchant merchant, com.iplatform.model.to.UserAndDeptTo userAndDeptTo) 平台更新商户基本信息,同步到系统机构。queryMerchantByName(String name) queryMerchantByPhone(String phone) queryMerchantInfo(int merId) 返回商户配置扩展信息。int获得下一个可用的最大ID。com.walker.db.page.GenericPager<EbMerchant>queryPageMerchantList(Integer categoryId, Integer typeId, String phone, Boolean isSelf, Boolean isSwitch, com.walker.infrastructure.time.TimeRange timeRange, String keywords) 从类继承的方法 com.walker.jdbc.service.BaseServiceImpl
delete, delete, delete, delete, execBatchUpdate, execCall, execCall, execute, execute, execute, execute, get, get, get, get, get, get, get, get, get, getDao, getMaxOrder, insert, insert, insertBatch, queryForInt, queryForInt, queryForObject, queryForObject, queryListObjectWhereIn, save, save, saveOrder, select, select, select, select, select, select, select, select, select, select, selectAll, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, setDao, sqlGeneralQueryPager, sqlGeneralQueryPager, sqlGeneralQueryPager, sqlListObjectWhereIn, sqlMathQuery, sqlQuery, sqlQuery, sqlQueryListMap, update, update, update, update, update, update, updateBatch
-
构造器详细资料
-
MerchantServiceImpl
-
-
方法详细资料
-
execOpenMerchant
public void execOpenMerchant(int id) -
execUpdateConfigInfo
更新商户配置信息。- 参数:
merchant-merchantInfo-
-
execUpdateMerchantPlatform
public void execUpdateMerchantPlatform(EbMerchant merchant, com.iplatform.model.to.UserAndDeptTo userAndDeptTo) 平台更新商户基本信息,同步到系统机构。- 参数:
merchant-userAndDeptTo-
-
execInsertMerchant
public void execInsertMerchant(EbMerchant merchant, String createType, long createId, com.iplatform.model.to.UserAndDeptTo userAndDeptTo) 创建新商户。- 参数:
merchant-createType-createId-userAndDeptTo-
-
queryMerchantInfo
返回商户配置扩展信息。- 参数:
merId-- 返回:
-
queryMerchantByName
-
queryMerchantByPhone
-
queryPageMerchantList
-
countMerchantTotal
-
queryNextId
public int queryNextId()获得下一个可用的最大ID。- 返回:
-