Package cn.vertxup.rbac.service.view
Class PersonalService
- java.lang.Object
-
- cn.vertxup.rbac.service.view.PersonalService
-
- All Implemented Interfaces:
PersonalStub
public class PersonalService extends Object implements PersonalStub
- Author:
- Lang
-
-
Constructor Summary
Constructors Constructor Description PersonalService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.vertx.core.Future<SView>byId(String key)io.vertx.core.Future<List<SView>>byUser(String resourceId, String ownerId, String position)io.vertx.core.Future<SView>create(io.vertx.core.json.JsonObject data)io.vertx.core.Future<Boolean>delete(Set<String> keys)io.vertx.core.Future<SView>update(String key, io.vertx.core.json.JsonObject data)
-
-
-
Method Detail
-
byUser
public io.vertx.core.Future<List<SView>> byUser(String resourceId, String ownerId, String position)
- Specified by:
byUserin interfacePersonalStub
-
create
public io.vertx.core.Future<SView> create(io.vertx.core.json.JsonObject data)
- Specified by:
createin interfacePersonalStub
-
delete
public io.vertx.core.Future<Boolean> delete(Set<String> keys)
- Specified by:
deletein interfacePersonalStub
-
byId
public io.vertx.core.Future<SView> byId(String key)
- Specified by:
byIdin interfacePersonalStub
-
update
public io.vertx.core.Future<SView> update(String key, io.vertx.core.json.JsonObject data)
- Specified by:
updatein interfacePersonalStub
-
-