Uses of Class
org.broadleafcommerce.openadmin.server.domain.SandBoxItemType

Packages that use SandBoxItemType
org.broadleafcommerce.openadmin.server.dao   
org.broadleafcommerce.openadmin.server.domain   
 

Uses of SandBoxItemType in org.broadleafcommerce.openadmin.server.dao
 

Methods in org.broadleafcommerce.openadmin.server.dao with parameters of type SandBoxItemType
 SandBoxItem SandBoxItemDao.addSandBoxItem(Long sandBox, SandBoxOperationType operationType, SandBoxItemType itemType, String description, Long temporaryId, Long originalId)
           
 SandBoxItem SandBoxItemDaoImpl.addSandBoxItem(Long sbox, SandBoxOperationType operationType, SandBoxItemType itemType, String description, Long temporaryId, Long originalId)
           
 SandBoxItem SandBoxItemDao.addSandBoxItem(Long sbox, SandBoxOperationType operationType, SandBoxItemType itemType, String description, String groupDescription, Long temporaryId, Long originalId)
           
 SandBoxItem SandBoxItemDaoImpl.addSandBoxItem(Long sbox, SandBoxOperationType operationType, SandBoxItemType itemType, String description, String groupDescription, Long temporaryId, Long originalId)
           
 SandBoxItem SandBoxItemDao.retrieveBySandboxAndTemporaryItemId(Long sandBoxId, SandBoxItemType type, Long tempItemId)
           
 SandBoxItem SandBoxItemDaoImpl.retrieveBySandboxAndTemporaryItemId(Long sandBoxId, SandBoxItemType type, Long tempItemId)
           
 List<SandBoxItem> SandBoxItemDao.retrieveSandBoxItemsByTypeForSandbox(Long sandBox, SandBoxItemType itemType)
           
 List<SandBoxItem> SandBoxItemDaoImpl.retrieveSandBoxItemsByTypeForSandbox(Long sandBox, SandBoxItemType itemType)
           
 

Method parameters in org.broadleafcommerce.openadmin.server.dao with type arguments of type SandBoxItemType
 List<SandBoxItem> SandBoxItemDao.retrieveSandBoxItemsByTypesForSandbox(Long sandBox, List<SandBoxItemType> sandBoxItemTypes)
           
 List<SandBoxItem> SandBoxItemDaoImpl.retrieveSandBoxItemsByTypesForSandbox(Long sandBox, List<SandBoxItemType> sandBoxItemTypes)
           
 

Uses of SandBoxItemType in org.broadleafcommerce.openadmin.server.domain
 

Fields in org.broadleafcommerce.openadmin.server.domain declared as SandBoxItemType
static SandBoxItemType SandBoxItemType.PAGE
           
static SandBoxItemType SandBoxItemType.STATIC_ASSET
           
static SandBoxItemType SandBoxItemType.STRUCTURED_CONTENT
           
 

Methods in org.broadleafcommerce.openadmin.server.domain that return SandBoxItemType
static SandBoxItemType SandBoxItemType.getInstance(String type)
           
 SandBoxItemType SandBoxItemImpl.getSandBoxItemType()
           
 SandBoxItemType SandBoxItem.getSandBoxItemType()
           
 

Methods in org.broadleafcommerce.openadmin.server.domain with parameters of type SandBoxItemType
 void SandBoxItemImpl.setSandBoxItemType(SandBoxItemType sandBoxItemType)
           
 void SandBoxItem.setSandBoxItemType(SandBoxItemType itemType)
           
 



Copyright © 2013. All Rights Reserved.