Uses of Interface
org.broadleafcommerce.cms.structure.domain.StructuredContent

Packages that use StructuredContent
org.broadleafcommerce.cms.admin.server.handler   
org.broadleafcommerce.cms.structure.dao   
org.broadleafcommerce.cms.structure.domain   
org.broadleafcommerce.cms.structure.service   
 

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

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

Uses of StructuredContent in org.broadleafcommerce.cms.structure.dao
 

Methods in org.broadleafcommerce.cms.structure.dao that return StructuredContent
 StructuredContent StructuredContentDaoImpl.addOrUpdateContentItem(StructuredContent content)
           
 StructuredContent StructuredContentDao.addOrUpdateContentItem(StructuredContent content)
           
 StructuredContent StructuredContentDaoImpl.findStructuredContentById(java.lang.Long contentId)
           
 StructuredContent StructuredContentDao.findStructuredContentById(java.lang.Long contentId)
           
 

Methods in org.broadleafcommerce.cms.structure.dao that return types with arguments of type StructuredContent
 java.util.List<StructuredContent> StructuredContentDaoImpl.findActiveStructuredContentByNameAndType(SandBox sandBox, StructuredContentType type, java.lang.String name, Locale locale)
           
 java.util.List<StructuredContent> StructuredContentDao.findActiveStructuredContentByNameAndType(SandBox sandBox, StructuredContentType type, java.lang.String name, Locale locale)
           
 java.util.List<StructuredContent> StructuredContentDaoImpl.findActiveStructuredContentByType(SandBox sandBox, StructuredContentType type, Locale locale)
           
 java.util.List<StructuredContent> StructuredContentDao.findActiveStructuredContentByType(SandBox sandBox, StructuredContentType type, Locale locale)
           
 

Methods in org.broadleafcommerce.cms.structure.dao with parameters of type StructuredContent
 StructuredContent StructuredContentDaoImpl.addOrUpdateContentItem(StructuredContent content)
           
 StructuredContent StructuredContentDao.addOrUpdateContentItem(StructuredContent content)
           
 void StructuredContentDaoImpl.delete(StructuredContent content)
           
 void StructuredContentDao.delete(StructuredContent content)
           
 void StructuredContentDaoImpl.detach(StructuredContent sc)
           
 void StructuredContentDao.detach(StructuredContent sc)
           
 java.util.Map<java.lang.String,StructuredContentField> StructuredContentDaoImpl.readFieldsForStructuredContentItem(StructuredContent sc)
           
 java.util.Map<java.lang.String,StructuredContentField> StructuredContentDao.readFieldsForStructuredContentItem(StructuredContent sc)
           
 

Uses of StructuredContent in org.broadleafcommerce.cms.structure.domain
 

Classes in org.broadleafcommerce.cms.structure.domain that implement StructuredContent
 class StructuredContentImpl
          Created by bpolster.
 

Fields in org.broadleafcommerce.cms.structure.domain declared as StructuredContent
protected  StructuredContent StructuredContentItemCriteriaImpl.structuredContent
           
protected  StructuredContent StructuredContentFieldImpl.structuredContent
           
 

Methods in org.broadleafcommerce.cms.structure.domain that return StructuredContent
 StructuredContent StructuredContentImpl.cloneEntity()
           
 StructuredContent StructuredContent.cloneEntity()
           
 StructuredContent StructuredContentField.getStructuredContent()
           
 StructuredContent StructuredContentItemCriteriaImpl.getStructuredContent()
           
 StructuredContent StructuredContentItemCriteria.getStructuredContent()
           
 StructuredContent StructuredContentFieldImpl.getStructuredContent()
           
 

Methods in org.broadleafcommerce.cms.structure.domain with parameters of type StructuredContent
 void StructuredContentField.setStructuredContent(StructuredContent structuredContent)
           
 void StructuredContentItemCriteriaImpl.setStructuredContent(StructuredContent structuredContent)
           
 void StructuredContentItemCriteria.setStructuredContent(StructuredContent structuredContent)
           
 void StructuredContentFieldImpl.setStructuredContent(StructuredContent structuredContent)
           
 

Uses of StructuredContent in org.broadleafcommerce.cms.structure.service
 

Methods in org.broadleafcommerce.cms.structure.service that return StructuredContent
 StructuredContent StructuredContentService.addStructuredContent(StructuredContent content, SandBox destinationSandbox)
          This method is intended to be called from within the CMS admin only.
 StructuredContent StructuredContentServiceImpl.addStructuredContent(StructuredContent content, SandBox destinationSandbox)
          This method is intended to be called from within the CMS admin only.
 StructuredContent StructuredContentService.findStructuredContentById(java.lang.Long contentId)
          Returns the StructuredContent item associated with the passed in id.
 StructuredContent StructuredContentServiceImpl.findStructuredContentById(java.lang.Long contentId)
          Returns the StructuredContent item associated with the passed in id.
 StructuredContent StructuredContentService.updateStructuredContent(StructuredContent content, SandBox sandbox)
          This method is intended to be called from within the CMS admin only.
 StructuredContent StructuredContentServiceImpl.updateStructuredContent(StructuredContent content, SandBox destSandbox)
          This method is intended to be called from within the CMS admin only.
 

Methods in org.broadleafcommerce.cms.structure.service that return types with arguments of type StructuredContent
 java.util.List<StructuredContent> StructuredContentService.findContentItems(SandBox sandbox, org.hibernate.Criteria c)
          Retuns content items for the passed in sandbox that match the passed in criteria.
 java.util.List<StructuredContent> StructuredContentServiceImpl.findContentItems(SandBox sandbox, org.hibernate.Criteria c)
          Retuns content items for the passed in sandbox that match the passed in criteria.
 java.util.List<StructuredContent> StructuredContentService.lookupStructuredContentItemsByName(SandBox sandBox, StructuredContentType contentType, java.lang.String contentName, Locale locale, java.lang.Integer count, java.util.Map<java.lang.String,java.lang.Object> ruleDTOs)
           
 java.util.List<StructuredContent> StructuredContentServiceImpl.lookupStructuredContentItemsByName(SandBox sandBox, StructuredContentType contentType, java.lang.String contentName, Locale locale, java.lang.Integer count, java.util.Map<java.lang.String,java.lang.Object> ruleDTOs)
           
 java.util.List<StructuredContent> StructuredContentService.lookupStructuredContentItemsByType(SandBox sandBox, StructuredContentType contentType, Locale locale, java.lang.Integer count, java.util.Map<java.lang.String,java.lang.Object> ruleDTOs)
           
 java.util.List<StructuredContent> StructuredContentServiceImpl.lookupStructuredContentItemsByType(SandBox sandBox, StructuredContentType contentType, Locale locale, java.lang.Integer count, java.util.Map<java.lang.String,java.lang.Object> ruleDTOs)
           
 

Methods in org.broadleafcommerce.cms.structure.service with parameters of type StructuredContent
 StructuredContent StructuredContentService.addStructuredContent(StructuredContent content, SandBox destinationSandbox)
          This method is intended to be called from within the CMS admin only.
 StructuredContent StructuredContentServiceImpl.addStructuredContent(StructuredContent content, SandBox destinationSandbox)
          This method is intended to be called from within the CMS admin only.
 boolean StructuredContentDefaultRuleProcessor.checkForMatch(StructuredContent sc, java.util.Map<java.lang.String,java.lang.Object> vars)
          Returns true if the
 boolean StructuredContentRuleProcessor.checkForMatch(StructuredContent sc, java.util.Map<java.lang.String,java.lang.Object> valueMap)
          Returns true if the
 void StructuredContentService.deleteStructuredContent(StructuredContent content, SandBox destinationSandbox)
          If deleting and item where content.originalItemId != null then the item is deleted from the database.
 void StructuredContentServiceImpl.deleteStructuredContent(StructuredContent content, SandBox destinationSandbox)
          If deleting and item where content.originalItemId != null then the item is deleted from the database.
 StructuredContent StructuredContentService.updateStructuredContent(StructuredContent content, SandBox sandbox)
          This method is intended to be called from within the CMS admin only.
 StructuredContent StructuredContentServiceImpl.updateStructuredContent(StructuredContent content, SandBox destSandbox)
          This method is intended to be called from within the CMS admin only.
 



Copyright © 2011. All Rights Reserved.