Class DynRealmServiceImpl

    • Constructor Detail

      • DynRealmServiceImpl

        public DynRealmServiceImpl​(DynRealmLogic logic)
    • Method Detail

      • read

        public DynRealmTO read​(String key)
        Description copied from interface: DynRealmService
        Returns dynamic realm with matching key.
        Specified by:
        read in interface DynRealmService
        Parameters:
        key - dynamic realm key to be read
        Returns:
        dynamic realm with matching key
      • create

        public javax.ws.rs.core.Response create​(DynRealmTO roleTO)
        Description copied from interface: DynRealmService
        Creates a new dynamic realm.
        Specified by:
        create in interface DynRealmService
        Parameters:
        roleTO - dynamic realm to be created
        Returns:
        Response object featuring Location header of created dynamic realm
      • update

        public void update​(DynRealmTO roleTO)
        Description copied from interface: DynRealmService
        Updates the dynamic realm matching the provided key.
        Specified by:
        update in interface DynRealmService
        Parameters:
        roleTO - dynamic realm to be stored
      • delete

        public void delete​(String key)
        Description copied from interface: DynRealmService
        Deletes the dynamic realm matching the provided key.
        Specified by:
        delete in interface DynRealmService
        Parameters:
        key - dynamic realm key to be deleted