Package io.meeds.ide.storage
Class WidgetStorage
java.lang.Object
io.meeds.ide.storage.WidgetStorage
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateWidget(Widget widget) voiddeleteWidgetById(long widgetId) booleanexistsByPortletInstanceId(Long portletInstanceId) getWidgetByPortletId(long portletInstanceId) getWidgetsByProperties(Map<String, String> properties) updateWidget(Widget widget)
-
Constructor Details
-
WidgetStorage
public WidgetStorage()
-
-
Method Details
-
getWidget
-
createWidget
-
updateWidget
-
deleteWidgetById
@CacheEvict(value="ide.widget", allEntries=true) public void deleteWidgetById(long widgetId) throws org.exoplatform.commons.exception.ObjectNotFoundException - Throws:
org.exoplatform.commons.exception.ObjectNotFoundException
-
getWidgetsByProperties
-
getWidgetByPortletId
-
existsByPortletInstanceId
-