@ProviderType
public abstract class RoleLocalServiceBaseImpl
extends com.liferay.portal.kernel.service.BaseLocalServiceImpl
implements com.liferay.portal.kernel.service.RoleLocalService, com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in RoleLocalServiceImpl
.
RoleLocalServiceImpl
,
RoleLocalServiceUtil
Modifier and Type | Field and Description |
---|---|
protected com.liferay.portal.kernel.service.ClassNameLocalService |
classNameLocalService |
protected com.liferay.portal.kernel.service.persistence.ClassNamePersistence |
classNamePersistence |
protected com.liferay.portal.kernel.service.CompanyLocalService |
companyLocalService |
protected com.liferay.portal.kernel.service.persistence.CompanyPersistence |
companyPersistence |
protected com.liferay.counter.kernel.service.CounterLocalService |
counterLocalService |
protected com.liferay.expando.kernel.service.ExpandoRowLocalService |
expandoRowLocalService |
protected com.liferay.expando.kernel.service.persistence.ExpandoRowPersistence |
expandoRowPersistence |
protected com.liferay.portal.kernel.service.persistence.GroupFinder |
groupFinder |
protected com.liferay.portal.kernel.service.GroupLocalService |
groupLocalService |
protected com.liferay.portal.kernel.service.persistence.GroupPersistence |
groupPersistence |
protected com.liferay.portal.kernel.service.persistence.LayoutFinder |
layoutFinder |
protected com.liferay.portal.kernel.service.LayoutLocalService |
layoutLocalService |
protected com.liferay.portal.kernel.service.persistence.LayoutPersistence |
layoutPersistence |
protected com.liferay.portal.kernel.service.PersistedModelLocalServiceRegistry |
persistedModelLocalServiceRegistry |
protected com.liferay.portal.kernel.service.ResourceActionLocalService |
resourceActionLocalService |
protected com.liferay.portal.kernel.service.persistence.ResourceActionPersistence |
resourceActionPersistence |
protected com.liferay.portal.kernel.service.persistence.ResourceBlockFinder |
resourceBlockFinder |
protected com.liferay.portal.kernel.service.ResourceBlockLocalService |
resourceBlockLocalService |
protected com.liferay.portal.kernel.service.ResourceBlockPermissionLocalService |
resourceBlockPermissionLocalService |
protected com.liferay.portal.kernel.service.persistence.ResourceBlockPermissionPersistence |
resourceBlockPermissionPersistence |
protected com.liferay.portal.kernel.service.persistence.ResourceBlockPersistence |
resourceBlockPersistence |
protected com.liferay.portal.kernel.service.ResourceLocalService |
resourceLocalService |
protected com.liferay.portal.kernel.service.persistence.ResourcePermissionFinder |
resourcePermissionFinder |
protected com.liferay.portal.kernel.service.ResourcePermissionLocalService |
resourcePermissionLocalService |
protected com.liferay.portal.kernel.service.persistence.ResourcePermissionPersistence |
resourcePermissionPersistence |
protected com.liferay.portal.kernel.service.persistence.ResourceTypePermissionFinder |
resourceTypePermissionFinder |
protected com.liferay.portal.kernel.service.ResourceTypePermissionLocalService |
resourceTypePermissionLocalService |
protected com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistence |
resourceTypePermissionPersistence |
protected com.liferay.portal.kernel.service.persistence.RoleFinder |
roleFinder |
protected com.liferay.portal.kernel.service.RoleLocalService |
roleLocalService |
protected com.liferay.portal.kernel.service.persistence.RolePersistence |
rolePersistence |
protected com.liferay.portal.kernel.service.persistence.TeamFinder |
teamFinder |
protected com.liferay.portal.kernel.service.TeamLocalService |
teamLocalService |
protected com.liferay.portal.kernel.service.persistence.TeamPersistence |
teamPersistence |
protected com.liferay.portal.kernel.service.persistence.UserFinder |
userFinder |
protected com.liferay.portal.kernel.service.persistence.UserGroupGroupRoleFinder |
userGroupGroupRoleFinder |
protected com.liferay.portal.kernel.service.UserGroupGroupRoleLocalService |
userGroupGroupRoleLocalService |
protected com.liferay.portal.kernel.service.persistence.UserGroupGroupRolePersistence |
userGroupGroupRolePersistence |
protected com.liferay.portal.kernel.service.persistence.UserGroupRoleFinder |
userGroupRoleFinder |
protected com.liferay.portal.kernel.service.UserGroupRoleLocalService |
userGroupRoleLocalService |
protected com.liferay.portal.kernel.service.persistence.UserGroupRolePersistence |
userGroupRolePersistence |
protected com.liferay.portal.kernel.service.UserLocalService |
userLocalService |
protected com.liferay.portal.kernel.service.persistence.UserPersistence |
userPersistence |
Constructor and Description |
---|
RoleLocalServiceBaseImpl() |
Modifier and Type | Method and Description |
---|---|
void |
addGroupRole(long groupId,
long roleId) |
void |
addGroupRole(long groupId,
com.liferay.portal.kernel.model.Role role) |
void |
addGroupRoles(long groupId,
List<com.liferay.portal.kernel.model.Role> roles) |
void |
addGroupRoles(long groupId,
long[] roleIds) |
com.liferay.portal.kernel.model.Role |
addRole(com.liferay.portal.kernel.model.Role role)
Adds the role to the database.
|
void |
addUserRole(long userId,
long roleId) |
void |
addUserRole(long userId,
com.liferay.portal.kernel.model.Role role) |
void |
addUserRoles(long userId,
List<com.liferay.portal.kernel.model.Role> roles) |
void |
addUserRoles(long userId,
long[] roleIds) |
void |
afterPropertiesSet() |
void |
clearGroupRoles(long groupId) |
void |
clearUserRoles(long userId) |
com.liferay.portal.kernel.model.Role |
createRole(long roleId)
Creates a new role with the primary key.
|
void |
deleteGroupRole(long groupId,
long roleId) |
void |
deleteGroupRole(long groupId,
com.liferay.portal.kernel.model.Role role) |
void |
deleteGroupRoles(long groupId,
List<com.liferay.portal.kernel.model.Role> roles) |
void |
deleteGroupRoles(long groupId,
long[] roleIds) |
com.liferay.portal.kernel.model.PersistedModel |
deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) |
com.liferay.portal.kernel.model.Role |
deleteRole(long roleId)
Deletes the role with the primary key from the database.
|
com.liferay.portal.kernel.model.Role |
deleteRole(com.liferay.portal.kernel.model.Role role)
Deletes the role from the database.
|
void |
deleteUserRole(long userId,
long roleId) |
void |
deleteUserRole(long userId,
com.liferay.portal.kernel.model.Role role) |
void |
deleteUserRoles(long userId,
List<com.liferay.portal.kernel.model.Role> roles) |
void |
deleteUserRoles(long userId,
long[] roleIds) |
void |
destroy() |
com.liferay.portal.kernel.dao.orm.DynamicQuery |
dynamicQuery() |
<T> List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows.
|
<T> List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows.
|
long |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
long |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
Returns the number of rows matching the dynamic query.
|
com.liferay.portal.kernel.model.Role |
fetchRole(long roleId) |
com.liferay.portal.kernel.model.Role |
fetchRoleByUuidAndCompanyId(String uuid,
long companyId)
Returns the role with the matching UUID and company.
|
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
com.liferay.portal.kernel.service.ClassNameLocalService |
getClassNameLocalService()
Returns the class name local service.
|
com.liferay.portal.kernel.service.persistence.ClassNamePersistence |
getClassNamePersistence()
Returns the class name persistence.
|
com.liferay.portal.kernel.service.CompanyLocalService |
getCompanyLocalService()
Returns the company local service.
|
com.liferay.portal.kernel.service.persistence.CompanyPersistence |
getCompanyPersistence()
Returns the company persistence.
|
com.liferay.counter.kernel.service.CounterLocalService |
getCounterLocalService()
Returns the counter local service.
|
com.liferay.expando.kernel.service.ExpandoRowLocalService |
getExpandoRowLocalService()
Returns the expando row local service.
|
com.liferay.expando.kernel.service.persistence.ExpandoRowPersistence |
getExpandoRowPersistence()
Returns the expando row persistence.
|
com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery |
getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext) |
com.liferay.portal.kernel.service.persistence.GroupFinder |
getGroupFinder()
Returns the group finder.
|
com.liferay.portal.kernel.service.GroupLocalService |
getGroupLocalService()
Returns the group local service.
|
com.liferay.portal.kernel.service.persistence.GroupPersistence |
getGroupPersistence()
Returns the group persistence.
|
long[] |
getGroupPrimaryKeys(long roleId)
Returns the groupIds of the groups associated with the role.
|
List<com.liferay.portal.kernel.model.Role> |
getGroupRoles(long groupId) |
List<com.liferay.portal.kernel.model.Role> |
getGroupRoles(long groupId,
int start,
int end) |
List<com.liferay.portal.kernel.model.Role> |
getGroupRoles(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator) |
int |
getGroupRolesCount(long groupId) |
com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
com.liferay.portal.kernel.service.persistence.LayoutFinder |
getLayoutFinder()
Returns the layout finder.
|
com.liferay.portal.kernel.service.LayoutLocalService |
getLayoutLocalService()
Returns the layout local service.
|
com.liferay.portal.kernel.service.persistence.LayoutPersistence |
getLayoutPersistence()
Returns the layout persistence.
|
protected Class<?> |
getModelClass() |
protected String |
getModelClassName() |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.model.PersistedModel |
getPersistedModel(Serializable primaryKeyObj) |
com.liferay.portal.kernel.service.ResourceActionLocalService |
getResourceActionLocalService()
Returns the resource action local service.
|
com.liferay.portal.kernel.service.persistence.ResourceActionPersistence |
getResourceActionPersistence()
Returns the resource action persistence.
|
com.liferay.portal.kernel.service.persistence.ResourceBlockFinder |
getResourceBlockFinder()
Returns the resource block finder.
|
com.liferay.portal.kernel.service.ResourceBlockLocalService |
getResourceBlockLocalService()
Returns the resource block local service.
|
com.liferay.portal.kernel.service.ResourceBlockPermissionLocalService |
getResourceBlockPermissionLocalService()
Returns the resource block permission local service.
|
com.liferay.portal.kernel.service.persistence.ResourceBlockPermissionPersistence |
getResourceBlockPermissionPersistence()
Returns the resource block permission persistence.
|
com.liferay.portal.kernel.service.persistence.ResourceBlockPersistence |
getResourceBlockPersistence()
Returns the resource block persistence.
|
com.liferay.portal.kernel.service.ResourceLocalService |
getResourceLocalService()
Returns the resource local service.
|
com.liferay.portal.kernel.service.persistence.ResourcePermissionFinder |
getResourcePermissionFinder()
Returns the resource permission finder.
|
com.liferay.portal.kernel.service.ResourcePermissionLocalService |
getResourcePermissionLocalService()
Returns the resource permission local service.
|
com.liferay.portal.kernel.service.persistence.ResourcePermissionPersistence |
getResourcePermissionPersistence()
Returns the resource permission persistence.
|
com.liferay.portal.kernel.service.persistence.ResourceTypePermissionFinder |
getResourceTypePermissionFinder()
Returns the resource type permission finder.
|
com.liferay.portal.kernel.service.ResourceTypePermissionLocalService |
getResourceTypePermissionLocalService()
Returns the resource type permission local service.
|
com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistence |
getResourceTypePermissionPersistence()
Returns the resource type permission persistence.
|
com.liferay.portal.kernel.model.Role |
getRole(long roleId)
Returns the role with the primary key.
|
com.liferay.portal.kernel.model.Role |
getRoleByUuidAndCompanyId(String uuid,
long companyId)
Returns the role with the matching UUID and company.
|
com.liferay.portal.kernel.service.persistence.RoleFinder |
getRoleFinder()
Returns the role finder.
|
com.liferay.portal.kernel.service.RoleLocalService |
getRoleLocalService()
Returns the role local service.
|
com.liferay.portal.kernel.service.persistence.RolePersistence |
getRolePersistence()
Returns the role persistence.
|
List<com.liferay.portal.kernel.model.Role> |
getRoles(int start,
int end)
Returns a range of all the roles.
|
int |
getRolesCount()
Returns the number of roles.
|
com.liferay.portal.kernel.service.persistence.TeamFinder |
getTeamFinder()
Returns the team finder.
|
com.liferay.portal.kernel.service.TeamLocalService |
getTeamLocalService()
Returns the team local service.
|
com.liferay.portal.kernel.service.persistence.TeamPersistence |
getTeamPersistence()
Returns the team persistence.
|
com.liferay.portal.kernel.service.persistence.UserFinder |
getUserFinder()
Returns the user finder.
|
com.liferay.portal.kernel.service.persistence.UserGroupGroupRoleFinder |
getUserGroupGroupRoleFinder()
Returns the user group group role finder.
|
com.liferay.portal.kernel.service.UserGroupGroupRoleLocalService |
getUserGroupGroupRoleLocalService()
Returns the user group group role local service.
|
com.liferay.portal.kernel.service.persistence.UserGroupGroupRolePersistence |
getUserGroupGroupRolePersistence()
Returns the user group group role persistence.
|
com.liferay.portal.kernel.service.persistence.UserGroupRoleFinder |
getUserGroupRoleFinder()
Returns the user group role finder.
|
com.liferay.portal.kernel.service.UserGroupRoleLocalService |
getUserGroupRoleLocalService()
Returns the user group role local service.
|
com.liferay.portal.kernel.service.persistence.UserGroupRolePersistence |
getUserGroupRolePersistence()
Returns the user group role persistence.
|
com.liferay.portal.kernel.service.UserLocalService |
getUserLocalService()
Returns the user local service.
|
com.liferay.portal.kernel.service.persistence.UserPersistence |
getUserPersistence()
Returns the user persistence.
|
long[] |
getUserPrimaryKeys(long roleId)
Returns the userIds of the users associated with the role.
|
List<com.liferay.portal.kernel.model.Role> |
getUserRoles(long userId) |
List<com.liferay.portal.kernel.model.Role> |
getUserRoles(long userId,
int start,
int end) |
List<com.liferay.portal.kernel.model.Role> |
getUserRoles(long userId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator) |
int |
getUserRolesCount(long userId) |
boolean |
hasGroupRole(long groupId,
long roleId) |
boolean |
hasGroupRoles(long groupId) |
boolean |
hasUserRole(long userId,
long roleId) |
boolean |
hasUserRoles(long userId) |
protected void |
initActionableDynamicQuery(com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery actionableDynamicQuery) |
protected void |
runSQL(String sql)
Performs a SQL query.
|
void |
setClassNameLocalService(com.liferay.portal.kernel.service.ClassNameLocalService classNameLocalService)
Sets the class name local service.
|
void |
setClassNamePersistence(com.liferay.portal.kernel.service.persistence.ClassNamePersistence classNamePersistence)
Sets the class name persistence.
|
void |
setCompanyLocalService(com.liferay.portal.kernel.service.CompanyLocalService companyLocalService)
Sets the company local service.
|
void |
setCompanyPersistence(com.liferay.portal.kernel.service.persistence.CompanyPersistence companyPersistence)
Sets the company persistence.
|
void |
setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
Sets the counter local service.
|
void |
setExpandoRowLocalService(com.liferay.expando.kernel.service.ExpandoRowLocalService expandoRowLocalService)
Sets the expando row local service.
|
void |
setExpandoRowPersistence(com.liferay.expando.kernel.service.persistence.ExpandoRowPersistence expandoRowPersistence)
Sets the expando row persistence.
|
void |
setGroupFinder(com.liferay.portal.kernel.service.persistence.GroupFinder groupFinder)
Sets the group finder.
|
void |
setGroupLocalService(com.liferay.portal.kernel.service.GroupLocalService groupLocalService)
Sets the group local service.
|
void |
setGroupPersistence(com.liferay.portal.kernel.service.persistence.GroupPersistence groupPersistence)
Sets the group persistence.
|
void |
setGroupRoles(long groupId,
long[] roleIds) |
void |
setLayoutFinder(com.liferay.portal.kernel.service.persistence.LayoutFinder layoutFinder)
Sets the layout finder.
|
void |
setLayoutLocalService(com.liferay.portal.kernel.service.LayoutLocalService layoutLocalService)
Sets the layout local service.
|
void |
setLayoutPersistence(com.liferay.portal.kernel.service.persistence.LayoutPersistence layoutPersistence)
Sets the layout persistence.
|
void |
setResourceActionLocalService(com.liferay.portal.kernel.service.ResourceActionLocalService resourceActionLocalService)
Sets the resource action local service.
|
void |
setResourceActionPersistence(com.liferay.portal.kernel.service.persistence.ResourceActionPersistence resourceActionPersistence)
Sets the resource action persistence.
|
void |
setResourceBlockFinder(com.liferay.portal.kernel.service.persistence.ResourceBlockFinder resourceBlockFinder)
Sets the resource block finder.
|
void |
setResourceBlockLocalService(com.liferay.portal.kernel.service.ResourceBlockLocalService resourceBlockLocalService)
Sets the resource block local service.
|
void |
setResourceBlockPermissionLocalService(com.liferay.portal.kernel.service.ResourceBlockPermissionLocalService resourceBlockPermissionLocalService)
Sets the resource block permission local service.
|
void |
setResourceBlockPermissionPersistence(com.liferay.portal.kernel.service.persistence.ResourceBlockPermissionPersistence resourceBlockPermissionPersistence)
Sets the resource block permission persistence.
|
void |
setResourceBlockPersistence(com.liferay.portal.kernel.service.persistence.ResourceBlockPersistence resourceBlockPersistence)
Sets the resource block persistence.
|
void |
setResourceLocalService(com.liferay.portal.kernel.service.ResourceLocalService resourceLocalService)
Sets the resource local service.
|
void |
setResourcePermissionFinder(com.liferay.portal.kernel.service.persistence.ResourcePermissionFinder resourcePermissionFinder)
Sets the resource permission finder.
|
void |
setResourcePermissionLocalService(com.liferay.portal.kernel.service.ResourcePermissionLocalService resourcePermissionLocalService)
Sets the resource permission local service.
|
void |
setResourcePermissionPersistence(com.liferay.portal.kernel.service.persistence.ResourcePermissionPersistence resourcePermissionPersistence)
Sets the resource permission persistence.
|
void |
setResourceTypePermissionFinder(com.liferay.portal.kernel.service.persistence.ResourceTypePermissionFinder resourceTypePermissionFinder)
Sets the resource type permission finder.
|
void |
setResourceTypePermissionLocalService(com.liferay.portal.kernel.service.ResourceTypePermissionLocalService resourceTypePermissionLocalService)
Sets the resource type permission local service.
|
void |
setResourceTypePermissionPersistence(com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistence resourceTypePermissionPersistence)
Sets the resource type permission persistence.
|
void |
setRoleFinder(com.liferay.portal.kernel.service.persistence.RoleFinder roleFinder)
Sets the role finder.
|
void |
setRoleLocalService(com.liferay.portal.kernel.service.RoleLocalService roleLocalService)
Sets the role local service.
|
void |
setRolePersistence(com.liferay.portal.kernel.service.persistence.RolePersistence rolePersistence)
Sets the role persistence.
|
void |
setTeamFinder(com.liferay.portal.kernel.service.persistence.TeamFinder teamFinder)
Sets the team finder.
|
void |
setTeamLocalService(com.liferay.portal.kernel.service.TeamLocalService teamLocalService)
Sets the team local service.
|
void |
setTeamPersistence(com.liferay.portal.kernel.service.persistence.TeamPersistence teamPersistence)
Sets the team persistence.
|
void |
setUserFinder(com.liferay.portal.kernel.service.persistence.UserFinder userFinder)
Sets the user finder.
|
void |
setUserGroupGroupRoleFinder(com.liferay.portal.kernel.service.persistence.UserGroupGroupRoleFinder userGroupGroupRoleFinder)
Sets the user group group role finder.
|
void |
setUserGroupGroupRoleLocalService(com.liferay.portal.kernel.service.UserGroupGroupRoleLocalService userGroupGroupRoleLocalService)
Sets the user group group role local service.
|
void |
setUserGroupGroupRolePersistence(com.liferay.portal.kernel.service.persistence.UserGroupGroupRolePersistence userGroupGroupRolePersistence)
Sets the user group group role persistence.
|
void |
setUserGroupRoleFinder(com.liferay.portal.kernel.service.persistence.UserGroupRoleFinder userGroupRoleFinder)
Sets the user group role finder.
|
void |
setUserGroupRoleLocalService(com.liferay.portal.kernel.service.UserGroupRoleLocalService userGroupRoleLocalService)
Sets the user group role local service.
|
void |
setUserGroupRolePersistence(com.liferay.portal.kernel.service.persistence.UserGroupRolePersistence userGroupRolePersistence)
Sets the user group role persistence.
|
void |
setUserLocalService(com.liferay.portal.kernel.service.UserLocalService userLocalService)
Sets the user local service.
|
void |
setUserPersistence(com.liferay.portal.kernel.service.persistence.UserPersistence userPersistence)
Sets the user persistence.
|
void |
setUserRoles(long userId,
long[] roleIds) |
com.liferay.portal.kernel.model.Role |
updateRole(com.liferay.portal.kernel.model.Role role)
Updates the role in the database or adds it if it does not yet exist.
|
getClassLoader, getLocalizationMap
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addRole, checkSystemRoles, checkSystemRoles, fetchRole, getDefaultGroupRole, getGroupRelatedRoles, getGroupRolesAndTeamRoles, getGroupRolesAndTeamRolesCount, getResourceBlockRoles, getResourceRoles, getResourceRoles, getRole, getRoles, getRoles, getRoles, getRoles, getSubtypeRoles, getSubtypeRolesCount, getTeamRole, getTeamRoleMap, getTeamRoles, getTeamRoles, getTeamsRoles, getTypeRoles, getTypeRoles, getTypeRolesCount, getUserGroupGroupRoles, getUserGroupGroupRoles, getUserGroupGroupRolesCount, getUserGroupRoles, getUserRelatedRoles, getUserRelatedRoles, getUserRelatedRoles, getUserTeamRoles, hasUserRole, hasUserRoles, loadFetchRole, loadGetRole, search, search, search, search, searchCount, searchCount, searchCount, searchCount, unsetUserRoles, updateRole
@BeanReference(type=com.liferay.portal.kernel.service.RoleLocalService.class) protected com.liferay.portal.kernel.service.RoleLocalService roleLocalService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.RolePersistence.class) protected com.liferay.portal.kernel.service.persistence.RolePersistence rolePersistence
@BeanReference(type=com.liferay.portal.kernel.service.persistence.RoleFinder.class) protected com.liferay.portal.kernel.service.persistence.RoleFinder roleFinder
@BeanReference(type=com.liferay.counter.kernel.service.CounterLocalService.class) protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService
@BeanReference(type=com.liferay.portal.kernel.service.ClassNameLocalService.class) protected com.liferay.portal.kernel.service.ClassNameLocalService classNameLocalService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.ClassNamePersistence.class) protected com.liferay.portal.kernel.service.persistence.ClassNamePersistence classNamePersistence
@BeanReference(type=com.liferay.portal.kernel.service.CompanyLocalService.class) protected com.liferay.portal.kernel.service.CompanyLocalService companyLocalService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.CompanyPersistence.class) protected com.liferay.portal.kernel.service.persistence.CompanyPersistence companyPersistence
@BeanReference(type=com.liferay.portal.kernel.service.GroupLocalService.class) protected com.liferay.portal.kernel.service.GroupLocalService groupLocalService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.GroupPersistence.class) protected com.liferay.portal.kernel.service.persistence.GroupPersistence groupPersistence
@BeanReference(type=com.liferay.portal.kernel.service.persistence.GroupFinder.class) protected com.liferay.portal.kernel.service.persistence.GroupFinder groupFinder
@BeanReference(type=com.liferay.portal.kernel.service.LayoutLocalService.class) protected com.liferay.portal.kernel.service.LayoutLocalService layoutLocalService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.LayoutPersistence.class) protected com.liferay.portal.kernel.service.persistence.LayoutPersistence layoutPersistence
@BeanReference(type=com.liferay.portal.kernel.service.persistence.LayoutFinder.class) protected com.liferay.portal.kernel.service.persistence.LayoutFinder layoutFinder
@BeanReference(type=com.liferay.portal.kernel.service.ResourceLocalService.class) protected com.liferay.portal.kernel.service.ResourceLocalService resourceLocalService
@BeanReference(type=com.liferay.portal.kernel.service.ResourceActionLocalService.class) protected com.liferay.portal.kernel.service.ResourceActionLocalService resourceActionLocalService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.ResourceActionPersistence.class) protected com.liferay.portal.kernel.service.persistence.ResourceActionPersistence resourceActionPersistence
@BeanReference(type=com.liferay.portal.kernel.service.ResourceBlockLocalService.class) protected com.liferay.portal.kernel.service.ResourceBlockLocalService resourceBlockLocalService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.ResourceBlockPersistence.class) protected com.liferay.portal.kernel.service.persistence.ResourceBlockPersistence resourceBlockPersistence
@BeanReference(type=com.liferay.portal.kernel.service.persistence.ResourceBlockFinder.class) protected com.liferay.portal.kernel.service.persistence.ResourceBlockFinder resourceBlockFinder
@BeanReference(type=com.liferay.portal.kernel.service.ResourceBlockPermissionLocalService.class) protected com.liferay.portal.kernel.service.ResourceBlockPermissionLocalService resourceBlockPermissionLocalService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.ResourceBlockPermissionPersistence.class) protected com.liferay.portal.kernel.service.persistence.ResourceBlockPermissionPersistence resourceBlockPermissionPersistence
@BeanReference(type=com.liferay.portal.kernel.service.ResourcePermissionLocalService.class) protected com.liferay.portal.kernel.service.ResourcePermissionLocalService resourcePermissionLocalService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.ResourcePermissionPersistence.class) protected com.liferay.portal.kernel.service.persistence.ResourcePermissionPersistence resourcePermissionPersistence
@BeanReference(type=com.liferay.portal.kernel.service.persistence.ResourcePermissionFinder.class) protected com.liferay.portal.kernel.service.persistence.ResourcePermissionFinder resourcePermissionFinder
@BeanReference(type=com.liferay.portal.kernel.service.ResourceTypePermissionLocalService.class) protected com.liferay.portal.kernel.service.ResourceTypePermissionLocalService resourceTypePermissionLocalService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistence.class) protected com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistence resourceTypePermissionPersistence
@BeanReference(type=com.liferay.portal.kernel.service.persistence.ResourceTypePermissionFinder.class) protected com.liferay.portal.kernel.service.persistence.ResourceTypePermissionFinder resourceTypePermissionFinder
@BeanReference(type=com.liferay.expando.kernel.service.ExpandoRowLocalService.class) protected com.liferay.expando.kernel.service.ExpandoRowLocalService expandoRowLocalService
@BeanReference(type=com.liferay.expando.kernel.service.persistence.ExpandoRowPersistence.class) protected com.liferay.expando.kernel.service.persistence.ExpandoRowPersistence expandoRowPersistence
@BeanReference(type=com.liferay.portal.kernel.service.TeamLocalService.class) protected com.liferay.portal.kernel.service.TeamLocalService teamLocalService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.TeamPersistence.class) protected com.liferay.portal.kernel.service.persistence.TeamPersistence teamPersistence
@BeanReference(type=com.liferay.portal.kernel.service.persistence.TeamFinder.class) protected com.liferay.portal.kernel.service.persistence.TeamFinder teamFinder
@BeanReference(type=com.liferay.portal.kernel.service.UserLocalService.class) protected com.liferay.portal.kernel.service.UserLocalService userLocalService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.UserPersistence.class) protected com.liferay.portal.kernel.service.persistence.UserPersistence userPersistence
@BeanReference(type=com.liferay.portal.kernel.service.persistence.UserFinder.class) protected com.liferay.portal.kernel.service.persistence.UserFinder userFinder
@BeanReference(type=com.liferay.portal.kernel.service.UserGroupGroupRoleLocalService.class) protected com.liferay.portal.kernel.service.UserGroupGroupRoleLocalService userGroupGroupRoleLocalService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.UserGroupGroupRolePersistence.class) protected com.liferay.portal.kernel.service.persistence.UserGroupGroupRolePersistence userGroupGroupRolePersistence
@BeanReference(type=com.liferay.portal.kernel.service.persistence.UserGroupGroupRoleFinder.class) protected com.liferay.portal.kernel.service.persistence.UserGroupGroupRoleFinder userGroupGroupRoleFinder
@BeanReference(type=com.liferay.portal.kernel.service.UserGroupRoleLocalService.class) protected com.liferay.portal.kernel.service.UserGroupRoleLocalService userGroupRoleLocalService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.UserGroupRolePersistence.class) protected com.liferay.portal.kernel.service.persistence.UserGroupRolePersistence userGroupRolePersistence
@BeanReference(type=com.liferay.portal.kernel.service.persistence.UserGroupRoleFinder.class) protected com.liferay.portal.kernel.service.persistence.UserGroupRoleFinder userGroupRoleFinder
@BeanReference(type=com.liferay.portal.kernel.service.PersistedModelLocalServiceRegistry.class) protected com.liferay.portal.kernel.service.PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry
@Indexable(type=REINDEX) public com.liferay.portal.kernel.model.Role addRole(com.liferay.portal.kernel.model.Role role)
addRole
in interface com.liferay.portal.kernel.service.RoleLocalService
role
- the role@Transactional(enabled=false) public com.liferay.portal.kernel.model.Role createRole(long roleId)
createRole
in interface com.liferay.portal.kernel.service.RoleLocalService
roleId
- the primary key for the new role@Indexable(type=DELETE) public com.liferay.portal.kernel.model.Role deleteRole(long roleId) throws com.liferay.portal.kernel.exception.PortalException
deleteRole
in interface com.liferay.portal.kernel.service.RoleLocalService
roleId
- the primary key of the rolecom.liferay.portal.kernel.exception.PortalException
- if a role with the primary key could not be found@Indexable(type=DELETE) public com.liferay.portal.kernel.model.Role deleteRole(com.liferay.portal.kernel.model.Role role) throws com.liferay.portal.kernel.exception.PortalException
deleteRole
in interface com.liferay.portal.kernel.service.RoleLocalService
role
- the rolecom.liferay.portal.kernel.exception.PortalException
public com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery
in interface com.liferay.portal.kernel.service.RoleLocalService
public <T> List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery
in interface com.liferay.portal.kernel.service.RoleLocalService
dynamicQuery
- the dynamic querypublic <T> List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from RoleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery
in interface com.liferay.portal.kernel.service.RoleLocalService
dynamicQuery
- the dynamic querystart
- the lower bound of the range of model instancesend
- the upper bound of the range of model instances (not inclusive)public <T> List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from RoleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery
in interface com.liferay.portal.kernel.service.RoleLocalService
dynamicQuery
- the dynamic querystart
- the lower bound of the range of model instancesend
- the upper bound of the range of model instances (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQueryCount
in interface com.liferay.portal.kernel.service.RoleLocalService
dynamicQuery
- the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount
in interface com.liferay.portal.kernel.service.RoleLocalService
dynamicQuery
- the dynamic queryprojection
- the projection to apply to the querypublic com.liferay.portal.kernel.model.Role fetchRole(long roleId)
fetchRole
in interface com.liferay.portal.kernel.service.RoleLocalService
public com.liferay.portal.kernel.model.Role fetchRoleByUuidAndCompanyId(String uuid, long companyId)
fetchRoleByUuidAndCompanyId
in interface com.liferay.portal.kernel.service.RoleLocalService
uuid
- the role's UUIDcompanyId
- the primary key of the companynull
if a matching role could not be foundpublic com.liferay.portal.kernel.model.Role getRole(long roleId) throws com.liferay.portal.kernel.exception.PortalException
getRole
in interface com.liferay.portal.kernel.service.RoleLocalService
roleId
- the primary key of the rolecom.liferay.portal.kernel.exception.PortalException
- if a role with the primary key could not be foundpublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery
in interface com.liferay.portal.kernel.service.RoleLocalService
public com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery
in interface com.liferay.portal.kernel.service.RoleLocalService
protected void initActionableDynamicQuery(com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery actionableDynamicQuery)
public com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext)
getExportActionableDynamicQuery
in interface com.liferay.portal.kernel.service.RoleLocalService
public com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) throws com.liferay.portal.kernel.exception.PortalException
deletePersistedModel
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
deletePersistedModel
in interface com.liferay.portal.kernel.service.RoleLocalService
com.liferay.portal.kernel.exception.PortalException
public com.liferay.portal.kernel.model.PersistedModel getPersistedModel(Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
getPersistedModel
in interface com.liferay.portal.kernel.service.RoleLocalService
com.liferay.portal.kernel.exception.PortalException
public com.liferay.portal.kernel.model.Role getRoleByUuidAndCompanyId(String uuid, long companyId) throws com.liferay.portal.kernel.exception.PortalException
getRoleByUuidAndCompanyId
in interface com.liferay.portal.kernel.service.RoleLocalService
uuid
- the role's UUIDcompanyId
- the primary key of the companycom.liferay.portal.kernel.exception.PortalException
- if a matching role could not be foundpublic List<com.liferay.portal.kernel.model.Role> getRoles(int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from RoleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
getRoles
in interface com.liferay.portal.kernel.service.RoleLocalService
start
- the lower bound of the range of rolesend
- the upper bound of the range of roles (not inclusive)public int getRolesCount()
getRolesCount
in interface com.liferay.portal.kernel.service.RoleLocalService
@Indexable(type=REINDEX) public com.liferay.portal.kernel.model.Role updateRole(com.liferay.portal.kernel.model.Role role)
updateRole
in interface com.liferay.portal.kernel.service.RoleLocalService
role
- the rolepublic void addGroupRole(long groupId, long roleId)
addGroupRole
in interface com.liferay.portal.kernel.service.RoleLocalService
public void addGroupRole(long groupId, com.liferay.portal.kernel.model.Role role)
addGroupRole
in interface com.liferay.portal.kernel.service.RoleLocalService
public void addGroupRoles(long groupId, long[] roleIds)
addGroupRoles
in interface com.liferay.portal.kernel.service.RoleLocalService
public void addGroupRoles(long groupId, List<com.liferay.portal.kernel.model.Role> roles)
addGroupRoles
in interface com.liferay.portal.kernel.service.RoleLocalService
public void clearGroupRoles(long groupId)
clearGroupRoles
in interface com.liferay.portal.kernel.service.RoleLocalService
public void deleteGroupRole(long groupId, long roleId)
deleteGroupRole
in interface com.liferay.portal.kernel.service.RoleLocalService
public void deleteGroupRole(long groupId, com.liferay.portal.kernel.model.Role role)
deleteGroupRole
in interface com.liferay.portal.kernel.service.RoleLocalService
public void deleteGroupRoles(long groupId, long[] roleIds)
deleteGroupRoles
in interface com.liferay.portal.kernel.service.RoleLocalService
public void deleteGroupRoles(long groupId, List<com.liferay.portal.kernel.model.Role> roles)
deleteGroupRoles
in interface com.liferay.portal.kernel.service.RoleLocalService
public long[] getGroupPrimaryKeys(long roleId)
getGroupPrimaryKeys
in interface com.liferay.portal.kernel.service.RoleLocalService
roleId
- the roleId of the rolepublic List<com.liferay.portal.kernel.model.Role> getGroupRoles(long groupId)
getGroupRoles
in interface com.liferay.portal.kernel.service.RoleLocalService
public List<com.liferay.portal.kernel.model.Role> getGroupRoles(long groupId, int start, int end)
getGroupRoles
in interface com.liferay.portal.kernel.service.RoleLocalService
public List<com.liferay.portal.kernel.model.Role> getGroupRoles(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
getGroupRoles
in interface com.liferay.portal.kernel.service.RoleLocalService
public int getGroupRolesCount(long groupId)
getGroupRolesCount
in interface com.liferay.portal.kernel.service.RoleLocalService
public boolean hasGroupRole(long groupId, long roleId)
hasGroupRole
in interface com.liferay.portal.kernel.service.RoleLocalService
public boolean hasGroupRoles(long groupId)
hasGroupRoles
in interface com.liferay.portal.kernel.service.RoleLocalService
public void setGroupRoles(long groupId, long[] roleIds)
setGroupRoles
in interface com.liferay.portal.kernel.service.RoleLocalService
public void addUserRole(long userId, long roleId) throws com.liferay.portal.kernel.exception.PortalException
addUserRole
in interface com.liferay.portal.kernel.service.RoleLocalService
com.liferay.portal.kernel.exception.PortalException
public void addUserRole(long userId, com.liferay.portal.kernel.model.Role role) throws com.liferay.portal.kernel.exception.PortalException
addUserRole
in interface com.liferay.portal.kernel.service.RoleLocalService
com.liferay.portal.kernel.exception.PortalException
public void addUserRoles(long userId, long[] roleIds) throws com.liferay.portal.kernel.exception.PortalException
addUserRoles
in interface com.liferay.portal.kernel.service.RoleLocalService
com.liferay.portal.kernel.exception.PortalException
public void addUserRoles(long userId, List<com.liferay.portal.kernel.model.Role> roles) throws com.liferay.portal.kernel.exception.PortalException
addUserRoles
in interface com.liferay.portal.kernel.service.RoleLocalService
com.liferay.portal.kernel.exception.PortalException
public void clearUserRoles(long userId) throws com.liferay.portal.kernel.exception.PortalException
clearUserRoles
in interface com.liferay.portal.kernel.service.RoleLocalService
com.liferay.portal.kernel.exception.PortalException
public void deleteUserRole(long userId, long roleId) throws com.liferay.portal.kernel.exception.PortalException
deleteUserRole
in interface com.liferay.portal.kernel.service.RoleLocalService
com.liferay.portal.kernel.exception.PortalException
public void deleteUserRole(long userId, com.liferay.portal.kernel.model.Role role) throws com.liferay.portal.kernel.exception.PortalException
deleteUserRole
in interface com.liferay.portal.kernel.service.RoleLocalService
com.liferay.portal.kernel.exception.PortalException
public void deleteUserRoles(long userId, long[] roleIds) throws com.liferay.portal.kernel.exception.PortalException
deleteUserRoles
in interface com.liferay.portal.kernel.service.RoleLocalService
com.liferay.portal.kernel.exception.PortalException
public void deleteUserRoles(long userId, List<com.liferay.portal.kernel.model.Role> roles) throws com.liferay.portal.kernel.exception.PortalException
deleteUserRoles
in interface com.liferay.portal.kernel.service.RoleLocalService
com.liferay.portal.kernel.exception.PortalException
public long[] getUserPrimaryKeys(long roleId)
getUserPrimaryKeys
in interface com.liferay.portal.kernel.service.RoleLocalService
roleId
- the roleId of the rolepublic List<com.liferay.portal.kernel.model.Role> getUserRoles(long userId)
getUserRoles
in interface com.liferay.portal.kernel.service.RoleLocalService
public List<com.liferay.portal.kernel.model.Role> getUserRoles(long userId, int start, int end)
getUserRoles
in interface com.liferay.portal.kernel.service.RoleLocalService
public List<com.liferay.portal.kernel.model.Role> getUserRoles(long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
getUserRoles
in interface com.liferay.portal.kernel.service.RoleLocalService
public int getUserRolesCount(long userId)
getUserRolesCount
in interface com.liferay.portal.kernel.service.RoleLocalService
public boolean hasUserRole(long userId, long roleId)
hasUserRole
in interface com.liferay.portal.kernel.service.RoleLocalService
public boolean hasUserRoles(long userId)
hasUserRoles
in interface com.liferay.portal.kernel.service.RoleLocalService
public void setUserRoles(long userId, long[] roleIds) throws com.liferay.portal.kernel.exception.PortalException
setUserRoles
in interface com.liferay.portal.kernel.service.RoleLocalService
com.liferay.portal.kernel.exception.PortalException
public com.liferay.portal.kernel.service.RoleLocalService getRoleLocalService()
public void setRoleLocalService(com.liferay.portal.kernel.service.RoleLocalService roleLocalService)
roleLocalService
- the role local servicepublic com.liferay.portal.kernel.service.persistence.RolePersistence getRolePersistence()
public void setRolePersistence(com.liferay.portal.kernel.service.persistence.RolePersistence rolePersistence)
rolePersistence
- the role persistencepublic com.liferay.portal.kernel.service.persistence.RoleFinder getRoleFinder()
public void setRoleFinder(com.liferay.portal.kernel.service.persistence.RoleFinder roleFinder)
roleFinder
- the role finderpublic com.liferay.counter.kernel.service.CounterLocalService getCounterLocalService()
public void setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
counterLocalService
- the counter local servicepublic com.liferay.portal.kernel.service.ClassNameLocalService getClassNameLocalService()
public void setClassNameLocalService(com.liferay.portal.kernel.service.ClassNameLocalService classNameLocalService)
classNameLocalService
- the class name local servicepublic com.liferay.portal.kernel.service.persistence.ClassNamePersistence getClassNamePersistence()
public void setClassNamePersistence(com.liferay.portal.kernel.service.persistence.ClassNamePersistence classNamePersistence)
classNamePersistence
- the class name persistencepublic com.liferay.portal.kernel.service.CompanyLocalService getCompanyLocalService()
public void setCompanyLocalService(com.liferay.portal.kernel.service.CompanyLocalService companyLocalService)
companyLocalService
- the company local servicepublic com.liferay.portal.kernel.service.persistence.CompanyPersistence getCompanyPersistence()
public void setCompanyPersistence(com.liferay.portal.kernel.service.persistence.CompanyPersistence companyPersistence)
companyPersistence
- the company persistencepublic com.liferay.portal.kernel.service.GroupLocalService getGroupLocalService()
public void setGroupLocalService(com.liferay.portal.kernel.service.GroupLocalService groupLocalService)
groupLocalService
- the group local servicepublic com.liferay.portal.kernel.service.persistence.GroupPersistence getGroupPersistence()
public void setGroupPersistence(com.liferay.portal.kernel.service.persistence.GroupPersistence groupPersistence)
groupPersistence
- the group persistencepublic com.liferay.portal.kernel.service.persistence.GroupFinder getGroupFinder()
public void setGroupFinder(com.liferay.portal.kernel.service.persistence.GroupFinder groupFinder)
groupFinder
- the group finderpublic com.liferay.portal.kernel.service.LayoutLocalService getLayoutLocalService()
public void setLayoutLocalService(com.liferay.portal.kernel.service.LayoutLocalService layoutLocalService)
layoutLocalService
- the layout local servicepublic com.liferay.portal.kernel.service.persistence.LayoutPersistence getLayoutPersistence()
public void setLayoutPersistence(com.liferay.portal.kernel.service.persistence.LayoutPersistence layoutPersistence)
layoutPersistence
- the layout persistencepublic com.liferay.portal.kernel.service.persistence.LayoutFinder getLayoutFinder()
public void setLayoutFinder(com.liferay.portal.kernel.service.persistence.LayoutFinder layoutFinder)
layoutFinder
- the layout finderpublic com.liferay.portal.kernel.service.ResourceLocalService getResourceLocalService()
public void setResourceLocalService(com.liferay.portal.kernel.service.ResourceLocalService resourceLocalService)
resourceLocalService
- the resource local servicepublic com.liferay.portal.kernel.service.ResourceActionLocalService getResourceActionLocalService()
public void setResourceActionLocalService(com.liferay.portal.kernel.service.ResourceActionLocalService resourceActionLocalService)
resourceActionLocalService
- the resource action local servicepublic com.liferay.portal.kernel.service.persistence.ResourceActionPersistence getResourceActionPersistence()
public void setResourceActionPersistence(com.liferay.portal.kernel.service.persistence.ResourceActionPersistence resourceActionPersistence)
resourceActionPersistence
- the resource action persistencepublic com.liferay.portal.kernel.service.ResourceBlockLocalService getResourceBlockLocalService()
public void setResourceBlockLocalService(com.liferay.portal.kernel.service.ResourceBlockLocalService resourceBlockLocalService)
resourceBlockLocalService
- the resource block local servicepublic com.liferay.portal.kernel.service.persistence.ResourceBlockPersistence getResourceBlockPersistence()
public void setResourceBlockPersistence(com.liferay.portal.kernel.service.persistence.ResourceBlockPersistence resourceBlockPersistence)
resourceBlockPersistence
- the resource block persistencepublic com.liferay.portal.kernel.service.persistence.ResourceBlockFinder getResourceBlockFinder()
public void setResourceBlockFinder(com.liferay.portal.kernel.service.persistence.ResourceBlockFinder resourceBlockFinder)
resourceBlockFinder
- the resource block finderpublic com.liferay.portal.kernel.service.ResourceBlockPermissionLocalService getResourceBlockPermissionLocalService()
public void setResourceBlockPermissionLocalService(com.liferay.portal.kernel.service.ResourceBlockPermissionLocalService resourceBlockPermissionLocalService)
resourceBlockPermissionLocalService
- the resource block permission local servicepublic com.liferay.portal.kernel.service.persistence.ResourceBlockPermissionPersistence getResourceBlockPermissionPersistence()
public void setResourceBlockPermissionPersistence(com.liferay.portal.kernel.service.persistence.ResourceBlockPermissionPersistence resourceBlockPermissionPersistence)
resourceBlockPermissionPersistence
- the resource block permission persistencepublic com.liferay.portal.kernel.service.ResourcePermissionLocalService getResourcePermissionLocalService()
public void setResourcePermissionLocalService(com.liferay.portal.kernel.service.ResourcePermissionLocalService resourcePermissionLocalService)
resourcePermissionLocalService
- the resource permission local servicepublic com.liferay.portal.kernel.service.persistence.ResourcePermissionPersistence getResourcePermissionPersistence()
public void setResourcePermissionPersistence(com.liferay.portal.kernel.service.persistence.ResourcePermissionPersistence resourcePermissionPersistence)
resourcePermissionPersistence
- the resource permission persistencepublic com.liferay.portal.kernel.service.persistence.ResourcePermissionFinder getResourcePermissionFinder()
public void setResourcePermissionFinder(com.liferay.portal.kernel.service.persistence.ResourcePermissionFinder resourcePermissionFinder)
resourcePermissionFinder
- the resource permission finderpublic com.liferay.portal.kernel.service.ResourceTypePermissionLocalService getResourceTypePermissionLocalService()
public void setResourceTypePermissionLocalService(com.liferay.portal.kernel.service.ResourceTypePermissionLocalService resourceTypePermissionLocalService)
resourceTypePermissionLocalService
- the resource type permission local servicepublic com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistence getResourceTypePermissionPersistence()
public void setResourceTypePermissionPersistence(com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistence resourceTypePermissionPersistence)
resourceTypePermissionPersistence
- the resource type permission persistencepublic com.liferay.portal.kernel.service.persistence.ResourceTypePermissionFinder getResourceTypePermissionFinder()
public void setResourceTypePermissionFinder(com.liferay.portal.kernel.service.persistence.ResourceTypePermissionFinder resourceTypePermissionFinder)
resourceTypePermissionFinder
- the resource type permission finderpublic com.liferay.expando.kernel.service.ExpandoRowLocalService getExpandoRowLocalService()
public void setExpandoRowLocalService(com.liferay.expando.kernel.service.ExpandoRowLocalService expandoRowLocalService)
expandoRowLocalService
- the expando row local servicepublic com.liferay.expando.kernel.service.persistence.ExpandoRowPersistence getExpandoRowPersistence()
public void setExpandoRowPersistence(com.liferay.expando.kernel.service.persistence.ExpandoRowPersistence expandoRowPersistence)
expandoRowPersistence
- the expando row persistencepublic com.liferay.portal.kernel.service.TeamLocalService getTeamLocalService()
public void setTeamLocalService(com.liferay.portal.kernel.service.TeamLocalService teamLocalService)
teamLocalService
- the team local servicepublic com.liferay.portal.kernel.service.persistence.TeamPersistence getTeamPersistence()
public void setTeamPersistence(com.liferay.portal.kernel.service.persistence.TeamPersistence teamPersistence)
teamPersistence
- the team persistencepublic com.liferay.portal.kernel.service.persistence.TeamFinder getTeamFinder()
public void setTeamFinder(com.liferay.portal.kernel.service.persistence.TeamFinder teamFinder)
teamFinder
- the team finderpublic com.liferay.portal.kernel.service.UserLocalService getUserLocalService()
public void setUserLocalService(com.liferay.portal.kernel.service.UserLocalService userLocalService)
userLocalService
- the user local servicepublic com.liferay.portal.kernel.service.persistence.UserPersistence getUserPersistence()
public void setUserPersistence(com.liferay.portal.kernel.service.persistence.UserPersistence userPersistence)
userPersistence
- the user persistencepublic com.liferay.portal.kernel.service.persistence.UserFinder getUserFinder()
public void setUserFinder(com.liferay.portal.kernel.service.persistence.UserFinder userFinder)
userFinder
- the user finderpublic com.liferay.portal.kernel.service.UserGroupGroupRoleLocalService getUserGroupGroupRoleLocalService()
public void setUserGroupGroupRoleLocalService(com.liferay.portal.kernel.service.UserGroupGroupRoleLocalService userGroupGroupRoleLocalService)
userGroupGroupRoleLocalService
- the user group group role local servicepublic com.liferay.portal.kernel.service.persistence.UserGroupGroupRolePersistence getUserGroupGroupRolePersistence()
public void setUserGroupGroupRolePersistence(com.liferay.portal.kernel.service.persistence.UserGroupGroupRolePersistence userGroupGroupRolePersistence)
userGroupGroupRolePersistence
- the user group group role persistencepublic com.liferay.portal.kernel.service.persistence.UserGroupGroupRoleFinder getUserGroupGroupRoleFinder()
public void setUserGroupGroupRoleFinder(com.liferay.portal.kernel.service.persistence.UserGroupGroupRoleFinder userGroupGroupRoleFinder)
userGroupGroupRoleFinder
- the user group group role finderpublic com.liferay.portal.kernel.service.UserGroupRoleLocalService getUserGroupRoleLocalService()
public void setUserGroupRoleLocalService(com.liferay.portal.kernel.service.UserGroupRoleLocalService userGroupRoleLocalService)
userGroupRoleLocalService
- the user group role local servicepublic com.liferay.portal.kernel.service.persistence.UserGroupRolePersistence getUserGroupRolePersistence()
public void setUserGroupRolePersistence(com.liferay.portal.kernel.service.persistence.UserGroupRolePersistence userGroupRolePersistence)
userGroupRolePersistence
- the user group role persistencepublic com.liferay.portal.kernel.service.persistence.UserGroupRoleFinder getUserGroupRoleFinder()
public void setUserGroupRoleFinder(com.liferay.portal.kernel.service.persistence.UserGroupRoleFinder userGroupRoleFinder)
userGroupRoleFinder
- the user group role finderpublic void afterPropertiesSet()
public void destroy()
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
getOSGiServiceIdentifier
in interface com.liferay.portal.kernel.service.RoleLocalService
protected Class<?> getModelClass()
protected String getModelClassName()
protected void runSQL(String sql)
sql
- the sql query