Uses of Interface
org.broadleafcommerce.cms.structure.domain.StructuredContentType
Packages that use StructuredContentType
Package
Description
-
Uses of StructuredContentType in org.broadleafcommerce.cms.structure.dao
Methods in org.broadleafcommerce.cms.structure.dao that return StructuredContentTypeModifier and TypeMethodDescriptionStructuredContentDao.findStructuredContentTypeById(Long contentTypeId) Returns theStructuredContentTypethat matches the passed in contentTypeId.StructuredContentDaoImpl.findStructuredContentTypeById(Long contentTypeId) StructuredContentDao.findStructuredContentTypeByName(String name) Used to lookup the StructuredContentType by name.StructuredContentDaoImpl.findStructuredContentTypeByName(String name) StructuredContentDao.saveStructuredContentType(StructuredContentType type) Saves the given type and returns the merged instanceStructuredContentDaoImpl.saveStructuredContentType(StructuredContentType type) Methods in org.broadleafcommerce.cms.structure.dao that return types with arguments of type StructuredContentTypeModifier and TypeMethodDescriptionStructuredContentDao.retrieveAllStructuredContentTypes()Returns the list of allStructuredContentTypes.StructuredContentDaoImpl.retrieveAllStructuredContentTypes()Methods in org.broadleafcommerce.cms.structure.dao with parameters of type StructuredContentTypeModifier and TypeMethodDescriptionStructuredContentDao.findActiveStructuredContentByNameAndType(StructuredContentType type, String name, org.broadleafcommerce.common.locale.domain.Locale locale) Pass through function for backwards compatibility to get a list of structured content.StructuredContentDao.findActiveStructuredContentByNameAndType(StructuredContentType type, String name, org.broadleafcommerce.common.locale.domain.Locale fullLocale, org.broadleafcommerce.common.locale.domain.Locale languageOnlyLocale) Called by theDisplayContentTagto locate content based on the current SandBox, StructuredContentType, Name, fullLocale and/or languageOnlyLocale.StructuredContentDaoImpl.findActiveStructuredContentByNameAndType(StructuredContentType type, String name, org.broadleafcommerce.common.locale.domain.Locale locale) StructuredContentDaoImpl.findActiveStructuredContentByNameAndType(StructuredContentType type, String name, org.broadleafcommerce.common.locale.domain.Locale fullLocale, org.broadleafcommerce.common.locale.domain.Locale languageOnlyLocale) StructuredContentDao.findActiveStructuredContentByType(StructuredContentType type, org.broadleafcommerce.common.locale.domain.Locale locale) Pass through function for backwards compatibility to get a list of structured content.StructuredContentDao.findActiveStructuredContentByType(StructuredContentType type, org.broadleafcommerce.common.locale.domain.Locale fullLocale, org.broadleafcommerce.common.locale.domain.Locale languageOnlyLocale) Called by theDisplayContentTagto locate content based on the current SandBox, StructuredContentType, fullLocale and/or languageOnlyLocale.StructuredContentDaoImpl.findActiveStructuredContentByType(StructuredContentType type, org.broadleafcommerce.common.locale.domain.Locale locale) StructuredContentDaoImpl.findActiveStructuredContentByType(StructuredContentType type, org.broadleafcommerce.common.locale.domain.Locale fullLocale, org.broadleafcommerce.common.locale.domain.Locale languageOnlyLocale) StructuredContentDao.saveStructuredContentType(StructuredContentType type) Saves the given type and returns the merged instanceStructuredContentDaoImpl.saveStructuredContentType(StructuredContentType type) -
Uses of StructuredContentType in org.broadleafcommerce.cms.structure.domain
Classes in org.broadleafcommerce.cms.structure.domain that implement StructuredContentTypeFields in org.broadleafcommerce.cms.structure.domain declared as StructuredContentTypeModifier and TypeFieldDescriptionprotected StructuredContentTypeStructuredContentImpl.structuredContentTypeMethods in org.broadleafcommerce.cms.structure.domain with type parameters of type StructuredContentTypeModifier and TypeMethodDescription<G extends StructuredContentType>
org.broadleafcommerce.common.copy.CreateResponse<G>StructuredContentTypeImpl.createOrRetrieveCopyInstance(org.broadleafcommerce.common.copy.MultiTenantCopyContext context) Methods in org.broadleafcommerce.cms.structure.domain that return StructuredContentTypeModifier and TypeMethodDescriptionStructuredContent.getStructuredContentType()Gets theStructuredContentTypeassociated with this content item.StructuredContentImpl.getStructuredContentType()Methods in org.broadleafcommerce.cms.structure.domain with parameters of type StructuredContentTypeModifier and TypeMethodDescriptionvoidStructuredContent.setStructuredContentType(StructuredContentType structuredContentType) Sets theStructuredContentTypeassociated with this content item.voidStructuredContentImpl.setStructuredContentType(StructuredContentType structuredContentType) -
Uses of StructuredContentType in org.broadleafcommerce.cms.structure.service
Methods in org.broadleafcommerce.cms.structure.service that return StructuredContentTypeModifier and TypeMethodDescriptionStructuredContentService.findStructuredContentTypeById(Long id) Returns theStructuredContentTypeassociated with the passed in id.StructuredContentServiceImpl.findStructuredContentTypeById(Long id) StructuredContentService.findStructuredContentTypeByName(String name) Returns theStructuredContentTypeassociated with the passed in String value.StructuredContentServiceImpl.findStructuredContentTypeByName(String name) StructuredContentService.saveStructuredContentType(StructuredContentType type) Saves the given type and returns the merged instanceStructuredContentServiceImpl.saveStructuredContentType(StructuredContentType type) Saves the given type and returns the merged instanceMethods in org.broadleafcommerce.cms.structure.service that return types with arguments of type StructuredContentTypeModifier and TypeMethodDescriptionStructuredContentService.retrieveAllStructuredContentTypes()StructuredContentServiceImpl.retrieveAllStructuredContentTypes()Methods in org.broadleafcommerce.cms.structure.service with parameters of type StructuredContentTypeModifier and TypeMethodDescriptionList<org.broadleafcommerce.common.structure.dto.StructuredContentDTO>StructuredContentService.lookupStructuredContentItemsByName(StructuredContentType contentType, String contentName, org.broadleafcommerce.common.locale.domain.Locale locale, Integer count, Map<String, Object> ruleDTOs, boolean secure) This method returns content by name and type.List<org.broadleafcommerce.common.structure.dto.StructuredContentDTO>StructuredContentServiceImpl.lookupStructuredContentItemsByName(StructuredContentType contentType, String contentName, org.broadleafcommerce.common.locale.domain.Locale locale, Integer count, Map<String, Object> ruleDTOs, boolean secure) List<org.broadleafcommerce.common.structure.dto.StructuredContentDTO>StructuredContentService.lookupStructuredContentItemsByType(StructuredContentType contentType, org.broadleafcommerce.common.locale.domain.Locale locale, Integer count, Map<String, Object> ruleDTOs, boolean secure) This method returns content
Returns active content items for the passed in sandbox that match the passed in type.List<org.broadleafcommerce.common.structure.dto.StructuredContentDTO>StructuredContentServiceImpl.lookupStructuredContentItemsByType(StructuredContentType contentType, org.broadleafcommerce.common.locale.domain.Locale locale, Integer count, Map<String, Object> ruleDTOs, boolean secure) StructuredContentService.saveStructuredContentType(StructuredContentType type) Saves the given type and returns the merged instanceStructuredContentServiceImpl.saveStructuredContentType(StructuredContentType type) Saves the given type and returns the merged instance