|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.BaseLocalServiceImpl
com.liferay.portal.service.base.UserGroupLocalServiceBaseImpl
@ProviderType public abstract class UserGroupLocalServiceBaseImpl
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.
UserGroupLocalServiceImpl,
UserGroupLocalServiceUtil| Constructor Summary | |
|---|---|
UserGroupLocalServiceBaseImpl()
|
|
| Method Summary | ||
|---|---|---|
void |
addGroupUserGroup(long groupId,
long userGroupId)
|
|
void |
addGroupUserGroup(long groupId,
UserGroup userGroup)
|
|
void |
addGroupUserGroups(long groupId,
List<UserGroup> UserGroups)
|
|
void |
addGroupUserGroups(long groupId,
long[] userGroupIds)
|
|
void |
addTeamUserGroup(long teamId,
long userGroupId)
|
|
void |
addTeamUserGroup(long teamId,
UserGroup userGroup)
|
|
void |
addTeamUserGroups(long teamId,
List<UserGroup> UserGroups)
|
|
void |
addTeamUserGroups(long teamId,
long[] userGroupIds)
|
|
UserGroup |
addUserGroup(UserGroup userGroup)
Adds the user group to the database. |
|
void |
addUserUserGroup(long userId,
long userGroupId)
|
|
void |
addUserUserGroup(long userId,
UserGroup userGroup)
|
|
void |
addUserUserGroups(long userId,
List<UserGroup> UserGroups)
|
|
void |
addUserUserGroups(long userId,
long[] userGroupIds)
|
|
void |
afterPropertiesSet()
|
|
void |
clearGroupUserGroups(long groupId)
|
|
void |
clearTeamUserGroups(long teamId)
|
|
void |
clearUserUserGroups(long userId)
|
|
UserGroup |
createUserGroup(long userGroupId)
Creates a new user group with the primary key. |
|
void |
deleteGroupUserGroup(long groupId,
long userGroupId)
|
|
void |
deleteGroupUserGroup(long groupId,
UserGroup userGroup)
|
|
void |
deleteGroupUserGroups(long groupId,
List<UserGroup> UserGroups)
|
|
void |
deleteGroupUserGroups(long groupId,
long[] userGroupIds)
|
|
PersistedModel |
deletePersistedModel(PersistedModel persistedModel)
|
|
void |
deleteTeamUserGroup(long teamId,
long userGroupId)
|
|
void |
deleteTeamUserGroup(long teamId,
UserGroup userGroup)
|
|
void |
deleteTeamUserGroups(long teamId,
List<UserGroup> UserGroups)
|
|
void |
deleteTeamUserGroups(long teamId,
long[] userGroupIds)
|
|
UserGroup |
deleteUserGroup(long userGroupId)
Deletes the user group with the primary key from the database. |
|
UserGroup |
deleteUserGroup(UserGroup userGroup)
Deletes the user group from the database. |
|
void |
deleteUserUserGroup(long userId,
long userGroupId)
|
|
void |
deleteUserUserGroup(long userId,
UserGroup userGroup)
|
|
void |
deleteUserUserGroups(long userId,
List<UserGroup> UserGroups)
|
|
void |
deleteUserUserGroups(long userId,
long[] userGroupIds)
|
|
void |
destroy()
|
|
DynamicQuery |
dynamicQuery()
|
|
|
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
|
|
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
|
|
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query. |
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
Returns the number of rows matching the dynamic query. |
|
UserGroup |
fetchUserGroup(long userGroupId)
|
|
UserGroup |
fetchUserGroupByUuidAndCompanyId(String uuid,
long companyId)
Returns the user group with the matching UUID and company. |
|
ActionableDynamicQuery |
getActionableDynamicQuery()
|
|
CounterLocalService |
getCounterLocalService()
Returns the counter local service. |
|
ExpandoRowLocalService |
getExpandoRowLocalService()
Returns the expando row local service. |
|
ExpandoRowPersistence |
getExpandoRowPersistence()
Returns the expando row persistence. |
|
ExportActionableDynamicQuery |
getExportActionableDynamicQuery(PortletDataContext portletDataContext)
|
|
ExportImportConfigurationLocalService |
getExportImportConfigurationLocalService()
Returns the export import configuration local service. |
|
ExportImportConfigurationPersistence |
getExportImportConfigurationPersistence()
Returns the export import configuration persistence. |
|
ExportImportLocalService |
getExportImportLocalService()
Returns the export import local service. |
|
GroupFinder |
getGroupFinder()
Returns the group finder. |
|
GroupLocalService |
getGroupLocalService()
Returns the group local service. |
|
GroupPersistence |
getGroupPersistence()
Returns the group persistence. |
|
long[] |
getGroupPrimaryKeys(long userGroupId)
Returns the groupIds of the groups associated with the user group. |
|
List<UserGroup> |
getGroupUserGroups(long groupId)
|
|
List<UserGroup> |
getGroupUserGroups(long groupId,
int start,
int end)
|
|
List<UserGroup> |
getGroupUserGroups(long groupId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
|
|
int |
getGroupUserGroupsCount(long groupId)
|
|
IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery()
|
|
LayoutFinder |
getLayoutFinder()
Returns the layout finder. |
|
LayoutLocalService |
getLayoutLocalService()
Returns the layout local service. |
|
LayoutPersistence |
getLayoutPersistence()
Returns the layout persistence. |
|
protected Class<?> |
getModelClass()
|
|
protected String |
getModelClassName()
|
|
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier. |
|
PersistedModel |
getPersistedModel(Serializable primaryKeyObj)
|
|
ResourceLocalService |
getResourceLocalService()
Returns the resource local service. |
|
TeamFinder |
getTeamFinder()
Returns the team finder. |
|
TeamLocalService |
getTeamLocalService()
Returns the team local service. |
|
TeamPersistence |
getTeamPersistence()
Returns the team persistence. |
|
long[] |
getTeamPrimaryKeys(long userGroupId)
Returns the teamIds of the teams associated with the user group. |
|
List<UserGroup> |
getTeamUserGroups(long teamId)
|
|
List<UserGroup> |
getTeamUserGroups(long teamId,
int start,
int end)
|
|
List<UserGroup> |
getTeamUserGroups(long teamId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
|
|
int |
getTeamUserGroupsCount(long teamId)
|
|
UserFinder |
getUserFinder()
Returns the user finder. |
|
UserGroup |
getUserGroup(long userGroupId)
Returns the user group with the primary key. |
|
UserGroup |
getUserGroupByUuidAndCompanyId(String uuid,
long companyId)
Returns the user group with the matching UUID and company. |
|
UserGroupFinder |
getUserGroupFinder()
Returns the user group finder. |
|
UserGroupGroupRoleFinder |
getUserGroupGroupRoleFinder()
Returns the user group group role finder. |
|
UserGroupGroupRoleLocalService |
getUserGroupGroupRoleLocalService()
Returns the user group group role local service. |
|
UserGroupGroupRolePersistence |
getUserGroupGroupRolePersistence()
Returns the user group group role persistence. |
|
UserGroupLocalService |
getUserGroupLocalService()
Returns the user group local service. |
|
UserGroupPersistence |
getUserGroupPersistence()
Returns the user group persistence. |
|
List<UserGroup> |
getUserGroups(int start,
int end)
Returns a range of all the user groups. |
|
int |
getUserGroupsCount()
Returns the number of user groups. |
|
UserLocalService |
getUserLocalService()
Returns the user local service. |
|
UserPersistence |
getUserPersistence()
Returns the user persistence. |
|
long[] |
getUserPrimaryKeys(long userGroupId)
Returns the userIds of the users associated with the user group. |
|
List<UserGroup> |
getUserUserGroups(long userId)
|
|
List<UserGroup> |
getUserUserGroups(long userId,
int start,
int end)
|
|
List<UserGroup> |
getUserUserGroups(long userId,
int start,
int end,
OrderByComparator<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(ActionableDynamicQuery actionableDynamicQuery)
|
|
protected void |
runSQL(String sql)
Performs a SQL query. |
|
void |
setCounterLocalService(CounterLocalService counterLocalService)
Sets the counter local service. |
|
void |
setExpandoRowLocalService(ExpandoRowLocalService expandoRowLocalService)
Sets the expando row local service. |
|
void |
setExpandoRowPersistence(ExpandoRowPersistence expandoRowPersistence)
Sets the expando row persistence. |
|
void |
setExportImportConfigurationLocalService(ExportImportConfigurationLocalService exportImportConfigurationLocalService)
Sets the export import configuration local service. |
|
void |
setExportImportConfigurationPersistence(ExportImportConfigurationPersistence exportImportConfigurationPersistence)
Sets the export import configuration persistence. |
|
void |
setExportImportLocalService(ExportImportLocalService exportImportLocalService)
Sets the export import local service. |
|
void |
setGroupFinder(GroupFinder groupFinder)
Sets the group finder. |
|
void |
setGroupLocalService(GroupLocalService groupLocalService)
Sets the group local service. |
|
void |
setGroupPersistence(GroupPersistence groupPersistence)
Sets the group persistence. |
|
void |
setGroupUserGroups(long groupId,
long[] userGroupIds)
|
|
void |
setLayoutFinder(LayoutFinder layoutFinder)
Sets the layout finder. |
|
void |
setLayoutLocalService(LayoutLocalService layoutLocalService)
Sets the layout local service. |
|
void |
setLayoutPersistence(LayoutPersistence layoutPersistence)
Sets the layout persistence. |
|
void |
setResourceLocalService(ResourceLocalService resourceLocalService)
Sets the resource local service. |
|
void |
setTeamFinder(TeamFinder teamFinder)
Sets the team finder. |
|
void |
setTeamLocalService(TeamLocalService teamLocalService)
Sets the team local service. |
|
void |
setTeamPersistence(TeamPersistence teamPersistence)
Sets the team persistence. |
|
void |
setTeamUserGroups(long teamId,
long[] userGroupIds)
|
|
void |
setUserFinder(UserFinder userFinder)
Sets the user finder. |
|
void |
setUserGroupFinder(UserGroupFinder userGroupFinder)
Sets the user group finder. |
|
void |
setUserGroupGroupRoleFinder(UserGroupGroupRoleFinder userGroupGroupRoleFinder)
Sets the user group group role finder. |
|
void |
setUserGroupGroupRoleLocalService(UserGroupGroupRoleLocalService userGroupGroupRoleLocalService)
Sets the user group group role local service. |
|
void |
setUserGroupGroupRolePersistence(UserGroupGroupRolePersistence userGroupGroupRolePersistence)
Sets the user group group role persistence. |
|
void |
setUserGroupLocalService(UserGroupLocalService userGroupLocalService)
Sets the user group local service. |
|
void |
setUserGroupPersistence(UserGroupPersistence userGroupPersistence)
Sets the user group persistence. |
|
void |
setUserLocalService(UserLocalService userLocalService)
Sets the user local service. |
|
void |
setUserPersistence(UserPersistence userPersistence)
Sets the user persistence. |
|
void |
setUserUserGroups(long userId,
long[] userGroupIds)
|
|
UserGroup |
updateUserGroup(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.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.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 |
|---|
@BeanReference(type=UserGroupLocalService.class) protected UserGroupLocalService userGroupLocalService
@BeanReference(type=UserGroupPersistence.class) protected UserGroupPersistence userGroupPersistence
@BeanReference(type=UserGroupFinder.class) protected UserGroupFinder userGroupFinder
@BeanReference(type=CounterLocalService.class) protected CounterLocalService counterLocalService
@BeanReference(type=GroupLocalService.class) protected GroupLocalService groupLocalService
@BeanReference(type=GroupPersistence.class) protected GroupPersistence groupPersistence
@BeanReference(type=GroupFinder.class) protected GroupFinder groupFinder
@BeanReference(type=LayoutLocalService.class) protected LayoutLocalService layoutLocalService
@BeanReference(type=LayoutPersistence.class) protected LayoutPersistence layoutPersistence
@BeanReference(type=LayoutFinder.class) protected LayoutFinder layoutFinder
@BeanReference(type=ResourceLocalService.class) protected ResourceLocalService resourceLocalService
@BeanReference(type=TeamLocalService.class) protected TeamLocalService teamLocalService
@BeanReference(type=TeamPersistence.class) protected TeamPersistence teamPersistence
@BeanReference(type=TeamFinder.class) protected TeamFinder teamFinder
@BeanReference(type=UserLocalService.class) protected UserLocalService userLocalService
@BeanReference(type=UserPersistence.class) protected UserPersistence userPersistence
@BeanReference(type=UserFinder.class) protected UserFinder userFinder
@BeanReference(type=ExpandoRowLocalService.class) protected ExpandoRowLocalService expandoRowLocalService
@BeanReference(type=ExpandoRowPersistence.class) protected ExpandoRowPersistence expandoRowPersistence
@BeanReference(type=ExportImportLocalService.class) protected ExportImportLocalService exportImportLocalService
@BeanReference(type=ExportImportConfigurationLocalService.class) protected ExportImportConfigurationLocalService exportImportConfigurationLocalService
@BeanReference(type=ExportImportConfigurationPersistence.class) protected ExportImportConfigurationPersistence exportImportConfigurationPersistence
@BeanReference(type=UserGroupGroupRoleLocalService.class) protected UserGroupGroupRoleLocalService userGroupGroupRoleLocalService
@BeanReference(type=UserGroupGroupRolePersistence.class) protected UserGroupGroupRolePersistence userGroupGroupRolePersistence
@BeanReference(type=UserGroupGroupRoleFinder.class) protected UserGroupGroupRoleFinder userGroupGroupRoleFinder
@BeanReference(type=PersistedModelLocalServiceRegistry.class) protected PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry
| Constructor Detail |
|---|
public UserGroupLocalServiceBaseImpl()
| Method Detail |
|---|
@Indexable(type=REINDEX) public UserGroup addUserGroup(UserGroup userGroup)
addUserGroup in interface UserGroupLocalServiceuserGroup - the user group
public UserGroup createUserGroup(long userGroupId)
createUserGroup in interface UserGroupLocalServiceuserGroupId - the primary key for the new user group
@Indexable(type=DELETE)
public UserGroup deleteUserGroup(long userGroupId)
throws PortalException
deleteUserGroup in interface UserGroupLocalServiceuserGroupId - the primary key of the user group
PortalException - if a user group with the primary key could not be found
@Indexable(type=DELETE)
public UserGroup deleteUserGroup(UserGroup userGroup)
throws PortalException
deleteUserGroup in interface UserGroupLocalServiceuserGroup - the user group
PortalExceptionpublic DynamicQuery dynamicQuery()
dynamicQuery in interface UserGroupLocalServicepublic <T> List<T> dynamicQuery(DynamicQuery dynamicQuery)
dynamicQuery in interface UserGroupLocalServicedynamicQuery - the dynamic query
public <T> List<T> dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from 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.
dynamicQuery in interface UserGroupLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)
public <T> List<T> dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from 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.
dynamicQuery in interface UserGroupLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public long dynamicQueryCount(DynamicQuery dynamicQuery)
dynamicQueryCount in interface UserGroupLocalServicedynamicQuery - the dynamic query
public long dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
dynamicQueryCount in interface UserGroupLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the query
public UserGroup fetchUserGroup(long userGroupId)
fetchUserGroup in interface UserGroupLocalService
public UserGroup fetchUserGroupByUuidAndCompanyId(String uuid,
long companyId)
fetchUserGroupByUuidAndCompanyId in interface UserGroupLocalServiceuuid - the user group's UUIDcompanyId - the primary key of the company
null if a matching user group could not be found
public UserGroup getUserGroup(long userGroupId)
throws PortalException
getUserGroup in interface UserGroupLocalServiceuserGroupId - the primary key of the user group
PortalException - if a user group with the primary key could not be foundpublic ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface UserGroupLocalServicepublic IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface UserGroupLocalServiceprotected void initActionableDynamicQuery(ActionableDynamicQuery actionableDynamicQuery)
public ExportActionableDynamicQuery getExportActionableDynamicQuery(PortletDataContext portletDataContext)
getExportActionableDynamicQuery in interface UserGroupLocalService
public PersistedModel deletePersistedModel(PersistedModel persistedModel)
throws PortalException
deletePersistedModel in interface PersistedModelLocalServicedeletePersistedModel in interface UserGroupLocalServicePortalException
public PersistedModel getPersistedModel(Serializable primaryKeyObj)
throws PortalException
getPersistedModel in interface PersistedModelLocalServicegetPersistedModel in interface UserGroupLocalServicePortalException
public UserGroup getUserGroupByUuidAndCompanyId(String uuid,
long companyId)
throws PortalException
getUserGroupByUuidAndCompanyId in interface UserGroupLocalServiceuuid - the user group's UUIDcompanyId - the primary key of the company
PortalException - if a matching user group could not be found
public List<UserGroup> getUserGroups(int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from 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.
getUserGroups in interface UserGroupLocalServicestart - the lower bound of the range of user groupsend - the upper bound of the range of user groups (not inclusive)
public int getUserGroupsCount()
getUserGroupsCount in interface UserGroupLocalService@Indexable(type=REINDEX) public UserGroup updateUserGroup(UserGroup userGroup)
updateUserGroup in interface UserGroupLocalServiceuserGroup - the user group
public void addGroupUserGroup(long groupId,
long userGroupId)
addGroupUserGroup in interface UserGroupLocalService
public void addGroupUserGroup(long groupId,
UserGroup userGroup)
addGroupUserGroup in interface UserGroupLocalService
public void addGroupUserGroups(long groupId,
long[] userGroupIds)
addGroupUserGroups in interface UserGroupLocalService
public void addGroupUserGroups(long groupId,
List<UserGroup> UserGroups)
addGroupUserGroups in interface UserGroupLocalServicepublic void clearGroupUserGroups(long groupId)
clearGroupUserGroups in interface UserGroupLocalService
public void deleteGroupUserGroup(long groupId,
long userGroupId)
deleteGroupUserGroup in interface UserGroupLocalService
public void deleteGroupUserGroup(long groupId,
UserGroup userGroup)
deleteGroupUserGroup in interface UserGroupLocalService
public void deleteGroupUserGroups(long groupId,
long[] userGroupIds)
deleteGroupUserGroups in interface UserGroupLocalService
public void deleteGroupUserGroups(long groupId,
List<UserGroup> UserGroups)
deleteGroupUserGroups in interface UserGroupLocalServicepublic long[] getGroupPrimaryKeys(long userGroupId)
getGroupPrimaryKeys in interface UserGroupLocalServiceuserGroupId - the userGroupId of the user group
public List<UserGroup> getGroupUserGroups(long groupId)
getGroupUserGroups in interface UserGroupLocalService
public List<UserGroup> getGroupUserGroups(long groupId,
int start,
int end)
getGroupUserGroups in interface UserGroupLocalService
public List<UserGroup> getGroupUserGroups(long groupId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
getGroupUserGroups in interface UserGroupLocalServicepublic int getGroupUserGroupsCount(long groupId)
getGroupUserGroupsCount in interface UserGroupLocalService
public boolean hasGroupUserGroup(long groupId,
long userGroupId)
hasGroupUserGroup in interface UserGroupLocalServicepublic boolean hasGroupUserGroups(long groupId)
hasGroupUserGroups in interface UserGroupLocalService
public void setGroupUserGroups(long groupId,
long[] userGroupIds)
setGroupUserGroups in interface UserGroupLocalService
public void addTeamUserGroup(long teamId,
long userGroupId)
addTeamUserGroup in interface UserGroupLocalService
public void addTeamUserGroup(long teamId,
UserGroup userGroup)
addTeamUserGroup in interface UserGroupLocalService
public void addTeamUserGroups(long teamId,
long[] userGroupIds)
addTeamUserGroups in interface UserGroupLocalService
public void addTeamUserGroups(long teamId,
List<UserGroup> UserGroups)
addTeamUserGroups in interface UserGroupLocalServicepublic void clearTeamUserGroups(long teamId)
clearTeamUserGroups in interface UserGroupLocalService
public void deleteTeamUserGroup(long teamId,
long userGroupId)
deleteTeamUserGroup in interface UserGroupLocalService
public void deleteTeamUserGroup(long teamId,
UserGroup userGroup)
deleteTeamUserGroup in interface UserGroupLocalService
public void deleteTeamUserGroups(long teamId,
long[] userGroupIds)
deleteTeamUserGroups in interface UserGroupLocalService
public void deleteTeamUserGroups(long teamId,
List<UserGroup> UserGroups)
deleteTeamUserGroups in interface UserGroupLocalServicepublic long[] getTeamPrimaryKeys(long userGroupId)
getTeamPrimaryKeys in interface UserGroupLocalServiceuserGroupId - the userGroupId of the user group
public List<UserGroup> getTeamUserGroups(long teamId)
getTeamUserGroups in interface UserGroupLocalService
public List<UserGroup> getTeamUserGroups(long teamId,
int start,
int end)
getTeamUserGroups in interface UserGroupLocalService
public List<UserGroup> getTeamUserGroups(long teamId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
getTeamUserGroups in interface UserGroupLocalServicepublic int getTeamUserGroupsCount(long teamId)
getTeamUserGroupsCount in interface UserGroupLocalService
public boolean hasTeamUserGroup(long teamId,
long userGroupId)
hasTeamUserGroup in interface UserGroupLocalServicepublic boolean hasTeamUserGroups(long teamId)
hasTeamUserGroups in interface UserGroupLocalService
public void setTeamUserGroups(long teamId,
long[] userGroupIds)
setTeamUserGroups in interface UserGroupLocalService
public void addUserUserGroup(long userId,
long userGroupId)
addUserUserGroup in interface UserGroupLocalService
public void addUserUserGroup(long userId,
UserGroup userGroup)
addUserUserGroup in interface UserGroupLocalService
public void addUserUserGroups(long userId,
long[] userGroupIds)
addUserUserGroups in interface UserGroupLocalService
public void addUserUserGroups(long userId,
List<UserGroup> UserGroups)
addUserUserGroups in interface UserGroupLocalServicepublic void clearUserUserGroups(long userId)
clearUserUserGroups in interface UserGroupLocalService
public void deleteUserUserGroup(long userId,
long userGroupId)
deleteUserUserGroup in interface UserGroupLocalService
public void deleteUserUserGroup(long userId,
UserGroup userGroup)
deleteUserUserGroup in interface UserGroupLocalService
public void deleteUserUserGroups(long userId,
long[] userGroupIds)
deleteUserUserGroups in interface UserGroupLocalService
public void deleteUserUserGroups(long userId,
List<UserGroup> UserGroups)
deleteUserUserGroups in interface UserGroupLocalServicepublic long[] getUserPrimaryKeys(long userGroupId)
getUserPrimaryKeys in interface UserGroupLocalServiceuserGroupId - the userGroupId of the user group
public List<UserGroup> getUserUserGroups(long userId)
getUserUserGroups in interface UserGroupLocalService
public List<UserGroup> getUserUserGroups(long userId,
int start,
int end)
getUserUserGroups in interface UserGroupLocalService
public List<UserGroup> getUserUserGroups(long userId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
getUserUserGroups in interface UserGroupLocalServicepublic int getUserUserGroupsCount(long userId)
getUserUserGroupsCount in interface UserGroupLocalService
public boolean hasUserUserGroup(long userId,
long userGroupId)
hasUserUserGroup in interface UserGroupLocalServicepublic boolean hasUserUserGroups(long userId)
hasUserUserGroups in interface UserGroupLocalService
public void setUserUserGroups(long userId,
long[] userGroupIds)
throws PortalException
setUserUserGroups in interface UserGroupLocalServicePortalExceptionpublic UserGroupLocalService getUserGroupLocalService()
public void setUserGroupLocalService(UserGroupLocalService userGroupLocalService)
userGroupLocalService - the user group local servicepublic UserGroupPersistence getUserGroupPersistence()
public void setUserGroupPersistence(UserGroupPersistence userGroupPersistence)
userGroupPersistence - the user group persistencepublic UserGroupFinder getUserGroupFinder()
public void setUserGroupFinder(UserGroupFinder userGroupFinder)
userGroupFinder - the user group finderpublic CounterLocalService getCounterLocalService()
public void setCounterLocalService(CounterLocalService counterLocalService)
counterLocalService - the counter local servicepublic GroupLocalService getGroupLocalService()
public void setGroupLocalService(GroupLocalService groupLocalService)
groupLocalService - the group local servicepublic GroupPersistence getGroupPersistence()
public void setGroupPersistence(GroupPersistence groupPersistence)
groupPersistence - the group persistencepublic GroupFinder getGroupFinder()
public void setGroupFinder(GroupFinder groupFinder)
groupFinder - the group finderpublic LayoutLocalService getLayoutLocalService()
public void setLayoutLocalService(LayoutLocalService layoutLocalService)
layoutLocalService - the layout local servicepublic LayoutPersistence getLayoutPersistence()
public void setLayoutPersistence(LayoutPersistence layoutPersistence)
layoutPersistence - the layout persistencepublic LayoutFinder getLayoutFinder()
public void setLayoutFinder(LayoutFinder layoutFinder)
layoutFinder - the layout finderpublic ResourceLocalService getResourceLocalService()
public void setResourceLocalService(ResourceLocalService resourceLocalService)
resourceLocalService - the resource local servicepublic TeamLocalService getTeamLocalService()
public void setTeamLocalService(TeamLocalService teamLocalService)
teamLocalService - the team local servicepublic TeamPersistence getTeamPersistence()
public void setTeamPersistence(TeamPersistence teamPersistence)
teamPersistence - the team persistencepublic TeamFinder getTeamFinder()
public void setTeamFinder(TeamFinder teamFinder)
teamFinder - the team finderpublic UserLocalService getUserLocalService()
public void setUserLocalService(UserLocalService userLocalService)
userLocalService - the user local servicepublic UserPersistence getUserPersistence()
public void setUserPersistence(UserPersistence userPersistence)
userPersistence - the user persistencepublic UserFinder getUserFinder()
public void setUserFinder(UserFinder userFinder)
userFinder - the user finderpublic ExpandoRowLocalService getExpandoRowLocalService()
public void setExpandoRowLocalService(ExpandoRowLocalService expandoRowLocalService)
expandoRowLocalService - the expando row local servicepublic ExpandoRowPersistence getExpandoRowPersistence()
public void setExpandoRowPersistence(ExpandoRowPersistence expandoRowPersistence)
expandoRowPersistence - the expando row persistencepublic ExportImportLocalService getExportImportLocalService()
public void setExportImportLocalService(ExportImportLocalService exportImportLocalService)
exportImportLocalService - the export import local servicepublic ExportImportConfigurationLocalService getExportImportConfigurationLocalService()
public void setExportImportConfigurationLocalService(ExportImportConfigurationLocalService exportImportConfigurationLocalService)
exportImportConfigurationLocalService - the export import configuration local servicepublic ExportImportConfigurationPersistence getExportImportConfigurationPersistence()
public void setExportImportConfigurationPersistence(ExportImportConfigurationPersistence exportImportConfigurationPersistence)
exportImportConfigurationPersistence - the export import configuration persistencepublic UserGroupGroupRoleLocalService getUserGroupGroupRoleLocalService()
public void setUserGroupGroupRoleLocalService(UserGroupGroupRoleLocalService userGroupGroupRoleLocalService)
userGroupGroupRoleLocalService - the user group group role local servicepublic UserGroupGroupRolePersistence getUserGroupGroupRolePersistence()
public void setUserGroupGroupRolePersistence(UserGroupGroupRolePersistence userGroupGroupRolePersistence)
userGroupGroupRolePersistence - the user group group role persistencepublic UserGroupGroupRoleFinder getUserGroupGroupRoleFinder()
public void setUserGroupGroupRoleFinder(UserGroupGroupRoleFinder userGroupGroupRoleFinder)
userGroupGroupRoleFinder - the user group group role finderpublic void afterPropertiesSet()
public void destroy()
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface IdentifiableOSGiServicegetOSGiServiceIdentifier in interface UserGroupLocalServiceprotected Class<?> getModelClass()
protected String getModelClassName()
protected void runSQL(String sql)
sql - the sql query
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||