Serialized Form


Package org.broadleafcommerce.cms.common

Class org.broadleafcommerce.cms.common.AssetNotFoundException extends RuntimeException implements Serializable

serialVersionUID: -6349160176427682630L


Package org.broadleafcommerce.cms.field.domain

Class org.broadleafcommerce.cms.field.domain.FieldDefinitionImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id

name

String name

friendlyName

String friendlyName

fieldType

String fieldType

securityLevel

String securityLevel

hiddenFlag

Boolean hiddenFlag

validationRegEx

String validationRegEx

validationErrorMesageKey

String validationErrorMesageKey

maxLength

Integer maxLength

columnWidth

String columnWidth

textAreaFlag

Boolean textAreaFlag

requiredFlag

Boolean requiredFlag

dataDrivenEnumeration

DataDrivenEnumeration dataDrivenEnumeration

allowMultiples

Boolean allowMultiples

fieldGroup

FieldGroup fieldGroup

fieldOrder

int fieldOrder

Class org.broadleafcommerce.cms.field.domain.FieldEnumerationImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id
Deprecated. 

name

String name
Deprecated. 

enumerationItems

List<E> enumerationItems
Deprecated. 

Class org.broadleafcommerce.cms.field.domain.FieldEnumerationItemImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id
Deprecated. 

name

String name
Deprecated. 

friendlyName

String friendlyName
Deprecated. 

fieldOrder

int fieldOrder
Deprecated. 

fieldEnumeration

FieldEnumeration fieldEnumeration
Deprecated. 

Class org.broadleafcommerce.cms.field.domain.FieldGroupImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id

name

String name

initCollapsedFlag

Boolean initCollapsedFlag

fieldDefinitions

List<E> fieldDefinitions

Package org.broadleafcommerce.cms.field.type

Class org.broadleafcommerce.cms.field.type.FieldType extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

type

String type

friendlyType

String friendlyType

Class org.broadleafcommerce.cms.field.type.StorageType extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

type

String type

friendlyType

String friendlyType

Package org.broadleafcommerce.cms.file.domain

Class org.broadleafcommerce.cms.file.domain.ImageStaticAssetImpl extends StaticAssetImpl implements Serializable

Serialized Fields

width

Integer width

height

Integer height

Class org.broadleafcommerce.cms.file.domain.StaticAssetDescriptionImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id

auditable

AdminAuditable auditable

description

String description

longDescription

String longDescription

Class org.broadleafcommerce.cms.file.domain.StaticAssetImpl extends Object implements Serializable

serialVersionUID: 6990685254640110350L

Serialized Fields

id

Long id

auditable

AdminAuditable auditable

name

String name

fullUrl

String fullUrl

title

String title

altText

String altText

mimeType

String mimeType

fileSize

Long fileSize

fileExtension

String fileExtension

contentMessageValues

Map<K,V> contentMessageValues

storageType

String storageType

Package org.broadleafcommerce.cms.page.domain

Class org.broadleafcommerce.cms.page.domain.PageFieldImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id

auditable

AdminAuditable auditable

fieldKey

String fieldKey

stringValue

String stringValue

lobValue

String lobValue

Class org.broadleafcommerce.cms.page.domain.PageImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id

pageTemplate

PageTemplate pageTemplate

description

String description

fullUrl

String fullUrl

pageFields

Map<K,V> pageFields

priority

Integer priority

offlineFlag

Boolean offlineFlag

pageMatchRules

Map<K,V> pageMatchRules

qualifyingItemCriteria

Set<E> qualifyingItemCriteria

auditable

AdminAuditable auditable

Class org.broadleafcommerce.cms.page.domain.PageItemCriteriaImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id

quantity

Integer quantity

orderItemMatchRule

String orderItemMatchRule

page

Page page

Class org.broadleafcommerce.cms.page.domain.PageRuleImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id

matchRule

String matchRule

Class org.broadleafcommerce.cms.page.domain.PageTemplateImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id

templateName

String templateName

templateDescription

String templateDescription

templatePath

String templatePath

locale

Locale locale

fieldGroups

List<E> fieldGroups

Package org.broadleafcommerce.cms.page.service.type

Class org.broadleafcommerce.cms.page.service.type.PageRuleType extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

type

String type

friendlyType

String friendlyType

Package org.broadleafcommerce.cms.structure.domain

Class org.broadleafcommerce.cms.structure.domain.CriteriaStructuredContentXref.CriteriaStructuredContentXrefPK extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

structuredContent

StructuredContent structuredContent

structuredContentItemCriteria

StructuredContentItemCriteria structuredContentItemCriteria

Class org.broadleafcommerce.cms.structure.domain.StructuredContentFieldImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id

auditable

AdminAuditable auditable

fieldKey

String fieldKey

stringValue

String stringValue

lobValue

String lobValue

Class org.broadleafcommerce.cms.structure.domain.StructuredContentFieldTemplateImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id

name

String name

fieldGroups

List<E> fieldGroups

Class org.broadleafcommerce.cms.structure.domain.StructuredContentImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id

auditable

AdminAuditable auditable

contentName

String contentName

locale

Locale locale

priority

Integer priority

structuredContentMatchRules

Map<K,V> structuredContentMatchRules

qualifyingItemCriteria

Set<E> qualifyingItemCriteria

structuredContentType

StructuredContentType structuredContentType

structuredContentFields

Map<K,V> structuredContentFields

offlineFlag

Boolean offlineFlag

Class org.broadleafcommerce.cms.structure.domain.StructuredContentItemCriteriaImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id

quantity

Integer quantity

orderItemMatchRule

String orderItemMatchRule

structuredContent

StructuredContent structuredContent

Class org.broadleafcommerce.cms.structure.domain.StructuredContentRuleImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id

matchRule

String matchRule

Class org.broadleafcommerce.cms.structure.domain.StructuredContentTypeImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id

name

String name

description

String description

structuredContentFieldTemplate

StructuredContentFieldTemplate structuredContentFieldTemplate

Package org.broadleafcommerce.cms.structure.service.type

Class org.broadleafcommerce.cms.structure.service.type.StructuredContentRuleType extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

type

String type

friendlyType

String friendlyType

Package org.broadleafcommerce.cms.url.domain

Class org.broadleafcommerce.cms.url.domain.NullURLHandler extends URLHandlerImpl implements Serializable

Class org.broadleafcommerce.cms.url.domain.URLHandlerImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id

incomingURL

String incomingURL

newURL

String newURL

urlRedirectType

String urlRedirectType

Package org.broadleafcommerce.cms.url.type

Class org.broadleafcommerce.cms.url.type.URLRedirectType extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

type

String type

friendlyType

String friendlyType

Package org.broadleafcommerce.cms.web.file

Class org.broadleafcommerce.cms.web.file.UrlRewriteTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

value

String value

var

String var

Package org.broadleafcommerce.cms.web.structure

Class org.broadleafcommerce.cms.web.structure.DisplayContentTag extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

contentType

String contentType

contentName

String contentName

product

Object product

count

Integer count

contentListVar

String contentListVar

contentItemVar

String contentItemVar

numResultsVar

String numResultsVar

locale

Locale locale

structuredContentService

StructuredContentService structuredContentService

staticAssetService

StaticAssetService staticAssetService



Copyright © 2013. All Rights Reserved.