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

    Constructors
    Constructor
    Description
    ApplicationLinksResourceImpl(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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ApplicationLinksResourceImpl

      @Inject public ApplicationLinksResourceImpl(de.aservo.confapi.commons.service.api.ApplicationLinksService applicationLinkService)