Uses of Class
org.broadleafcommerce.cms.structure.service.type.StructuredContentRuleType

Packages that use StructuredContentRuleType
org.broadleafcommerce.cms.admin.server.handler   
org.broadleafcommerce.cms.structure.service.type   
 

Uses of StructuredContentRuleType in org.broadleafcommerce.cms.admin.server.handler
 

Methods in org.broadleafcommerce.cms.admin.server.handler with parameters of type StructuredContentRuleType
protected  void StructuredContentCustomPersistenceHandler.addRule(Entity entity, StructuredContent structuredContentInstance, String propertyName, StructuredContentRuleType type)
           
protected  void StructuredContentCustomPersistenceHandler.updateRule(Entity entity, StructuredContent structuredContentInstance, String propertyName, StructuredContentRuleType type)
           
 

Uses of StructuredContentRuleType in org.broadleafcommerce.cms.structure.service.type
 

Fields in org.broadleafcommerce.cms.structure.service.type declared as StructuredContentRuleType
static StructuredContentRuleType StructuredContentRuleType.CUSTOMER
           
static StructuredContentRuleType StructuredContentRuleType.PRODUCT
           
static StructuredContentRuleType StructuredContentRuleType.REQUEST
           
static StructuredContentRuleType StructuredContentRuleType.TIME
           
 

Methods in org.broadleafcommerce.cms.structure.service.type that return StructuredContentRuleType
static StructuredContentRuleType StructuredContentRuleType.getInstance(String type)
          Allows translation from the passed in String to a StructuredContentRuleType
 



Copyright © 2013. All Rights Reserved.