Interface DesignLibraryResourceTypeContributor
@ProviderType
public interface DesignLibraryResourceTypeContributor
-
Method Summary
Modifier and TypeMethodDescriptiongetColor()default List<DesignLibraryResourceCreationItem> getCreationItems(jakarta.servlet.http.HttpServletRequest httpServletRequest, com.liferay.depot.model.DepotEntry depotEntry, String backURL) List<com.liferay.frontend.data.set.model.FDSActionDropdownItem> getFDSActionDropdownItems(jakarta.servlet.http.HttpServletRequest httpServletRequest, com.liferay.depot.model.DepotEntry depotEntry, String backURL) getIcon()getKey()default StringgetType()booleanhasAddPermission(com.liferay.portal.kernel.security.permission.PermissionChecker permissionChecker, com.liferay.depot.model.DepotEntry depotEntry) booleanhasViewPermission(com.liferay.portal.kernel.security.permission.PermissionChecker permissionChecker, com.liferay.depot.model.DepotEntry depotEntry)
-
Method Details
-
getColor
String getColor() -
getCreationItems
default List<DesignLibraryResourceCreationItem> getCreationItems(jakarta.servlet.http.HttpServletRequest httpServletRequest, com.liferay.depot.model.DepotEntry depotEntry, String backURL) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getDefaultActionId
String getDefaultActionId() -
getEntryClassName
String getEntryClassName() -
getFDSActionDropdownItems
List<com.liferay.frontend.data.set.model.FDSActionDropdownItem> getFDSActionDropdownItems(jakarta.servlet.http.HttpServletRequest httpServletRequest, com.liferay.depot.model.DepotEntry depotEntry, String backURL) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getIcon
String getIcon() -
getKey
String getKey() -
getLabel
-
getType
-
hasAddPermission
boolean hasAddPermission(com.liferay.portal.kernel.security.permission.PermissionChecker permissionChecker, com.liferay.depot.model.DepotEntry depotEntry) -
hasViewPermission
boolean hasViewPermission(com.liferay.portal.kernel.security.permission.PermissionChecker permissionChecker, com.liferay.depot.model.DepotEntry depotEntry)
-