类 Y9TenantAppManagerImpl
- java.lang.Object
-
- net.risesoft.y9public.manager.tenant.impl.Y9TenantAppManagerImpl
-
- 所有已实现的接口:
Y9TenantAppManager
@Service @Transactional(value="rsPublicTransactionManager", readOnly=true) public class Y9TenantAppManagerImpl extends Object implements Y9TenantAppManager租户应用 Manager 实现类- 从以下版本开始:
- 9.6.2
- 作者:
- shidaobang
- Date:
- 2023/06/14
-
-
构造器概要
构造器 构造器 说明 Y9TenantAppManagerImpl()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voiddelete(Y9TenantApp y9TenantApp)voiddeleteByAppId(String appId)Optional<Y9TenantApp>getByTenantIdAndAppIdAndTenancy(String tenantId, String appId, Boolean tenancy)List<Y9TenantApp>listByAppIdAndTenancy(String appId, Boolean tenancy)Y9TenantAppsave(String appId, String tenantId, String applyReason)Y9TenantAppsave(Y9TenantApp y9TenantApp)
-
-
-
方法详细资料
-
deleteByAppId
@Transactional(readOnly=false) public void deleteByAppId(String appId)
- 指定者:
deleteByAppId在接口中Y9TenantAppManager
-
delete
@Transactional(readOnly=false) public void delete(Y9TenantApp y9TenantApp)
- 指定者:
delete在接口中Y9TenantAppManager
-
getByTenantIdAndAppIdAndTenancy
public Optional<Y9TenantApp> getByTenantIdAndAppIdAndTenancy(String tenantId, String appId, Boolean tenancy)
-
listByAppIdAndTenancy
public List<Y9TenantApp> listByAppIdAndTenancy(String appId, Boolean tenancy)
- 指定者:
listByAppIdAndTenancy在接口中Y9TenantAppManager
-
save
@Transactional(readOnly=false) public Y9TenantApp save(String appId, String tenantId, String applyReason)
- 指定者:
save在接口中Y9TenantAppManager
-
save
@Transactional(readOnly=false) public Y9TenantApp save(Y9TenantApp y9TenantApp)
- 指定者:
save在接口中Y9TenantAppManager
-
-