Interface CPType


public interface CPType
  • Method Details

    • deleteCPDefinition

      void deleteCPDefinition(long cpDefinitionId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getLabel

      String getLabel(Locale locale)
    • getName

      String getName()
    • isActive

      default boolean isActive()
    • isConfigurationEnabled

      default boolean isConfigurationEnabled()
    • isDetailsEnabled

      default boolean isDetailsEnabled()
    • isMediaEnabled

      default boolean isMediaEnabled()
    • isOptionsEnabled

      default boolean isOptionsEnabled()
    • isProductGroupsEnabled

      default boolean isProductGroupsEnabled()
    • isProductRelationsEnabled

      default boolean isProductRelationsEnabled()
    • isSkusEnabled

      default boolean isSkusEnabled()
    • isSubscriptionEnabled

      default boolean isSubscriptionEnabled()
    • isVisibilityEnabled

      default boolean isVisibilityEnabled()