Class SearchRestrictionEJBImpl
java.lang.Object
de.hybris.platform.core.BridgeImplementation
de.hybris.platform.persistence.ItemEJBImpl
de.hybris.platform.persistence.ExtensibleItemEJBImpl
de.hybris.platform.persistence.c2l.LocalizableItemEJBImpl
de.hybris.platform.persistence.type.SearchRestrictionEJBImpl
- All Implemented Interfaces:
LocalizableItem.LocalizableItemImpl,ExtensibleItem.ExtensibleItemImpl,Item.ItemImpl,SearchRestriction.SearchRestrictionImpl,TypeManagerManaged.TypeManagerManagedImpl,BridgeInterface,ExposesPermissionFacade,ExposesRemote,Serializable
public class SearchRestrictionEJBImpl
extends LocalizableItemEJBImpl
implements SearchRestriction.SearchRestrictionImpl
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedSearchRestrictionEJBImpl(Tenant tenant, SearchRestrictionRemote res) -
Method Summary
Modifier and TypeMethodDescriptiongetQuery(SessionContext ctx) protected voidvoidsetPrincipal(Principal principal) voidsetQuery(SessionContext ctx, String query) voidprotected TypeManagerEJBMethods inherited from class de.hybris.platform.persistence.c2l.LocalizableItemEJBImpl
checkLanguage, getAllLocalizedProperties, getAllLocalizedProperties, getLangPK, getLocalizedProperty, getLocalizedPropertyNames, removeLocalizedProperty, setAllLocalizableProperties, setLocalizedPropertyMethods inherited from class de.hybris.platform.persistence.ExtensibleItemEJBImpl
commit, getAllProperties, getProperty, getPropertyNames, removeProperty, rollback, setAllProperties, setPropertyMethods inherited from class de.hybris.platform.persistence.ItemEJBImpl
addPermission, checkItemPermission, clearPermission, getCache, getComposedType, getCreationTime, getHJMPTS, getJaloObjectClass, getModificationTime, getOwner, getPermissionFacade, getPermissionMap, getPK, getPrincipalPermissions, getRestrictedPrincipals, getSession, getTypeKey, invalidateLocalCaches, isHandlingOwnerAsReferenceSupported, remove, setComposedType, setCreationTime, setModificationTime, setOwner, setPermissionMap, setRemote, unwrap, unwrapToRef, wrapMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.util.BridgeInterface
getJaloObjectClassMethods inherited from interface de.hybris.platform.util.ExposesPermissionFacade
getPermissionFacadeMethods inherited from interface de.hybris.platform.jalo.ExtensibleItem.ExtensibleItemImpl
getAllProperties, getProperty, getPropertyNames, removeProperty, setAllProperties, setPropertyMethods inherited from interface de.hybris.platform.jalo.Item.ItemImpl
addPermission, checkItemPermission, clearPermission, getComposedType, getCreationTime, getHJMPTS, getModificationTime, getOwner, getPermissionMap, getPK, getPrincipalPermissions, getRestrictedPrincipals, getTypeKey, invalidateLocalCaches, isLocalCachingSupported, isTransactionSupported, remove, setComposedType, setCreationTime, setModificationTime, setOwner, setPermissionMapMethods inherited from interface de.hybris.platform.jalo.c2l.LocalizableItem.LocalizableItemImpl
getAllLocalizedProperties, getAllLocalizedProperties, getLocalizedProperty, getLocalizedPropertyNames, removeLocalizedProperty, setAllLocalizableProperties, setLocalizedProperty
-
Constructor Details
-
SearchRestrictionEJBImpl
-
-
Method Details
-
typeManager
-
getRemote
- Specified by:
getRemotein interfaceExposesRemote- Overrides:
getRemotein classItemEJBImpl
-
removeInternal
- Specified by:
removeInternalin classItemEJBImpl- Throws:
ConsistencyCheckException
-
getQuery
- Specified by:
getQueryin interfaceSearchRestriction.SearchRestrictionImpl
-
setQuery
- Specified by:
setQueryin interfaceSearchRestriction.SearchRestrictionImpl
-
getPrincipal
- Specified by:
getPrincipalin interfaceSearchRestriction.SearchRestrictionImpl
-
setPrincipal
- Specified by:
setPrincipalin interfaceSearchRestriction.SearchRestrictionImpl
-
getRestrictedType
- Specified by:
getRestrictedTypein interfaceSearchRestriction.SearchRestrictionImpl
-
setRestrictedType
- Specified by:
setRestrictedTypein interfaceSearchRestriction.SearchRestrictionImpl
-