Interface CPType
public interface CPType
-
Method Summary
Modifier and TypeMethodDescriptionvoid
deleteCPDefinition
(long cpDefinitionId) getName()
default boolean
isActive()
default boolean
default boolean
default boolean
default boolean
default boolean
default boolean
default boolean
default boolean
default boolean
-
Method Details
-
deleteCPDefinition
void deleteCPDefinition(long cpDefinitionId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getLabel
-
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()
-