|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
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)
|
SandBoxItem |
SandBoxItemDao.retrieveById(Long id)
|
SandBoxItem |
SandBoxItemDaoImpl.retrieveById(Long id)
|
SandBoxItem |
SandBoxItemDao.retrieveBySandboxAndTemporaryItemId(Long sandBoxId,
SandBoxItemType type,
Long tempItemId)
|
SandBoxItem |
SandBoxItemDaoImpl.retrieveBySandboxAndTemporaryItemId(Long sandBoxId,
SandBoxItemType type,
Long tempItemId)
|
SandBoxItem |
SandBoxItemDao.updateSandBoxItem(SandBoxItem sandBoxItem)
|
SandBoxItem |
SandBoxItemDaoImpl.updateSandBoxItem(SandBoxItem sandBoxItem)
|
| Methods in org.broadleafcommerce.openadmin.server.dao that return types with arguments of type SandBoxItem | |
|---|---|
List<SandBoxItem> |
SandBoxItemDao.retrieveByGroupName(Long sandBoxId,
String groupName)
|
List<SandBoxItem> |
SandBoxItemDaoImpl.retrieveByGroupName(Long sandBoxId,
String groupName)
|
List<SandBoxItem> |
SandBoxItemDao.retrieveSandBoxItemsByTypeForSandbox(Long sandBox,
SandBoxItemType itemType)
|
List<SandBoxItem> |
SandBoxItemDaoImpl.retrieveSandBoxItemsByTypeForSandbox(Long sandBox,
SandBoxItemType itemType)
|
List<SandBoxItem> |
SandBoxItemDao.retrieveSandBoxItemsByTypesForSandbox(Long sandBox,
List<SandBoxItemType> sandBoxItemTypes)
|
List<SandBoxItem> |
SandBoxItemDaoImpl.retrieveSandBoxItemsByTypesForSandbox(Long sandBox,
List<SandBoxItemType> sandBoxItemTypes)
|
List<SandBoxItem> |
SandBoxItemDao.retrieveSandBoxItemsForSandbox(Long sandBox)
|
List<SandBoxItem> |
SandBoxItemDaoImpl.retrieveSandBoxItemsForSandbox(Long sandBox)
|
| Methods in org.broadleafcommerce.openadmin.server.dao with parameters of type SandBoxItem | |
|---|---|
void |
SandBoxItemDao.delete(SandBoxItem sandBoxItem)
|
void |
SandBoxItemDaoImpl.delete(SandBoxItem sandBoxItem)
|
SandBoxItem |
SandBoxItemDao.updateSandBoxItem(SandBoxItem sandBoxItem)
|
SandBoxItem |
SandBoxItemDaoImpl.updateSandBoxItem(SandBoxItem sandBoxItem)
|
| Uses of SandBoxItem in org.broadleafcommerce.openadmin.server.domain |
|---|
| Classes in org.broadleafcommerce.openadmin.server.domain that implement SandBoxItem | |
|---|---|
class |
SandBoxItemImpl
|
| Fields in org.broadleafcommerce.openadmin.server.domain with type parameters of type SandBoxItem | |
|---|---|
protected List<SandBoxItem> |
SandBoxActionImpl.sandBoxItems
|
| Methods in org.broadleafcommerce.openadmin.server.domain that return types with arguments of type SandBoxItem | |
|---|---|
List<SandBoxItem> |
SandBoxActionImpl.getSandBoxItems()
|
List<SandBoxItem> |
SandBoxAction.getSandBoxItems()
|
| Methods in org.broadleafcommerce.openadmin.server.domain with parameters of type SandBoxItem | |
|---|---|
void |
SandBoxActionImpl.addSandBoxItem(SandBoxItem item)
|
void |
SandBoxAction.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 |
SandBoxActionImpl.setSandBoxItems(List<SandBoxItem> sandBoxItems)
|
void |
SandBoxAction.setSandBoxItems(List<SandBoxItem> itemList)
|
| 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,
String comment,
List<SandBoxItem> sandBoxItems)
|
void |
SandBoxServiceImpl.promoteSelectedItems(SandBox fromSandBox,
String comment,
List<SandBoxItem> sandBoxItems)
|
void |
SandBoxService.rejectSelectedSandBoxItems(SandBox sandBox,
String comment,
List<SandBoxItem> sandBoxItems)
|
void |
SandBoxServiceImpl.rejectSelectedSandBoxItems(SandBox fromSandBox,
String comment,
List<SandBoxItem> sandBoxItems)
|
void |
SandBoxService.revertSelectedSandBoxItems(SandBox sandBox,
List<SandBoxItem> sandBoxItems)
|
void |
SandBoxServiceImpl.revertSelectedSandBoxItems(SandBox fromSandBox,
List<SandBoxItem> sandBoxItems)
|
void |
SandBoxService.schedulePromotionForSandBoxItems(List<SandBoxItem> sandBoxItems,
Calendar calendar)
|
void |
SandBoxServiceImpl.schedulePromotionForSandBoxItems(List<SandBoxItem> sandBoxItems,
Calendar calendar)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||