Uses of Interface
org.broadleafcommerce.openadmin.server.domain.SandBoxItem

Packages that use SandBoxItem
org.broadleafcommerce.openadmin.server.dao   
org.broadleafcommerce.openadmin.server.domain   
org.broadleafcommerce.openadmin.server.service.persistence   
 

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

Methods in org.broadleafcommerce.openadmin.server.dao that return SandBoxItem
 SandBoxItem SandBoxItemDaoImpl.retrieveById(java.lang.Long id)
           
 SandBoxItem SandBoxItemDao.retrieveById(java.lang.Long id)
           
 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)
           
 SandBoxItem SandBoxItemDaoImpl.updateSandBoxItem(SandBoxItem sandBoxItem)
           
 SandBoxItem SandBoxItemDao.updateSandBoxItem(SandBoxItem sandBoxItem)
           
 

Methods in org.broadleafcommerce.openadmin.server.dao with parameters of type SandBoxItem
 SandBoxItem SandBoxItemDaoImpl.updateSandBoxItem(SandBoxItem sandBoxItem)
           
 SandBoxItem SandBoxItemDao.updateSandBoxItem(SandBoxItem sandBoxItem)
           
 

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

Subinterfaces of SandBoxItem in org.broadleafcommerce.openadmin.server.domain
 interface EntitySandBoxItem
           
 

Classes in org.broadleafcommerce.openadmin.server.domain that implement SandBoxItem
 class EntitySandBoxItemImpl
           
 class SandBoxItemImpl
           
 

Fields in org.broadleafcommerce.openadmin.server.domain with type parameters of type SandBoxItem
protected  java.util.List<SandBoxItem> SandBoxActionImpl.sandBoxItems
           
protected  java.util.Set<SandBoxItem> SandBoxImpl.sandBoxItems
           
 

Methods in org.broadleafcommerce.openadmin.server.domain that return types with arguments of type SandBoxItem
 java.util.List<SandBoxItem> SandBoxAction.getSandBoxItems()
           
 java.util.List<SandBoxItem> SandBoxActionImpl.getSandBoxItems()
           
 java.util.Set<SandBoxItem> SandBoxImpl.getSandBoxItems()
           
 java.util.Set<SandBoxItem> SandBox.getSandBoxItems()
           
 

Methods in org.broadleafcommerce.openadmin.server.domain with parameters of type SandBoxItem
 void SandBoxAction.addSandBoxItem(SandBoxItem item)
           
 void SandBoxActionImpl.addSandBoxItem(SandBoxItem item)
           
 void SandBoxItemListener.itemPromoted(SandBoxItem sandBoxItem, SandBox destinationSandBox)
           
 void SandBoxItemListener.itemRejected(SandBoxItem sandBoxItem, SandBox destinationSandBox)
           
 void SandBoxItemListener.itemReverted(SandBoxItem sandBoxItem)
           
 

Method parameters in org.broadleafcommerce.openadmin.server.domain with type arguments of type SandBoxItem
 void SandBoxAction.setSandBoxItems(java.util.List<SandBoxItem> itemList)
           
 void SandBoxActionImpl.setSandBoxItems(java.util.List<SandBoxItem> sandBoxItems)
           
 void SandBoxImpl.setSandBoxItems(java.util.Set<SandBoxItem> sandBoxItems)
           
 void SandBox.setSandBoxItems(java.util.Set<SandBoxItem> sandBoxItems)
           
 

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

Method parameters in org.broadleafcommerce.openadmin.server.service.persistence with type arguments of type SandBoxItem
 void SandBoxService.promoteSelectedItems(SandBox sandBox, java.lang.String comment, java.util.List<SandBoxItem> sandBoxItems)
           
 void SandBoxServiceImpl.promoteSelectedItems(SandBox fromSandBox, java.lang.String comment, java.util.List<SandBoxItem> sandBoxItems)
           
 void SandBoxService.rejectSelectedSandBoxItems(SandBox sandBox, java.lang.String comment, java.util.List<SandBoxItem> sandBoxItems)
           
 void SandBoxServiceImpl.rejectSelectedSandBoxItems(SandBox fromSandBox, java.lang.String comment, java.util.List<SandBoxItem> sandBoxItems)
           
 void SandBoxService.revertSelectedSandBoxItems(SandBox sandBox, java.util.List<SandBoxItem> sandBoxItems)
           
 void SandBoxServiceImpl.revertSelectedSandBoxItems(SandBox fromSandBox, java.util.List<SandBoxItem> sandBoxItems)
           
 void SandBoxService.schedulePromotionForSandBoxItems(java.util.List<SandBoxItem> sandBoxItems, java.util.Calendar calendar)
           
 void SandBoxServiceImpl.schedulePromotionForSandBoxItems(java.util.List<SandBoxItem> sandBoxItems, java.util.Calendar calendar)
           
 



Copyright © 2011. All Rights Reserved.