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

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

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

Methods in org.broadleafcommerce.openadmin.server.dao with parameters of type SandBoxOperationType
 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)
           
 

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

Fields in org.broadleafcommerce.openadmin.server.domain declared as SandBoxOperationType
static SandBoxOperationType SandBoxOperationType.ADD
           
static SandBoxOperationType SandBoxOperationType.DELETE
           
static SandBoxOperationType SandBoxOperationType.UPDATE
           
 

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

Methods in org.broadleafcommerce.openadmin.server.domain with parameters of type SandBoxOperationType
 void SandBoxItemImpl.setSandBoxOperationType(SandBoxOperationType sandboxOperationType)
           
 void SandBoxItem.setSandBoxOperationType(SandBoxOperationType type)
           
 



Copyright © 2013. All Rights Reserved.