Class TestItemStateRepo
- java.lang.Object
-
- de.hybris.platform.persistence.polyglot.repository.TestItemStateRepo
-
- All Implemented Interfaces:
ItemStateRepository
public class TestItemStateRepo extends java.lang.Object implements ItemStateRepository
-
-
Constructor Summary
Constructors Constructor Description TestItemStateRepo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeSetbeginCreation(Identity id)FindResultfind(Criteria criteria)ItemStateget(Identity id)voidremove(ItemState state)voidstore(ChangeSet changeSet)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.hybris.platform.persistence.polyglot.ItemStateRepository
isSupported
-
-
-
-
Method Detail
-
get
public ItemState get(Identity id)
- Specified by:
getin interfaceItemStateRepository
-
beginCreation
public ChangeSet beginCreation(Identity id)
- Specified by:
beginCreationin interfaceItemStateRepository
-
store
public void store(ChangeSet changeSet)
- Specified by:
storein interfaceItemStateRepository
-
remove
public void remove(ItemState state)
- Specified by:
removein interfaceItemStateRepository
-
find
public FindResult find(Criteria criteria)
- Specified by:
findin interfaceItemStateRepository
-
-