public abstract class AbstractVariantEndpoint extends AbstractBaseEndpoint
| Modifier and Type | Field and Description |
|---|---|
protected PushApplicationService |
pushAppService |
protected GenericVariantService |
variantService |
logger| Constructor and Description |
|---|
AbstractVariantEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
deleteVariant(String variantId) |
javax.ws.rs.core.Response |
findVariantById(String variantId) |
protected <T extends org.jboss.aerogear.unifiedpush.api.Variant> |
getVariantsByType(org.jboss.aerogear.unifiedpush.api.PushApplication application,
Class<T> type) |
javax.ws.rs.core.Response |
resetSecret(String variantId) |
createBadRequestResponse, getSearch, validateModelClass@Inject protected PushApplicationService pushAppService
@Inject protected GenericVariantService variantService
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.