org.broadleafcommerce.openadmin.server.dao
Interface SandBoxItemDao

All Known Implementing Classes:
SandBoxItemDaoImpl

public interface SandBoxItemDao


Method Summary
 SandBoxItem addSandBoxItem(Long sandBox, SandBoxOperationType operationType, SandBoxItemType itemType, String description, Long temporaryId, Long originalId)
           
 SandBoxItem addSandBoxItem(Long sbox, SandBoxOperationType operationType, SandBoxItemType itemType, String description, String groupDescription, Long temporaryId, Long originalId)
           
 void delete(SandBoxItem sandBoxItem)
           
 List<SandBoxItem> retrieveByGroupName(Long sandBoxId, String groupName)
           
 SandBoxItem retrieveById(Long id)
           
 SandBoxItem retrieveBySandboxAndTemporaryItemId(Long sandBoxId, SandBoxItemType type, Long tempItemId)
           
 List<SandBoxItem> retrieveSandBoxItemsByTypeForSandbox(Long sandBox, SandBoxItemType itemType)
           
 List<SandBoxItem> retrieveSandBoxItemsByTypesForSandbox(Long sandBox, List<SandBoxItemType> sandBoxItemTypes)
           
 List<SandBoxItem> retrieveSandBoxItemsForSandbox(Long sandBox)
           
 SandBoxItem updateSandBoxItem(SandBoxItem sandBoxItem)
           
 

Method Detail

retrieveById

SandBoxItem retrieveById(Long id)

retrieveBySandboxAndTemporaryItemId

SandBoxItem retrieveBySandboxAndTemporaryItemId(Long sandBoxId,
                                                SandBoxItemType type,
                                                Long tempItemId)

addSandBoxItem

SandBoxItem addSandBoxItem(Long sandBox,
                           SandBoxOperationType operationType,
                           SandBoxItemType itemType,
                           String description,
                           Long temporaryId,
                           Long originalId)

addSandBoxItem

SandBoxItem addSandBoxItem(Long sbox,
                           SandBoxOperationType operationType,
                           SandBoxItemType itemType,
                           String description,
                           String groupDescription,
                           Long temporaryId,
                           Long originalId)

updateSandBoxItem

SandBoxItem updateSandBoxItem(SandBoxItem sandBoxItem)

retrieveSandBoxItemsForSandbox

List<SandBoxItem> retrieveSandBoxItemsForSandbox(Long sandBox)

delete

void delete(SandBoxItem sandBoxItem)

retrieveSandBoxItemsByTypeForSandbox

List<SandBoxItem> retrieveSandBoxItemsByTypeForSandbox(Long sandBox,
                                                       SandBoxItemType itemType)

retrieveByGroupName

List<SandBoxItem> retrieveByGroupName(Long sandBoxId,
                                      String groupName)

retrieveSandBoxItemsByTypesForSandbox

List<SandBoxItem> retrieveSandBoxItemsByTypesForSandbox(Long sandBox,
                                                        List<SandBoxItemType> sandBoxItemTypes)


Copyright © 2013. All Rights Reserved.