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 MetaInformationRemotecreate(PK pk, java.lang.String systemName)Deprecated, for removal: This API element is subject to removal in a future version.since 18.08MetaInformationRemotefindBySystemID(java.lang.String sysID)-
Methods inherited from interface de.hybris.platform.persistence.ItemHome
findAll, findByPKList, findByType, findChangedAfter, getOwnJNDIName, loadItemData
-
-
-
-
Method Detail
-
create
@Deprecated(since="18.08", forRemoval=true) MetaInformationRemote create(PK pk, java.lang.String systemName) throws YCreateExceptionDeprecated, for removal: This API element is subject to removal in a future version.since 18.08- Throws:
YCreateException
-
findBySystemID
MetaInformationRemote findBySystemID(java.lang.String sysID) throws YFinderException
- Throws:
YFinderException
-
-