Class PortletInstanceStorage

java.lang.Object
io.meeds.layout.storage.PortletInstanceStorage

@Component public class PortletInstanceStorage extends Object
  • Constructor Details

    • PortletInstanceStorage

      public PortletInstanceStorage()
  • Method Details

    • getPortletInstances

      public List<PortletInstance> getPortletInstances()
    • getPortletInstances

      public List<PortletInstance> getPortletInstances(long categoryId)
    • getPortletInstance

      public PortletInstance getPortletInstance(long id)
    • createPortletInstance

      public PortletInstance createPortletInstance(PortletInstance portletInstance)
    • updatePortletInstance

      public PortletInstance updatePortletInstance(PortletInstance portletInstance) throws org.exoplatform.commons.exception.ObjectNotFoundException
      Throws:
      org.exoplatform.commons.exception.ObjectNotFoundException
    • deletePortletInstance

      public void deletePortletInstance(long id) throws org.exoplatform.commons.exception.ObjectNotFoundException
      Throws:
      org.exoplatform.commons.exception.ObjectNotFoundException