|
Liferay 7.0-ce-a2 | |||||||||
| 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.GroupLocalServiceBaseImpl
@ProviderType public abstract class GroupLocalServiceBaseImpl
Provides the base implementation for the 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 GroupLocalServiceImpl.
GroupLocalServiceImpl,
GroupLocalServiceUtil| Constructor Summary | |
|---|---|
GroupLocalServiceBaseImpl()
|
|
| Method Summary | ||
|---|---|---|
Group |
addGroup(Group group)
Adds the group to the database. |
|
void |
addOrganizationGroup(long organizationId,
Group group)
|
|
void |
addOrganizationGroup(long organizationId,
long groupId)
|
|
void |
addOrganizationGroups(long organizationId,
List<Group> Groups)
|
|
void |
addOrganizationGroups(long organizationId,
long[] groupIds)
|
|
void |
addRoleGroup(long roleId,
Group group)
|
|
void |
addRoleGroup(long roleId,
long groupId)
|
|
void |
addRoleGroups(long roleId,
List<Group> Groups)
|
|
void |
addRoleGroups(long roleId,
long[] groupIds)
|
|
void |
addUserGroup(long userId,
Group group)
|
|
void |
addUserGroup(long userId,
long groupId)
|
|
void |
addUserGroupGroup(long userGroupId,
Group group)
|
|
void |
addUserGroupGroup(long userGroupId,
long groupId)
|
|
void |
addUserGroupGroups(long userGroupId,
List<Group> Groups)
|
|
void |
addUserGroupGroups(long userGroupId,
long[] groupIds)
|
|
void |
addUserGroups(long userId,
List<Group> Groups)
|
|
void |
addUserGroups(long userId,
long[] groupIds)
|
|
void |
afterPropertiesSet()
|
|
void |
clearOrganizationGroups(long organizationId)
|
|
void |
clearRoleGroups(long roleId)
|
|
void |
clearUserGroupGroups(long userGroupId)
|
|
void |
clearUserGroups(long userId)
|
|
Group |
createGroup(long groupId)
Creates a new group with the primary key. |
|
Group |
deleteGroup(Group group)
Deletes the group from the database. |
|
Group |
deleteGroup(long groupId)
Deletes the group with the primary key from the database. |
|
void |
deleteOrganizationGroup(long organizationId,
Group group)
|
|
void |
deleteOrganizationGroup(long organizationId,
long groupId)
|
|
void |
deleteOrganizationGroups(long organizationId,
List<Group> Groups)
|
|
void |
deleteOrganizationGroups(long organizationId,
long[] groupIds)
|
|
PersistedModel |
deletePersistedModel(PersistedModel persistedModel)
|
|
void |
deleteRoleGroup(long roleId,
Group group)
|
|
void |
deleteRoleGroup(long roleId,
long groupId)
|
|
void |
deleteRoleGroups(long roleId,
List<Group> Groups)
|
|
void |
deleteRoleGroups(long roleId,
long[] groupIds)
|
|
void |
deleteUserGroup(long userId,
Group group)
|
|
void |
deleteUserGroup(long userId,
long groupId)
|
|
void |
deleteUserGroupGroup(long userGroupId,
Group group)
|
|
void |
deleteUserGroupGroup(long userGroupId,
long groupId)
|
|
void |
deleteUserGroupGroups(long userGroupId,
List<Group> Groups)
|
|
void |
deleteUserGroupGroups(long userGroupId,
long[] groupIds)
|
|
void |
deleteUserGroups(long userId,
List<Group> Groups)
|
|
void |
deleteUserGroups(long userId,
long[] groupIds)
|
|
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. |
|
Group |
fetchGroup(long groupId)
|
|
Group |
fetchGroupByUuidAndCompanyId(String uuid,
long companyId)
Returns the group with the matching UUID and company. |
|
AccountLocalService |
getAccountLocalService()
Returns the account local service. |
|
AccountPersistence |
getAccountPersistence()
Returns the account persistence. |
|
AccountService |
getAccountService()
Returns the account remote service. |
|
ActionableDynamicQuery |
getActionableDynamicQuery()
|
|
AssetCategoryFinder |
getAssetCategoryFinder()
Returns the asset category finder. |
|
AssetCategoryLocalService |
getAssetCategoryLocalService()
Returns the asset category local service. |
|
AssetCategoryPersistence |
getAssetCategoryPersistence()
Returns the asset category persistence. |
|
AssetCategoryService |
getAssetCategoryService()
Returns the asset category remote service. |
|
AssetEntryFinder |
getAssetEntryFinder()
Returns the asset entry finder. |
|
AssetEntryLocalService |
getAssetEntryLocalService()
Returns the asset entry local service. |
|
AssetEntryPersistence |
getAssetEntryPersistence()
Returns the asset entry persistence. |
|
AssetEntryService |
getAssetEntryService()
Returns the asset entry remote service. |
|
AssetTagFinder |
getAssetTagFinder()
Returns the asset tag finder. |
|
AssetTagLocalService |
getAssetTagLocalService()
Returns the asset tag local service. |
|
AssetTagPersistence |
getAssetTagPersistence()
Returns the asset tag persistence. |
|
AssetTagService |
getAssetTagService()
Returns the asset tag remote service. |
|
AssetVocabularyFinder |
getAssetVocabularyFinder()
Returns the asset vocabulary finder. |
|
AssetVocabularyLocalService |
getAssetVocabularyLocalService()
Returns the asset vocabulary local service. |
|
AssetVocabularyPersistence |
getAssetVocabularyPersistence()
Returns the asset vocabulary persistence. |
|
AssetVocabularyService |
getAssetVocabularyService()
Returns the asset vocabulary remote service. |
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
|
ClassNameLocalService |
getClassNameLocalService()
Returns the class name local service. |
|
ClassNamePersistence |
getClassNamePersistence()
Returns the class name persistence. |
|
ClassNameService |
getClassNameService()
Returns the class name remote service. |
|
CompanyLocalService |
getCompanyLocalService()
Returns the company local service. |
|
CompanyPersistence |
getCompanyPersistence()
Returns the company persistence. |
|
CompanyService |
getCompanyService()
Returns the company remote service. |
|
CounterLocalService |
getCounterLocalService()
Returns the counter local service. |
|
DLAppLocalService |
getDLAppLocalService()
Returns the d l app local service. |
|
DLAppService |
getDLAppService()
Returns the d l app remote service. |
|
ExpandoRowLocalService |
getExpandoRowLocalService()
Returns the expando row local service. |
|
ExpandoRowPersistence |
getExpandoRowPersistence()
Returns the expando row persistence. |
|
ExportImportConfigurationLocalService |
getExportImportConfigurationLocalService()
Returns the export import configuration local service. |
|
ExportImportConfigurationPersistence |
getExportImportConfigurationPersistence()
Returns the export import configuration persistence. |
|
ExportImportConfigurationService |
getExportImportConfigurationService()
Returns the export import configuration remote service. |
|
ExportImportLocalService |
getExportImportLocalService()
Returns the export import local service. |
|
ExportImportService |
getExportImportService()
Returns the export import remote service. |
|
Group |
getGroup(long groupId)
Returns the group with the primary key. |
|
Group |
getGroupByUuidAndCompanyId(String uuid,
long companyId)
Returns the group with the matching UUID and company. |
|
GroupFinder |
getGroupFinder()
Returns the group finder. |
|
GroupLocalService |
getGroupLocalService()
Returns the group local service. |
|
GroupPersistence |
getGroupPersistence()
Returns the group persistence. |
|
List<Group> |
getGroups(int start,
int end)
Returns a range of all the groups. |
|
int |
getGroupsCount()
Returns the number of groups. |
|
GroupService |
getGroupService()
Returns the group remote service. |
|
LayoutFinder |
getLayoutFinder()
Returns the layout finder. |
|
LayoutLocalService |
getLayoutLocalService()
Returns the layout local service. |
|
LayoutPersistence |
getLayoutPersistence()
Returns the layout persistence. |
|
LayoutPrototypeLocalService |
getLayoutPrototypeLocalService()
Returns the layout prototype local service. |
|
LayoutPrototypePersistence |
getLayoutPrototypePersistence()
Returns the layout prototype persistence. |
|
LayoutPrototypeService |
getLayoutPrototypeService()
Returns the layout prototype remote service. |
|
LayoutService |
getLayoutService()
Returns the layout remote service. |
|
LayoutSetBranchLocalService |
getLayoutSetBranchLocalService()
Returns the layout set branch local service. |
|
LayoutSetBranchPersistence |
getLayoutSetBranchPersistence()
Returns the layout set branch persistence. |
|
LayoutSetBranchService |
getLayoutSetBranchService()
Returns the layout set branch remote service. |
|
LayoutSetLocalService |
getLayoutSetLocalService()
Returns the layout set local service. |
|
LayoutSetPersistence |
getLayoutSetPersistence()
Returns the layout set persistence. |
|
LayoutSetPrototypeLocalService |
getLayoutSetPrototypeLocalService()
Returns the layout set prototype local service. |
|
LayoutSetPrototypePersistence |
getLayoutSetPrototypePersistence()
Returns the layout set prototype persistence. |
|
LayoutSetPrototypeService |
getLayoutSetPrototypeService()
Returns the layout set prototype remote service. |
|
LayoutSetService |
getLayoutSetService()
Returns the layout set remote service. |
|
MembershipRequestLocalService |
getMembershipRequestLocalService()
Returns the membership request local service. |
|
MembershipRequestPersistence |
getMembershipRequestPersistence()
Returns the membership request persistence. |
|
MembershipRequestService |
getMembershipRequestService()
Returns the membership request remote service. |
|
protected Class<?> |
getModelClass()
|
|
protected String |
getModelClassName()
|
|
OrganizationFinder |
getOrganizationFinder()
Returns the organization finder. |
|
List<Group> |
getOrganizationGroups(long organizationId)
|
|
List<Group> |
getOrganizationGroups(long organizationId,
int start,
int end)
|
|
List<Group> |
getOrganizationGroups(long organizationId,
int start,
int end,
OrderByComparator<Group> orderByComparator)
|
|
int |
getOrganizationGroupsCount(long organizationId)
|
|
OrganizationLocalService |
getOrganizationLocalService()
Returns the organization local service. |
|
OrganizationPersistence |
getOrganizationPersistence()
Returns the organization persistence. |
|
long[] |
getOrganizationPrimaryKeys(long groupId)
Returns the organizationIds of the organizations associated with the group. |
|
OrganizationService |
getOrganizationService()
Returns the organization remote service. |
|
PersistedModel |
getPersistedModel(Serializable primaryKeyObj)
|
|
PortletLocalService |
getPortletLocalService()
Returns the portlet local service. |
|
PortletPersistence |
getPortletPersistence()
Returns the portlet persistence. |
|
PortletPreferencesFinder |
getPortletPreferencesFinder()
Returns the portlet preferences finder. |
|
PortletPreferencesLocalService |
getPortletPreferencesLocalService()
Returns the portlet preferences local service. |
|
PortletPreferencesPersistence |
getPortletPreferencesPersistence()
Returns the portlet preferences persistence. |
|
PortletPreferencesService |
getPortletPreferencesService()
Returns the portlet preferences remote service. |
|
PortletService |
getPortletService()
Returns the portlet remote service. |
|
ResourceActionLocalService |
getResourceActionLocalService()
Returns the resource action local service. |
|
ResourceActionPersistence |
getResourceActionPersistence()
Returns the resource action persistence. |
|
ResourceBlockFinder |
getResourceBlockFinder()
Returns the resource block finder. |
|
ResourceBlockLocalService |
getResourceBlockLocalService()
Returns the resource block local service. |
|
ResourceBlockPersistence |
getResourceBlockPersistence()
Returns the resource block persistence. |
|
ResourceBlockService |
getResourceBlockService()
Returns the resource block remote service. |
|
ResourceLocalService |
getResourceLocalService()
Returns the resource local service. |
|
ResourcePermissionFinder |
getResourcePermissionFinder()
Returns the resource permission finder. |
|
ResourcePermissionLocalService |
getResourcePermissionLocalService()
Returns the resource permission local service. |
|
ResourcePermissionPersistence |
getResourcePermissionPersistence()
Returns the resource permission persistence. |
|
ResourcePermissionService |
getResourcePermissionService()
Returns the resource permission remote service. |
|
ResourceTypePermissionFinder |
getResourceTypePermissionFinder()
Returns the resource type permission finder. |
|
ResourceTypePermissionLocalService |
getResourceTypePermissionLocalService()
Returns the resource type permission local service. |
|
ResourceTypePermissionPersistence |
getResourceTypePermissionPersistence()
Returns the resource type permission persistence. |
|
RoleFinder |
getRoleFinder()
Returns the role finder. |
|
List<Group> |
getRoleGroups(long roleId)
|
|
List<Group> |
getRoleGroups(long roleId,
int start,
int end)
|
|
List<Group> |
getRoleGroups(long roleId,
int start,
int end,
OrderByComparator<Group> orderByComparator)
|
|
int |
getRoleGroupsCount(long roleId)
|
|
RoleLocalService |
getRoleLocalService()
Returns the role local service. |
|
RolePersistence |
getRolePersistence()
Returns the role persistence. |
|
long[] |
getRolePrimaryKeys(long groupId)
Returns the roleIds of the roles associated with the group. |
|
RoleService |
getRoleService()
Returns the role remote service. |
|
SCFrameworkVersionLocalService |
getSCFrameworkVersionLocalService()
Returns the s c framework version local service. |
|
SCFrameworkVersionPersistence |
getSCFrameworkVersionPersistence()
Returns the s c framework version persistence. |
|
SCFrameworkVersionService |
getSCFrameworkVersionService()
Returns the s c framework version remote service. |
|
SCProductEntryLocalService |
getSCProductEntryLocalService()
Returns the s c product entry local service. |
|
SCProductEntryPersistence |
getSCProductEntryPersistence()
Returns the s c product entry persistence. |
|
SCProductEntryService |
getSCProductEntryService()
Returns the s c product entry remote service. |
|
SocialActivityFinder |
getSocialActivityFinder()
Returns the social activity finder. |
|
SocialActivityLocalService |
getSocialActivityLocalService()
Returns the social activity local service. |
|
SocialActivityPersistence |
getSocialActivityPersistence()
Returns the social activity persistence. |
|
SocialActivityService |
getSocialActivityService()
Returns the social activity remote service. |
|
SocialActivitySettingLocalService |
getSocialActivitySettingLocalService()
Returns the social activity setting local service. |
|
SocialActivitySettingPersistence |
getSocialActivitySettingPersistence()
Returns the social activity setting persistence. |
|
SocialActivitySettingService |
getSocialActivitySettingService()
Returns the social activity setting remote service. |
|
SocialRequestLocalService |
getSocialRequestLocalService()
Returns the social request local service. |
|
SocialRequestPersistence |
getSocialRequestPersistence()
Returns the social request persistence. |
|
SocialRequestService |
getSocialRequestService()
Returns the social request remote service. |
|
StagingLocalService |
getStagingLocalService()
Returns the staging local service. |
|
StagingService |
getStagingService()
Returns the staging remote service. |
|
SubscriptionLocalService |
getSubscriptionLocalService()
Returns the subscription local service. |
|
SubscriptionPersistence |
getSubscriptionPersistence()
Returns the subscription persistence. |
|
TeamFinder |
getTeamFinder()
Returns the team finder. |
|
TeamLocalService |
getTeamLocalService()
Returns the team local service. |
|
TeamPersistence |
getTeamPersistence()
Returns the team persistence. |
|
TeamService |
getTeamService()
Returns the team remote service. |
|
TrashEntryLocalService |
getTrashEntryLocalService()
Returns the trash entry local service. |
|
TrashEntryPersistence |
getTrashEntryPersistence()
Returns the trash entry persistence. |
|
TrashEntryService |
getTrashEntryService()
Returns the trash entry remote service. |
|
UserFinder |
getUserFinder()
Returns the user finder. |
|
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. |
|
UserGroupGroupRoleService |
getUserGroupGroupRoleService()
Returns the user group group role remote service. |
|
List<Group> |
getUserGroupGroups(long userGroupId)
|
|
List<Group> |
getUserGroupGroups(long userGroupId,
int start,
int end)
|
|
List<Group> |
getUserGroupGroups(long userGroupId,
int start,
int end,
OrderByComparator<Group> orderByComparator)
|
|
int |
getUserGroupGroupsCount(long userGroupId)
|
|
UserGroupLocalService |
getUserGroupLocalService()
Returns the user group local service. |
|
UserGroupPersistence |
getUserGroupPersistence()
Returns the user group persistence. |
|
long[] |
getUserGroupPrimaryKeys(long groupId)
Returns the userGroupIds of the user groups associated with the group. |
|
UserGroupRoleFinder |
getUserGroupRoleFinder()
Returns the user group role finder. |
|
UserGroupRoleLocalService |
getUserGroupRoleLocalService()
Returns the user group role local service. |
|
UserGroupRolePersistence |
getUserGroupRolePersistence()
Returns the user group role persistence. |
|
UserGroupRoleService |
getUserGroupRoleService()
Returns the user group role remote service. |
|
List<Group> |
getUserGroups(long userId)
|
|
List<Group> |
getUserGroups(long userId,
int start,
int end)
|
|
List<Group> |
getUserGroups(long userId,
int start,
int end,
OrderByComparator<Group> orderByComparator)
|
|
int |
getUserGroupsCount(long userId)
|
|
UserGroupService |
getUserGroupService()
Returns the user group remote service. |
|
UserLocalService |
getUserLocalService()
Returns the user local service. |
|
UserPersistence |
getUserPersistence()
Returns the user persistence. |
|
long[] |
getUserPrimaryKeys(long groupId)
Returns the userIds of the users associated with the group. |
|
UserService |
getUserService()
Returns the user remote service. |
|
WorkflowDefinitionLinkLocalService |
getWorkflowDefinitionLinkLocalService()
Returns the workflow definition link local service. |
|
WorkflowDefinitionLinkPersistence |
getWorkflowDefinitionLinkPersistence()
Returns the workflow definition link persistence. |
|
boolean |
hasOrganizationGroup(long organizationId,
long groupId)
|
|
boolean |
hasOrganizationGroups(long organizationId)
|
|
boolean |
hasRoleGroup(long roleId,
long groupId)
|
|
boolean |
hasRoleGroups(long roleId)
|
|
boolean |
hasUserGroup(long userId,
long groupId)
|
|
boolean |
hasUserGroupGroup(long userGroupId,
long groupId)
|
|
boolean |
hasUserGroupGroups(long userGroupId)
|
|
boolean |
hasUserGroups(long userId)
|
|
protected void |
initActionableDynamicQuery(ActionableDynamicQuery actionableDynamicQuery)
|
|
protected void |
runSQL(String sql)
Performs a SQL query. |
|
void |
setAccountLocalService(AccountLocalService accountLocalService)
Sets the account local service. |
|
void |
setAccountPersistence(AccountPersistence accountPersistence)
Sets the account persistence. |
|
void |
setAccountService(AccountService accountService)
Sets the account remote service. |
|
void |
setAssetCategoryFinder(AssetCategoryFinder assetCategoryFinder)
Sets the asset category finder. |
|
void |
setAssetCategoryLocalService(AssetCategoryLocalService assetCategoryLocalService)
Sets the asset category local service. |
|
void |
setAssetCategoryPersistence(AssetCategoryPersistence assetCategoryPersistence)
Sets the asset category persistence. |
|
void |
setAssetCategoryService(AssetCategoryService assetCategoryService)
Sets the asset category remote service. |
|
void |
setAssetEntryFinder(AssetEntryFinder assetEntryFinder)
Sets the asset entry finder. |
|
void |
setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
Sets the asset entry local service. |
|
void |
setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
Sets the asset entry persistence. |
|
void |
setAssetEntryService(AssetEntryService assetEntryService)
Sets the asset entry remote service. |
|
void |
setAssetTagFinder(AssetTagFinder assetTagFinder)
Sets the asset tag finder. |
|
void |
setAssetTagLocalService(AssetTagLocalService assetTagLocalService)
Sets the asset tag local service. |
|
void |
setAssetTagPersistence(AssetTagPersistence assetTagPersistence)
Sets the asset tag persistence. |
|
void |
setAssetTagService(AssetTagService assetTagService)
Sets the asset tag remote service. |
|
void |
setAssetVocabularyFinder(AssetVocabularyFinder assetVocabularyFinder)
Sets the asset vocabulary finder. |
|
void |
setAssetVocabularyLocalService(AssetVocabularyLocalService assetVocabularyLocalService)
Sets the asset vocabulary local service. |
|
void |
setAssetVocabularyPersistence(AssetVocabularyPersistence assetVocabularyPersistence)
Sets the asset vocabulary persistence. |
|
void |
setAssetVocabularyService(AssetVocabularyService assetVocabularyService)
Sets the asset vocabulary remote service. |
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
|
void |
setClassNameLocalService(ClassNameLocalService classNameLocalService)
Sets the class name local service. |
|
void |
setClassNamePersistence(ClassNamePersistence classNamePersistence)
Sets the class name persistence. |
|
void |
setClassNameService(ClassNameService classNameService)
Sets the class name remote service. |
|
void |
setCompanyLocalService(CompanyLocalService companyLocalService)
Sets the company local service. |
|
void |
setCompanyPersistence(CompanyPersistence companyPersistence)
Sets the company persistence. |
|
void |
setCompanyService(CompanyService companyService)
Sets the company remote service. |
|
void |
setCounterLocalService(CounterLocalService counterLocalService)
Sets the counter local service. |
|
void |
setDLAppLocalService(DLAppLocalService dlAppLocalService)
Sets the d l app local service. |
|
void |
setDLAppService(DLAppService dlAppService)
Sets the d l app remote 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 |
setExportImportConfigurationService(ExportImportConfigurationService exportImportConfigurationService)
Sets the export import configuration remote service. |
|
void |
setExportImportLocalService(ExportImportLocalService exportImportLocalService)
Sets the export import local service. |
|
void |
setExportImportService(ExportImportService exportImportService)
Sets the export import remote 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 |
setGroupService(GroupService groupService)
Sets the group remote service. |
|
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 |
setLayoutPrototypeLocalService(LayoutPrototypeLocalService layoutPrototypeLocalService)
Sets the layout prototype local service. |
|
void |
setLayoutPrototypePersistence(LayoutPrototypePersistence layoutPrototypePersistence)
Sets the layout prototype persistence. |
|
void |
setLayoutPrototypeService(LayoutPrototypeService layoutPrototypeService)
Sets the layout prototype remote service. |
|
void |
setLayoutService(LayoutService layoutService)
Sets the layout remote service. |
|
void |
setLayoutSetBranchLocalService(LayoutSetBranchLocalService layoutSetBranchLocalService)
Sets the layout set branch local service. |
|
void |
setLayoutSetBranchPersistence(LayoutSetBranchPersistence layoutSetBranchPersistence)
Sets the layout set branch persistence. |
|
void |
setLayoutSetBranchService(LayoutSetBranchService layoutSetBranchService)
Sets the layout set branch remote service. |
|
void |
setLayoutSetLocalService(LayoutSetLocalService layoutSetLocalService)
Sets the layout set local service. |
|
void |
setLayoutSetPersistence(LayoutSetPersistence layoutSetPersistence)
Sets the layout set persistence. |
|
void |
setLayoutSetPrototypeLocalService(LayoutSetPrototypeLocalService layoutSetPrototypeLocalService)
Sets the layout set prototype local service. |
|
void |
setLayoutSetPrototypePersistence(LayoutSetPrototypePersistence layoutSetPrototypePersistence)
Sets the layout set prototype persistence. |
|
void |
setLayoutSetPrototypeService(LayoutSetPrototypeService layoutSetPrototypeService)
Sets the layout set prototype remote service. |
|
void |
setLayoutSetService(LayoutSetService layoutSetService)
Sets the layout set remote service. |
|
void |
setMembershipRequestLocalService(MembershipRequestLocalService membershipRequestLocalService)
Sets the membership request local service. |
|
void |
setMembershipRequestPersistence(MembershipRequestPersistence membershipRequestPersistence)
Sets the membership request persistence. |
|
void |
setMembershipRequestService(MembershipRequestService membershipRequestService)
Sets the membership request remote service. |
|
void |
setOrganizationFinder(OrganizationFinder organizationFinder)
Sets the organization finder. |
|
void |
setOrganizationGroups(long organizationId,
long[] groupIds)
|
|
void |
setOrganizationLocalService(OrganizationLocalService organizationLocalService)
Sets the organization local service. |
|
void |
setOrganizationPersistence(OrganizationPersistence organizationPersistence)
Sets the organization persistence. |
|
void |
setOrganizationService(OrganizationService organizationService)
Sets the organization remote service. |
|
void |
setPortletLocalService(PortletLocalService portletLocalService)
Sets the portlet local service. |
|
void |
setPortletPersistence(PortletPersistence portletPersistence)
Sets the portlet persistence. |
|
void |
setPortletPreferencesFinder(PortletPreferencesFinder portletPreferencesFinder)
Sets the portlet preferences finder. |
|
void |
setPortletPreferencesLocalService(PortletPreferencesLocalService portletPreferencesLocalService)
Sets the portlet preferences local service. |
|
void |
setPortletPreferencesPersistence(PortletPreferencesPersistence portletPreferencesPersistence)
Sets the portlet preferences persistence. |
|
void |
setPortletPreferencesService(PortletPreferencesService portletPreferencesService)
Sets the portlet preferences remote service. |
|
void |
setPortletService(PortletService portletService)
Sets the portlet remote service. |
|
void |
setResourceActionLocalService(ResourceActionLocalService resourceActionLocalService)
Sets the resource action local service. |
|
void |
setResourceActionPersistence(ResourceActionPersistence resourceActionPersistence)
Sets the resource action persistence. |
|
void |
setResourceBlockFinder(ResourceBlockFinder resourceBlockFinder)
Sets the resource block finder. |
|
void |
setResourceBlockLocalService(ResourceBlockLocalService resourceBlockLocalService)
Sets the resource block local service. |
|
void |
setResourceBlockPersistence(ResourceBlockPersistence resourceBlockPersistence)
Sets the resource block persistence. |
|
void |
setResourceBlockService(ResourceBlockService resourceBlockService)
Sets the resource block remote service. |
|
void |
setResourceLocalService(ResourceLocalService resourceLocalService)
Sets the resource local service. |
|
void |
setResourcePermissionFinder(ResourcePermissionFinder resourcePermissionFinder)
Sets the resource permission finder. |
|
void |
setResourcePermissionLocalService(ResourcePermissionLocalService resourcePermissionLocalService)
Sets the resource permission local service. |
|
void |
setResourcePermissionPersistence(ResourcePermissionPersistence resourcePermissionPersistence)
Sets the resource permission persistence. |
|
void |
setResourcePermissionService(ResourcePermissionService resourcePermissionService)
Sets the resource permission remote service. |
|
void |
setResourceTypePermissionFinder(ResourceTypePermissionFinder resourceTypePermissionFinder)
Sets the resource type permission finder. |
|
void |
setResourceTypePermissionLocalService(ResourceTypePermissionLocalService resourceTypePermissionLocalService)
Sets the resource type permission local service. |
|
void |
setResourceTypePermissionPersistence(ResourceTypePermissionPersistence resourceTypePermissionPersistence)
Sets the resource type permission persistence. |
|
void |
setRoleFinder(RoleFinder roleFinder)
Sets the role finder. |
|
void |
setRoleGroups(long roleId,
long[] groupIds)
|
|
void |
setRoleLocalService(RoleLocalService roleLocalService)
Sets the role local service. |
|
void |
setRolePersistence(RolePersistence rolePersistence)
Sets the role persistence. |
|
void |
setRoleService(RoleService roleService)
Sets the role remote service. |
|
void |
setSCFrameworkVersionLocalService(SCFrameworkVersionLocalService scFrameworkVersionLocalService)
Sets the s c framework version local service. |
|
void |
setSCFrameworkVersionPersistence(SCFrameworkVersionPersistence scFrameworkVersionPersistence)
Sets the s c framework version persistence. |
|
void |
setSCFrameworkVersionService(SCFrameworkVersionService scFrameworkVersionService)
Sets the s c framework version remote service. |
|
void |
setSCProductEntryLocalService(SCProductEntryLocalService scProductEntryLocalService)
Sets the s c product entry local service. |
|
void |
setSCProductEntryPersistence(SCProductEntryPersistence scProductEntryPersistence)
Sets the s c product entry persistence. |
|
void |
setSCProductEntryService(SCProductEntryService scProductEntryService)
Sets the s c product entry remote service. |
|
void |
setSocialActivityFinder(SocialActivityFinder socialActivityFinder)
Sets the social activity finder. |
|
void |
setSocialActivityLocalService(SocialActivityLocalService socialActivityLocalService)
Sets the social activity local service. |
|
void |
setSocialActivityPersistence(SocialActivityPersistence socialActivityPersistence)
Sets the social activity persistence. |
|
void |
setSocialActivityService(SocialActivityService socialActivityService)
Sets the social activity remote service. |
|
void |
setSocialActivitySettingLocalService(SocialActivitySettingLocalService socialActivitySettingLocalService)
Sets the social activity setting local service. |
|
void |
setSocialActivitySettingPersistence(SocialActivitySettingPersistence socialActivitySettingPersistence)
Sets the social activity setting persistence. |
|
void |
setSocialActivitySettingService(SocialActivitySettingService socialActivitySettingService)
Sets the social activity setting remote service. |
|
void |
setSocialRequestLocalService(SocialRequestLocalService socialRequestLocalService)
Sets the social request local service. |
|
void |
setSocialRequestPersistence(SocialRequestPersistence socialRequestPersistence)
Sets the social request persistence. |
|
void |
setSocialRequestService(SocialRequestService socialRequestService)
Sets the social request remote service. |
|
void |
setStagingLocalService(StagingLocalService stagingLocalService)
Sets the staging local service. |
|
void |
setStagingService(StagingService stagingService)
Sets the staging remote service. |
|
void |
setSubscriptionLocalService(SubscriptionLocalService subscriptionLocalService)
Sets the subscription local service. |
|
void |
setSubscriptionPersistence(SubscriptionPersistence subscriptionPersistence)
Sets the subscription persistence. |
|
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 |
setTeamService(TeamService teamService)
Sets the team remote service. |
|
void |
setTrashEntryLocalService(TrashEntryLocalService trashEntryLocalService)
Sets the trash entry local service. |
|
void |
setTrashEntryPersistence(TrashEntryPersistence trashEntryPersistence)
Sets the trash entry persistence. |
|
void |
setTrashEntryService(TrashEntryService trashEntryService)
Sets the trash entry remote service. |
|
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 |
setUserGroupGroupRoleService(UserGroupGroupRoleService userGroupGroupRoleService)
Sets the user group group role remote service. |
|
void |
setUserGroupGroups(long userGroupId,
long[] groupIds)
|
|
void |
setUserGroupLocalService(UserGroupLocalService userGroupLocalService)
Sets the user group local service. |
|
void |
setUserGroupPersistence(UserGroupPersistence userGroupPersistence)
Sets the user group persistence. |
|
void |
setUserGroupRoleFinder(UserGroupRoleFinder userGroupRoleFinder)
Sets the user group role finder. |
|
void |
setUserGroupRoleLocalService(UserGroupRoleLocalService userGroupRoleLocalService)
Sets the user group role local service. |
|
void |
setUserGroupRolePersistence(UserGroupRolePersistence userGroupRolePersistence)
Sets the user group role persistence. |
|
void |
setUserGroupRoleService(UserGroupRoleService userGroupRoleService)
Sets the user group role remote service. |
|
void |
setUserGroups(long userId,
long[] groupIds)
|
|
void |
setUserGroupService(UserGroupService userGroupService)
Sets the user group remote service. |
|
void |
setUserLocalService(UserLocalService userLocalService)
Sets the user local service. |
|
void |
setUserPersistence(UserPersistence userPersistence)
Sets the user persistence. |
|
void |
setUserService(UserService userService)
Sets the user remote service. |
|
void |
setWorkflowDefinitionLinkLocalService(WorkflowDefinitionLinkLocalService workflowDefinitionLinkLocalService)
Sets the workflow definition link local service. |
|
void |
setWorkflowDefinitionLinkPersistence(WorkflowDefinitionLinkPersistence workflowDefinitionLinkPersistence)
Sets the workflow definition link persistence. |
|
Group |
updateGroup(Group group)
Updates the 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 |
| Field Detail |
|---|
@BeanReference(type=GroupLocalService.class) protected GroupLocalService groupLocalService
@BeanReference(type=GroupService.class) protected GroupService groupService
@BeanReference(type=GroupPersistence.class) protected GroupPersistence groupPersistence
@BeanReference(type=GroupFinder.class) protected GroupFinder groupFinder
@BeanReference(type=CounterLocalService.class) protected CounterLocalService counterLocalService
@BeanReference(type=AccountLocalService.class) protected AccountLocalService accountLocalService
@BeanReference(type=AccountService.class) protected AccountService accountService
@BeanReference(type=AccountPersistence.class) protected AccountPersistence accountPersistence
@BeanReference(type=ClassNameLocalService.class) protected ClassNameLocalService classNameLocalService
@BeanReference(type=ClassNameService.class) protected ClassNameService classNameService
@BeanReference(type=ClassNamePersistence.class) protected ClassNamePersistence classNamePersistence
@BeanReference(type=CompanyLocalService.class) protected CompanyLocalService companyLocalService
@BeanReference(type=CompanyService.class) protected CompanyService companyService
@BeanReference(type=CompanyPersistence.class) protected CompanyPersistence companyPersistence
@BeanReference(type=AssetCategoryLocalService.class) protected AssetCategoryLocalService assetCategoryLocalService
@BeanReference(type=AssetCategoryService.class) protected AssetCategoryService assetCategoryService
@BeanReference(type=AssetCategoryPersistence.class) protected AssetCategoryPersistence assetCategoryPersistence
@BeanReference(type=AssetCategoryFinder.class) protected AssetCategoryFinder assetCategoryFinder
@BeanReference(type=AssetEntryLocalService.class) protected AssetEntryLocalService assetEntryLocalService
@BeanReference(type=AssetEntryService.class) protected AssetEntryService assetEntryService
@BeanReference(type=AssetEntryPersistence.class) protected AssetEntryPersistence assetEntryPersistence
@BeanReference(type=AssetEntryFinder.class) protected AssetEntryFinder assetEntryFinder
@BeanReference(type=AssetTagLocalService.class) protected AssetTagLocalService assetTagLocalService
@BeanReference(type=AssetTagService.class) protected AssetTagService assetTagService
@BeanReference(type=AssetTagPersistence.class) protected AssetTagPersistence assetTagPersistence
@BeanReference(type=AssetTagFinder.class) protected AssetTagFinder assetTagFinder
@BeanReference(type=AssetVocabularyLocalService.class) protected AssetVocabularyLocalService assetVocabularyLocalService
@BeanReference(type=AssetVocabularyService.class) protected AssetVocabularyService assetVocabularyService
@BeanReference(type=AssetVocabularyPersistence.class) protected AssetVocabularyPersistence assetVocabularyPersistence
@BeanReference(type=AssetVocabularyFinder.class) protected AssetVocabularyFinder assetVocabularyFinder
@BeanReference(type=DLAppLocalService.class) protected DLAppLocalService dlAppLocalService
@BeanReference(type=DLAppService.class) protected DLAppService dlAppService
@BeanReference(type=ExpandoRowLocalService.class) protected ExpandoRowLocalService expandoRowLocalService
@BeanReference(type=ExpandoRowPersistence.class) protected ExpandoRowPersistence expandoRowPersistence
@BeanReference(type=ExportImportLocalService.class) protected ExportImportLocalService exportImportLocalService
@BeanReference(type=ExportImportService.class) protected ExportImportService exportImportService
@BeanReference(type=ExportImportConfigurationLocalService.class) protected ExportImportConfigurationLocalService exportImportConfigurationLocalService
@BeanReference(type=ExportImportConfigurationService.class) protected ExportImportConfigurationService exportImportConfigurationService
@BeanReference(type=ExportImportConfigurationPersistence.class) protected ExportImportConfigurationPersistence exportImportConfigurationPersistence
@BeanReference(type=StagingLocalService.class) protected StagingLocalService stagingLocalService
@BeanReference(type=StagingService.class) protected StagingService stagingService
@BeanReference(type=SocialActivityLocalService.class) protected SocialActivityLocalService socialActivityLocalService
@BeanReference(type=SocialActivityService.class) protected SocialActivityService socialActivityService
@BeanReference(type=SocialActivityPersistence.class) protected SocialActivityPersistence socialActivityPersistence
@BeanReference(type=SocialActivityFinder.class) protected SocialActivityFinder socialActivityFinder
@BeanReference(type=SocialActivitySettingLocalService.class) protected SocialActivitySettingLocalService socialActivitySettingLocalService
@BeanReference(type=SocialActivitySettingService.class) protected SocialActivitySettingService socialActivitySettingService
@BeanReference(type=SocialActivitySettingPersistence.class) protected SocialActivitySettingPersistence socialActivitySettingPersistence
@BeanReference(type=SocialRequestLocalService.class) protected SocialRequestLocalService socialRequestLocalService
@BeanReference(type=SocialRequestService.class) protected SocialRequestService socialRequestService
@BeanReference(type=SocialRequestPersistence.class) protected SocialRequestPersistence socialRequestPersistence
@BeanReference(type=SCFrameworkVersionLocalService.class) protected SCFrameworkVersionLocalService scFrameworkVersionLocalService
@BeanReference(type=SCFrameworkVersionService.class) protected SCFrameworkVersionService scFrameworkVersionService
@BeanReference(type=SCFrameworkVersionPersistence.class) protected SCFrameworkVersionPersistence scFrameworkVersionPersistence
@BeanReference(type=SCProductEntryLocalService.class) protected SCProductEntryLocalService scProductEntryLocalService
@BeanReference(type=SCProductEntryService.class) protected SCProductEntryService scProductEntryService
@BeanReference(type=SCProductEntryPersistence.class) protected SCProductEntryPersistence scProductEntryPersistence
@BeanReference(type=TrashEntryLocalService.class) protected TrashEntryLocalService trashEntryLocalService
@BeanReference(type=TrashEntryService.class) protected TrashEntryService trashEntryService
@BeanReference(type=TrashEntryPersistence.class) protected TrashEntryPersistence trashEntryPersistence
@BeanReference(type=LayoutLocalService.class) protected LayoutLocalService layoutLocalService
@BeanReference(type=LayoutService.class) protected LayoutService layoutService
@BeanReference(type=LayoutPersistence.class) protected LayoutPersistence layoutPersistence
@BeanReference(type=LayoutFinder.class) protected LayoutFinder layoutFinder
@BeanReference(type=LayoutPrototypeLocalService.class) protected LayoutPrototypeLocalService layoutPrototypeLocalService
@BeanReference(type=LayoutPrototypeService.class) protected LayoutPrototypeService layoutPrototypeService
@BeanReference(type=LayoutPrototypePersistence.class) protected LayoutPrototypePersistence layoutPrototypePersistence
@BeanReference(type=LayoutSetLocalService.class) protected LayoutSetLocalService layoutSetLocalService
@BeanReference(type=LayoutSetService.class) protected LayoutSetService layoutSetService
@BeanReference(type=LayoutSetPersistence.class) protected LayoutSetPersistence layoutSetPersistence
@BeanReference(type=LayoutSetBranchLocalService.class) protected LayoutSetBranchLocalService layoutSetBranchLocalService
@BeanReference(type=LayoutSetBranchService.class) protected LayoutSetBranchService layoutSetBranchService
@BeanReference(type=LayoutSetBranchPersistence.class) protected LayoutSetBranchPersistence layoutSetBranchPersistence
@BeanReference(type=LayoutSetPrototypeLocalService.class) protected LayoutSetPrototypeLocalService layoutSetPrototypeLocalService
@BeanReference(type=LayoutSetPrototypeService.class) protected LayoutSetPrototypeService layoutSetPrototypeService
@BeanReference(type=LayoutSetPrototypePersistence.class) protected LayoutSetPrototypePersistence layoutSetPrototypePersistence
@BeanReference(type=MembershipRequestLocalService.class) protected MembershipRequestLocalService membershipRequestLocalService
@BeanReference(type=MembershipRequestService.class) protected MembershipRequestService membershipRequestService
@BeanReference(type=MembershipRequestPersistence.class) protected MembershipRequestPersistence membershipRequestPersistence
@BeanReference(type=OrganizationLocalService.class) protected OrganizationLocalService organizationLocalService
@BeanReference(type=OrganizationService.class) protected OrganizationService organizationService
@BeanReference(type=OrganizationPersistence.class) protected OrganizationPersistence organizationPersistence
@BeanReference(type=OrganizationFinder.class) protected OrganizationFinder organizationFinder
@BeanReference(type=PortletLocalService.class) protected PortletLocalService portletLocalService
@BeanReference(type=PortletService.class) protected PortletService portletService
@BeanReference(type=PortletPersistence.class) protected PortletPersistence portletPersistence
@BeanReference(type=PortletPreferencesLocalService.class) protected PortletPreferencesLocalService portletPreferencesLocalService
@BeanReference(type=PortletPreferencesService.class) protected PortletPreferencesService portletPreferencesService
@BeanReference(type=PortletPreferencesPersistence.class) protected PortletPreferencesPersistence portletPreferencesPersistence
@BeanReference(type=PortletPreferencesFinder.class) protected PortletPreferencesFinder portletPreferencesFinder
@BeanReference(type=ResourceLocalService.class) protected ResourceLocalService resourceLocalService
@BeanReference(type=ResourceActionLocalService.class) protected ResourceActionLocalService resourceActionLocalService
@BeanReference(type=ResourceActionPersistence.class) protected ResourceActionPersistence resourceActionPersistence
@BeanReference(type=ResourceBlockLocalService.class) protected ResourceBlockLocalService resourceBlockLocalService
@BeanReference(type=ResourceBlockService.class) protected ResourceBlockService resourceBlockService
@BeanReference(type=ResourceBlockPersistence.class) protected ResourceBlockPersistence resourceBlockPersistence
@BeanReference(type=ResourceBlockFinder.class) protected ResourceBlockFinder resourceBlockFinder
@BeanReference(type=ResourcePermissionLocalService.class) protected ResourcePermissionLocalService resourcePermissionLocalService
@BeanReference(type=ResourcePermissionService.class) protected ResourcePermissionService resourcePermissionService
@BeanReference(type=ResourcePermissionPersistence.class) protected ResourcePermissionPersistence resourcePermissionPersistence
@BeanReference(type=ResourcePermissionFinder.class) protected ResourcePermissionFinder resourcePermissionFinder
@BeanReference(type=ResourceTypePermissionLocalService.class) protected ResourceTypePermissionLocalService resourceTypePermissionLocalService
@BeanReference(type=ResourceTypePermissionPersistence.class) protected ResourceTypePermissionPersistence resourceTypePermissionPersistence
@BeanReference(type=ResourceTypePermissionFinder.class) protected ResourceTypePermissionFinder resourceTypePermissionFinder
@BeanReference(type=RoleLocalService.class) protected RoleLocalService roleLocalService
@BeanReference(type=RoleService.class) protected RoleService roleService
@BeanReference(type=RolePersistence.class) protected RolePersistence rolePersistence
@BeanReference(type=RoleFinder.class) protected RoleFinder roleFinder
@BeanReference(type=SubscriptionLocalService.class) protected SubscriptionLocalService subscriptionLocalService
@BeanReference(type=SubscriptionPersistence.class) protected SubscriptionPersistence subscriptionPersistence
@BeanReference(type=TeamLocalService.class) protected TeamLocalService teamLocalService
@BeanReference(type=TeamService.class) protected TeamService teamService
@BeanReference(type=TeamPersistence.class) protected TeamPersistence teamPersistence
@BeanReference(type=TeamFinder.class) protected TeamFinder teamFinder
@BeanReference(type=UserLocalService.class) protected UserLocalService userLocalService
@BeanReference(type=UserService.class) protected UserService userService
@BeanReference(type=UserPersistence.class) protected UserPersistence userPersistence
@BeanReference(type=UserFinder.class) protected UserFinder userFinder
@BeanReference(type=UserGroupLocalService.class) protected UserGroupLocalService userGroupLocalService
@BeanReference(type=UserGroupService.class) protected UserGroupService userGroupService
@BeanReference(type=UserGroupPersistence.class) protected UserGroupPersistence userGroupPersistence
@BeanReference(type=UserGroupFinder.class) protected UserGroupFinder userGroupFinder
@BeanReference(type=UserGroupGroupRoleLocalService.class) protected UserGroupGroupRoleLocalService userGroupGroupRoleLocalService
@BeanReference(type=UserGroupGroupRoleService.class) protected UserGroupGroupRoleService userGroupGroupRoleService
@BeanReference(type=UserGroupGroupRolePersistence.class) protected UserGroupGroupRolePersistence userGroupGroupRolePersistence
@BeanReference(type=UserGroupGroupRoleFinder.class) protected UserGroupGroupRoleFinder userGroupGroupRoleFinder
@BeanReference(type=UserGroupRoleLocalService.class) protected UserGroupRoleLocalService userGroupRoleLocalService
@BeanReference(type=UserGroupRoleService.class) protected UserGroupRoleService userGroupRoleService
@BeanReference(type=UserGroupRolePersistence.class) protected UserGroupRolePersistence userGroupRolePersistence
@BeanReference(type=UserGroupRoleFinder.class) protected UserGroupRoleFinder userGroupRoleFinder
@BeanReference(type=WorkflowDefinitionLinkLocalService.class) protected WorkflowDefinitionLinkLocalService workflowDefinitionLinkLocalService
@BeanReference(type=WorkflowDefinitionLinkPersistence.class) protected WorkflowDefinitionLinkPersistence workflowDefinitionLinkPersistence
@BeanReference(type=PersistedModelLocalServiceRegistry.class) protected PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry
| Constructor Detail |
|---|
public GroupLocalServiceBaseImpl()
| Method Detail |
|---|
@Indexable(type=REINDEX) public Group addGroup(Group group)
addGroup in interface GroupLocalServicegroup - the group
public Group createGroup(long groupId)
createGroup in interface GroupLocalServicegroupId - the primary key for the new group
@Indexable(type=DELETE)
public Group deleteGroup(long groupId)
throws PortalException
deleteGroup in interface GroupLocalServicegroupId - the primary key of the group
PortalException - if a group with the primary key could not be found
@Indexable(type=DELETE)
public Group deleteGroup(Group group)
throws PortalException
deleteGroup in interface GroupLocalServicegroup - the group
PortalExceptionpublic DynamicQuery dynamicQuery()
dynamicQuery in interface GroupLocalServicepublic <T> List<T> dynamicQuery(DynamicQuery dynamicQuery)
dynamicQuery in interface GroupLocalServicedynamicQuery - 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 GroupModelImpl. 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 GroupLocalServicedynamicQuery - 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 GroupModelImpl. 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 GroupLocalServicedynamicQuery - 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 GroupLocalServicedynamicQuery - the dynamic query
public long dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
dynamicQueryCount in interface GroupLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the query
public Group fetchGroup(long groupId)
fetchGroup in interface GroupLocalService
public Group fetchGroupByUuidAndCompanyId(String uuid,
long companyId)
fetchGroupByUuidAndCompanyId in interface GroupLocalServiceuuid - the group's UUIDcompanyId - the primary key of the company
null if a matching group could not be found
public Group getGroup(long groupId)
throws PortalException
getGroup in interface GroupLocalServicegroupId - the primary key of the group
PortalException - if a group with the primary key could not be foundpublic ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface GroupLocalServiceprotected void initActionableDynamicQuery(ActionableDynamicQuery actionableDynamicQuery)
public PersistedModel deletePersistedModel(PersistedModel persistedModel)
throws PortalException
deletePersistedModel in interface GroupLocalServicedeletePersistedModel in interface PersistedModelLocalServicePortalException
public PersistedModel getPersistedModel(Serializable primaryKeyObj)
throws PortalException
getPersistedModel in interface GroupLocalServicegetPersistedModel in interface PersistedModelLocalServicePortalException
public Group getGroupByUuidAndCompanyId(String uuid,
long companyId)
throws PortalException
getGroupByUuidAndCompanyId in interface GroupLocalServiceuuid - the group's UUIDcompanyId - the primary key of the company
PortalException - if a matching group could not be found
public List<Group> getGroups(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 GroupModelImpl. 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.
getGroups in interface GroupLocalServicestart - the lower bound of the range of groupsend - the upper bound of the range of groups (not inclusive)
public int getGroupsCount()
getGroupsCount in interface GroupLocalService@Indexable(type=REINDEX) public Group updateGroup(Group group)
updateGroup in interface GroupLocalServicegroup - the group
public void addOrganizationGroup(long organizationId,
long groupId)
addOrganizationGroup in interface GroupLocalService
public void addOrganizationGroup(long organizationId,
Group group)
addOrganizationGroup in interface GroupLocalService
public void addOrganizationGroups(long organizationId,
long[] groupIds)
addOrganizationGroups in interface GroupLocalService
public void addOrganizationGroups(long organizationId,
List<Group> Groups)
addOrganizationGroups in interface GroupLocalServicepublic void clearOrganizationGroups(long organizationId)
clearOrganizationGroups in interface GroupLocalService
public void deleteOrganizationGroup(long organizationId,
long groupId)
deleteOrganizationGroup in interface GroupLocalService
public void deleteOrganizationGroup(long organizationId,
Group group)
deleteOrganizationGroup in interface GroupLocalService
public void deleteOrganizationGroups(long organizationId,
long[] groupIds)
deleteOrganizationGroups in interface GroupLocalService
public void deleteOrganizationGroups(long organizationId,
List<Group> Groups)
deleteOrganizationGroups in interface GroupLocalServicepublic long[] getOrganizationPrimaryKeys(long groupId)
getOrganizationPrimaryKeys in interface GroupLocalServicegroupId - the groupId of the group
public List<Group> getOrganizationGroups(long organizationId)
getOrganizationGroups in interface GroupLocalService
public List<Group> getOrganizationGroups(long organizationId,
int start,
int end)
getOrganizationGroups in interface GroupLocalService
public List<Group> getOrganizationGroups(long organizationId,
int start,
int end,
OrderByComparator<Group> orderByComparator)
getOrganizationGroups in interface GroupLocalServicepublic int getOrganizationGroupsCount(long organizationId)
getOrganizationGroupsCount in interface GroupLocalService
public boolean hasOrganizationGroup(long organizationId,
long groupId)
hasOrganizationGroup in interface GroupLocalServicepublic boolean hasOrganizationGroups(long organizationId)
hasOrganizationGroups in interface GroupLocalService
public void setOrganizationGroups(long organizationId,
long[] groupIds)
setOrganizationGroups in interface GroupLocalService
public void addRoleGroup(long roleId,
long groupId)
addRoleGroup in interface GroupLocalService
public void addRoleGroup(long roleId,
Group group)
addRoleGroup in interface GroupLocalService
public void addRoleGroups(long roleId,
long[] groupIds)
addRoleGroups in interface GroupLocalService
public void addRoleGroups(long roleId,
List<Group> Groups)
addRoleGroups in interface GroupLocalServicepublic void clearRoleGroups(long roleId)
clearRoleGroups in interface GroupLocalService
public void deleteRoleGroup(long roleId,
long groupId)
deleteRoleGroup in interface GroupLocalService
public void deleteRoleGroup(long roleId,
Group group)
deleteRoleGroup in interface GroupLocalService
public void deleteRoleGroups(long roleId,
long[] groupIds)
deleteRoleGroups in interface GroupLocalService
public void deleteRoleGroups(long roleId,
List<Group> Groups)
deleteRoleGroups in interface GroupLocalServicepublic long[] getRolePrimaryKeys(long groupId)
getRolePrimaryKeys in interface GroupLocalServicegroupId - the groupId of the group
public List<Group> getRoleGroups(long roleId)
getRoleGroups in interface GroupLocalService
public List<Group> getRoleGroups(long roleId,
int start,
int end)
getRoleGroups in interface GroupLocalService
public List<Group> getRoleGroups(long roleId,
int start,
int end,
OrderByComparator<Group> orderByComparator)
getRoleGroups in interface GroupLocalServicepublic int getRoleGroupsCount(long roleId)
getRoleGroupsCount in interface GroupLocalService
public boolean hasRoleGroup(long roleId,
long groupId)
hasRoleGroup in interface GroupLocalServicepublic boolean hasRoleGroups(long roleId)
hasRoleGroups in interface GroupLocalService
public void setRoleGroups(long roleId,
long[] groupIds)
setRoleGroups in interface GroupLocalService
public void addUserGroupGroup(long userGroupId,
long groupId)
addUserGroupGroup in interface GroupLocalService
public void addUserGroupGroup(long userGroupId,
Group group)
addUserGroupGroup in interface GroupLocalService
public void addUserGroupGroups(long userGroupId,
long[] groupIds)
addUserGroupGroups in interface GroupLocalService
public void addUserGroupGroups(long userGroupId,
List<Group> Groups)
addUserGroupGroups in interface GroupLocalServicepublic void clearUserGroupGroups(long userGroupId)
clearUserGroupGroups in interface GroupLocalService
public void deleteUserGroupGroup(long userGroupId,
long groupId)
deleteUserGroupGroup in interface GroupLocalService
public void deleteUserGroupGroup(long userGroupId,
Group group)
deleteUserGroupGroup in interface GroupLocalService
public void deleteUserGroupGroups(long userGroupId,
long[] groupIds)
deleteUserGroupGroups in interface GroupLocalService
public void deleteUserGroupGroups(long userGroupId,
List<Group> Groups)
deleteUserGroupGroups in interface GroupLocalServicepublic long[] getUserGroupPrimaryKeys(long groupId)
getUserGroupPrimaryKeys in interface GroupLocalServicegroupId - the groupId of the group
public List<Group> getUserGroupGroups(long userGroupId)
getUserGroupGroups in interface GroupLocalService
public List<Group> getUserGroupGroups(long userGroupId,
int start,
int end)
getUserGroupGroups in interface GroupLocalService
public List<Group> getUserGroupGroups(long userGroupId,
int start,
int end,
OrderByComparator<Group> orderByComparator)
getUserGroupGroups in interface GroupLocalServicepublic int getUserGroupGroupsCount(long userGroupId)
getUserGroupGroupsCount in interface GroupLocalService
public boolean hasUserGroupGroup(long userGroupId,
long groupId)
hasUserGroupGroup in interface GroupLocalServicepublic boolean hasUserGroupGroups(long userGroupId)
hasUserGroupGroups in interface GroupLocalService
public void setUserGroupGroups(long userGroupId,
long[] groupIds)
setUserGroupGroups in interface GroupLocalService
public void addUserGroup(long userId,
long groupId)
addUserGroup in interface GroupLocalService
public void addUserGroup(long userId,
Group group)
addUserGroup in interface GroupLocalService
public void addUserGroups(long userId,
long[] groupIds)
addUserGroups in interface GroupLocalService
public void addUserGroups(long userId,
List<Group> Groups)
addUserGroups in interface GroupLocalServicepublic void clearUserGroups(long userId)
clearUserGroups in interface GroupLocalService
public void deleteUserGroup(long userId,
long groupId)
deleteUserGroup in interface GroupLocalService
public void deleteUserGroup(long userId,
Group group)
deleteUserGroup in interface GroupLocalService
public void deleteUserGroups(long userId,
long[] groupIds)
deleteUserGroups in interface GroupLocalService
public void deleteUserGroups(long userId,
List<Group> Groups)
deleteUserGroups in interface GroupLocalServicepublic long[] getUserPrimaryKeys(long groupId)
getUserPrimaryKeys in interface GroupLocalServicegroupId - the groupId of the group
public List<Group> getUserGroups(long userId)
getUserGroups in interface GroupLocalService
public List<Group> getUserGroups(long userId,
int start,
int end)
getUserGroups in interface GroupLocalService
public List<Group> getUserGroups(long userId,
int start,
int end,
OrderByComparator<Group> orderByComparator)
throws PortalException
getUserGroups in interface GroupLocalServicePortalExceptionpublic int getUserGroupsCount(long userId)
getUserGroupsCount in interface GroupLocalService
public boolean hasUserGroup(long userId,
long groupId)
hasUserGroup in interface GroupLocalServicepublic boolean hasUserGroups(long userId)
hasUserGroups in interface GroupLocalService
public void setUserGroups(long userId,
long[] groupIds)
setUserGroups in interface GroupLocalServicepublic GroupLocalService getGroupLocalService()
public void setGroupLocalService(GroupLocalService groupLocalService)
groupLocalService - the group local servicepublic GroupService getGroupService()
public void setGroupService(GroupService groupService)
groupService - the group remote servicepublic GroupPersistence getGroupPersistence()
public void setGroupPersistence(GroupPersistence groupPersistence)
groupPersistence - the group persistencepublic GroupFinder getGroupFinder()
public void setGroupFinder(GroupFinder groupFinder)
groupFinder - the group finderpublic CounterLocalService getCounterLocalService()
public void setCounterLocalService(CounterLocalService counterLocalService)
counterLocalService - the counter local servicepublic AccountLocalService getAccountLocalService()
public void setAccountLocalService(AccountLocalService accountLocalService)
accountLocalService - the account local servicepublic AccountService getAccountService()
public void setAccountService(AccountService accountService)
accountService - the account remote servicepublic AccountPersistence getAccountPersistence()
public void setAccountPersistence(AccountPersistence accountPersistence)
accountPersistence - the account persistencepublic ClassNameLocalService getClassNameLocalService()
public void setClassNameLocalService(ClassNameLocalService classNameLocalService)
classNameLocalService - the class name local servicepublic ClassNameService getClassNameService()
public void setClassNameService(ClassNameService classNameService)
classNameService - the class name remote servicepublic ClassNamePersistence getClassNamePersistence()
public void setClassNamePersistence(ClassNamePersistence classNamePersistence)
classNamePersistence - the class name persistencepublic CompanyLocalService getCompanyLocalService()
public void setCompanyLocalService(CompanyLocalService companyLocalService)
companyLocalService - the company local servicepublic CompanyService getCompanyService()
public void setCompanyService(CompanyService companyService)
companyService - the company remote servicepublic CompanyPersistence getCompanyPersistence()
public void setCompanyPersistence(CompanyPersistence companyPersistence)
companyPersistence - the company persistencepublic AssetCategoryLocalService getAssetCategoryLocalService()
public void setAssetCategoryLocalService(AssetCategoryLocalService assetCategoryLocalService)
assetCategoryLocalService - the asset category local servicepublic AssetCategoryService getAssetCategoryService()
public void setAssetCategoryService(AssetCategoryService assetCategoryService)
assetCategoryService - the asset category remote servicepublic AssetCategoryPersistence getAssetCategoryPersistence()
public void setAssetCategoryPersistence(AssetCategoryPersistence assetCategoryPersistence)
assetCategoryPersistence - the asset category persistencepublic AssetCategoryFinder getAssetCategoryFinder()
public void setAssetCategoryFinder(AssetCategoryFinder assetCategoryFinder)
assetCategoryFinder - the asset category finderpublic AssetEntryLocalService getAssetEntryLocalService()
public void setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
assetEntryLocalService - the asset entry local servicepublic AssetEntryService getAssetEntryService()
public void setAssetEntryService(AssetEntryService assetEntryService)
assetEntryService - the asset entry remote servicepublic AssetEntryPersistence getAssetEntryPersistence()
public void setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
assetEntryPersistence - the asset entry persistencepublic AssetEntryFinder getAssetEntryFinder()
public void setAssetEntryFinder(AssetEntryFinder assetEntryFinder)
assetEntryFinder - the asset entry finderpublic AssetTagLocalService getAssetTagLocalService()
public void setAssetTagLocalService(AssetTagLocalService assetTagLocalService)
assetTagLocalService - the asset tag local servicepublic AssetTagService getAssetTagService()
public void setAssetTagService(AssetTagService assetTagService)
assetTagService - the asset tag remote servicepublic AssetTagPersistence getAssetTagPersistence()
public void setAssetTagPersistence(AssetTagPersistence assetTagPersistence)
assetTagPersistence - the asset tag persistencepublic AssetTagFinder getAssetTagFinder()
public void setAssetTagFinder(AssetTagFinder assetTagFinder)
assetTagFinder - the asset tag finderpublic AssetVocabularyLocalService getAssetVocabularyLocalService()
public void setAssetVocabularyLocalService(AssetVocabularyLocalService assetVocabularyLocalService)
assetVocabularyLocalService - the asset vocabulary local servicepublic AssetVocabularyService getAssetVocabularyService()
public void setAssetVocabularyService(AssetVocabularyService assetVocabularyService)
assetVocabularyService - the asset vocabulary remote servicepublic AssetVocabularyPersistence getAssetVocabularyPersistence()
public void setAssetVocabularyPersistence(AssetVocabularyPersistence assetVocabularyPersistence)
assetVocabularyPersistence - the asset vocabulary persistencepublic AssetVocabularyFinder getAssetVocabularyFinder()
public void setAssetVocabularyFinder(AssetVocabularyFinder assetVocabularyFinder)
assetVocabularyFinder - the asset vocabulary finderpublic DLAppLocalService getDLAppLocalService()
public void setDLAppLocalService(DLAppLocalService dlAppLocalService)
dlAppLocalService - the d l app local servicepublic DLAppService getDLAppService()
public void setDLAppService(DLAppService dlAppService)
dlAppService - the d l app remote servicepublic 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 ExportImportService getExportImportService()
public void setExportImportService(ExportImportService exportImportService)
exportImportService - the export import remote servicepublic ExportImportConfigurationLocalService getExportImportConfigurationLocalService()
public void setExportImportConfigurationLocalService(ExportImportConfigurationLocalService exportImportConfigurationLocalService)
exportImportConfigurationLocalService - the export import configuration local servicepublic ExportImportConfigurationService getExportImportConfigurationService()
public void setExportImportConfigurationService(ExportImportConfigurationService exportImportConfigurationService)
exportImportConfigurationService - the export import configuration remote servicepublic ExportImportConfigurationPersistence getExportImportConfigurationPersistence()
public void setExportImportConfigurationPersistence(ExportImportConfigurationPersistence exportImportConfigurationPersistence)
exportImportConfigurationPersistence - the export import configuration persistencepublic StagingLocalService getStagingLocalService()
public void setStagingLocalService(StagingLocalService stagingLocalService)
stagingLocalService - the staging local servicepublic StagingService getStagingService()
public void setStagingService(StagingService stagingService)
stagingService - the staging remote servicepublic SocialActivityLocalService getSocialActivityLocalService()
public void setSocialActivityLocalService(SocialActivityLocalService socialActivityLocalService)
socialActivityLocalService - the social activity local servicepublic SocialActivityService getSocialActivityService()
public void setSocialActivityService(SocialActivityService socialActivityService)
socialActivityService - the social activity remote servicepublic SocialActivityPersistence getSocialActivityPersistence()
public void setSocialActivityPersistence(SocialActivityPersistence socialActivityPersistence)
socialActivityPersistence - the social activity persistencepublic SocialActivityFinder getSocialActivityFinder()
public void setSocialActivityFinder(SocialActivityFinder socialActivityFinder)
socialActivityFinder - the social activity finderpublic SocialActivitySettingLocalService getSocialActivitySettingLocalService()
public void setSocialActivitySettingLocalService(SocialActivitySettingLocalService socialActivitySettingLocalService)
socialActivitySettingLocalService - the social activity setting local servicepublic SocialActivitySettingService getSocialActivitySettingService()
public void setSocialActivitySettingService(SocialActivitySettingService socialActivitySettingService)
socialActivitySettingService - the social activity setting remote servicepublic SocialActivitySettingPersistence getSocialActivitySettingPersistence()
public void setSocialActivitySettingPersistence(SocialActivitySettingPersistence socialActivitySettingPersistence)
socialActivitySettingPersistence - the social activity setting persistencepublic SocialRequestLocalService getSocialRequestLocalService()
public void setSocialRequestLocalService(SocialRequestLocalService socialRequestLocalService)
socialRequestLocalService - the social request local servicepublic SocialRequestService getSocialRequestService()
public void setSocialRequestService(SocialRequestService socialRequestService)
socialRequestService - the social request remote servicepublic SocialRequestPersistence getSocialRequestPersistence()
public void setSocialRequestPersistence(SocialRequestPersistence socialRequestPersistence)
socialRequestPersistence - the social request persistencepublic SCFrameworkVersionLocalService getSCFrameworkVersionLocalService()
public void setSCFrameworkVersionLocalService(SCFrameworkVersionLocalService scFrameworkVersionLocalService)
scFrameworkVersionLocalService - the s c framework version local servicepublic SCFrameworkVersionService getSCFrameworkVersionService()
public void setSCFrameworkVersionService(SCFrameworkVersionService scFrameworkVersionService)
scFrameworkVersionService - the s c framework version remote servicepublic SCFrameworkVersionPersistence getSCFrameworkVersionPersistence()
public void setSCFrameworkVersionPersistence(SCFrameworkVersionPersistence scFrameworkVersionPersistence)
scFrameworkVersionPersistence - the s c framework version persistencepublic SCProductEntryLocalService getSCProductEntryLocalService()
public void setSCProductEntryLocalService(SCProductEntryLocalService scProductEntryLocalService)
scProductEntryLocalService - the s c product entry local servicepublic SCProductEntryService getSCProductEntryService()
public void setSCProductEntryService(SCProductEntryService scProductEntryService)
scProductEntryService - the s c product entry remote servicepublic SCProductEntryPersistence getSCProductEntryPersistence()
public void setSCProductEntryPersistence(SCProductEntryPersistence scProductEntryPersistence)
scProductEntryPersistence - the s c product entry persistencepublic TrashEntryLocalService getTrashEntryLocalService()
public void setTrashEntryLocalService(TrashEntryLocalService trashEntryLocalService)
trashEntryLocalService - the trash entry local servicepublic TrashEntryService getTrashEntryService()
public void setTrashEntryService(TrashEntryService trashEntryService)
trashEntryService - the trash entry remote servicepublic TrashEntryPersistence getTrashEntryPersistence()
public void setTrashEntryPersistence(TrashEntryPersistence trashEntryPersistence)
trashEntryPersistence - the trash entry persistencepublic LayoutLocalService getLayoutLocalService()
public void setLayoutLocalService(LayoutLocalService layoutLocalService)
layoutLocalService - the layout local servicepublic LayoutService getLayoutService()
public void setLayoutService(LayoutService layoutService)
layoutService - the layout remote servicepublic LayoutPersistence getLayoutPersistence()
public void setLayoutPersistence(LayoutPersistence layoutPersistence)
layoutPersistence - the layout persistencepublic LayoutFinder getLayoutFinder()
public void setLayoutFinder(LayoutFinder layoutFinder)
layoutFinder - the layout finderpublic LayoutPrototypeLocalService getLayoutPrototypeLocalService()
public void setLayoutPrototypeLocalService(LayoutPrototypeLocalService layoutPrototypeLocalService)
layoutPrototypeLocalService - the layout prototype local servicepublic LayoutPrototypeService getLayoutPrototypeService()
public void setLayoutPrototypeService(LayoutPrototypeService layoutPrototypeService)
layoutPrototypeService - the layout prototype remote servicepublic LayoutPrototypePersistence getLayoutPrototypePersistence()
public void setLayoutPrototypePersistence(LayoutPrototypePersistence layoutPrototypePersistence)
layoutPrototypePersistence - the layout prototype persistencepublic LayoutSetLocalService getLayoutSetLocalService()
public void setLayoutSetLocalService(LayoutSetLocalService layoutSetLocalService)
layoutSetLocalService - the layout set local servicepublic LayoutSetService getLayoutSetService()
public void setLayoutSetService(LayoutSetService layoutSetService)
layoutSetService - the layout set remote servicepublic LayoutSetPersistence getLayoutSetPersistence()
public void setLayoutSetPersistence(LayoutSetPersistence layoutSetPersistence)
layoutSetPersistence - the layout set persistencepublic LayoutSetBranchLocalService getLayoutSetBranchLocalService()
public void setLayoutSetBranchLocalService(LayoutSetBranchLocalService layoutSetBranchLocalService)
layoutSetBranchLocalService - the layout set branch local servicepublic LayoutSetBranchService getLayoutSetBranchService()
public void setLayoutSetBranchService(LayoutSetBranchService layoutSetBranchService)
layoutSetBranchService - the layout set branch remote servicepublic LayoutSetBranchPersistence getLayoutSetBranchPersistence()
public void setLayoutSetBranchPersistence(LayoutSetBranchPersistence layoutSetBranchPersistence)
layoutSetBranchPersistence - the layout set branch persistencepublic LayoutSetPrototypeLocalService getLayoutSetPrototypeLocalService()
public void setLayoutSetPrototypeLocalService(LayoutSetPrototypeLocalService layoutSetPrototypeLocalService)
layoutSetPrototypeLocalService - the layout set prototype local servicepublic LayoutSetPrototypeService getLayoutSetPrototypeService()
public void setLayoutSetPrototypeService(LayoutSetPrototypeService layoutSetPrototypeService)
layoutSetPrototypeService - the layout set prototype remote servicepublic LayoutSetPrototypePersistence getLayoutSetPrototypePersistence()
public void setLayoutSetPrototypePersistence(LayoutSetPrototypePersistence layoutSetPrototypePersistence)
layoutSetPrototypePersistence - the layout set prototype persistencepublic MembershipRequestLocalService getMembershipRequestLocalService()
public void setMembershipRequestLocalService(MembershipRequestLocalService membershipRequestLocalService)
membershipRequestLocalService - the membership request local servicepublic MembershipRequestService getMembershipRequestService()
public void setMembershipRequestService(MembershipRequestService membershipRequestService)
membershipRequestService - the membership request remote servicepublic MembershipRequestPersistence getMembershipRequestPersistence()
public void setMembershipRequestPersistence(MembershipRequestPersistence membershipRequestPersistence)
membershipRequestPersistence - the membership request persistencepublic OrganizationLocalService getOrganizationLocalService()
public void setOrganizationLocalService(OrganizationLocalService organizationLocalService)
organizationLocalService - the organization local servicepublic OrganizationService getOrganizationService()
public void setOrganizationService(OrganizationService organizationService)
organizationService - the organization remote servicepublic OrganizationPersistence getOrganizationPersistence()
public void setOrganizationPersistence(OrganizationPersistence organizationPersistence)
organizationPersistence - the organization persistencepublic OrganizationFinder getOrganizationFinder()
public void setOrganizationFinder(OrganizationFinder organizationFinder)
organizationFinder - the organization finderpublic PortletLocalService getPortletLocalService()
public void setPortletLocalService(PortletLocalService portletLocalService)
portletLocalService - the portlet local servicepublic PortletService getPortletService()
public void setPortletService(PortletService portletService)
portletService - the portlet remote servicepublic PortletPersistence getPortletPersistence()
public void setPortletPersistence(PortletPersistence portletPersistence)
portletPersistence - the portlet persistencepublic PortletPreferencesLocalService getPortletPreferencesLocalService()
public void setPortletPreferencesLocalService(PortletPreferencesLocalService portletPreferencesLocalService)
portletPreferencesLocalService - the portlet preferences local servicepublic PortletPreferencesService getPortletPreferencesService()
public void setPortletPreferencesService(PortletPreferencesService portletPreferencesService)
portletPreferencesService - the portlet preferences remote servicepublic PortletPreferencesPersistence getPortletPreferencesPersistence()
public void setPortletPreferencesPersistence(PortletPreferencesPersistence portletPreferencesPersistence)
portletPreferencesPersistence - the portlet preferences persistencepublic PortletPreferencesFinder getPortletPreferencesFinder()
public void setPortletPreferencesFinder(PortletPreferencesFinder portletPreferencesFinder)
portletPreferencesFinder - the portlet preferences finderpublic ResourceLocalService getResourceLocalService()
public void setResourceLocalService(ResourceLocalService resourceLocalService)
resourceLocalService - the resource local servicepublic ResourceActionLocalService getResourceActionLocalService()
public void setResourceActionLocalService(ResourceActionLocalService resourceActionLocalService)
resourceActionLocalService - the resource action local servicepublic ResourceActionPersistence getResourceActionPersistence()
public void setResourceActionPersistence(ResourceActionPersistence resourceActionPersistence)
resourceActionPersistence - the resource action persistencepublic ResourceBlockLocalService getResourceBlockLocalService()
public void setResourceBlockLocalService(ResourceBlockLocalService resourceBlockLocalService)
resourceBlockLocalService - the resource block local servicepublic ResourceBlockService getResourceBlockService()
public void setResourceBlockService(ResourceBlockService resourceBlockService)
resourceBlockService - the resource block remote servicepublic ResourceBlockPersistence getResourceBlockPersistence()
public void setResourceBlockPersistence(ResourceBlockPersistence resourceBlockPersistence)
resourceBlockPersistence - the resource block persistencepublic ResourceBlockFinder getResourceBlockFinder()
public void setResourceBlockFinder(ResourceBlockFinder resourceBlockFinder)
resourceBlockFinder - the resource block finderpublic ResourcePermissionLocalService getResourcePermissionLocalService()
public void setResourcePermissionLocalService(ResourcePermissionLocalService resourcePermissionLocalService)
resourcePermissionLocalService - the resource permission local servicepublic ResourcePermissionService getResourcePermissionService()
public void setResourcePermissionService(ResourcePermissionService resourcePermissionService)
resourcePermissionService - the resource permission remote servicepublic ResourcePermissionPersistence getResourcePermissionPersistence()
public void setResourcePermissionPersistence(ResourcePermissionPersistence resourcePermissionPersistence)
resourcePermissionPersistence - the resource permission persistencepublic ResourcePermissionFinder getResourcePermissionFinder()
public void setResourcePermissionFinder(ResourcePermissionFinder resourcePermissionFinder)
resourcePermissionFinder - the resource permission finderpublic ResourceTypePermissionLocalService getResourceTypePermissionLocalService()
public void setResourceTypePermissionLocalService(ResourceTypePermissionLocalService resourceTypePermissionLocalService)
resourceTypePermissionLocalService - the resource type permission local servicepublic ResourceTypePermissionPersistence getResourceTypePermissionPersistence()
public void setResourceTypePermissionPersistence(ResourceTypePermissionPersistence resourceTypePermissionPersistence)
resourceTypePermissionPersistence - the resource type permission persistencepublic ResourceTypePermissionFinder getResourceTypePermissionFinder()
public void setResourceTypePermissionFinder(ResourceTypePermissionFinder resourceTypePermissionFinder)
resourceTypePermissionFinder - the resource type permission finderpublic RoleLocalService getRoleLocalService()
public void setRoleLocalService(RoleLocalService roleLocalService)
roleLocalService - the role local servicepublic RoleService getRoleService()
public void setRoleService(RoleService roleService)
roleService - the role remote servicepublic RolePersistence getRolePersistence()
public void setRolePersistence(RolePersistence rolePersistence)
rolePersistence - the role persistencepublic RoleFinder getRoleFinder()
public void setRoleFinder(RoleFinder roleFinder)
roleFinder - the role finderpublic SubscriptionLocalService getSubscriptionLocalService()
public void setSubscriptionLocalService(SubscriptionLocalService subscriptionLocalService)
subscriptionLocalService - the subscription local servicepublic SubscriptionPersistence getSubscriptionPersistence()
public void setSubscriptionPersistence(SubscriptionPersistence subscriptionPersistence)
subscriptionPersistence - the subscription persistencepublic TeamLocalService getTeamLocalService()
public void setTeamLocalService(TeamLocalService teamLocalService)
teamLocalService - the team local servicepublic TeamService getTeamService()
public void setTeamService(TeamService teamService)
teamService - the team remote 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 UserService getUserService()
public void setUserService(UserService userService)
userService - the user remote servicepublic UserPersistence getUserPersistence()
public void setUserPersistence(UserPersistence userPersistence)
userPersistence - the user persistencepublic UserFinder getUserFinder()
public void setUserFinder(UserFinder userFinder)
userFinder - the user finderpublic UserGroupLocalService getUserGroupLocalService()
public void setUserGroupLocalService(UserGroupLocalService userGroupLocalService)
userGroupLocalService - the user group local servicepublic UserGroupService getUserGroupService()
public void setUserGroupService(UserGroupService userGroupService)
userGroupService - the user group remote 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 UserGroupGroupRoleLocalService getUserGroupGroupRoleLocalService()
public void setUserGroupGroupRoleLocalService(UserGroupGroupRoleLocalService userGroupGroupRoleLocalService)
userGroupGroupRoleLocalService - the user group group role local servicepublic UserGroupGroupRoleService getUserGroupGroupRoleService()
public void setUserGroupGroupRoleService(UserGroupGroupRoleService userGroupGroupRoleService)
userGroupGroupRoleService - the user group group role remote 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 UserGroupRoleLocalService getUserGroupRoleLocalService()
public void setUserGroupRoleLocalService(UserGroupRoleLocalService userGroupRoleLocalService)
userGroupRoleLocalService - the user group role local servicepublic UserGroupRoleService getUserGroupRoleService()
public void setUserGroupRoleService(UserGroupRoleService userGroupRoleService)
userGroupRoleService - the user group role remote servicepublic UserGroupRolePersistence getUserGroupRolePersistence()
public void setUserGroupRolePersistence(UserGroupRolePersistence userGroupRolePersistence)
userGroupRolePersistence - the user group role persistencepublic UserGroupRoleFinder getUserGroupRoleFinder()
public void setUserGroupRoleFinder(UserGroupRoleFinder userGroupRoleFinder)
userGroupRoleFinder - the user group role finderpublic WorkflowDefinitionLinkLocalService getWorkflowDefinitionLinkLocalService()
public void setWorkflowDefinitionLinkLocalService(WorkflowDefinitionLinkLocalService workflowDefinitionLinkLocalService)
workflowDefinitionLinkLocalService - the workflow definition link local servicepublic WorkflowDefinitionLinkPersistence getWorkflowDefinitionLinkPersistence()
public void setWorkflowDefinitionLinkPersistence(WorkflowDefinitionLinkPersistence workflowDefinitionLinkPersistence)
workflowDefinitionLinkPersistence - the workflow definition link persistencepublic void afterPropertiesSet()
public void destroy()
public String getBeanIdentifier()
getBeanIdentifier in interface IdentifiableBeangetBeanIdentifier in interface GroupLocalServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface IdentifiableBeansetBeanIdentifier in interface GroupLocalServicebeanIdentifier - the Spring bean ID for this beanprotected Class<?> getModelClass()
protected String getModelClassName()
protected void runSQL(String sql)
sql - the sql query
|
Liferay 7.0-ce-a2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||