Package de.hybris.platform.jalo.type
Interface SearchRestriction.SearchRestrictionImpl
-
- All Superinterfaces:
BridgeInterface
,ExposesPermissionFacade
,ExposesRemote
,ExtensibleItem.ExtensibleItemImpl
,Item.ItemImpl
,LocalizableItem.LocalizableItemImpl
,java.io.Serializable
,TypeManagerManaged.TypeManagerManagedImpl
- All Known Implementing Classes:
SearchRestrictionEJBImpl
- Enclosing class:
- SearchRestriction
public static interface SearchRestriction.SearchRestrictionImpl extends TypeManagerManaged.TypeManagerManagedImpl
interface to persistence layer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Principal
getPrincipal()
java.lang.String
getQuery(SessionContext ctx)
ComposedType
getRestrictedType()
void
setPrincipal(Principal principal)
void
setQuery(SessionContext ctx, java.lang.String query)
void
setRestrictedType(ComposedType type)
-
Methods inherited from interface de.hybris.platform.util.BridgeInterface
getJaloObjectClass
-
Methods inherited from interface de.hybris.platform.util.ExposesPermissionFacade
getPermissionFacade
-
Methods inherited from interface de.hybris.platform.util.ExposesRemote
getRemote
-
Methods inherited from interface de.hybris.platform.jalo.ExtensibleItem.ExtensibleItemImpl
getAllProperties, getProperty, getPropertyNames, removeProperty, setAllProperties, setProperty
-
Methods inherited from interface de.hybris.platform.jalo.Item.ItemImpl
addPermission, checkItemPermission, clearPermission, getComposedType, getCreationTime, getHJMPTS, getModificationTime, getOwner, getPermissionMap, getPK, getPrincipalPermissions, getRestrictedPrincipals, getTypeKey, invalidateLocalCaches, isLocalCachingSupported, remove, setComposedType, setCreationTime, setModificationTime, setOwner, setPermissionMap
-
Methods inherited from interface de.hybris.platform.jalo.c2l.LocalizableItem.LocalizableItemImpl
getAllLocalizedProperties, getAllLocalizedProperties, getLocalizedProperty, getLocalizedPropertyNames, removeLocalizedProperty, setAllLocalizableProperties, setLocalizedProperty
-
-
-
-
Method Detail
-
getQuery
java.lang.String getQuery(SessionContext ctx)
-
setQuery
void setQuery(SessionContext ctx, java.lang.String query)
-
getPrincipal
Principal getPrincipal()
-
setPrincipal
void setPrincipal(Principal principal)
-
getRestrictedType
ComposedType getRestrictedType()
-
setRestrictedType
void setRestrictedType(ComposedType type)
-
-