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
 void SandBoxItemDaoImpl.addSandBoxItem(SandBox sbox, SandBoxOperationType operationType, SandBoxItemType itemType, java.lang.String description, java.lang.Long temporaryId, java.lang.Long originalId)
           
 void SandBoxItemDao.addSandBoxItem(SandBox sandBox, SandBoxOperationType operationType, SandBoxItemType itemType, java.lang.String description, java.lang.Long temporaryId, java.lang.Long originalId)
           
 SandBoxItem SandBoxItemDaoImpl.retrieveBySandboxAndOriginalItemId(SandBox sandBox, SandBoxItemType type, java.lang.Long originalItemId)
           
 SandBoxItem SandBoxItemDao.retrieveBySandboxAndOriginalItemId(SandBox sandBox, SandBoxItemType type, java.lang.Long originalItemId)
           
 SandBoxItem SandBoxItemDaoImpl.retrieveBySandboxAndTemporaryItemId(SandBox sandBox, SandBoxItemType type, java.lang.Long tempItemId)
           
 SandBoxItem SandBoxItemDao.retrieveBySandboxAndTemporaryItemId(SandBox sandBox, SandBoxItemType type, java.lang.Long tempItemId)
           
 

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

Fields in org.broadleafcommerce.openadmin.server.domain declared as SandBoxItemType
static SandBoxItemType SandBoxItemType.ENTITY
           
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(java.lang.String type)
           
 SandBoxItemType SandBoxItem.getSandBoxItemType()
           
 SandBoxItemType SandBoxItemImpl.getSandBoxItemType()
           
 

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



Copyright © 2011. All Rights Reserved.