public class SearchRestrictionEJBImpl extends LocalizableItemEJBImpl implements SearchRestriction.SearchRestrictionImpl
| Modifier | Constructor and Description |
|---|---|
protected |
SearchRestrictionEJBImpl(SearchRestrictionRemote res) |
| Modifier and Type | Method and Description |
|---|---|
Principal |
getPrincipal() |
String |
getQuery(SessionContext ctx) |
ComposedType |
getRestrictedType() |
void |
remove(SessionContext ctx) |
void |
setPrincipal(Principal principal) |
void |
setQuery(SessionContext ctx,
String query) |
void |
setRestrictedType(ComposedType type) |
protected SearchRestrictionRemote |
srr() |
protected TypeManagerEJB |
typeManager() |
checkLanguage, getAllLocalizedProperties, getAllLocalizedProperties, getLangPK, getLocalizedProperty, getLocalizedPropertyNames, removeLocalizedProperty, setAllLocalizableProperties, setLocalizedPropertycommit, getAllProperties, getProperty, getPropertyNames, removeProperty, rollback, setAllProperties, setPropertyaddPermission, checkItemPermission, clearPermission, clearRemote, getComposedType, getCreationTime, getHJMPTS, getJaloObjectClass, getModificationTime, getOwner, getPermissionMap, getPK, getPrincipalPermissions, getRemote, getRestrictedPrincipals, getSession, getTypeKey, invalidateLocalCaches, refreshRemote, setComposedType, setCreationTime, setModificationTime, setOwner, setPermissionMap, setRemote, unwrap, wrapgetAbstraction, setAbstractionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAllLocalizedProperties, getAllLocalizedProperties, getLocalizedProperty, getLocalizedPropertyNames, removeLocalizedProperty, setAllLocalizableProperties, setLocalizedPropertygetAllProperties, getProperty, getPropertyNames, removeProperty, setAllProperties, setPropertyaddPermission, checkItemPermission, clearPermission, clearRemote, getComposedType, getCreationTime, getHJMPTS, getModificationTime, getOwner, getPermissionMap, getPK, getPrincipalPermissions, getRestrictedPrincipals, refreshRemote, setComposedType, setCreationTime, setModificationTime, setOwner, setPermissionMapgetAbstraction, getJaloObjectClass, getRemote, setAbstractionprotected SearchRestrictionEJBImpl(SearchRestrictionRemote res)
protected TypeManagerEJB typeManager()
protected SearchRestrictionRemote srr()
public void remove(SessionContext ctx) throws ConsistencyCheckException
remove in interface Item.ItemImplremove in class ItemEJBImplConsistencyCheckExceptionpublic String getQuery(SessionContext ctx)
getQuery in interface SearchRestriction.SearchRestrictionImplpublic void setQuery(SessionContext ctx, String query)
setQuery in interface SearchRestriction.SearchRestrictionImplpublic Principal getPrincipal()
getPrincipal in interface SearchRestriction.SearchRestrictionImplpublic void setPrincipal(Principal principal)
setPrincipal in interface SearchRestriction.SearchRestrictionImplpublic ComposedType getRestrictedType()
getRestrictedType in interface SearchRestriction.SearchRestrictionImplpublic void setRestrictedType(ComposedType type)
setRestrictedType in interface SearchRestriction.SearchRestrictionImplCopyright © 2017 SAP SE. All Rights Reserved.