Interface SearchRestrictionRemote
-
- All Superinterfaces:
EntityProxy,ExtensibleItemRemote,ItemRemote,LocalizableItemRemote
- All Known Implementing Classes:
SearchRestriction_HJMPWrapper,SearchRestrictionEJB
public interface SearchRestrictionRemote extends LocalizableItemRemote
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PKgetPrincipalPK()java.lang.StringgetQuery()PKgetRestrictedTypePK()voidsetPrincipalPK(PK pk)voidsetQuery(java.lang.String query)voidsetRestrictedTypePK(PK pk)-
Methods inherited from interface de.hybris.platform.persistence.framework.EntityProxy
getPK
-
Methods inherited from interface de.hybris.platform.persistence.ExtensibleItemRemote
copyPropertiesFrom, getAllProperties, getProperty, getPropertyNames, getPropertyRaw, getPropertyTimestamp, getTypeInfoMap, removeProperty, setAllProperties, setProperty
-
Methods inherited from interface de.hybris.platform.persistence.ItemRemote
getComposedType, getCreationTime, getHJMPTS, getModifiedTime, getOwner, getPkString, getTypeKey, hasJNDIName, remove, setComposedType, setCreationTime, setModifiedTime, setOwner, setOwnerRef, wasModifiedSince
-
Methods inherited from interface de.hybris.platform.persistence.c2l.LocalizableItemRemote
copyLocalizablePropertiesFrom, getAllLocalizedProperties, getAllLocalizedProperties, getLocalizedProperty, getLocalizedPropertyNames, hintPropertyCache, removeLocalizedProperty, setAllLocalizedProperties, setLocalizedProperty
-
-