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
 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)
           
 

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(java.lang.String type)
           
 SandBoxOperationType SandBoxItem.getSandBoxOperationType()
           
 SandBoxOperationType SandBoxItemImpl.getSandBoxOperationType()
           
 

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



Copyright © 2011. All Rights Reserved.