com.liferay.portal.service.impl
Class PermissionLocalServiceImpl
java.lang.Object
com.liferay.portal.service.base.PermissionLocalServiceBaseImpl
com.liferay.portal.service.impl.PermissionLocalServiceImpl
- All Implemented Interfaces:
- com.liferay.portal.service.PermissionLocalService
public class PermissionLocalServiceImpl
- extends PermissionLocalServiceBaseImpl
View Source
- Author:
- Charles May, Brian Wing Shun Chan, Raymond Augé
Fields inherited from class com.liferay.portal.service.base.PermissionLocalServiceBaseImpl |
accountLocalService, accountPersistence, accountService, addressLocalService, addressPersistence, addressService, browserTrackerLocalService, browserTrackerPersistence, classNameLocalService, classNamePersistence, classNameService, companyLocalService, companyPersistence, companyService, contactLocalService, contactPersistence, contactService, counterLocalService, counterService, countryPersistence, countryService, emailAddressLocalService, emailAddressPersistence, emailAddressService, groupFinder, groupLocalService, groupPersistence, groupService, imageLocalService, imagePersistence, layoutFinder, layoutLocalService, layoutPersistence, layoutService, layoutSetLocalService, layoutSetPersistence, layoutSetService, layoutTemplateLocalService, listTypePersistence, listTypeService, membershipRequestLocalService, membershipRequestPersistence, membershipRequestService, organizationFinder, organizationLocalService, organizationPersistence, organizationService, orgGroupPermissionFinder, orgGroupPermissionPersistence, orgGroupRolePersistence, orgLaborLocalService, orgLaborPersistence, orgLaborService, passwordPolicyFinder, passwordPolicyLocalService, passwordPolicyPersistence, passwordPolicyRelLocalService, passwordPolicyRelPersistence, passwordPolicyService, passwordTrackerLocalService, passwordTrackerPersistence, permissionFinder, permissionLocalService, permissionPersistence, permissionService, permissionUserFinder, phoneLocalService, phonePersistence, phoneService, pluginSettingLocalService, pluginSettingPersistence, pluginSettingService, portalLocalService, portalService, portletItemLocalService, portletItemPersistence, portletLocalService, portletPersistence, portletPreferencesFinder, portletPreferencesLocalService, portletPreferencesPersistence, portletPreferencesService, portletService, quartzLocalService, regionPersistence, regionService, releaseLocalService, releasePersistence, resourceActionLocalService, resourceActionPersistence, resourceCodeLocalService, resourceCodePersistence, resourceFinder, resourceLocalService, resourcePermissionLocalService, resourcePermissionPersistence, resourcePermissionService, resourcePersistence, resourceService, roleFinder, roleLocalService, rolePersistence, roleService, serviceComponentLocalService, serviceComponentPersistence, shardLocalService, shardPersistence, subscriptionLocalService, subscriptionPersistence, themeLocalService, themeService, userFinder, userGroupFinder, userGroupLocalService, userGroupPersistence, userGroupRoleLocalService, userGroupRolePersistence, userGroupRoleService, userGroupService, userIdMapperLocalService, userIdMapperPersistence, userLocalService, userPersistence, userService, userTrackerLocalService, userTrackerPathLocalService, userTrackerPathPersistence, userTrackerPersistence, webDAVPropsLocalService, webDAVPropsPersistence, websiteLocalService, websitePersistence, websiteService |
Method Summary |
com.liferay.portal.model.Permission |
addPermission(long companyId,
java.lang.String actionId,
long resourceId)
|
java.util.List<com.liferay.portal.model.Permission> |
addPermissions(long companyId,
java.util.List<java.lang.String> actionIds,
long resourceId)
|
java.util.List<com.liferay.portal.model.Permission> |
addPermissions(long companyId,
java.lang.String name,
long resourceId,
boolean portletActions)
|
void |
addUserPermissions(long userId,
java.lang.String[] actionIds,
long resourceId)
|
protected boolean |
checkOrgGroupPermission(java.util.List<com.liferay.portal.model.Organization> organizations,
java.util.List<com.liferay.portal.model.Group> groups,
java.util.List<com.liferay.portal.model.Permission> permissions)
|
protected boolean |
checkOrgGroupPermission(java.util.List<com.liferay.portal.model.Organization> organizations,
java.util.List<com.liferay.portal.model.Group> groups,
com.liferay.portal.model.Permission permission)
|
java.util.List<java.lang.String> |
getActions(java.util.List<com.liferay.portal.model.Permission> permissions)
|
java.util.List<com.liferay.portal.model.Permission> |
getGroupPermissions(long groupId,
long resourceId)
|
java.util.List<com.liferay.portal.model.Permission> |
getGroupPermissions(long groupId,
long companyId,
java.lang.String name,
int scope,
java.lang.String primKey)
|
long |
getLatestPermissionId()
|
java.util.List<com.liferay.portal.model.Permission> |
getOrgGroupPermissions(long organizationId,
long groupId,
long resourceId)
|
java.util.List<com.liferay.portal.model.Permission> |
getPermissions(long companyId,
java.lang.String[] actionIds,
long resourceId)
|
java.util.List<com.liferay.portal.model.Permission> |
getRolePermissions(long roleId)
|
java.util.List<com.liferay.portal.model.Permission> |
getRolePermissions(long roleId,
long resourceId)
|
java.util.List<com.liferay.portal.model.Permission> |
getUserPermissions(long userId,
long resourceId)
|
java.util.List<com.liferay.portal.model.Permission> |
getUserPermissions(long userId,
long companyId,
java.lang.String name,
int scope,
java.lang.String primKey)
|
boolean |
hasGroupPermission(long groupId,
java.lang.String actionId,
long resourceId)
|
boolean |
hasRolePermission(long roleId,
long companyId,
java.lang.String name,
int scope,
java.lang.String actionId)
|
boolean |
hasRolePermission(long roleId,
long companyId,
java.lang.String name,
int scope,
java.lang.String primKey,
java.lang.String actionId)
|
boolean |
hasUserPermission(long userId,
java.lang.String actionId,
long resourceId)
|
protected boolean |
hasUserPermissions_1(long userId,
long resourceId,
java.lang.String actionId,
java.util.List<com.liferay.portal.model.Permission> permissions,
java.util.List<com.liferay.portal.model.Group> groups,
long groupId,
org.apache.commons.lang.time.StopWatch stopWatch,
int block)
|
protected boolean |
hasUserPermissions_2(long userId,
long resourceId,
java.lang.String actionId,
java.util.List<com.liferay.portal.model.Permission> permissions,
java.util.List<com.liferay.portal.model.Group> groups,
long groupId,
org.apache.commons.lang.time.StopWatch stopWatch,
int block)
|
protected boolean |
hasUserPermissions_3(long userId,
long resourceId,
java.lang.String actionId,
java.util.List<com.liferay.portal.model.Permission> permissions,
java.util.List<com.liferay.portal.model.Group> groups,
java.util.List<com.liferay.portal.model.Role> roles,
org.apache.commons.lang.time.StopWatch stopWatch,
int block)
|
protected boolean |
hasUserPermissions_4(long userId,
long resourceId,
java.lang.String actionId,
java.util.List<com.liferay.portal.model.Permission> permissions,
java.util.List<com.liferay.portal.model.Group> groups,
java.util.List<com.liferay.portal.model.Role> roles,
org.apache.commons.lang.time.StopWatch stopWatch,
int block)
|
protected boolean |
hasUserPermissions_5(long userId,
long resourceId,
java.lang.String actionId,
java.util.List<com.liferay.portal.model.Permission> permissions,
java.util.List<com.liferay.portal.model.Role> roles,
org.apache.commons.lang.time.StopWatch stopWatch,
int block)
|
protected boolean |
hasUserPermissions_6(long userId,
long resourceId,
java.util.List<com.liferay.portal.model.Resource> resources,
java.lang.String actionId,
java.util.List<com.liferay.portal.model.Role> roles,
org.apache.commons.lang.time.StopWatch stopWatch,
int block)
|
boolean |
hasUserPermissions(long userId,
long groupId,
java.util.List<com.liferay.portal.model.Resource> resources,
java.lang.String actionId,
com.liferay.portal.security.permission.PermissionCheckerBag permissionCheckerBag)
|
protected void |
logHasUserPermissions(long userId,
long resourceId,
java.lang.String actionId,
org.apache.commons.lang.time.StopWatch stopWatch,
int block)
|
void |
setGroupPermissions(long groupId,
java.lang.String[] actionIds,
long resourceId)
|
void |
setGroupPermissions(java.lang.String className,
java.lang.String classPK,
long groupId,
java.lang.String[] actionIds,
long resourceId)
|
void |
setOrgGroupPermissions(long organizationId,
long groupId,
java.lang.String[] actionIds,
long resourceId)
|
void |
setRolePermission(long roleId,
long companyId,
java.lang.String name,
int scope,
java.lang.String primKey,
java.lang.String actionId)
|
void |
setRolePermissions(long roleId,
long companyId,
java.lang.String name,
int scope,
java.lang.String primKey,
java.lang.String[] actionIds)
|
void |
setRolePermissions(long roleId,
java.lang.String[] actionIds,
long resourceId)
|
void |
setUserPermissions(long userId,
java.lang.String[] actionIds,
long resourceId)
|
void |
unsetRolePermission(long roleId,
long permissionId)
|
void |
unsetRolePermission(long roleId,
long companyId,
java.lang.String name,
int scope,
java.lang.String primKey,
java.lang.String actionId)
|
void |
unsetRolePermissions(long roleId,
long companyId,
java.lang.String name,
int scope,
java.lang.String actionId)
|
void |
unsetUserPermissions(long userId,
java.lang.String[] actionIds,
long resourceId)
|
Methods inherited from class com.liferay.portal.service.base.PermissionLocalServiceBaseImpl |
addPermission, createPermission, deletePermission, deletePermission, dynamicQuery, dynamicQuery, getAccountLocalService, getAccountPersistence, getAccountService, getAddressLocalService, getAddressPersistence, getAddressService, getBrowserTrackerLocalService, getBrowserTrackerPersistence, getClassNameLocalService, getClassNamePersistence, getClassNameService, getCompanyLocalService, getCompanyPersistence, getCompanyService, getContactLocalService, getContactPersistence, getContactService, getCounterLocalService, getCounterService, getCountryPersistence, getCountryService, getEmailAddressLocalService, getEmailAddressPersistence, getEmailAddressService, getGroupFinder, getGroupLocalService, getGroupPersistence, getGroupService, getImageLocalService, getImagePersistence, getLayoutFinder, getLayoutLocalService, getLayoutPersistence, getLayoutService, getLayoutSetLocalService, getLayoutSetPersistence, getLayoutSetService, getLayoutTemplateLocalService, getListTypePersistence, getListTypeService, getMembershipRequestLocalService, getMembershipRequestPersistence, getMembershipRequestService, getOrganizationFinder, getOrganizationLocalService, getOrganizationPersistence, getOrganizationService, getOrgGroupPermissionFinder, getOrgGroupPermissionPersistence, getOrgGroupRolePersistence, getOrgLaborLocalService, getOrgLaborPersistence, getOrgLaborService, getPasswordPolicyFinder, getPasswordPolicyLocalService, getPasswordPolicyPersistence, getPasswordPolicyRelLocalService, getPasswordPolicyRelPersistence, getPasswordPolicyService, getPasswordTrackerLocalService, getPasswordTrackerPersistence, getPermission, getPermissionFinder, getPermissionLocalService, getPermissionPersistence, getPermissions, getPermissionsCount, getPermissionService, getPermissionUserFinder, getPhoneLocalService, getPhonePersistence, getPhoneService, getPluginSettingLocalService, getPluginSettingPersistence, getPluginSettingService, getPortalLocalService, getPortalService, getPortletItemLocalService, getPortletItemPersistence, getPortletLocalService, getPortletPersistence, getPortletPreferencesFinder, getPortletPreferencesLocalService, getPortletPreferencesPersistence, getPortletPreferencesService, getPortletService, getQuartzLocalService, getRegionPersistence, getRegionService, getReleaseLocalService, getReleasePersistence, getResourceActionLocalService, getResourceActionPersistence, getResourceCodeLocalService, getResourceCodePersistence, getResourceFinder, getResourceLocalService, getResourcePermissionLocalService, getResourcePermissionPersistence, getResourcePermissionService, getResourcePersistence, getResourceService, getRoleFinder, getRoleLocalService, getRolePersistence, getRoleService, getServiceComponentLocalService, getServiceComponentPersistence, getShardLocalService, getShardPersistence, getSubscriptionLocalService, getSubscriptionPersistence, getThemeLocalService, getThemeService, getUserFinder, getUserGroupFinder, getUserGroupLocalService, getUserGroupPersistence, getUserGroupRoleLocalService, getUserGroupRolePersistence, getUserGroupRoleService, getUserGroupService, getUserIdMapperLocalService, getUserIdMapperPersistence, getUserLocalService, getUserPersistence, getUserService, getUserTrackerLocalService, getUserTrackerPathLocalService, getUserTrackerPathPersistence, getUserTrackerPersistence, getWebDAVPropsLocalService, getWebDAVPropsPersistence, getWebsiteLocalService, getWebsitePersistence, getWebsiteService, runSQL, setAccountLocalService, setAccountPersistence, setAccountService, setAddressLocalService, setAddressPersistence, setAddressService, setBrowserTrackerLocalService, setBrowserTrackerPersistence, setClassNameLocalService, setClassNamePersistence, setClassNameService, setCompanyLocalService, setCompanyPersistence, setCompanyService, setContactLocalService, setContactPersistence, setContactService, setCounterLocalService, setCounterService, setCountryPersistence, setCountryService, setEmailAddressLocalService, setEmailAddressPersistence, setEmailAddressService, setGroupFinder, setGroupLocalService, setGroupPersistence, setGroupService, setImageLocalService, setImagePersistence, setLayoutFinder, setLayoutLocalService, setLayoutPersistence, setLayoutService, setLayoutSetLocalService, setLayoutSetPersistence, setLayoutSetService, setLayoutTemplateLocalService, setListTypePersistence, setListTypeService, setMembershipRequestLocalService, setMembershipRequestPersistence, setMembershipRequestService, setOrganizationFinder, setOrganizationLocalService, setOrganizationPersistence, setOrganizationService, setOrgGroupPermissionFinder, setOrgGroupPermissionPersistence, setOrgGroupRolePersistence, setOrgLaborLocalService, setOrgLaborPersistence, setOrgLaborService, setPasswordPolicyFinder, setPasswordPolicyLocalService, setPasswordPolicyPersistence, setPasswordPolicyRelLocalService, setPasswordPolicyRelPersistence, setPasswordPolicyService, setPasswordTrackerLocalService, setPasswordTrackerPersistence, setPermissionFinder, setPermissionLocalService, setPermissionPersistence, setPermissionService, setPermissionUserFinder, setPhoneLocalService, setPhonePersistence, setPhoneService, setPluginSettingLocalService, setPluginSettingPersistence, setPluginSettingService, setPortalLocalService, setPortalService, setPortletItemLocalService, setPortletItemPersistence, setPortletLocalService, setPortletPersistence, setPortletPreferencesFinder, setPortletPreferencesLocalService, setPortletPreferencesPersistence, setPortletPreferencesService, setPortletService, setQuartzLocalService, setRegionPersistence, setRegionService, setReleaseLocalService, setReleasePersistence, setResourceActionLocalService, setResourceActionPersistence, setResourceCodeLocalService, setResourceCodePersistence, setResourceFinder, setResourceLocalService, setResourcePermissionLocalService, setResourcePermissionPersistence, setResourcePermissionService, setResourcePersistence, setResourceService, setRoleFinder, setRoleLocalService, setRolePersistence, setRoleService, setServiceComponentLocalService, setServiceComponentPersistence, setShardLocalService, setShardPersistence, setSubscriptionLocalService, setSubscriptionPersistence, setThemeLocalService, setThemeService, setUserFinder, setUserGroupFinder, setUserGroupLocalService, setUserGroupPersistence, setUserGroupRoleLocalService, setUserGroupRolePersistence, setUserGroupRoleService, setUserGroupService, setUserIdMapperLocalService, setUserIdMapperPersistence, setUserLocalService, setUserPersistence, setUserService, setUserTrackerLocalService, setUserTrackerPathLocalService, setUserTrackerPathPersistence, setUserTrackerPersistence, setWebDAVPropsLocalService, setWebDAVPropsPersistence, setWebsiteLocalService, setWebsitePersistence, setWebsiteService, updatePermission, updatePermission |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PermissionLocalServiceImpl
public PermissionLocalServiceImpl()
addPermission
public com.liferay.portal.model.Permission addPermission(long companyId,
java.lang.String actionId,
long resourceId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
addPermissions
public java.util.List<com.liferay.portal.model.Permission> addPermissions(long companyId,
java.lang.String name,
long resourceId,
boolean portletActions)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
addPermissions
public java.util.List<com.liferay.portal.model.Permission> addPermissions(long companyId,
java.util.List<java.lang.String> actionIds,
long resourceId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
addUserPermissions
public void addUserPermissions(long userId,
java.lang.String[] actionIds,
long resourceId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getActions
public java.util.List<java.lang.String> getActions(java.util.List<com.liferay.portal.model.Permission> permissions)
getGroupPermissions
public java.util.List<com.liferay.portal.model.Permission> getGroupPermissions(long groupId,
long resourceId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getGroupPermissions
public java.util.List<com.liferay.portal.model.Permission> getGroupPermissions(long groupId,
long companyId,
java.lang.String name,
int scope,
java.lang.String primKey)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getOrgGroupPermissions
public java.util.List<com.liferay.portal.model.Permission> getOrgGroupPermissions(long organizationId,
long groupId,
long resourceId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getLatestPermissionId
public long getLatestPermissionId()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getPermissions
public java.util.List<com.liferay.portal.model.Permission> getPermissions(long companyId,
java.lang.String[] actionIds,
long resourceId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getRolePermissions
public java.util.List<com.liferay.portal.model.Permission> getRolePermissions(long roleId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getRolePermissions
public java.util.List<com.liferay.portal.model.Permission> getRolePermissions(long roleId,
long resourceId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getUserPermissions
public java.util.List<com.liferay.portal.model.Permission> getUserPermissions(long userId,
long resourceId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getUserPermissions
public java.util.List<com.liferay.portal.model.Permission> getUserPermissions(long userId,
long companyId,
java.lang.String name,
int scope,
java.lang.String primKey)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
hasGroupPermission
public boolean hasGroupPermission(long groupId,
java.lang.String actionId,
long resourceId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
hasRolePermission
public boolean hasRolePermission(long roleId,
long companyId,
java.lang.String name,
int scope,
java.lang.String actionId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
hasRolePermission
public boolean hasRolePermission(long roleId,
long companyId,
java.lang.String name,
int scope,
java.lang.String primKey,
java.lang.String actionId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
hasUserPermission
public boolean hasUserPermission(long userId,
java.lang.String actionId,
long resourceId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
hasUserPermissions
public boolean hasUserPermissions(long userId,
long groupId,
java.util.List<com.liferay.portal.model.Resource> resources,
java.lang.String actionId,
com.liferay.portal.security.permission.PermissionCheckerBag permissionCheckerBag)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
setGroupPermissions
public void setGroupPermissions(long groupId,
java.lang.String[] actionIds,
long resourceId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
setGroupPermissions
public void setGroupPermissions(java.lang.String className,
java.lang.String classPK,
long groupId,
java.lang.String[] actionIds,
long resourceId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
setOrgGroupPermissions
public void setOrgGroupPermissions(long organizationId,
long groupId,
java.lang.String[] actionIds,
long resourceId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
setRolePermission
public void setRolePermission(long roleId,
long companyId,
java.lang.String name,
int scope,
java.lang.String primKey,
java.lang.String actionId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
setRolePermissions
public void setRolePermissions(long roleId,
long companyId,
java.lang.String name,
int scope,
java.lang.String primKey,
java.lang.String[] actionIds)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
setRolePermissions
public void setRolePermissions(long roleId,
java.lang.String[] actionIds,
long resourceId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
setUserPermissions
public void setUserPermissions(long userId,
java.lang.String[] actionIds,
long resourceId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
unsetRolePermission
public void unsetRolePermission(long roleId,
long permissionId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
unsetRolePermission
public void unsetRolePermission(long roleId,
long companyId,
java.lang.String name,
int scope,
java.lang.String primKey,
java.lang.String actionId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
unsetRolePermissions
public void unsetRolePermissions(long roleId,
long companyId,
java.lang.String name,
int scope,
java.lang.String actionId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
unsetUserPermissions
public void unsetUserPermissions(long userId,
java.lang.String[] actionIds,
long resourceId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
checkOrgGroupPermission
protected boolean checkOrgGroupPermission(java.util.List<com.liferay.portal.model.Organization> organizations,
java.util.List<com.liferay.portal.model.Group> groups,
java.util.List<com.liferay.portal.model.Permission> permissions)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
checkOrgGroupPermission
protected boolean checkOrgGroupPermission(java.util.List<com.liferay.portal.model.Organization> organizations,
java.util.List<com.liferay.portal.model.Group> groups,
com.liferay.portal.model.Permission permission)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
hasUserPermissions_1
protected boolean hasUserPermissions_1(long userId,
long resourceId,
java.lang.String actionId,
java.util.List<com.liferay.portal.model.Permission> permissions,
java.util.List<com.liferay.portal.model.Group> groups,
long groupId,
org.apache.commons.lang.time.StopWatch stopWatch,
int block)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
hasUserPermissions_2
protected boolean hasUserPermissions_2(long userId,
long resourceId,
java.lang.String actionId,
java.util.List<com.liferay.portal.model.Permission> permissions,
java.util.List<com.liferay.portal.model.Group> groups,
long groupId,
org.apache.commons.lang.time.StopWatch stopWatch,
int block)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
hasUserPermissions_3
protected boolean hasUserPermissions_3(long userId,
long resourceId,
java.lang.String actionId,
java.util.List<com.liferay.portal.model.Permission> permissions,
java.util.List<com.liferay.portal.model.Group> groups,
java.util.List<com.liferay.portal.model.Role> roles,
org.apache.commons.lang.time.StopWatch stopWatch,
int block)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
hasUserPermissions_4
protected boolean hasUserPermissions_4(long userId,
long resourceId,
java.lang.String actionId,
java.util.List<com.liferay.portal.model.Permission> permissions,
java.util.List<com.liferay.portal.model.Group> groups,
java.util.List<com.liferay.portal.model.Role> roles,
org.apache.commons.lang.time.StopWatch stopWatch,
int block)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
hasUserPermissions_5
protected boolean hasUserPermissions_5(long userId,
long resourceId,
java.lang.String actionId,
java.util.List<com.liferay.portal.model.Permission> permissions,
java.util.List<com.liferay.portal.model.Role> roles,
org.apache.commons.lang.time.StopWatch stopWatch,
int block)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
hasUserPermissions_6
protected boolean hasUserPermissions_6(long userId,
long resourceId,
java.util.List<com.liferay.portal.model.Resource> resources,
java.lang.String actionId,
java.util.List<com.liferay.portal.model.Role> roles,
org.apache.commons.lang.time.StopWatch stopWatch,
int block)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
logHasUserPermissions
protected void logHasUserPermissions(long userId,
long resourceId,
java.lang.String actionId,
org.apache.commons.lang.time.StopWatch stopWatch,
int block)