public class GroupEntitlementClientImpl extends com.covisint.core.http.service.client.BaseResourceClient<GroupEntitlement> implements GroupEntitlementClient
GroupEntitlements.| Constructor and Description |
|---|
GroupEntitlementClientImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.CheckedFuture<GroupEntitlement,com.covisint.core.http.service.core.ServiceException> |
add(GroupEntitlement resource,
org.apache.http.protocol.HttpContext httpContext) |
com.google.common.util.concurrent.CheckedFuture<GroupEntitlement,com.covisint.core.http.service.core.ServiceException> |
add(String groupId,
GroupEntitlement groupEntitlement,
org.apache.http.protocol.HttpContext httpContext)
Adds the group entitlement.
|
com.google.common.util.concurrent.CheckedFuture<GroupEntitlement,com.covisint.core.http.service.core.ServiceException> |
delete(String id,
org.apache.http.protocol.HttpContext httpContext) |
com.google.common.util.concurrent.CheckedFuture<Void,com.covisint.core.http.service.core.ServiceException> |
delete(String groupId,
String entitlementId,
org.apache.http.protocol.HttpContext httpContext)
Deletes the group entitlement.
|
com.google.common.util.concurrent.CheckedFuture<GroupEntitlement,com.covisint.core.http.service.core.ServiceException> |
get(GroupEntitlement resource,
org.apache.http.protocol.HttpContext httpContext) |
com.google.common.util.concurrent.CheckedFuture<GroupEntitlement,com.covisint.core.http.service.core.ServiceException> |
get(String id,
org.apache.http.protocol.HttpContext httpContext) |
com.google.common.util.concurrent.CheckedFuture<GroupEntitlement,com.covisint.core.http.service.core.ServiceException> |
get(String groupId,
String entitlementId,
org.apache.http.protocol.HttpContext httpContext)
Retrieves the group entitlement.
|
com.google.common.util.concurrent.CheckedFuture<GroupEntitlement,com.covisint.core.http.service.core.ServiceException> |
persist(GroupEntitlement resource,
org.apache.http.protocol.HttpContext httpContext) |
com.google.common.util.concurrent.CheckedFuture<List<GroupEntitlement>,com.covisint.core.http.service.core.ServiceException> |
search(com.google.common.collect.Multimap<String,String> searchCriteria,
com.covisint.core.http.service.core.SortCriteria sortCriteria,
com.covisint.core.http.service.core.Page page,
org.apache.http.protocol.HttpContext httpContext) |
com.google.common.util.concurrent.CheckedFuture<List<GroupEntitlement>,com.covisint.core.http.service.core.ServiceException> |
search(com.google.common.collect.Multimap<String,String> searchCriteria,
com.covisint.core.http.service.core.SortCriteria sortCriteria,
com.covisint.core.http.service.core.Page page,
org.apache.http.protocol.HttpContext httpContext,
com.google.common.net.MediaType mediaType,
String searchResourcesEndPoint) |
com.google.common.util.concurrent.CheckedFuture<List<GroupEntitlement>,com.covisint.core.http.service.core.ServiceException> |
search(com.google.common.collect.Multimap<String,String> searchCriteria,
com.covisint.core.http.service.core.SortCriteria sortCriteria,
com.covisint.core.http.service.core.Page page,
String groupId,
org.apache.http.protocol.HttpContext httpContext)
Search the group entitlements.
|
@Nonnull public com.google.common.util.concurrent.CheckedFuture<GroupEntitlement,com.covisint.core.http.service.core.ServiceException> add(@Nonnull@NotEmpty String groupId, @Nonnull@NotEmpty GroupEntitlement groupEntitlement, @Nonnull org.apache.http.protocol.HttpContext httpContext)
add in interface GroupEntitlementClientgroupId - The group id.groupEntitlement - The group entitlement resource.httpContext - The http context.@Nonnull public com.google.common.util.concurrent.CheckedFuture<GroupEntitlement,com.covisint.core.http.service.core.ServiceException> get(@Nonnull@NotEmpty String groupId, @Nonnull@NotEmpty String entitlementId, @Nonnull org.apache.http.protocol.HttpContext httpContext)
get in interface GroupEntitlementClientgroupId - The group id.entitlementId - The entitlement id.httpContext - The http coontext.@Nonnull public com.google.common.util.concurrent.CheckedFuture<List<GroupEntitlement>,com.covisint.core.http.service.core.ServiceException> search(@Nonnull com.google.common.collect.Multimap<String,String> searchCriteria, @Nonnull com.covisint.core.http.service.core.SortCriteria sortCriteria, @Nonnull com.covisint.core.http.service.core.Page page, @Nonnull@NotEmpty String groupId, @Nonnull org.apache.http.protocol.HttpContext httpContext)
search in interface GroupEntitlementClientsearchCriteria - The search criteria.sortCriteria - The sort criteria.page - The pagination criteria.groupId - The group id.httpContext - The http coontext.@Nonnull public com.google.common.util.concurrent.CheckedFuture<Void,com.covisint.core.http.service.core.ServiceException> delete(@Nonnull@NotEmpty String groupId, @Nonnull@NotEmpty String entitlementId, @Nonnull org.apache.http.protocol.HttpContext httpContext)
delete in interface GroupEntitlementClientgroupId - The group id.entitlementId - The entitlement id.httpContext - The http coontext.public com.google.common.util.concurrent.CheckedFuture<GroupEntitlement,com.covisint.core.http.service.core.ServiceException> add(GroupEntitlement resource, org.apache.http.protocol.HttpContext httpContext)
add in interface com.covisint.core.http.service.client.ResourceClient<GroupEntitlement>add in class com.covisint.core.http.service.client.BaseResourceClient<GroupEntitlement>public com.google.common.util.concurrent.CheckedFuture<GroupEntitlement,com.covisint.core.http.service.core.ServiceException> delete(String id, org.apache.http.protocol.HttpContext httpContext)
delete in interface com.covisint.core.http.service.client.ResourceClient<GroupEntitlement>delete in class com.covisint.core.http.service.client.BaseResourceClient<GroupEntitlement>public com.google.common.util.concurrent.CheckedFuture<GroupEntitlement,com.covisint.core.http.service.core.ServiceException> get(GroupEntitlement resource, org.apache.http.protocol.HttpContext httpContext)
get in interface com.covisint.core.http.service.client.ResourceClient<GroupEntitlement>get in class com.covisint.core.http.service.client.BaseResourceClient<GroupEntitlement>public com.google.common.util.concurrent.CheckedFuture<GroupEntitlement,com.covisint.core.http.service.core.ServiceException> get(String id, org.apache.http.protocol.HttpContext httpContext)
get in interface com.covisint.core.http.service.client.ResourceClient<GroupEntitlement>get in class com.covisint.core.http.service.client.BaseResourceClient<GroupEntitlement>public com.google.common.util.concurrent.CheckedFuture<GroupEntitlement,com.covisint.core.http.service.core.ServiceException> persist(GroupEntitlement resource, org.apache.http.protocol.HttpContext httpContext)
persist in interface com.covisint.core.http.service.client.ResourceClient<GroupEntitlement>persist in class com.covisint.core.http.service.client.BaseResourceClient<GroupEntitlement>public com.google.common.util.concurrent.CheckedFuture<List<GroupEntitlement>,com.covisint.core.http.service.core.ServiceException> search(com.google.common.collect.Multimap<String,String> searchCriteria, com.covisint.core.http.service.core.SortCriteria sortCriteria, com.covisint.core.http.service.core.Page page, org.apache.http.protocol.HttpContext httpContext)
search in interface com.covisint.core.http.service.client.ResourceClient<GroupEntitlement>search in class com.covisint.core.http.service.client.BaseResourceClient<GroupEntitlement>public com.google.common.util.concurrent.CheckedFuture<List<GroupEntitlement>,com.covisint.core.http.service.core.ServiceException> search(com.google.common.collect.Multimap<String,String> searchCriteria, com.covisint.core.http.service.core.SortCriteria sortCriteria, com.covisint.core.http.service.core.Page page, org.apache.http.protocol.HttpContext httpContext, com.google.common.net.MediaType mediaType, String searchResourcesEndPoint)
search in interface com.covisint.core.http.service.client.ResourceClient<GroupEntitlement>search in class com.covisint.core.http.service.client.BaseResourceClient<GroupEntitlement>Copyright © 2015 Covisint. All rights reserved.