Interface CPDefinition
- All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<CPDefinition>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<CPDefinition>,CPDefinitionModel,com.liferay.portal.kernel.model.change.tracking.CTModel<CPDefinition>,com.liferay.portal.kernel.model.GroupedModel,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.PersistedModel,Serializable,com.liferay.portal.kernel.model.ShardedModel,com.liferay.portal.kernel.model.StagedGroupedModel,com.liferay.portal.kernel.model.StagedModel,com.liferay.portal.kernel.model.WorkflowedModel
- All Known Implementing Classes:
CPDefinitionWrapper
@ProviderType
public interface CPDefinition
extends CPDefinitionModel, com.liferay.portal.kernel.model.PersistedModel
The extended model interface for the CPDefinition service. Represents a row in the "CPDefinition" database table, with each column mapped to a property of this class.
- See Also:
- Generated:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.liferay.portal.kernel.util.Accessor<CPDefinition,Long> -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanfetchCPConfigurationEntry(long cpConfigurationListId) getCPAttachmentFileEntries(int type, int status) getDefaultImageThumbnailSrc(long commerceAccountId) com.liferay.portal.kernel.util.UnicodePropertiescom.liferay.portal.kernel.util.UnicodePropertiesinthashCode()booleanisVisible(long cpConfigurationListId) voidsetDeliverySubscriptionTypeSettingsUnicodeProperties(com.liferay.portal.kernel.util.UnicodeProperties deliverySubscriptionTypeSettingsUnicodeProperties) voidsetDescriptionMap(Map<Locale, String> descriptionMap) voidsetNameMap(Map<Locale, String> nameMap) voidsetShortDescriptionMap(Map<Locale, String> shortDescriptionMap) voidsetSubscriptionTypeSettingsUnicodeProperties(com.liferay.portal.kernel.util.UnicodeProperties subscriptionTypeSettingsUnicodeProperties) voidsetUrlTitleMap(Map<Locale, String> urlTitleMap) Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.commerce.product.model.CPDefinitionModel
cloneWithOriginalValues, getAccountGroupFilterEnabled, getAvailableIndividually, getAvailableLanguageIds, getChannelFilterEnabled, getCompanyId, getCPDefinitionId, getCProductId, getCPTaxCategoryId, getCreateDate, getCtCollectionId, getDDMStructureKey, getDefaultLanguageId, getDeliveryMaxSubscriptionCycles, getDeliverySubscriptionEnabled, getDeliverySubscriptionLength, getDeliverySubscriptionType, getDeliverySubscriptionTypeSettings, getDepth, getDescription, getDescription, getDescription, getDescriptionMapAsXML, getDisplayDate, getExpirationDate, getFreeShipping, getGroupId, getHeight, getIgnoreSKUCombinations, getLanguageIdToDescriptionMap, getLanguageIdToMetaDescriptionMap, getLanguageIdToMetaKeywordsMap, getLanguageIdToMetaTitleMap, getLanguageIdToNameMap, getLanguageIdToShortDescriptionMap, getLastPublishDate, getMaxSubscriptionCycles, getMetaDescription, getMetaDescription, getMetaDescription, getMetaDescriptionMapAsXML, getMetaKeywords, getMetaKeywords, getMetaKeywords, getMetaKeywordsMapAsXML, getMetaTitle, getMetaTitle, getMetaTitle, getMetaTitleMapAsXML, getModifiedDate, getMvccVersion, getName, getName, getName, getNameMapAsXML, getPrimaryKey, getProductTypeName, getPublished, getShippable, getShippingExtraPrice, getShipSeparately, getShortDescription, getShortDescription, getShortDescription, getShortDescriptionMapAsXML, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getSubscriptionEnabled, getSubscriptionLength, getSubscriptionType, getSubscriptionTypeSettings, getTaxExempt, getTelcoOrElectronics, getUserId, getUserName, getUserUuid, getUuid, getVersion, getWeight, getWidth, isAccountGroupFilterEnabled, isApproved, isAvailableIndividually, isChannelFilterEnabled, isDeliverySubscriptionEnabled, isDenied, isDraft, isExpired, isFreeShipping, isIgnoreSKUCombinations, isInactive, isIncomplete, isPending, isPublished, isScheduled, isShippable, isShipSeparately, isSubscriptionEnabled, isTaxExempt, isTelcoOrElectronics, setAccountGroupFilterEnabled, setAvailableIndividually, setChannelFilterEnabled, setCompanyId, setCPDefinitionId, setCProductId, setCPTaxCategoryId, setCreateDate, setCtCollectionId, setDDMStructureKey, setDefaultLanguageId, setDeliveryMaxSubscriptionCycles, setDeliverySubscriptionEnabled, setDeliverySubscriptionLength, setDeliverySubscriptionType, setDeliverySubscriptionTypeSettings, setDepth, setDisplayDate, setExpirationDate, setFreeShipping, setGroupId, setHeight, setIgnoreSKUCombinations, setLastPublishDate, setMaxSubscriptionCycles, setModifiedDate, setMvccVersion, setPrimaryKey, setProductTypeName, setPublished, setShippable, setShippingExtraPrice, setShipSeparately, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setSubscriptionEnabled, setSubscriptionLength, setSubscriptionType, setSubscriptionTypeSettings, setTaxExempt, setTelcoOrElectronics, setUserId, setUserName, setUserUuid, setUuid, setVersion, setWeight, setWidth, toXmlStringMethods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persistMethods inherited from interface com.liferay.portal.kernel.model.StagedModel
getStagedModelType
-
Field Details
-
CP_DEFINITION_ID_ACCESSOR
-
-
Method Details
-
clone
Object clone()- Specified by:
clonein interfacecom.liferay.portal.kernel.model.BaseModel<CPDefinition>- Specified by:
clonein interfacecom.liferay.portal.kernel.model.StagedModel
-
equals
-
fetchCPConfigurationEntry
-
fetchMasterCPConfigurationEntry
CPConfigurationEntry fetchMasterCPConfigurationEntry() throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceCatalog
CommerceCatalog getCommerceCatalog() -
getCPAttachmentFileEntries
List<CPAttachmentFileEntry> getCPAttachmentFileEntries(int type, int status) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCPDefinitionOptionRels
List<CPDefinitionOptionRel> getCPDefinitionOptionRels() -
getCPDefinitionSpecificationOptionValues
List<CPDefinitionSpecificationOptionValue> getCPDefinitionSpecificationOptionValues() -
getCPInstances
List<CPInstance> getCPInstances() -
getCProduct
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCPTaxCategory
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getDefaultImageThumbnailSrc
- Throws:
Exception
-
getDeliverySubscriptionTypeSettingsUnicodeProperties
com.liferay.portal.kernel.util.UnicodeProperties getDeliverySubscriptionTypeSettingsUnicodeProperties() -
getDescriptionMap
-
getMasterCPConfigurationList
CPConfigurationList getMasterCPConfigurationList() throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getMetaDescriptionMap
-
getMetaKeywordsMap
-
getMetaTitleMap
-
getNameCurrentValue
String getNameCurrentValue() -
getNameMap
-
getShortDescriptionMap
-
getSubscriptionTypeSettingsUnicodeProperties
com.liferay.portal.kernel.util.UnicodeProperties getSubscriptionTypeSettingsUnicodeProperties() -
getURL
-
getUrlTitleMap
-
hashCode
int hashCode() -
isVisible
boolean isVisible(long cpConfigurationListId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
setDeliverySubscriptionTypeSettingsUnicodeProperties
void setDeliverySubscriptionTypeSettingsUnicodeProperties(com.liferay.portal.kernel.util.UnicodeProperties deliverySubscriptionTypeSettingsUnicodeProperties) -
setDescriptionMap
-
setNameMap
-
setShortDescriptionMap
-
setSubscriptionTypeSettingsUnicodeProperties
void setSubscriptionTypeSettingsUnicodeProperties(com.liferay.portal.kernel.util.UnicodeProperties subscriptionTypeSettingsUnicodeProperties) -
setUrlTitleMap
-