Interface MetaInformationHome
-
- All Known Implementing Classes:
MetaInformation_HJMPWrapper
,MetaInformationEJB
public interface MetaInformationHome extends ItemHome
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description MetaInformationRemote
create(PK pk, java.lang.String systemName)
Deprecated.since 18.08MetaInformationRemote
findBySystemID(java.lang.String sysID)
-
Methods inherited from interface de.hybris.platform.persistence.ItemHome
findAll, findByPKList, findByType, findChangedAfter, getOwnJNDIName, loadItemData
-
-
-
-
Method Detail
-
create
@Deprecated MetaInformationRemote create(PK pk, java.lang.String systemName) throws YCreateException
Deprecated.since 18.08- Throws:
YCreateException
-
findBySystemID
MetaInformationRemote findBySystemID(java.lang.String sysID) throws YFinderException
- Throws:
YFinderException
-
-