public abstract class UserGroupServiceBaseImpl
extends com.liferay.portal.kernel.service.BaseServiceImpl
implements com.liferay.portal.kernel.service.UserGroupService, 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 UserGroupServiceImpl
.
UserGroupServiceImpl
,
UserGroupServiceUtil
Modifier and Type | Field and Description |
---|---|
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.exportimport.kernel.service.persistence.ExportImportConfigurationFinder |
exportImportConfigurationFinder |
protected com.liferay.exportimport.kernel.service.ExportImportConfigurationLocalService |
exportImportConfigurationLocalService |
protected com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationPersistence |
exportImportConfigurationPersistence |
protected com.liferay.exportimport.kernel.service.ExportImportConfigurationService |
exportImportConfigurationService |
protected com.liferay.exportimport.kernel.service.ExportImportLocalService |
exportImportLocalService |
protected com.liferay.exportimport.kernel.service.ExportImportService |
exportImportService |
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.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.LayoutService |
layoutService |
protected com.liferay.portal.kernel.service.ResourceLocalService |
resourceLocalService |
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.TeamService |
teamService |
protected com.liferay.portal.kernel.service.persistence.UserFinder |
userFinder |
protected com.liferay.portal.kernel.service.persistence.UserGroupFinder |
userGroupFinder |
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.UserGroupGroupRoleService |
userGroupGroupRoleService |
protected com.liferay.portal.kernel.service.UserGroupLocalService |
userGroupLocalService |
protected com.liferay.portal.kernel.service.persistence.UserGroupPersistence |
userGroupPersistence |
protected com.liferay.portal.kernel.service.UserGroupService |
userGroupService |
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 |
---|
UserGroupServiceBaseImpl() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
void |
destroy() |
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.exportimport.kernel.service.persistence.ExportImportConfigurationFinder |
getExportImportConfigurationFinder()
Returns the export import configuration finder.
|
com.liferay.exportimport.kernel.service.ExportImportConfigurationLocalService |
getExportImportConfigurationLocalService()
Returns the export import configuration local service.
|
com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationPersistence |
getExportImportConfigurationPersistence()
Returns the export import configuration persistence.
|
com.liferay.exportimport.kernel.service.ExportImportConfigurationService |
getExportImportConfigurationService()
Returns the export import configuration remote service.
|
com.liferay.exportimport.kernel.service.ExportImportLocalService |
getExportImportLocalService()
Returns the export import local service.
|
com.liferay.exportimport.kernel.service.ExportImportService |
getExportImportService()
Returns the export import remote 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.
|
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.
|
com.liferay.portal.kernel.service.LayoutService |
getLayoutService()
Returns the layout remote service.
|
protected Class<?> |
getModelClass() |
protected String |
getModelClassName() |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.service.ResourceLocalService |
getResourceLocalService()
Returns the resource local service.
|
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.TeamService |
getTeamService()
Returns the team remote service.
|
com.liferay.portal.kernel.service.persistence.UserFinder |
getUserFinder()
Returns the user finder.
|
com.liferay.portal.kernel.service.persistence.UserGroupFinder |
getUserGroupFinder()
Returns the user group 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.UserGroupGroupRoleService |
getUserGroupGroupRoleService()
Returns the user group group role remote service.
|
com.liferay.portal.kernel.service.UserGroupLocalService |
getUserGroupLocalService()
Returns the user group local service.
|
com.liferay.portal.kernel.service.persistence.UserGroupPersistence |
getUserGroupPersistence()
Returns the user group persistence.
|
com.liferay.portal.kernel.service.UserGroupService |
getUserGroupService()
Returns the user group 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 |
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 |
setExportImportConfigurationFinder(com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationFinder exportImportConfigurationFinder)
Sets the export import configuration finder.
|
void |
setExportImportConfigurationLocalService(com.liferay.exportimport.kernel.service.ExportImportConfigurationLocalService exportImportConfigurationLocalService)
Sets the export import configuration local service.
|
void |
setExportImportConfigurationPersistence(com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationPersistence exportImportConfigurationPersistence)
Sets the export import configuration persistence.
|
void |
setExportImportConfigurationService(com.liferay.exportimport.kernel.service.ExportImportConfigurationService exportImportConfigurationService)
Sets the export import configuration remote service.
|
void |
setExportImportLocalService(com.liferay.exportimport.kernel.service.ExportImportLocalService exportImportLocalService)
Sets the export import local service.
|
void |
setExportImportService(com.liferay.exportimport.kernel.service.ExportImportService exportImportService)
Sets the export import remote 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 |
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 |
setLayoutService(com.liferay.portal.kernel.service.LayoutService layoutService)
Sets the layout remote service.
|
void |
setResourceLocalService(com.liferay.portal.kernel.service.ResourceLocalService resourceLocalService)
Sets the resource local service.
|
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 |
setTeamService(com.liferay.portal.kernel.service.TeamService teamService)
Sets the team remote service.
|
void |
setUserFinder(com.liferay.portal.kernel.service.persistence.UserFinder userFinder)
Sets the user finder.
|
void |
setUserGroupFinder(com.liferay.portal.kernel.service.persistence.UserGroupFinder userGroupFinder)
Sets the user group 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 |
setUserGroupGroupRoleService(com.liferay.portal.kernel.service.UserGroupGroupRoleService userGroupGroupRoleService)
Sets the user group group role remote service.
|
void |
setUserGroupLocalService(com.liferay.portal.kernel.service.UserGroupLocalService userGroupLocalService)
Sets the user group local service.
|
void |
setUserGroupPersistence(com.liferay.portal.kernel.service.persistence.UserGroupPersistence userGroupPersistence)
Sets the user group persistence.
|
void |
setUserGroupService(com.liferay.portal.kernel.service.UserGroupService userGroupService)
Sets the user group 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addGroupUserGroups, addTeamUserGroups, addUserGroup, addUserGroup, deleteUserGroup, fetchUserGroup, getGtUserGroups, getUserGroup, getUserGroup, getUserGroups, getUserGroups, getUserGroupsCount, getUserUserGroups, unsetGroupUserGroups, unsetTeamUserGroups, updateUserGroup, updateUserGroup
@BeanReference(type=com.liferay.portal.kernel.service.UserGroupLocalService.class) protected com.liferay.portal.kernel.service.UserGroupLocalService userGroupLocalService
@BeanReference(type=com.liferay.portal.kernel.service.UserGroupService.class) protected com.liferay.portal.kernel.service.UserGroupService userGroupService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.UserGroupPersistence.class) protected com.liferay.portal.kernel.service.persistence.UserGroupPersistence userGroupPersistence
@BeanReference(type=com.liferay.portal.kernel.service.persistence.UserGroupFinder.class) protected com.liferay.portal.kernel.service.persistence.UserGroupFinder userGroupFinder
@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.LayoutLocalService.class) protected com.liferay.portal.kernel.service.LayoutLocalService layoutLocalService
@BeanReference(type=com.liferay.portal.kernel.service.LayoutService.class) protected com.liferay.portal.kernel.service.LayoutService layoutService
@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.TeamLocalService.class) protected com.liferay.portal.kernel.service.TeamLocalService teamLocalService
@BeanReference(type=com.liferay.portal.kernel.service.TeamService.class) protected com.liferay.portal.kernel.service.TeamService teamService
@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.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
@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.exportimport.kernel.service.ExportImportLocalService.class) protected com.liferay.exportimport.kernel.service.ExportImportLocalService exportImportLocalService
@BeanReference(type=com.liferay.exportimport.kernel.service.ExportImportService.class) protected com.liferay.exportimport.kernel.service.ExportImportService exportImportService
@BeanReference(type=com.liferay.exportimport.kernel.service.ExportImportConfigurationLocalService.class) protected com.liferay.exportimport.kernel.service.ExportImportConfigurationLocalService exportImportConfigurationLocalService
@BeanReference(type=com.liferay.exportimport.kernel.service.ExportImportConfigurationService.class) protected com.liferay.exportimport.kernel.service.ExportImportConfigurationService exportImportConfigurationService
@BeanReference(type=com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationPersistence.class) protected com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationPersistence exportImportConfigurationPersistence
@BeanReference(type=com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationFinder.class) protected com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationFinder exportImportConfigurationFinder
@BeanReference(type=com.liferay.portal.kernel.service.UserGroupGroupRoleLocalService.class) protected com.liferay.portal.kernel.service.UserGroupGroupRoleLocalService userGroupGroupRoleLocalService
@BeanReference(type=com.liferay.portal.kernel.service.UserGroupGroupRoleService.class) protected com.liferay.portal.kernel.service.UserGroupGroupRoleService userGroupGroupRoleService
@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
public com.liferay.portal.kernel.service.UserGroupLocalService getUserGroupLocalService()
public void setUserGroupLocalService(com.liferay.portal.kernel.service.UserGroupLocalService userGroupLocalService)
userGroupLocalService
- the user group local servicepublic com.liferay.portal.kernel.service.UserGroupService getUserGroupService()
public void setUserGroupService(com.liferay.portal.kernel.service.UserGroupService userGroupService)
userGroupService
- the user group remote servicepublic com.liferay.portal.kernel.service.persistence.UserGroupPersistence getUserGroupPersistence()
public void setUserGroupPersistence(com.liferay.portal.kernel.service.persistence.UserGroupPersistence userGroupPersistence)
userGroupPersistence
- the user group persistencepublic com.liferay.portal.kernel.service.persistence.UserGroupFinder getUserGroupFinder()
public void setUserGroupFinder(com.liferay.portal.kernel.service.persistence.UserGroupFinder userGroupFinder)
userGroupFinder
- the user group 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.LayoutLocalService getLayoutLocalService()
public void setLayoutLocalService(com.liferay.portal.kernel.service.LayoutLocalService layoutLocalService)
layoutLocalService
- the layout local servicepublic com.liferay.portal.kernel.service.LayoutService getLayoutService()
public void setLayoutService(com.liferay.portal.kernel.service.LayoutService layoutService)
layoutService
- the layout remote 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.TeamLocalService getTeamLocalService()
public void setTeamLocalService(com.liferay.portal.kernel.service.TeamLocalService teamLocalService)
teamLocalService
- the team local servicepublic com.liferay.portal.kernel.service.TeamService getTeamService()
public void setTeamService(com.liferay.portal.kernel.service.TeamService teamService)
teamService
- the team remote 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.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 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.exportimport.kernel.service.ExportImportLocalService getExportImportLocalService()
public void setExportImportLocalService(com.liferay.exportimport.kernel.service.ExportImportLocalService exportImportLocalService)
exportImportLocalService
- the export import local servicepublic com.liferay.exportimport.kernel.service.ExportImportService getExportImportService()
public void setExportImportService(com.liferay.exportimport.kernel.service.ExportImportService exportImportService)
exportImportService
- the export import remote servicepublic com.liferay.exportimport.kernel.service.ExportImportConfigurationLocalService getExportImportConfigurationLocalService()
public void setExportImportConfigurationLocalService(com.liferay.exportimport.kernel.service.ExportImportConfigurationLocalService exportImportConfigurationLocalService)
exportImportConfigurationLocalService
- the export import configuration local servicepublic com.liferay.exportimport.kernel.service.ExportImportConfigurationService getExportImportConfigurationService()
public void setExportImportConfigurationService(com.liferay.exportimport.kernel.service.ExportImportConfigurationService exportImportConfigurationService)
exportImportConfigurationService
- the export import configuration remote servicepublic com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationPersistence getExportImportConfigurationPersistence()
public void setExportImportConfigurationPersistence(com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationPersistence exportImportConfigurationPersistence)
exportImportConfigurationPersistence
- the export import configuration persistencepublic com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationFinder getExportImportConfigurationFinder()
public void setExportImportConfigurationFinder(com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationFinder exportImportConfigurationFinder)
exportImportConfigurationFinder
- the export import configuration 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.UserGroupGroupRoleService getUserGroupGroupRoleService()
public void setUserGroupGroupRoleService(com.liferay.portal.kernel.service.UserGroupGroupRoleService userGroupGroupRoleService)
userGroupGroupRoleService
- the user group group role remote 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 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.UserGroupService
protected Class<?> getModelClass()
protected String getModelClassName()
protected void runSQL(String sql)
sql
- the sql query