public abstract class UserGroupRoleServiceBaseImpl
extends com.liferay.portal.kernel.service.BaseServiceImpl
implements com.liferay.portal.kernel.service.UserGroupRoleService, 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 UserGroupRoleServiceImpl
.
UserGroupRoleServiceImpl
,
UserGroupRoleServiceUtil
Modifier and Type | Field and Description |
---|---|
protected com.liferay.counter.kernel.service.CounterLocalService |
counterLocalService |
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.GroupService |
groupService |
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.RoleService |
roleService |
protected com.liferay.portal.kernel.service.persistence.UserFinder |
userFinder |
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.UserGroupRoleService |
userGroupRoleService |
protected com.liferay.portal.kernel.service.UserLocalService |
userLocalService |
protected com.liferay.portal.kernel.service.persistence.UserPersistence |
userPersistence |
protected com.liferay.portal.kernel.service.UserService |
userService |
Constructor and Description |
---|
UserGroupRoleServiceBaseImpl() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
void |
destroy() |
com.liferay.counter.kernel.service.CounterLocalService |
getCounterLocalService()
Returns the counter local service.
|
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.
|
com.liferay.portal.kernel.service.GroupService |
getGroupService()
Returns the group remote service.
|
protected Class<?> |
getModelClass() |
protected String |
getModelClassName() |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
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.
|
com.liferay.portal.kernel.service.RoleService |
getRoleService()
Returns the role remote service.
|
com.liferay.portal.kernel.service.persistence.UserFinder |
getUserFinder()
Returns the user finder.
|
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.UserGroupRoleService |
getUserGroupRoleService()
Returns the user group role remote service.
|
com.liferay.portal.kernel.service.UserLocalService |
getUserLocalService()
Returns the user local service.
|
com.liferay.portal.kernel.service.persistence.UserPersistence |
getUserPersistence()
Returns the user persistence.
|
com.liferay.portal.kernel.service.UserService |
getUserService()
Returns the user remote service.
|
protected void |
runSQL(String sql)
Performs a SQL query.
|
void |
setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
Sets the counter local service.
|
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 |
setGroupService(com.liferay.portal.kernel.service.GroupService groupService)
Sets the group remote service.
|
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 |
setRoleService(com.liferay.portal.kernel.service.RoleService roleService)
Sets the role remote service.
|
void |
setUserFinder(com.liferay.portal.kernel.service.persistence.UserFinder userFinder)
Sets the user finder.
|
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 |
setUserGroupRoleService(com.liferay.portal.kernel.service.UserGroupRoleService userGroupRoleService)
Sets the user group role remote service.
|
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 |
setUserService(com.liferay.portal.kernel.service.UserService userService)
Sets the user remote service.
|
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId
@BeanReference(type=com.liferay.portal.kernel.service.UserGroupRoleLocalService.class) protected com.liferay.portal.kernel.service.UserGroupRoleLocalService userGroupRoleLocalService
@BeanReference(type=com.liferay.portal.kernel.service.UserGroupRoleService.class) protected com.liferay.portal.kernel.service.UserGroupRoleService userGroupRoleService
@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.counter.kernel.service.CounterLocalService.class) protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService
@BeanReference(type=com.liferay.portal.kernel.service.GroupLocalService.class) protected com.liferay.portal.kernel.service.GroupLocalService groupLocalService
@BeanReference(type=com.liferay.portal.kernel.service.GroupService.class) protected com.liferay.portal.kernel.service.GroupService groupService
@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.RoleLocalService.class) protected com.liferay.portal.kernel.service.RoleLocalService roleLocalService
@BeanReference(type=com.liferay.portal.kernel.service.RoleService.class) protected com.liferay.portal.kernel.service.RoleService roleService
@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.portal.kernel.service.UserLocalService.class) protected com.liferay.portal.kernel.service.UserLocalService userLocalService
@BeanReference(type=com.liferay.portal.kernel.service.UserService.class) protected com.liferay.portal.kernel.service.UserService userService
@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
public 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.UserGroupRoleService getUserGroupRoleService()
public void setUserGroupRoleService(com.liferay.portal.kernel.service.UserGroupRoleService userGroupRoleService)
userGroupRoleService
- the user group role remote 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 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.GroupLocalService getGroupLocalService()
public void setGroupLocalService(com.liferay.portal.kernel.service.GroupLocalService groupLocalService)
groupLocalService
- the group local servicepublic com.liferay.portal.kernel.service.GroupService getGroupService()
public void setGroupService(com.liferay.portal.kernel.service.GroupService groupService)
groupService
- the group remote 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.RoleLocalService getRoleLocalService()
public void setRoleLocalService(com.liferay.portal.kernel.service.RoleLocalService roleLocalService)
roleLocalService
- the role local servicepublic com.liferay.portal.kernel.service.RoleService getRoleService()
public void setRoleService(com.liferay.portal.kernel.service.RoleService roleService)
roleService
- the role remote 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.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.UserService getUserService()
public void setUserService(com.liferay.portal.kernel.service.UserService userService)
userService
- the user remote 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 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.UserGroupRoleService
protected Class<?> getModelClass()
protected String getModelClassName()
protected void runSQL(String sql)
sql
- the sql query