Package de.aservo.confapi.crowd.rest
Class ApplicationLinksResourceImpl
java.lang.Object
de.aservo.confapi.commons.rest.AbstractApplicationLinksResourceImpl
de.aservo.confapi.crowd.rest.ApplicationLinksResourceImpl
- All Implemented Interfaces:
de.aservo.confapi.commons.rest.api.ApplicationLinksResource
@Named
@Path("application-links")
public class ApplicationLinksResourceImpl
extends de.aservo.confapi.commons.rest.AbstractApplicationLinksResourceImpl
-
Constructor Summary
ConstructorsConstructorDescriptionApplicationLinksResourceImpl(de.aservo.confapi.commons.service.api.ApplicationLinksService applicationLinkService) -
Method Summary
Methods inherited from class de.aservo.confapi.commons.rest.AbstractApplicationLinksResourceImpl
addApplicationLink, deleteApplicationLink, deleteApplicationLinks, getApplicationLink, getApplicationLinks, setApplicationLink, setApplicationLinks
-
Constructor Details
-
ApplicationLinksResourceImpl
@Inject public ApplicationLinksResourceImpl(de.aservo.confapi.commons.service.api.ApplicationLinksService applicationLinkService)
-