Liferay 7.0-ce-b7 portal-impl

com.liferay.portal.service.base
Class UserGroupLocalServiceBaseImpl

java.lang.Object
  extended by com.liferay.portal.kernel.service.BaseLocalServiceImpl
      extended by com.liferay.portal.service.base.UserGroupLocalServiceBaseImpl
All Implemented Interfaces:
com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.BaseLocalService, com.liferay.portal.kernel.service.PersistedModelLocalService, com.liferay.portal.kernel.service.UserGroupLocalService
Direct Known Subclasses:
UserGroupLocalServiceImpl

@ProviderType
public abstract class UserGroupLocalServiceBaseImpl
extends com.liferay.portal.kernel.service.BaseLocalServiceImpl
implements com.liferay.portal.kernel.service.UserGroupLocalService, com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService

Provides the base implementation for the user group local service.

This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in UserGroupLocalServiceImpl.

See Also:
UserGroupLocalServiceImpl, UserGroupLocalServiceUtil
{$generated.description}

Field Summary
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.ExportImportLocalService exportImportLocalService
           
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.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.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.UserGroupLocalService userGroupLocalService
           
protected  com.liferay.portal.kernel.service.persistence.UserGroupPersistence userGroupPersistence
           
protected  com.liferay.portal.kernel.service.UserLocalService userLocalService
           
protected  com.liferay.portal.kernel.service.persistence.UserPersistence userPersistence
           
 
Constructor Summary
UserGroupLocalServiceBaseImpl()
           
 
Method Summary
 void addGroupUserGroup(long groupId, long userGroupId)
           
 void addGroupUserGroup(long groupId, com.liferay.portal.kernel.model.UserGroup userGroup)
           
 void addGroupUserGroups(long groupId, List<com.liferay.portal.kernel.model.UserGroup> UserGroups)
           
 void addGroupUserGroups(long groupId, long[] userGroupIds)
           
 void addTeamUserGroup(long teamId, long userGroupId)
           
 void addTeamUserGroup(long teamId, com.liferay.portal.kernel.model.UserGroup userGroup)
           
 void addTeamUserGroups(long teamId, List<com.liferay.portal.kernel.model.UserGroup> UserGroups)
           
 void addTeamUserGroups(long teamId, long[] userGroupIds)
           
 com.liferay.portal.kernel.model.UserGroup addUserGroup(com.liferay.portal.kernel.model.UserGroup userGroup)
          Adds the user group to the database.
 void addUserUserGroup(long userId, long userGroupId)
           
 void addUserUserGroup(long userId, com.liferay.portal.kernel.model.UserGroup userGroup)
           
 void addUserUserGroups(long userId, List<com.liferay.portal.kernel.model.UserGroup> UserGroups)
           
 void addUserUserGroups(long userId, long[] userGroupIds)
           
 void afterPropertiesSet()
           
 void clearGroupUserGroups(long groupId)
           
 void clearTeamUserGroups(long teamId)
           
 void clearUserUserGroups(long userId)
           
 com.liferay.portal.kernel.model.UserGroup createUserGroup(long userGroupId)
          Creates a new user group with the primary key.
 void deleteGroupUserGroup(long groupId, long userGroupId)
           
 void deleteGroupUserGroup(long groupId, com.liferay.portal.kernel.model.UserGroup userGroup)
           
 void deleteGroupUserGroups(long groupId, List<com.liferay.portal.kernel.model.UserGroup> UserGroups)
           
 void deleteGroupUserGroups(long groupId, long[] userGroupIds)
           
 com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel)
           
 void deleteTeamUserGroup(long teamId, long userGroupId)
           
 void deleteTeamUserGroup(long teamId, com.liferay.portal.kernel.model.UserGroup userGroup)
           
 void deleteTeamUserGroups(long teamId, List<com.liferay.portal.kernel.model.UserGroup> UserGroups)
           
 void deleteTeamUserGroups(long teamId, long[] userGroupIds)
           
 com.liferay.portal.kernel.model.UserGroup deleteUserGroup(long userGroupId)
          Deletes the user group with the primary key from the database.
 com.liferay.portal.kernel.model.UserGroup deleteUserGroup(com.liferay.portal.kernel.model.UserGroup userGroup)
          Deletes the user group from the database.
 void deleteUserUserGroup(long userId, long userGroupId)
           
 void deleteUserUserGroup(long userId, com.liferay.portal.kernel.model.UserGroup userGroup)
           
 void deleteUserUserGroups(long userId, List<com.liferay.portal.kernel.model.UserGroup> UserGroups)
           
 void deleteUserUserGroups(long userId, long[] userGroupIds)
           
 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.UserGroup fetchUserGroup(long userGroupId)
           
 com.liferay.portal.kernel.model.UserGroup fetchUserGroupByUuidAndCompanyId(String uuid, long companyId)
          Returns the user group with the matching UUID and company.
 com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
           
 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.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.ExportImportLocalService getExportImportLocalService()
          Returns the export import 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.
 long[] getGroupPrimaryKeys(long userGroupId)
          Returns the groupIds of the groups associated with the user group.
 List<com.liferay.portal.kernel.model.UserGroup> getGroupUserGroups(long groupId)
           
 List<com.liferay.portal.kernel.model.UserGroup> getGroupUserGroups(long groupId, int start, int end)
           
 List<com.liferay.portal.kernel.model.UserGroup> getGroupUserGroups(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator)
           
 int getGroupUserGroupsCount(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.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.
 long[] getTeamPrimaryKeys(long userGroupId)
          Returns the teamIds of the teams associated with the user group.
 List<com.liferay.portal.kernel.model.UserGroup> getTeamUserGroups(long teamId)
           
 List<com.liferay.portal.kernel.model.UserGroup> getTeamUserGroups(long teamId, int start, int end)
           
 List<com.liferay.portal.kernel.model.UserGroup> getTeamUserGroups(long teamId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator)
           
 int getTeamUserGroupsCount(long teamId)
           
 com.liferay.portal.kernel.service.persistence.UserFinder getUserFinder()
          Returns the user finder.
 com.liferay.portal.kernel.model.UserGroup getUserGroup(long userGroupId)
          Returns the user group with the primary key.
 com.liferay.portal.kernel.model.UserGroup getUserGroupByUuidAndCompanyId(String uuid, long companyId)
          Returns the user group with the matching UUID and company.
 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.UserGroupLocalService getUserGroupLocalService()
          Returns the user group local service.
 com.liferay.portal.kernel.service.persistence.UserGroupPersistence getUserGroupPersistence()
          Returns the user group persistence.
 List<com.liferay.portal.kernel.model.UserGroup> getUserGroups(int start, int end)
          Returns a range of all the user groups.
 int getUserGroupsCount()
          Returns the number of user groups.
 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 userGroupId)
          Returns the userIds of the users associated with the user group.
 List<com.liferay.portal.kernel.model.UserGroup> getUserUserGroups(long userId)
           
 List<com.liferay.portal.kernel.model.UserGroup> getUserUserGroups(long userId, int start, int end)
           
 List<com.liferay.portal.kernel.model.UserGroup> getUserUserGroups(long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator)
           
 int getUserUserGroupsCount(long userId)
           
 boolean hasGroupUserGroup(long groupId, long userGroupId)
           
 boolean hasGroupUserGroups(long groupId)
           
 boolean hasTeamUserGroup(long teamId, long userGroupId)
           
 boolean hasTeamUserGroups(long teamId)
           
 boolean hasUserUserGroup(long userId, long userGroupId)
           
 boolean hasUserUserGroups(long userId)
           
protected  void initActionableDynamicQuery(com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery actionableDynamicQuery)
           
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 setExportImportLocalService(com.liferay.exportimport.kernel.service.ExportImportLocalService exportImportLocalService)
          Sets the export import 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 setGroupUserGroups(long groupId, long[] userGroupIds)
           
 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 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 setTeamUserGroups(long teamId, long[] userGroupIds)
           
 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 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 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 setUserUserGroups(long userId, long[] userGroupIds)
           
 com.liferay.portal.kernel.model.UserGroup updateUserGroup(com.liferay.portal.kernel.model.UserGroup userGroup)
          Updates the user group in the database or adds it if it does not yet exist.
 
Methods inherited from class com.liferay.portal.kernel.service.BaseLocalServiceImpl
getClassLoader, getLocalizationMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.kernel.service.UserGroupLocalService
addUserGroup, addUserGroup, copyUserGroupLayouts, copyUserGroupLayouts, copyUserGroupLayouts, deleteUserGroups, fetchUserGroup, getGroupUserUserGroups, getUserGroup, getUserGroups, getUserGroups, search, search, search, search, searchCount, searchCount, searchUserGroups, searchUserGroups, unsetGroupUserGroups, unsetTeamUserGroups, updateUserGroup, updateUserGroup
 

Field Detail

userGroupLocalService

@BeanReference(type=com.liferay.portal.kernel.service.UserGroupLocalService.class)
protected com.liferay.portal.kernel.service.UserGroupLocalService userGroupLocalService

userGroupPersistence

@BeanReference(type=com.liferay.portal.kernel.service.persistence.UserGroupPersistence.class)
protected com.liferay.portal.kernel.service.persistence.UserGroupPersistence userGroupPersistence

userGroupFinder

@BeanReference(type=com.liferay.portal.kernel.service.persistence.UserGroupFinder.class)
protected com.liferay.portal.kernel.service.persistence.UserGroupFinder userGroupFinder

counterLocalService

@BeanReference(type=com.liferay.counter.kernel.service.CounterLocalService.class)
protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService

groupLocalService

@BeanReference(type=com.liferay.portal.kernel.service.GroupLocalService.class)
protected com.liferay.portal.kernel.service.GroupLocalService groupLocalService

groupPersistence

@BeanReference(type=com.liferay.portal.kernel.service.persistence.GroupPersistence.class)
protected com.liferay.portal.kernel.service.persistence.GroupPersistence groupPersistence

groupFinder

@BeanReference(type=com.liferay.portal.kernel.service.persistence.GroupFinder.class)
protected com.liferay.portal.kernel.service.persistence.GroupFinder groupFinder

layoutLocalService

@BeanReference(type=com.liferay.portal.kernel.service.LayoutLocalService.class)
protected com.liferay.portal.kernel.service.LayoutLocalService layoutLocalService

layoutPersistence

@BeanReference(type=com.liferay.portal.kernel.service.persistence.LayoutPersistence.class)
protected com.liferay.portal.kernel.service.persistence.LayoutPersistence layoutPersistence

layoutFinder

@BeanReference(type=com.liferay.portal.kernel.service.persistence.LayoutFinder.class)
protected com.liferay.portal.kernel.service.persistence.LayoutFinder layoutFinder

resourceLocalService

@BeanReference(type=com.liferay.portal.kernel.service.ResourceLocalService.class)
protected com.liferay.portal.kernel.service.ResourceLocalService resourceLocalService

teamLocalService

@BeanReference(type=com.liferay.portal.kernel.service.TeamLocalService.class)
protected com.liferay.portal.kernel.service.TeamLocalService teamLocalService

teamPersistence

@BeanReference(type=com.liferay.portal.kernel.service.persistence.TeamPersistence.class)
protected com.liferay.portal.kernel.service.persistence.TeamPersistence teamPersistence

teamFinder

@BeanReference(type=com.liferay.portal.kernel.service.persistence.TeamFinder.class)
protected com.liferay.portal.kernel.service.persistence.TeamFinder teamFinder

userLocalService

@BeanReference(type=com.liferay.portal.kernel.service.UserLocalService.class)
protected com.liferay.portal.kernel.service.UserLocalService userLocalService

userPersistence

@BeanReference(type=com.liferay.portal.kernel.service.persistence.UserPersistence.class)
protected com.liferay.portal.kernel.service.persistence.UserPersistence userPersistence

userFinder

@BeanReference(type=com.liferay.portal.kernel.service.persistence.UserFinder.class)
protected com.liferay.portal.kernel.service.persistence.UserFinder userFinder

expandoRowLocalService

@BeanReference(type=com.liferay.expando.kernel.service.ExpandoRowLocalService.class)
protected com.liferay.expando.kernel.service.ExpandoRowLocalService expandoRowLocalService

expandoRowPersistence

@BeanReference(type=com.liferay.expando.kernel.service.persistence.ExpandoRowPersistence.class)
protected com.liferay.expando.kernel.service.persistence.ExpandoRowPersistence expandoRowPersistence

exportImportLocalService

@BeanReference(type=com.liferay.exportimport.kernel.service.ExportImportLocalService.class)
protected com.liferay.exportimport.kernel.service.ExportImportLocalService exportImportLocalService

exportImportConfigurationLocalService

@BeanReference(type=com.liferay.exportimport.kernel.service.ExportImportConfigurationLocalService.class)
protected com.liferay.exportimport.kernel.service.ExportImportConfigurationLocalService exportImportConfigurationLocalService

exportImportConfigurationPersistence

@BeanReference(type=com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationPersistence.class)
protected com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationPersistence exportImportConfigurationPersistence

exportImportConfigurationFinder

@BeanReference(type=com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationFinder.class)
protected com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationFinder exportImportConfigurationFinder

userGroupGroupRoleLocalService

@BeanReference(type=com.liferay.portal.kernel.service.UserGroupGroupRoleLocalService.class)
protected com.liferay.portal.kernel.service.UserGroupGroupRoleLocalService userGroupGroupRoleLocalService

userGroupGroupRolePersistence

@BeanReference(type=com.liferay.portal.kernel.service.persistence.UserGroupGroupRolePersistence.class)
protected com.liferay.portal.kernel.service.persistence.UserGroupGroupRolePersistence userGroupGroupRolePersistence

userGroupGroupRoleFinder

@BeanReference(type=com.liferay.portal.kernel.service.persistence.UserGroupGroupRoleFinder.class)
protected com.liferay.portal.kernel.service.persistence.UserGroupGroupRoleFinder userGroupGroupRoleFinder

persistedModelLocalServiceRegistry

@BeanReference(type=com.liferay.portal.kernel.service.PersistedModelLocalServiceRegistry.class)
protected com.liferay.portal.kernel.service.PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry
Constructor Detail

UserGroupLocalServiceBaseImpl

public UserGroupLocalServiceBaseImpl()
Method Detail

addUserGroup

@Indexable(type=REINDEX)
public com.liferay.portal.kernel.model.UserGroup addUserGroup(com.liferay.portal.kernel.model.UserGroup userGroup)
Adds the user group to the database. Also notifies the appropriate model listeners.

Specified by:
addUserGroup in interface com.liferay.portal.kernel.service.UserGroupLocalService
Parameters:
userGroup - the user group
Returns:
the user group that was added

createUserGroup

public com.liferay.portal.kernel.model.UserGroup createUserGroup(long userGroupId)
Creates a new user group with the primary key. Does not add the user group to the database.

Specified by:
createUserGroup in interface com.liferay.portal.kernel.service.UserGroupLocalService
Parameters:
userGroupId - the primary key for the new user group
Returns:
the new user group

deleteUserGroup

@Indexable(type=DELETE)
public com.liferay.portal.kernel.model.UserGroup deleteUserGroup(long userGroupId)
                                                          throws com.liferay.portal.kernel.exception.PortalException
Deletes the user group with the primary key from the database. Also notifies the appropriate model listeners.

Specified by:
deleteUserGroup in interface com.liferay.portal.kernel.service.UserGroupLocalService
Parameters:
userGroupId - the primary key of the user group
Returns:
the user group that was removed
Throws:
com.liferay.portal.kernel.exception.PortalException - if a user group with the primary key could not be found

deleteUserGroup

@Indexable(type=DELETE)
public com.liferay.portal.kernel.model.UserGroup deleteUserGroup(com.liferay.portal.kernel.model.UserGroup userGroup)
                                                          throws com.liferay.portal.kernel.exception.PortalException
Deletes the user group from the database. Also notifies the appropriate model listeners.

Specified by:
deleteUserGroup in interface com.liferay.portal.kernel.service.UserGroupLocalService
Parameters:
userGroup - the user group
Returns:
the user group that was removed
Throws:
com.liferay.portal.kernel.exception.PortalException

dynamicQuery

public com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
Specified by:
dynamicQuery in interface com.liferay.portal.kernel.service.UserGroupLocalService

dynamicQuery

public <T> List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.

Specified by:
dynamicQuery in interface com.liferay.portal.kernel.service.UserGroupLocalService
Parameters:
dynamicQuery - the dynamic query
Returns:
the matching rows

dynamicQuery

public <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.

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 UserGroupModelImpl. 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.

Specified by:
dynamicQuery in interface com.liferay.portal.kernel.service.UserGroupLocalService
Parameters:
dynamicQuery - the dynamic query
start - the lower bound of the range of model instances
end - the upper bound of the range of model instances (not inclusive)
Returns:
the range of matching rows

dynamicQuery

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)
Performs a dynamic query on the database and returns an ordered range of the matching rows.

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 UserGroupModelImpl. 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.

Specified by:
dynamicQuery in interface com.liferay.portal.kernel.service.UserGroupLocalService
Parameters:
dynamicQuery - the dynamic query
start - the lower bound of the range of model instances
end - the upper bound of the range of model instances (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching rows

dynamicQueryCount

public long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.

Specified by:
dynamicQueryCount in interface com.liferay.portal.kernel.service.UserGroupLocalService
Parameters:
dynamicQuery - the dynamic query
Returns:
the number of rows matching the dynamic query

dynamicQueryCount

public 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.

Specified by:
dynamicQueryCount in interface com.liferay.portal.kernel.service.UserGroupLocalService
Parameters:
dynamicQuery - the dynamic query
projection - the projection to apply to the query
Returns:
the number of rows matching the dynamic query

fetchUserGroup

public com.liferay.portal.kernel.model.UserGroup fetchUserGroup(long userGroupId)
Specified by:
fetchUserGroup in interface com.liferay.portal.kernel.service.UserGroupLocalService

fetchUserGroupByUuidAndCompanyId

public com.liferay.portal.kernel.model.UserGroup fetchUserGroupByUuidAndCompanyId(String uuid,
                                                                                  long companyId)
Returns the user group with the matching UUID and company.

Specified by:
fetchUserGroupByUuidAndCompanyId in interface com.liferay.portal.kernel.service.UserGroupLocalService
Parameters:
uuid - the user group's UUID
companyId - the primary key of the company
Returns:
the matching user group, or null if a matching user group could not be found

getUserGroup

public com.liferay.portal.kernel.model.UserGroup getUserGroup(long userGroupId)
                                                       throws com.liferay.portal.kernel.exception.PortalException
Returns the user group with the primary key.

Specified by:
getUserGroup in interface com.liferay.portal.kernel.service.UserGroupLocalService
Parameters:
userGroupId - the primary key of the user group
Returns:
the user group
Throws:
com.liferay.portal.kernel.exception.PortalException - if a user group with the primary key could not be found

getActionableDynamicQuery

public com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
Specified by:
getActionableDynamicQuery in interface com.liferay.portal.kernel.service.UserGroupLocalService

getIndexableActionableDynamicQuery

public com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
Specified by:
getIndexableActionableDynamicQuery in interface com.liferay.portal.kernel.service.UserGroupLocalService

initActionableDynamicQuery

protected void initActionableDynamicQuery(com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery actionableDynamicQuery)

getExportActionableDynamicQuery

public com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext)
Specified by:
getExportActionableDynamicQuery in interface com.liferay.portal.kernel.service.UserGroupLocalService

deletePersistedModel

public com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel)
                                                                    throws com.liferay.portal.kernel.exception.PortalException
Specified by:
deletePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalService
Specified by:
deletePersistedModel in interface com.liferay.portal.kernel.service.UserGroupLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException

getPersistedModel

public com.liferay.portal.kernel.model.PersistedModel getPersistedModel(Serializable primaryKeyObj)
                                                                 throws com.liferay.portal.kernel.exception.PortalException
Specified by:
getPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalService
Specified by:
getPersistedModel in interface com.liferay.portal.kernel.service.UserGroupLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException

getUserGroupByUuidAndCompanyId

public com.liferay.portal.kernel.model.UserGroup getUserGroupByUuidAndCompanyId(String uuid,
                                                                                long companyId)
                                                                         throws com.liferay.portal.kernel.exception.PortalException
Returns the user group with the matching UUID and company.

Specified by:
getUserGroupByUuidAndCompanyId in interface com.liferay.portal.kernel.service.UserGroupLocalService
Parameters:
uuid - the user group's UUID
companyId - the primary key of the company
Returns:
the matching user group
Throws:
com.liferay.portal.kernel.exception.PortalException - if a matching user group could not be found

getUserGroups

public List<com.liferay.portal.kernel.model.UserGroup> getUserGroups(int start,
                                                                     int end)
Returns a range of all the user groups.

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 UserGroupModelImpl. 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.

Specified by:
getUserGroups in interface com.liferay.portal.kernel.service.UserGroupLocalService
Parameters:
start - the lower bound of the range of user groups
end - the upper bound of the range of user groups (not inclusive)
Returns:
the range of user groups

getUserGroupsCount

public int getUserGroupsCount()
Returns the number of user groups.

Specified by:
getUserGroupsCount in interface com.liferay.portal.kernel.service.UserGroupLocalService
Returns:
the number of user groups

updateUserGroup

@Indexable(type=REINDEX)
public com.liferay.portal.kernel.model.UserGroup updateUserGroup(com.liferay.portal.kernel.model.UserGroup userGroup)
Updates the user group in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.

Specified by:
updateUserGroup in interface com.liferay.portal.kernel.service.UserGroupLocalService
Parameters:
userGroup - the user group
Returns:
the user group that was updated

addGroupUserGroup

public void addGroupUserGroup(long groupId,
                              long userGroupId)
Specified by:
addGroupUserGroup in interface com.liferay.portal.kernel.service.UserGroupLocalService

addGroupUserGroup

public void addGroupUserGroup(long groupId,
                              com.liferay.portal.kernel.model.UserGroup userGroup)
Specified by:
addGroupUserGroup in interface com.liferay.portal.kernel.service.UserGroupLocalService

addGroupUserGroups

public void addGroupUserGroups(long groupId,
                               long[] userGroupIds)
Specified by:
addGroupUserGroups in interface com.liferay.portal.kernel.service.UserGroupLocalService

addGroupUserGroups

public void addGroupUserGroups(long groupId,
                               List<com.liferay.portal.kernel.model.UserGroup> UserGroups)
Specified by:
addGroupUserGroups in interface com.liferay.portal.kernel.service.UserGroupLocalService

clearGroupUserGroups

public void clearGroupUserGroups(long groupId)
Specified by:
clearGroupUserGroups in interface com.liferay.portal.kernel.service.UserGroupLocalService

deleteGroupUserGroup

public void deleteGroupUserGroup(long groupId,
                                 long userGroupId)
Specified by:
deleteGroupUserGroup in interface com.liferay.portal.kernel.service.UserGroupLocalService

deleteGroupUserGroup

public void deleteGroupUserGroup(long groupId,
                                 com.liferay.portal.kernel.model.UserGroup userGroup)
Specified by:
deleteGroupUserGroup in interface com.liferay.portal.kernel.service.UserGroupLocalService

deleteGroupUserGroups

public void deleteGroupUserGroups(long groupId,
                                  long[] userGroupIds)
Specified by:
deleteGroupUserGroups in interface com.liferay.portal.kernel.service.UserGroupLocalService

deleteGroupUserGroups

public void deleteGroupUserGroups(long groupId,
                                  List<com.liferay.portal.kernel.model.UserGroup> UserGroups)
Specified by:
deleteGroupUserGroups in interface com.liferay.portal.kernel.service.UserGroupLocalService

getGroupPrimaryKeys

public long[] getGroupPrimaryKeys(long userGroupId)
Returns the groupIds of the groups associated with the user group.

Specified by:
getGroupPrimaryKeys in interface com.liferay.portal.kernel.service.UserGroupLocalService
Parameters:
userGroupId - the userGroupId of the user group
Returns:
long[] the groupIds of groups associated with the user group

getGroupUserGroups

public List<com.liferay.portal.kernel.model.UserGroup> getGroupUserGroups(long groupId)
Specified by:
getGroupUserGroups in interface com.liferay.portal.kernel.service.UserGroupLocalService

getGroupUserGroups

public List<com.liferay.portal.kernel.model.UserGroup> getGroupUserGroups(long groupId,
                                                                          int start,
                                                                          int end)
Specified by:
getGroupUserGroups in interface com.liferay.portal.kernel.service.UserGroupLocalService

getGroupUserGroups

public List<com.liferay.portal.kernel.model.UserGroup> getGroupUserGroups(long groupId,
                                                                          int start,
                                                                          int end,
                                                                          com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator)
Specified by:
getGroupUserGroups in interface com.liferay.portal.kernel.service.UserGroupLocalService

getGroupUserGroupsCount

public int getGroupUserGroupsCount(long groupId)
Specified by:
getGroupUserGroupsCount in interface com.liferay.portal.kernel.service.UserGroupLocalService

hasGroupUserGroup

public boolean hasGroupUserGroup(long groupId,
                                 long userGroupId)
Specified by:
hasGroupUserGroup in interface com.liferay.portal.kernel.service.UserGroupLocalService

hasGroupUserGroups

public boolean hasGroupUserGroups(long groupId)
Specified by:
hasGroupUserGroups in interface com.liferay.portal.kernel.service.UserGroupLocalService

setGroupUserGroups

public void setGroupUserGroups(long groupId,
                               long[] userGroupIds)
Specified by:
setGroupUserGroups in interface com.liferay.portal.kernel.service.UserGroupLocalService

addTeamUserGroup

public void addTeamUserGroup(long teamId,
                             long userGroupId)
Specified by:
addTeamUserGroup in interface com.liferay.portal.kernel.service.UserGroupLocalService

addTeamUserGroup

public void addTeamUserGroup(long teamId,
                             com.liferay.portal.kernel.model.UserGroup userGroup)
Specified by:
addTeamUserGroup in interface com.liferay.portal.kernel.service.UserGroupLocalService

addTeamUserGroups

public void addTeamUserGroups(long teamId,
                              long[] userGroupIds)
Specified by:
addTeamUserGroups in interface com.liferay.portal.kernel.service.UserGroupLocalService

addTeamUserGroups

public void addTeamUserGroups(long teamId,
                              List<com.liferay.portal.kernel.model.UserGroup> UserGroups)
Specified by:
addTeamUserGroups in interface com.liferay.portal.kernel.service.UserGroupLocalService

clearTeamUserGroups

public void clearTeamUserGroups(long teamId)
Specified by:
clearTeamUserGroups in interface com.liferay.portal.kernel.service.UserGroupLocalService

deleteTeamUserGroup

public void deleteTeamUserGroup(long teamId,
                                long userGroupId)
Specified by:
deleteTeamUserGroup in interface com.liferay.portal.kernel.service.UserGroupLocalService

deleteTeamUserGroup

public void deleteTeamUserGroup(long teamId,
                                com.liferay.portal.kernel.model.UserGroup userGroup)
Specified by:
deleteTeamUserGroup in interface com.liferay.portal.kernel.service.UserGroupLocalService

deleteTeamUserGroups

public void deleteTeamUserGroups(long teamId,
                                 long[] userGroupIds)
Specified by:
deleteTeamUserGroups in interface com.liferay.portal.kernel.service.UserGroupLocalService

deleteTeamUserGroups

public void deleteTeamUserGroups(long teamId,
                                 List<com.liferay.portal.kernel.model.UserGroup> UserGroups)
Specified by:
deleteTeamUserGroups in interface com.liferay.portal.kernel.service.UserGroupLocalService

getTeamPrimaryKeys

public long[] getTeamPrimaryKeys(long userGroupId)
Returns the teamIds of the teams associated with the user group.

Specified by:
getTeamPrimaryKeys in interface com.liferay.portal.kernel.service.UserGroupLocalService
Parameters:
userGroupId - the userGroupId of the user group
Returns:
long[] the teamIds of teams associated with the user group

getTeamUserGroups

public List<com.liferay.portal.kernel.model.UserGroup> getTeamUserGroups(long teamId)
Specified by:
getTeamUserGroups in interface com.liferay.portal.kernel.service.UserGroupLocalService

getTeamUserGroups

public List<com.liferay.portal.kernel.model.UserGroup> getTeamUserGroups(long teamId,
                                                                         int start,
                                                                         int end)
Specified by:
getTeamUserGroups in interface com.liferay.portal.kernel.service.UserGroupLocalService

getTeamUserGroups

public List<com.liferay.portal.kernel.model.UserGroup> getTeamUserGroups(long teamId,
                                                                         int start,
                                                                         int end,
                                                                         com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator)
Specified by:
getTeamUserGroups in interface com.liferay.portal.kernel.service.UserGroupLocalService

getTeamUserGroupsCount

public int getTeamUserGroupsCount(long teamId)
Specified by:
getTeamUserGroupsCount in interface com.liferay.portal.kernel.service.UserGroupLocalService

hasTeamUserGroup

public boolean hasTeamUserGroup(long teamId,
                                long userGroupId)
Specified by:
hasTeamUserGroup in interface com.liferay.portal.kernel.service.UserGroupLocalService

hasTeamUserGroups

public boolean hasTeamUserGroups(long teamId)
Specified by:
hasTeamUserGroups in interface com.liferay.portal.kernel.service.UserGroupLocalService

setTeamUserGroups

public void setTeamUserGroups(long teamId,
                              long[] userGroupIds)
Specified by:
setTeamUserGroups in interface com.liferay.portal.kernel.service.UserGroupLocalService

addUserUserGroup

public void addUserUserGroup(long userId,
                             long userGroupId)
Specified by:
addUserUserGroup in interface com.liferay.portal.kernel.service.UserGroupLocalService

addUserUserGroup

public void addUserUserGroup(long userId,
                             com.liferay.portal.kernel.model.UserGroup userGroup)
Specified by:
addUserUserGroup in interface com.liferay.portal.kernel.service.UserGroupLocalService

addUserUserGroups

public void addUserUserGroups(long userId,
                              long[] userGroupIds)
Specified by:
addUserUserGroups in interface com.liferay.portal.kernel.service.UserGroupLocalService

addUserUserGroups

public void addUserUserGroups(long userId,
                              List<com.liferay.portal.kernel.model.UserGroup> UserGroups)
Specified by:
addUserUserGroups in interface com.liferay.portal.kernel.service.UserGroupLocalService

clearUserUserGroups

public void clearUserUserGroups(long userId)
Specified by:
clearUserUserGroups in interface com.liferay.portal.kernel.service.UserGroupLocalService

deleteUserUserGroup

public void deleteUserUserGroup(long userId,
                                long userGroupId)
Specified by:
deleteUserUserGroup in interface com.liferay.portal.kernel.service.UserGroupLocalService

deleteUserUserGroup

public void deleteUserUserGroup(long userId,
                                com.liferay.portal.kernel.model.UserGroup userGroup)
Specified by:
deleteUserUserGroup in interface com.liferay.portal.kernel.service.UserGroupLocalService

deleteUserUserGroups

public void deleteUserUserGroups(long userId,
                                 long[] userGroupIds)
Specified by:
deleteUserUserGroups in interface com.liferay.portal.kernel.service.UserGroupLocalService

deleteUserUserGroups

public void deleteUserUserGroups(long userId,
                                 List<com.liferay.portal.kernel.model.UserGroup> UserGroups)
Specified by:
deleteUserUserGroups in interface com.liferay.portal.kernel.service.UserGroupLocalService

getUserPrimaryKeys

public long[] getUserPrimaryKeys(long userGroupId)
Returns the userIds of the users associated with the user group.

Specified by:
getUserPrimaryKeys in interface com.liferay.portal.kernel.service.UserGroupLocalService
Parameters:
userGroupId - the userGroupId of the user group
Returns:
long[] the userIds of users associated with the user group

getUserUserGroups

public List<com.liferay.portal.kernel.model.UserGroup> getUserUserGroups(long userId)
Specified by:
getUserUserGroups in interface com.liferay.portal.kernel.service.UserGroupLocalService

getUserUserGroups

public List<com.liferay.portal.kernel.model.UserGroup> getUserUserGroups(long userId,
                                                                         int start,
                                                                         int end)
Specified by:
getUserUserGroups in interface com.liferay.portal.kernel.service.UserGroupLocalService

getUserUserGroups

public List<com.liferay.portal.kernel.model.UserGroup> getUserUserGroups(long userId,
                                                                         int start,
                                                                         int end,
                                                                         com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator)
Specified by:
getUserUserGroups in interface com.liferay.portal.kernel.service.UserGroupLocalService

getUserUserGroupsCount

public int getUserUserGroupsCount(long userId)
Specified by:
getUserUserGroupsCount in interface com.liferay.portal.kernel.service.UserGroupLocalService

hasUserUserGroup

public boolean hasUserUserGroup(long userId,
                                long userGroupId)
Specified by:
hasUserUserGroup in interface com.liferay.portal.kernel.service.UserGroupLocalService

hasUserUserGroups

public boolean hasUserUserGroups(long userId)
Specified by:
hasUserUserGroups in interface com.liferay.portal.kernel.service.UserGroupLocalService

setUserUserGroups

public void setUserUserGroups(long userId,
                              long[] userGroupIds)
                       throws com.liferay.portal.kernel.exception.PortalException
Specified by:
setUserUserGroups in interface com.liferay.portal.kernel.service.UserGroupLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException

getUserGroupLocalService

public com.liferay.portal.kernel.service.UserGroupLocalService getUserGroupLocalService()
Returns the user group local service.

Returns:
the user group local service

setUserGroupLocalService

public void setUserGroupLocalService(com.liferay.portal.kernel.service.UserGroupLocalService userGroupLocalService)
Sets the user group local service.

Parameters:
userGroupLocalService - the user group local service

getUserGroupPersistence

public com.liferay.portal.kernel.service.persistence.UserGroupPersistence getUserGroupPersistence()
Returns the user group persistence.

Returns:
the user group persistence

setUserGroupPersistence

public void setUserGroupPersistence(com.liferay.portal.kernel.service.persistence.UserGroupPersistence userGroupPersistence)
Sets the user group persistence.

Parameters:
userGroupPersistence - the user group persistence

getUserGroupFinder

public com.liferay.portal.kernel.service.persistence.UserGroupFinder getUserGroupFinder()
Returns the user group finder.

Returns:
the user group finder

setUserGroupFinder

public void setUserGroupFinder(com.liferay.portal.kernel.service.persistence.UserGroupFinder userGroupFinder)
Sets the user group finder.

Parameters:
userGroupFinder - the user group finder

getCounterLocalService

public com.liferay.counter.kernel.service.CounterLocalService getCounterLocalService()
Returns the counter local service.

Returns:
the counter local service

setCounterLocalService

public void setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
Sets the counter local service.

Parameters:
counterLocalService - the counter local service

getGroupLocalService

public com.liferay.portal.kernel.service.GroupLocalService getGroupLocalService()
Returns the group local service.

Returns:
the group local service

setGroupLocalService

public void setGroupLocalService(com.liferay.portal.kernel.service.GroupLocalService groupLocalService)
Sets the group local service.

Parameters:
groupLocalService - the group local service

getGroupPersistence

public com.liferay.portal.kernel.service.persistence.GroupPersistence getGroupPersistence()
Returns the group persistence.

Returns:
the group persistence

setGroupPersistence

public void setGroupPersistence(com.liferay.portal.kernel.service.persistence.GroupPersistence groupPersistence)
Sets the group persistence.

Parameters:
groupPersistence - the group persistence

getGroupFinder

public com.liferay.portal.kernel.service.persistence.GroupFinder getGroupFinder()
Returns the group finder.

Returns:
the group finder

setGroupFinder

public void setGroupFinder(com.liferay.portal.kernel.service.persistence.GroupFinder groupFinder)
Sets the group finder.

Parameters:
groupFinder - the group finder

getLayoutLocalService

public com.liferay.portal.kernel.service.LayoutLocalService getLayoutLocalService()
Returns the layout local service.

Returns:
the layout local service

setLayoutLocalService

public void setLayoutLocalService(com.liferay.portal.kernel.service.LayoutLocalService layoutLocalService)
Sets the layout local service.

Parameters:
layoutLocalService - the layout local service

getLayoutPersistence

public com.liferay.portal.kernel.service.persistence.LayoutPersistence getLayoutPersistence()
Returns the layout persistence.

Returns:
the layout persistence

setLayoutPersistence

public void setLayoutPersistence(com.liferay.portal.kernel.service.persistence.LayoutPersistence layoutPersistence)
Sets the layout persistence.

Parameters:
layoutPersistence - the layout persistence

getLayoutFinder

public com.liferay.portal.kernel.service.persistence.LayoutFinder getLayoutFinder()
Returns the layout finder.

Returns:
the layout finder

setLayoutFinder

public void setLayoutFinder(com.liferay.portal.kernel.service.persistence.LayoutFinder layoutFinder)
Sets the layout finder.

Parameters:
layoutFinder - the layout finder

getResourceLocalService

public com.liferay.portal.kernel.service.ResourceLocalService getResourceLocalService()
Returns the resource local service.

Returns:
the resource local service

setResourceLocalService

public void setResourceLocalService(com.liferay.portal.kernel.service.ResourceLocalService resourceLocalService)
Sets the resource local service.

Parameters:
resourceLocalService - the resource local service

getTeamLocalService

public com.liferay.portal.kernel.service.TeamLocalService getTeamLocalService()
Returns the team local service.

Returns:
the team local service

setTeamLocalService

public void setTeamLocalService(com.liferay.portal.kernel.service.TeamLocalService teamLocalService)
Sets the team local service.

Parameters:
teamLocalService - the team local service

getTeamPersistence

public com.liferay.portal.kernel.service.persistence.TeamPersistence getTeamPersistence()
Returns the team persistence.

Returns:
the team persistence

setTeamPersistence

public void setTeamPersistence(com.liferay.portal.kernel.service.persistence.TeamPersistence teamPersistence)
Sets the team persistence.

Parameters:
teamPersistence - the team persistence

getTeamFinder

public com.liferay.portal.kernel.service.persistence.TeamFinder getTeamFinder()
Returns the team finder.

Returns:
the team finder

setTeamFinder

public void setTeamFinder(com.liferay.portal.kernel.service.persistence.TeamFinder teamFinder)
Sets the team finder.

Parameters:
teamFinder - the team finder

getUserLocalService

public com.liferay.portal.kernel.service.UserLocalService getUserLocalService()
Returns the user local service.

Returns:
the user local service

setUserLocalService

public void setUserLocalService(com.liferay.portal.kernel.service.UserLocalService userLocalService)
Sets the user local service.

Parameters:
userLocalService - the user local service

getUserPersistence

public com.liferay.portal.kernel.service.persistence.UserPersistence getUserPersistence()
Returns the user persistence.

Returns:
the user persistence

setUserPersistence

public void setUserPersistence(com.liferay.portal.kernel.service.persistence.UserPersistence userPersistence)
Sets the user persistence.

Parameters:
userPersistence - the user persistence

getUserFinder

public com.liferay.portal.kernel.service.persistence.UserFinder getUserFinder()
Returns the user finder.

Returns:
the user finder

setUserFinder

public void setUserFinder(com.liferay.portal.kernel.service.persistence.UserFinder userFinder)
Sets the user finder.

Parameters:
userFinder - the user finder

getExpandoRowLocalService

public com.liferay.expando.kernel.service.ExpandoRowLocalService getExpandoRowLocalService()
Returns the expando row local service.

Returns:
the expando row local service

setExpandoRowLocalService

public void setExpandoRowLocalService(com.liferay.expando.kernel.service.ExpandoRowLocalService expandoRowLocalService)
Sets the expando row local service.

Parameters:
expandoRowLocalService - the expando row local service

getExpandoRowPersistence

public com.liferay.expando.kernel.service.persistence.ExpandoRowPersistence getExpandoRowPersistence()
Returns the expando row persistence.

Returns:
the expando row persistence

setExpandoRowPersistence

public void setExpandoRowPersistence(com.liferay.expando.kernel.service.persistence.ExpandoRowPersistence expandoRowPersistence)
Sets the expando row persistence.

Parameters:
expandoRowPersistence - the expando row persistence

getExportImportLocalService

public com.liferay.exportimport.kernel.service.ExportImportLocalService getExportImportLocalService()
Returns the export import local service.

Returns:
the export import local service

setExportImportLocalService

public void setExportImportLocalService(com.liferay.exportimport.kernel.service.ExportImportLocalService exportImportLocalService)
Sets the export import local service.

Parameters:
exportImportLocalService - the export import local service

getExportImportConfigurationLocalService

public com.liferay.exportimport.kernel.service.ExportImportConfigurationLocalService getExportImportConfigurationLocalService()
Returns the export import configuration local service.

Returns:
the export import configuration local service

setExportImportConfigurationLocalService

public void setExportImportConfigurationLocalService(com.liferay.exportimport.kernel.service.ExportImportConfigurationLocalService exportImportConfigurationLocalService)
Sets the export import configuration local service.

Parameters:
exportImportConfigurationLocalService - the export import configuration local service

getExportImportConfigurationPersistence

public com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationPersistence getExportImportConfigurationPersistence()
Returns the export import configuration persistence.

Returns:
the export import configuration persistence

setExportImportConfigurationPersistence

public void setExportImportConfigurationPersistence(com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationPersistence exportImportConfigurationPersistence)
Sets the export import configuration persistence.

Parameters:
exportImportConfigurationPersistence - the export import configuration persistence

getExportImportConfigurationFinder

public com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationFinder getExportImportConfigurationFinder()
Returns the export import configuration finder.

Returns:
the export import configuration finder

setExportImportConfigurationFinder

public void setExportImportConfigurationFinder(com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationFinder exportImportConfigurationFinder)
Sets the export import configuration finder.

Parameters:
exportImportConfigurationFinder - the export import configuration finder

getUserGroupGroupRoleLocalService

public com.liferay.portal.kernel.service.UserGroupGroupRoleLocalService getUserGroupGroupRoleLocalService()
Returns the user group group role local service.

Returns:
the user group group role local service

setUserGroupGroupRoleLocalService

public void setUserGroupGroupRoleLocalService(com.liferay.portal.kernel.service.UserGroupGroupRoleLocalService userGroupGroupRoleLocalService)
Sets the user group group role local service.

Parameters:
userGroupGroupRoleLocalService - the user group group role local service

getUserGroupGroupRolePersistence

public com.liferay.portal.kernel.service.persistence.UserGroupGroupRolePersistence getUserGroupGroupRolePersistence()
Returns the user group group role persistence.

Returns:
the user group group role persistence

setUserGroupGroupRolePersistence

public void setUserGroupGroupRolePersistence(com.liferay.portal.kernel.service.persistence.UserGroupGroupRolePersistence userGroupGroupRolePersistence)
Sets the user group group role persistence.

Parameters:
userGroupGroupRolePersistence - the user group group role persistence

getUserGroupGroupRoleFinder

public com.liferay.portal.kernel.service.persistence.UserGroupGroupRoleFinder getUserGroupGroupRoleFinder()
Returns the user group group role finder.

Returns:
the user group group role finder

setUserGroupGroupRoleFinder

public void setUserGroupGroupRoleFinder(com.liferay.portal.kernel.service.persistence.UserGroupGroupRoleFinder userGroupGroupRoleFinder)
Sets the user group group role finder.

Parameters:
userGroupGroupRoleFinder - the user group group role finder

afterPropertiesSet

public void afterPropertiesSet()

destroy

public void destroy()

getOSGiServiceIdentifier

public String getOSGiServiceIdentifier()
Returns the OSGi service identifier.

Specified by:
getOSGiServiceIdentifier in interface com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
Specified by:
getOSGiServiceIdentifier in interface com.liferay.portal.kernel.service.UserGroupLocalService
Returns:
the OSGi service identifier

getModelClass

protected Class<?> getModelClass()

getModelClassName

protected String getModelClassName()

runSQL

protected void runSQL(String sql)
Performs a SQL query.

Parameters:
sql - the sql query

Liferay 7.0-ce-b7 portal-impl