Package io.meeds.layout.storage
Class PortletInstanceStorage
java.lang.Object
io.meeds.layout.storage.PortletInstanceStorage
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreatePortletInstance(PortletInstance portletInstance) voiddeletePortletInstance(long id) getPortletInstance(long id) getPortletInstances(long categoryId) updatePortletInstance(PortletInstance portletInstance)
-
Constructor Details
-
PortletInstanceStorage
public PortletInstanceStorage()
-
-
Method Details
-
getPortletInstances
-
getPortletInstances
-
getPortletInstance
-
createPortletInstance
-
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
-