Package de.hybris.platform.persistence
Interface GenericItemHome
-
- All Known Implementing Classes:
GenericBMPBean,GenericItemEJB
public interface GenericItemHome extends ItemHome
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GenericItemRemotecreate(PK pkBase, ComposedTypeRemote type, EJBPropertyContainer props)-
Methods inherited from interface de.hybris.platform.persistence.ItemHome
findAll, findByPKList, findByType, findChangedAfter, getOwnJNDIName, loadItemData
-
-
-
-
Method Detail
-
create
GenericItemRemote create(PK pkBase, ComposedTypeRemote type, EJBPropertyContainer props) throws YCreateException
- Throws:
YCreateException
-
-