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 PK
getPrincipalPK()
java.lang.String
getQuery()
PK
getRestrictedTypePK()
void
setPrincipalPK(PK pk)
void
setQuery(java.lang.String query)
void
setRestrictedTypePK(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
-
-