public class OfficialAppServiceImpl extends java.lang.Object implements OfficialAppService
Modifier and Type | Field and Description |
---|---|
private javax.inject.Provider<OfficialAppRepository> |
repo |
Constructor and Description |
---|
OfficialAppServiceImpl(javax.inject.Provider<OfficialAppRepository> repo) |
Modifier and Type | Method and Description |
---|---|
org.springframework.data.domain.Page<OfficialApp> |
getPagedList(java.lang.String shopType,
java.util.Locale locale,
org.springframework.data.domain.Pageable pageable) |
OfficialApp |
save(OfficialApp app) |
private final javax.inject.Provider<OfficialAppRepository> repo
@Inject public OfficialAppServiceImpl(javax.inject.Provider<OfficialAppRepository> repo)
public org.springframework.data.domain.Page<OfficialApp> getPagedList(java.lang.String shopType, java.util.Locale locale, org.springframework.data.domain.Pageable pageable)
getPagedList
in interface OfficialAppService
public OfficialApp save(OfficialApp app)
save
in interface OfficialAppService