Uses of Class
org.broadleafcommerce.openadmin.server.service.type.ChangeType

Packages that use ChangeType
org.broadleafcommerce.openadmin.server.domain   
org.broadleafcommerce.openadmin.server.service.persistence   
org.broadleafcommerce.openadmin.server.service.type   
 

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

Fields in org.broadleafcommerce.openadmin.server.domain declared as ChangeType
protected  ChangeType SandBoxItemImpl.changeType
           
 

Methods in org.broadleafcommerce.openadmin.server.domain that return ChangeType
 ChangeType SandBoxItem.getChangeType()
           
 ChangeType SandBoxItemImpl.getChangeType()
           
 

Methods in org.broadleafcommerce.openadmin.server.domain with parameters of type ChangeType
 void SandBoxItem.setChangeType(ChangeType changeType)
           
 void SandBoxItemImpl.setChangeType(ChangeType changeType)
           
 

Uses of ChangeType in org.broadleafcommerce.openadmin.server.service.persistence
 

Methods in org.broadleafcommerce.openadmin.server.service.persistence with parameters of type ChangeType
protected  SandBoxItem SandBoxServiceImpl.createSandBoxItemFromDto(SandBox sandBox, PersistencePackage persistencePackage, ChangeType changeType, java.lang.Object primaryKey)
           
 PersistencePackage SandBoxService.saveSandBox(PersistencePackage persistencePackage, ChangeType changeType, PersistenceManager persistenceManager, RecordHelper helper)
           
 PersistencePackage SandBoxServiceImpl.saveSandBox(PersistencePackage persistencePackage, ChangeType changeType, PersistenceManager persistenceManager, RecordHelper helper)
           
 

Uses of ChangeType in org.broadleafcommerce.openadmin.server.service.type
 

Methods in org.broadleafcommerce.openadmin.server.service.type that return ChangeType
static ChangeType ChangeType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ChangeType[] ChangeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2011. All Rights Reserved.