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
,java.io.Serializable
public class SearchRestrictionEJBImpl extends LocalizableItemEJBImpl implements SearchRestriction.SearchRestrictionImpl
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
SearchRestrictionEJBImpl(Tenant tenant, SearchRestrictionRemote res)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Principal
getPrincipal()
java.lang.String
getQuery(SessionContext ctx)
SearchRestrictionRemote
getRemote()
ComposedType
getRestrictedType()
protected void
removeInternal(SessionContext ctx)
void
setPrincipal(Principal principal)
void
setQuery(SessionContext ctx, java.lang.String query)
void
setRestrictedType(ComposedType type)
protected TypeManagerEJB
typeManager()
-
Methods inherited from class de.hybris.platform.persistence.c2l.LocalizableItemEJBImpl
checkLanguage, getAllLocalizedProperties, getAllLocalizedProperties, getLangPK, getLocalizedProperty, getLocalizedPropertyNames, removeLocalizedProperty, setAllLocalizableProperties, setLocalizedProperty
-
Methods inherited from class de.hybris.platform.persistence.ExtensibleItemEJBImpl
commit, getAllProperties, getProperty, getPropertyNames, removeProperty, rollback, setAllProperties, setProperty
-
Methods 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, wrap
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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.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
-
-
-
-
Constructor Detail
-
SearchRestrictionEJBImpl
protected SearchRestrictionEJBImpl(Tenant tenant, SearchRestrictionRemote res)
-
-
Method Detail
-
typeManager
protected TypeManagerEJB typeManager()
-
getRemote
public SearchRestrictionRemote getRemote()
- Specified by:
getRemote
in interfaceExposesRemote
- Overrides:
getRemote
in classItemEJBImpl
-
removeInternal
protected void removeInternal(SessionContext ctx) throws ConsistencyCheckException
- Specified by:
removeInternal
in classItemEJBImpl
- Throws:
ConsistencyCheckException
-
getQuery
public java.lang.String getQuery(SessionContext ctx)
- Specified by:
getQuery
in interfaceSearchRestriction.SearchRestrictionImpl
-
setQuery
public void setQuery(SessionContext ctx, java.lang.String query)
- Specified by:
setQuery
in interfaceSearchRestriction.SearchRestrictionImpl
-
getPrincipal
public Principal getPrincipal()
- Specified by:
getPrincipal
in interfaceSearchRestriction.SearchRestrictionImpl
-
setPrincipal
public void setPrincipal(Principal principal)
- Specified by:
setPrincipal
in interfaceSearchRestriction.SearchRestrictionImpl
-
getRestrictedType
public ComposedType getRestrictedType()
- Specified by:
getRestrictedType
in interfaceSearchRestriction.SearchRestrictionImpl
-
setRestrictedType
public void setRestrictedType(ComposedType type)
- Specified by:
setRestrictedType
in interfaceSearchRestriction.SearchRestrictionImpl
-
-