public abstract class UserGroupRoleServiceBaseImpl
extends com.liferay.portal.kernel.service.BaseServiceImpl
implements com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.UserGroupRoleService
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
Modifier and Type | Field and Description |
---|---|
protected com.liferay.counter.kernel.service.CounterLocalService |
counterLocalService |
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 |
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.
|
protected Class<?> |
getModelClass() |
protected String |
getModelClassName() |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
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.
|
protected void |
runSQL(String sql)
Performs a SQL query.
|
void |
setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
Sets the counter local service.
|
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.
|
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
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 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