001    /**
002     * Copyright (c) 2000-2013 Liferay, Inc. All rights reserved.
003     *
004     * This library is free software; you can redistribute it and/or modify it under
005     * the terms of the GNU Lesser General Public License as published by the Free
006     * Software Foundation; either version 2.1 of the License, or (at your option)
007     * any later version.
008     *
009     * This library is distributed in the hope that it will be useful, but WITHOUT
010     * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
011     * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
012     * details.
013     */
014    
015    package com.liferay.portal.service.base;
016    
017    import com.liferay.counter.service.CounterLocalService;
018    
019    import com.liferay.portal.kernel.bean.BeanReference;
020    import com.liferay.portal.kernel.bean.IdentifiableBean;
021    import com.liferay.portal.kernel.dao.jdbc.SqlUpdate;
022    import com.liferay.portal.kernel.dao.jdbc.SqlUpdateFactoryUtil;
023    import com.liferay.portal.kernel.dao.orm.DynamicQuery;
024    import com.liferay.portal.kernel.dao.orm.DynamicQueryFactoryUtil;
025    import com.liferay.portal.kernel.exception.PortalException;
026    import com.liferay.portal.kernel.exception.SystemException;
027    import com.liferay.portal.kernel.search.Indexable;
028    import com.liferay.portal.kernel.search.IndexableType;
029    import com.liferay.portal.kernel.util.OrderByComparator;
030    import com.liferay.portal.model.PersistedModel;
031    import com.liferay.portal.model.UserGroup;
032    import com.liferay.portal.service.AccountLocalService;
033    import com.liferay.portal.service.AccountService;
034    import com.liferay.portal.service.AddressLocalService;
035    import com.liferay.portal.service.AddressService;
036    import com.liferay.portal.service.BaseLocalServiceImpl;
037    import com.liferay.portal.service.BrowserTrackerLocalService;
038    import com.liferay.portal.service.CMISRepositoryLocalService;
039    import com.liferay.portal.service.ClassNameLocalService;
040    import com.liferay.portal.service.ClassNameService;
041    import com.liferay.portal.service.ClusterGroupLocalService;
042    import com.liferay.portal.service.CompanyLocalService;
043    import com.liferay.portal.service.CompanyService;
044    import com.liferay.portal.service.ContactLocalService;
045    import com.liferay.portal.service.ContactService;
046    import com.liferay.portal.service.CountryService;
047    import com.liferay.portal.service.EmailAddressLocalService;
048    import com.liferay.portal.service.EmailAddressService;
049    import com.liferay.portal.service.GroupLocalService;
050    import com.liferay.portal.service.GroupService;
051    import com.liferay.portal.service.ImageLocalService;
052    import com.liferay.portal.service.ImageService;
053    import com.liferay.portal.service.LayoutBranchLocalService;
054    import com.liferay.portal.service.LayoutBranchService;
055    import com.liferay.portal.service.LayoutLocalService;
056    import com.liferay.portal.service.LayoutPrototypeLocalService;
057    import com.liferay.portal.service.LayoutPrototypeService;
058    import com.liferay.portal.service.LayoutRevisionLocalService;
059    import com.liferay.portal.service.LayoutRevisionService;
060    import com.liferay.portal.service.LayoutService;
061    import com.liferay.portal.service.LayoutSetBranchLocalService;
062    import com.liferay.portal.service.LayoutSetBranchService;
063    import com.liferay.portal.service.LayoutSetLocalService;
064    import com.liferay.portal.service.LayoutSetPrototypeLocalService;
065    import com.liferay.portal.service.LayoutSetPrototypeService;
066    import com.liferay.portal.service.LayoutSetService;
067    import com.liferay.portal.service.LayoutTemplateLocalService;
068    import com.liferay.portal.service.ListTypeService;
069    import com.liferay.portal.service.LockLocalService;
070    import com.liferay.portal.service.MembershipRequestLocalService;
071    import com.liferay.portal.service.MembershipRequestService;
072    import com.liferay.portal.service.OrgLaborLocalService;
073    import com.liferay.portal.service.OrgLaborService;
074    import com.liferay.portal.service.OrganizationLocalService;
075    import com.liferay.portal.service.OrganizationService;
076    import com.liferay.portal.service.PasswordPolicyLocalService;
077    import com.liferay.portal.service.PasswordPolicyRelLocalService;
078    import com.liferay.portal.service.PasswordPolicyService;
079    import com.liferay.portal.service.PasswordTrackerLocalService;
080    import com.liferay.portal.service.PermissionService;
081    import com.liferay.portal.service.PersistedModelLocalServiceRegistry;
082    import com.liferay.portal.service.PhoneLocalService;
083    import com.liferay.portal.service.PhoneService;
084    import com.liferay.portal.service.PluginSettingLocalService;
085    import com.liferay.portal.service.PluginSettingService;
086    import com.liferay.portal.service.PortalLocalService;
087    import com.liferay.portal.service.PortalPreferencesLocalService;
088    import com.liferay.portal.service.PortalService;
089    import com.liferay.portal.service.PortletItemLocalService;
090    import com.liferay.portal.service.PortletLocalService;
091    import com.liferay.portal.service.PortletPreferencesLocalService;
092    import com.liferay.portal.service.PortletPreferencesService;
093    import com.liferay.portal.service.PortletService;
094    import com.liferay.portal.service.QuartzLocalService;
095    import com.liferay.portal.service.RegionService;
096    import com.liferay.portal.service.ReleaseLocalService;
097    import com.liferay.portal.service.RepositoryEntryLocalService;
098    import com.liferay.portal.service.RepositoryLocalService;
099    import com.liferay.portal.service.RepositoryService;
100    import com.liferay.portal.service.ResourceActionLocalService;
101    import com.liferay.portal.service.ResourceBlockLocalService;
102    import com.liferay.portal.service.ResourceBlockPermissionLocalService;
103    import com.liferay.portal.service.ResourceBlockService;
104    import com.liferay.portal.service.ResourceLocalService;
105    import com.liferay.portal.service.ResourcePermissionLocalService;
106    import com.liferay.portal.service.ResourcePermissionService;
107    import com.liferay.portal.service.ResourceTypePermissionLocalService;
108    import com.liferay.portal.service.RoleLocalService;
109    import com.liferay.portal.service.RoleService;
110    import com.liferay.portal.service.ServiceComponentLocalService;
111    import com.liferay.portal.service.ShardLocalService;
112    import com.liferay.portal.service.SubscriptionLocalService;
113    import com.liferay.portal.service.TeamLocalService;
114    import com.liferay.portal.service.TeamService;
115    import com.liferay.portal.service.ThemeLocalService;
116    import com.liferay.portal.service.ThemeService;
117    import com.liferay.portal.service.TicketLocalService;
118    import com.liferay.portal.service.UserGroupGroupRoleLocalService;
119    import com.liferay.portal.service.UserGroupGroupRoleService;
120    import com.liferay.portal.service.UserGroupLocalService;
121    import com.liferay.portal.service.UserGroupRoleLocalService;
122    import com.liferay.portal.service.UserGroupRoleService;
123    import com.liferay.portal.service.UserGroupService;
124    import com.liferay.portal.service.UserIdMapperLocalService;
125    import com.liferay.portal.service.UserLocalService;
126    import com.liferay.portal.service.UserNotificationEventLocalService;
127    import com.liferay.portal.service.UserService;
128    import com.liferay.portal.service.UserTrackerLocalService;
129    import com.liferay.portal.service.UserTrackerPathLocalService;
130    import com.liferay.portal.service.VirtualHostLocalService;
131    import com.liferay.portal.service.WebDAVPropsLocalService;
132    import com.liferay.portal.service.WebsiteLocalService;
133    import com.liferay.portal.service.WebsiteService;
134    import com.liferay.portal.service.WorkflowDefinitionLinkLocalService;
135    import com.liferay.portal.service.WorkflowInstanceLinkLocalService;
136    import com.liferay.portal.service.persistence.AccountPersistence;
137    import com.liferay.portal.service.persistence.AddressPersistence;
138    import com.liferay.portal.service.persistence.BrowserTrackerPersistence;
139    import com.liferay.portal.service.persistence.ClassNamePersistence;
140    import com.liferay.portal.service.persistence.ClusterGroupPersistence;
141    import com.liferay.portal.service.persistence.CompanyPersistence;
142    import com.liferay.portal.service.persistence.ContactPersistence;
143    import com.liferay.portal.service.persistence.CountryPersistence;
144    import com.liferay.portal.service.persistence.EmailAddressPersistence;
145    import com.liferay.portal.service.persistence.GroupFinder;
146    import com.liferay.portal.service.persistence.GroupPersistence;
147    import com.liferay.portal.service.persistence.ImagePersistence;
148    import com.liferay.portal.service.persistence.LayoutBranchPersistence;
149    import com.liferay.portal.service.persistence.LayoutFinder;
150    import com.liferay.portal.service.persistence.LayoutPersistence;
151    import com.liferay.portal.service.persistence.LayoutPrototypePersistence;
152    import com.liferay.portal.service.persistence.LayoutRevisionPersistence;
153    import com.liferay.portal.service.persistence.LayoutSetBranchFinder;
154    import com.liferay.portal.service.persistence.LayoutSetBranchPersistence;
155    import com.liferay.portal.service.persistence.LayoutSetPersistence;
156    import com.liferay.portal.service.persistence.LayoutSetPrototypePersistence;
157    import com.liferay.portal.service.persistence.ListTypePersistence;
158    import com.liferay.portal.service.persistence.LockFinder;
159    import com.liferay.portal.service.persistence.LockPersistence;
160    import com.liferay.portal.service.persistence.MembershipRequestPersistence;
161    import com.liferay.portal.service.persistence.OrgGroupRolePersistence;
162    import com.liferay.portal.service.persistence.OrgLaborPersistence;
163    import com.liferay.portal.service.persistence.OrganizationFinder;
164    import com.liferay.portal.service.persistence.OrganizationPersistence;
165    import com.liferay.portal.service.persistence.PasswordPolicyFinder;
166    import com.liferay.portal.service.persistence.PasswordPolicyPersistence;
167    import com.liferay.portal.service.persistence.PasswordPolicyRelPersistence;
168    import com.liferay.portal.service.persistence.PasswordTrackerPersistence;
169    import com.liferay.portal.service.persistence.PhonePersistence;
170    import com.liferay.portal.service.persistence.PluginSettingPersistence;
171    import com.liferay.portal.service.persistence.PortalPreferencesPersistence;
172    import com.liferay.portal.service.persistence.PortletItemPersistence;
173    import com.liferay.portal.service.persistence.PortletPersistence;
174    import com.liferay.portal.service.persistence.PortletPreferencesFinder;
175    import com.liferay.portal.service.persistence.PortletPreferencesPersistence;
176    import com.liferay.portal.service.persistence.RegionPersistence;
177    import com.liferay.portal.service.persistence.ReleasePersistence;
178    import com.liferay.portal.service.persistence.RepositoryEntryPersistence;
179    import com.liferay.portal.service.persistence.RepositoryPersistence;
180    import com.liferay.portal.service.persistence.ResourceActionPersistence;
181    import com.liferay.portal.service.persistence.ResourceBlockFinder;
182    import com.liferay.portal.service.persistence.ResourceBlockPermissionPersistence;
183    import com.liferay.portal.service.persistence.ResourceBlockPersistence;
184    import com.liferay.portal.service.persistence.ResourcePermissionFinder;
185    import com.liferay.portal.service.persistence.ResourcePermissionPersistence;
186    import com.liferay.portal.service.persistence.ResourceTypePermissionFinder;
187    import com.liferay.portal.service.persistence.ResourceTypePermissionPersistence;
188    import com.liferay.portal.service.persistence.RoleFinder;
189    import com.liferay.portal.service.persistence.RolePersistence;
190    import com.liferay.portal.service.persistence.ServiceComponentPersistence;
191    import com.liferay.portal.service.persistence.ShardPersistence;
192    import com.liferay.portal.service.persistence.SubscriptionPersistence;
193    import com.liferay.portal.service.persistence.TeamFinder;
194    import com.liferay.portal.service.persistence.TeamPersistence;
195    import com.liferay.portal.service.persistence.TicketPersistence;
196    import com.liferay.portal.service.persistence.UserFinder;
197    import com.liferay.portal.service.persistence.UserGroupFinder;
198    import com.liferay.portal.service.persistence.UserGroupGroupRolePersistence;
199    import com.liferay.portal.service.persistence.UserGroupPersistence;
200    import com.liferay.portal.service.persistence.UserGroupRoleFinder;
201    import com.liferay.portal.service.persistence.UserGroupRolePersistence;
202    import com.liferay.portal.service.persistence.UserIdMapperPersistence;
203    import com.liferay.portal.service.persistence.UserNotificationEventPersistence;
204    import com.liferay.portal.service.persistence.UserPersistence;
205    import com.liferay.portal.service.persistence.UserTrackerPathPersistence;
206    import com.liferay.portal.service.persistence.UserTrackerPersistence;
207    import com.liferay.portal.service.persistence.VirtualHostPersistence;
208    import com.liferay.portal.service.persistence.WebDAVPropsPersistence;
209    import com.liferay.portal.service.persistence.WebsitePersistence;
210    import com.liferay.portal.service.persistence.WorkflowDefinitionLinkPersistence;
211    import com.liferay.portal.service.persistence.WorkflowInstanceLinkPersistence;
212    
213    import com.liferay.portlet.expando.service.ExpandoValueLocalService;
214    import com.liferay.portlet.expando.service.ExpandoValueService;
215    import com.liferay.portlet.expando.service.persistence.ExpandoValuePersistence;
216    
217    import java.io.Serializable;
218    
219    import java.util.List;
220    
221    import javax.sql.DataSource;
222    
223    /**
224     * The base implementation of the user group local service.
225     *
226     * <p>
227     * This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in {@link com.liferay.portal.service.impl.UserGroupLocalServiceImpl}.
228     * </p>
229     *
230     * @author Brian Wing Shun Chan
231     * @see com.liferay.portal.service.impl.UserGroupLocalServiceImpl
232     * @see com.liferay.portal.service.UserGroupLocalServiceUtil
233     * @generated
234     */
235    public abstract class UserGroupLocalServiceBaseImpl extends BaseLocalServiceImpl
236            implements UserGroupLocalService, IdentifiableBean {
237            /*
238             * NOTE FOR DEVELOPERS:
239             *
240             * Never modify or reference this class directly. Always use {@link com.liferay.portal.service.UserGroupLocalServiceUtil} to access the user group local service.
241             */
242    
243            /**
244             * Adds the user group to the database. Also notifies the appropriate model listeners.
245             *
246             * @param userGroup the user group
247             * @return the user group that was added
248             * @throws SystemException if a system exception occurred
249             */
250            @Indexable(type = IndexableType.REINDEX)
251            public UserGroup addUserGroup(UserGroup userGroup)
252                    throws SystemException {
253                    userGroup.setNew(true);
254    
255                    return userGroupPersistence.update(userGroup);
256            }
257    
258            /**
259             * Creates a new user group with the primary key. Does not add the user group to the database.
260             *
261             * @param userGroupId the primary key for the new user group
262             * @return the new user group
263             */
264            public UserGroup createUserGroup(long userGroupId) {
265                    return userGroupPersistence.create(userGroupId);
266            }
267    
268            /**
269             * Deletes the user group with the primary key from the database. Also notifies the appropriate model listeners.
270             *
271             * @param userGroupId the primary key of the user group
272             * @return the user group that was removed
273             * @throws PortalException if a user group with the primary key could not be found
274             * @throws SystemException if a system exception occurred
275             */
276            @Indexable(type = IndexableType.DELETE)
277            public UserGroup deleteUserGroup(long userGroupId)
278                    throws PortalException, SystemException {
279                    return userGroupPersistence.remove(userGroupId);
280            }
281    
282            /**
283             * Deletes the user group from the database. Also notifies the appropriate model listeners.
284             *
285             * @param userGroup the user group
286             * @return the user group that was removed
287             * @throws PortalException
288             * @throws SystemException if a system exception occurred
289             */
290            @Indexable(type = IndexableType.DELETE)
291            public UserGroup deleteUserGroup(UserGroup userGroup)
292                    throws PortalException, SystemException {
293                    return userGroupPersistence.remove(userGroup);
294            }
295    
296            public DynamicQuery dynamicQuery() {
297                    Class<?> clazz = getClass();
298    
299                    return DynamicQueryFactoryUtil.forClass(UserGroup.class,
300                            clazz.getClassLoader());
301            }
302    
303            /**
304             * Performs a dynamic query on the database and returns the matching rows.
305             *
306             * @param dynamicQuery the dynamic query
307             * @return the matching rows
308             * @throws SystemException if a system exception occurred
309             */
310            @SuppressWarnings("rawtypes")
311            public List dynamicQuery(DynamicQuery dynamicQuery)
312                    throws SystemException {
313                    return userGroupPersistence.findWithDynamicQuery(dynamicQuery);
314            }
315    
316            /**
317             * Performs a dynamic query on the database and returns a range of the matching rows.
318             *
319             * <p>
320             * Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If <code>orderByComparator</code> is specified, then the query will include the given ORDER BY logic. If <code>orderByComparator</code> is absent and pagination is required (<code>start</code> and <code>end</code> are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link com.liferay.portal.model.impl.UserGroupModelImpl}. If both <code>orderByComparator</code> 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.
321             * </p>
322             *
323             * @param dynamicQuery the dynamic query
324             * @param start the lower bound of the range of model instances
325             * @param end the upper bound of the range of model instances (not inclusive)
326             * @return the range of matching rows
327             * @throws SystemException if a system exception occurred
328             */
329            @SuppressWarnings("rawtypes")
330            public List dynamicQuery(DynamicQuery dynamicQuery, int start, int end)
331                    throws SystemException {
332                    return userGroupPersistence.findWithDynamicQuery(dynamicQuery, start,
333                            end);
334            }
335    
336            /**
337             * Performs a dynamic query on the database and returns an ordered range of the matching rows.
338             *
339             * <p>
340             * Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If <code>orderByComparator</code> is specified, then the query will include the given ORDER BY logic. If <code>orderByComparator</code> is absent and pagination is required (<code>start</code> and <code>end</code> are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link com.liferay.portal.model.impl.UserGroupModelImpl}. If both <code>orderByComparator</code> 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.
341             * </p>
342             *
343             * @param dynamicQuery the dynamic query
344             * @param start the lower bound of the range of model instances
345             * @param end the upper bound of the range of model instances (not inclusive)
346             * @param orderByComparator the comparator to order the results by (optionally <code>null</code>)
347             * @return the ordered range of matching rows
348             * @throws SystemException if a system exception occurred
349             */
350            @SuppressWarnings("rawtypes")
351            public List dynamicQuery(DynamicQuery dynamicQuery, int start, int end,
352                    OrderByComparator orderByComparator) throws SystemException {
353                    return userGroupPersistence.findWithDynamicQuery(dynamicQuery, start,
354                            end, orderByComparator);
355            }
356    
357            /**
358             * Returns the number of rows that match the dynamic query.
359             *
360             * @param dynamicQuery the dynamic query
361             * @return the number of rows that match the dynamic query
362             * @throws SystemException if a system exception occurred
363             */
364            public long dynamicQueryCount(DynamicQuery dynamicQuery)
365                    throws SystemException {
366                    return userGroupPersistence.countWithDynamicQuery(dynamicQuery);
367            }
368    
369            public UserGroup fetchUserGroup(long userGroupId) throws SystemException {
370                    return userGroupPersistence.fetchByPrimaryKey(userGroupId);
371            }
372    
373            /**
374             * Returns the user group with the primary key.
375             *
376             * @param userGroupId the primary key of the user group
377             * @return the user group
378             * @throws PortalException if a user group with the primary key could not be found
379             * @throws SystemException if a system exception occurred
380             */
381            public UserGroup getUserGroup(long userGroupId)
382                    throws PortalException, SystemException {
383                    return userGroupPersistence.findByPrimaryKey(userGroupId);
384            }
385    
386            public PersistedModel getPersistedModel(Serializable primaryKeyObj)
387                    throws PortalException, SystemException {
388                    return userGroupPersistence.findByPrimaryKey(primaryKeyObj);
389            }
390    
391            /**
392             * Returns a range of all the user groups.
393             *
394             * <p>
395             * Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If <code>orderByComparator</code> is specified, then the query will include the given ORDER BY logic. If <code>orderByComparator</code> is absent and pagination is required (<code>start</code> and <code>end</code> are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link com.liferay.portal.model.impl.UserGroupModelImpl}. If both <code>orderByComparator</code> 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.
396             * </p>
397             *
398             * @param start the lower bound of the range of user groups
399             * @param end the upper bound of the range of user groups (not inclusive)
400             * @return the range of user groups
401             * @throws SystemException if a system exception occurred
402             */
403            public List<UserGroup> getUserGroups(int start, int end)
404                    throws SystemException {
405                    return userGroupPersistence.findAll(start, end);
406            }
407    
408            /**
409             * Returns the number of user groups.
410             *
411             * @return the number of user groups
412             * @throws SystemException if a system exception occurred
413             */
414            public int getUserGroupsCount() throws SystemException {
415                    return userGroupPersistence.countAll();
416            }
417    
418            /**
419             * Updates the user group in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.
420             *
421             * @param userGroup the user group
422             * @return the user group that was updated
423             * @throws SystemException if a system exception occurred
424             */
425            @Indexable(type = IndexableType.REINDEX)
426            public UserGroup updateUserGroup(UserGroup userGroup)
427                    throws SystemException {
428                    return userGroupPersistence.update(userGroup);
429            }
430    
431            /**
432             * @throws SystemException if a system exception occurred
433             */
434            public void addGroupUserGroup(long groupId, long userGroupId)
435                    throws SystemException {
436                    groupPersistence.addUserGroup(groupId, userGroupId);
437            }
438    
439            /**
440             * @throws SystemException if a system exception occurred
441             */
442            public void addGroupUserGroup(long groupId, UserGroup userGroup)
443                    throws SystemException {
444                    groupPersistence.addUserGroup(groupId, userGroup);
445            }
446    
447            /**
448             * @throws SystemException if a system exception occurred
449             */
450            public void addGroupUserGroups(long groupId, long[] userGroupIds)
451                    throws SystemException {
452                    groupPersistence.addUserGroups(groupId, userGroupIds);
453            }
454    
455            /**
456             * @throws SystemException if a system exception occurred
457             */
458            public void addGroupUserGroups(long groupId, List<UserGroup> UserGroups)
459                    throws SystemException {
460                    groupPersistence.addUserGroups(groupId, UserGroups);
461            }
462    
463            /**
464             * @throws SystemException if a system exception occurred
465             */
466            public void clearGroupUserGroups(long groupId) throws SystemException {
467                    groupPersistence.clearUserGroups(groupId);
468            }
469    
470            /**
471             * @throws SystemException if a system exception occurred
472             */
473            public void deleteGroupUserGroup(long groupId, long userGroupId)
474                    throws SystemException {
475                    groupPersistence.removeUserGroup(groupId, userGroupId);
476            }
477    
478            /**
479             * @throws SystemException if a system exception occurred
480             */
481            public void deleteGroupUserGroup(long groupId, UserGroup userGroup)
482                    throws SystemException {
483                    groupPersistence.removeUserGroup(groupId, userGroup);
484            }
485    
486            /**
487             * @throws SystemException if a system exception occurred
488             */
489            public void deleteGroupUserGroups(long groupId, long[] userGroupIds)
490                    throws SystemException {
491                    groupPersistence.removeUserGroups(groupId, userGroupIds);
492            }
493    
494            /**
495             * @throws SystemException if a system exception occurred
496             */
497            public void deleteGroupUserGroups(long groupId, List<UserGroup> UserGroups)
498                    throws SystemException {
499                    groupPersistence.removeUserGroups(groupId, UserGroups);
500            }
501    
502            /**
503             * @throws SystemException if a system exception occurred
504             */
505            public List<UserGroup> getGroupUserGroups(long groupId)
506                    throws SystemException {
507                    return groupPersistence.getUserGroups(groupId);
508            }
509    
510            /**
511             * @throws SystemException if a system exception occurred
512             */
513            public List<UserGroup> getGroupUserGroups(long groupId, int start, int end)
514                    throws SystemException {
515                    return groupPersistence.getUserGroups(groupId, start, end);
516            }
517    
518            /**
519             * @throws SystemException if a system exception occurred
520             */
521            public List<UserGroup> getGroupUserGroups(long groupId, int start, int end,
522                    OrderByComparator orderByComparator) throws SystemException {
523                    return groupPersistence.getUserGroups(groupId, start, end,
524                            orderByComparator);
525            }
526    
527            /**
528             * @throws SystemException if a system exception occurred
529             */
530            public int getGroupUserGroupsCount(long groupId) throws SystemException {
531                    return groupPersistence.getUserGroupsSize(groupId);
532            }
533    
534            /**
535             * @throws SystemException if a system exception occurred
536             */
537            public boolean hasGroupUserGroup(long groupId, long userGroupId)
538                    throws SystemException {
539                    return groupPersistence.containsUserGroup(groupId, userGroupId);
540            }
541    
542            /**
543             * @throws SystemException if a system exception occurred
544             */
545            public boolean hasGroupUserGroups(long groupId) throws SystemException {
546                    return groupPersistence.containsUserGroups(groupId);
547            }
548    
549            /**
550             * @throws SystemException if a system exception occurred
551             */
552            public void setGroupUserGroups(long groupId, long[] userGroupIds)
553                    throws SystemException {
554                    groupPersistence.setUserGroups(groupId, userGroupIds);
555            }
556    
557            /**
558             * @throws SystemException if a system exception occurred
559             */
560            public void addTeamUserGroup(long teamId, long userGroupId)
561                    throws SystemException {
562                    teamPersistence.addUserGroup(teamId, userGroupId);
563            }
564    
565            /**
566             * @throws SystemException if a system exception occurred
567             */
568            public void addTeamUserGroup(long teamId, UserGroup userGroup)
569                    throws SystemException {
570                    teamPersistence.addUserGroup(teamId, userGroup);
571            }
572    
573            /**
574             * @throws SystemException if a system exception occurred
575             */
576            public void addTeamUserGroups(long teamId, long[] userGroupIds)
577                    throws SystemException {
578                    teamPersistence.addUserGroups(teamId, userGroupIds);
579            }
580    
581            /**
582             * @throws SystemException if a system exception occurred
583             */
584            public void addTeamUserGroups(long teamId, List<UserGroup> UserGroups)
585                    throws SystemException {
586                    teamPersistence.addUserGroups(teamId, UserGroups);
587            }
588    
589            /**
590             * @throws SystemException if a system exception occurred
591             */
592            public void clearTeamUserGroups(long teamId) throws SystemException {
593                    teamPersistence.clearUserGroups(teamId);
594            }
595    
596            /**
597             * @throws SystemException if a system exception occurred
598             */
599            public void deleteTeamUserGroup(long teamId, long userGroupId)
600                    throws SystemException {
601                    teamPersistence.removeUserGroup(teamId, userGroupId);
602            }
603    
604            /**
605             * @throws SystemException if a system exception occurred
606             */
607            public void deleteTeamUserGroup(long teamId, UserGroup userGroup)
608                    throws SystemException {
609                    teamPersistence.removeUserGroup(teamId, userGroup);
610            }
611    
612            /**
613             * @throws SystemException if a system exception occurred
614             */
615            public void deleteTeamUserGroups(long teamId, long[] userGroupIds)
616                    throws SystemException {
617                    teamPersistence.removeUserGroups(teamId, userGroupIds);
618            }
619    
620            /**
621             * @throws SystemException if a system exception occurred
622             */
623            public void deleteTeamUserGroups(long teamId, List<UserGroup> UserGroups)
624                    throws SystemException {
625                    teamPersistence.removeUserGroups(teamId, UserGroups);
626            }
627    
628            /**
629             * @throws SystemException if a system exception occurred
630             */
631            public List<UserGroup> getTeamUserGroups(long teamId)
632                    throws SystemException {
633                    return teamPersistence.getUserGroups(teamId);
634            }
635    
636            /**
637             * @throws SystemException if a system exception occurred
638             */
639            public List<UserGroup> getTeamUserGroups(long teamId, int start, int end)
640                    throws SystemException {
641                    return teamPersistence.getUserGroups(teamId, start, end);
642            }
643    
644            /**
645             * @throws SystemException if a system exception occurred
646             */
647            public List<UserGroup> getTeamUserGroups(long teamId, int start, int end,
648                    OrderByComparator orderByComparator) throws SystemException {
649                    return teamPersistence.getUserGroups(teamId, start, end,
650                            orderByComparator);
651            }
652    
653            /**
654             * @throws SystemException if a system exception occurred
655             */
656            public int getTeamUserGroupsCount(long teamId) throws SystemException {
657                    return teamPersistence.getUserGroupsSize(teamId);
658            }
659    
660            /**
661             * @throws SystemException if a system exception occurred
662             */
663            public boolean hasTeamUserGroup(long teamId, long userGroupId)
664                    throws SystemException {
665                    return teamPersistence.containsUserGroup(teamId, userGroupId);
666            }
667    
668            /**
669             * @throws SystemException if a system exception occurred
670             */
671            public boolean hasTeamUserGroups(long teamId) throws SystemException {
672                    return teamPersistence.containsUserGroups(teamId);
673            }
674    
675            /**
676             * @throws SystemException if a system exception occurred
677             */
678            public void setTeamUserGroups(long teamId, long[] userGroupIds)
679                    throws SystemException {
680                    teamPersistence.setUserGroups(teamId, userGroupIds);
681            }
682    
683            /**
684             * @throws SystemException if a system exception occurred
685             */
686            public void addUserUserGroup(long userId, long userGroupId)
687                    throws SystemException {
688                    userPersistence.addUserGroup(userId, userGroupId);
689            }
690    
691            /**
692             * @throws SystemException if a system exception occurred
693             */
694            public void addUserUserGroup(long userId, UserGroup userGroup)
695                    throws SystemException {
696                    userPersistence.addUserGroup(userId, userGroup);
697            }
698    
699            /**
700             * @throws SystemException if a system exception occurred
701             */
702            public void addUserUserGroups(long userId, long[] userGroupIds)
703                    throws SystemException {
704                    userPersistence.addUserGroups(userId, userGroupIds);
705            }
706    
707            /**
708             * @throws SystemException if a system exception occurred
709             */
710            public void addUserUserGroups(long userId, List<UserGroup> UserGroups)
711                    throws SystemException {
712                    userPersistence.addUserGroups(userId, UserGroups);
713            }
714    
715            /**
716             * @throws SystemException if a system exception occurred
717             */
718            public void clearUserUserGroups(long userId) throws SystemException {
719                    userPersistence.clearUserGroups(userId);
720            }
721    
722            /**
723             * @throws SystemException if a system exception occurred
724             */
725            public void deleteUserUserGroup(long userId, long userGroupId)
726                    throws SystemException {
727                    userPersistence.removeUserGroup(userId, userGroupId);
728            }
729    
730            /**
731             * @throws SystemException if a system exception occurred
732             */
733            public void deleteUserUserGroup(long userId, UserGroup userGroup)
734                    throws SystemException {
735                    userPersistence.removeUserGroup(userId, userGroup);
736            }
737    
738            /**
739             * @throws SystemException if a system exception occurred
740             */
741            public void deleteUserUserGroups(long userId, long[] userGroupIds)
742                    throws SystemException {
743                    userPersistence.removeUserGroups(userId, userGroupIds);
744            }
745    
746            /**
747             * @throws SystemException if a system exception occurred
748             */
749            public void deleteUserUserGroups(long userId, List<UserGroup> UserGroups)
750                    throws SystemException {
751                    userPersistence.removeUserGroups(userId, UserGroups);
752            }
753    
754            /**
755             * @throws SystemException if a system exception occurred
756             */
757            public List<UserGroup> getUserUserGroups(long userId)
758                    throws SystemException {
759                    return userPersistence.getUserGroups(userId);
760            }
761    
762            /**
763             * @throws SystemException if a system exception occurred
764             */
765            public List<UserGroup> getUserUserGroups(long userId, int start, int end)
766                    throws SystemException {
767                    return userPersistence.getUserGroups(userId, start, end);
768            }
769    
770            /**
771             * @throws SystemException if a system exception occurred
772             */
773            public List<UserGroup> getUserUserGroups(long userId, int start, int end,
774                    OrderByComparator orderByComparator) throws SystemException {
775                    return userPersistence.getUserGroups(userId, start, end,
776                            orderByComparator);
777            }
778    
779            /**
780             * @throws SystemException if a system exception occurred
781             */
782            public int getUserUserGroupsCount(long userId) throws SystemException {
783                    return userPersistence.getUserGroupsSize(userId);
784            }
785    
786            /**
787             * @throws SystemException if a system exception occurred
788             */
789            public boolean hasUserUserGroup(long userId, long userGroupId)
790                    throws SystemException {
791                    return userPersistence.containsUserGroup(userId, userGroupId);
792            }
793    
794            /**
795             * @throws SystemException if a system exception occurred
796             */
797            public boolean hasUserUserGroups(long userId) throws SystemException {
798                    return userPersistence.containsUserGroups(userId);
799            }
800    
801            /**
802             * @throws PortalException
803             * @throws SystemException if a system exception occurred
804             */
805            public void setUserUserGroups(long userId, long[] userGroupIds)
806                    throws PortalException, SystemException {
807                    userPersistence.setUserGroups(userId, userGroupIds);
808            }
809    
810            /**
811             * Returns the account local service.
812             *
813             * @return the account local service
814             */
815            public AccountLocalService getAccountLocalService() {
816                    return accountLocalService;
817            }
818    
819            /**
820             * Sets the account local service.
821             *
822             * @param accountLocalService the account local service
823             */
824            public void setAccountLocalService(AccountLocalService accountLocalService) {
825                    this.accountLocalService = accountLocalService;
826            }
827    
828            /**
829             * Returns the account remote service.
830             *
831             * @return the account remote service
832             */
833            public AccountService getAccountService() {
834                    return accountService;
835            }
836    
837            /**
838             * Sets the account remote service.
839             *
840             * @param accountService the account remote service
841             */
842            public void setAccountService(AccountService accountService) {
843                    this.accountService = accountService;
844            }
845    
846            /**
847             * Returns the account persistence.
848             *
849             * @return the account persistence
850             */
851            public AccountPersistence getAccountPersistence() {
852                    return accountPersistence;
853            }
854    
855            /**
856             * Sets the account persistence.
857             *
858             * @param accountPersistence the account persistence
859             */
860            public void setAccountPersistence(AccountPersistence accountPersistence) {
861                    this.accountPersistence = accountPersistence;
862            }
863    
864            /**
865             * Returns the address local service.
866             *
867             * @return the address local service
868             */
869            public AddressLocalService getAddressLocalService() {
870                    return addressLocalService;
871            }
872    
873            /**
874             * Sets the address local service.
875             *
876             * @param addressLocalService the address local service
877             */
878            public void setAddressLocalService(AddressLocalService addressLocalService) {
879                    this.addressLocalService = addressLocalService;
880            }
881    
882            /**
883             * Returns the address remote service.
884             *
885             * @return the address remote service
886             */
887            public AddressService getAddressService() {
888                    return addressService;
889            }
890    
891            /**
892             * Sets the address remote service.
893             *
894             * @param addressService the address remote service
895             */
896            public void setAddressService(AddressService addressService) {
897                    this.addressService = addressService;
898            }
899    
900            /**
901             * Returns the address persistence.
902             *
903             * @return the address persistence
904             */
905            public AddressPersistence getAddressPersistence() {
906                    return addressPersistence;
907            }
908    
909            /**
910             * Sets the address persistence.
911             *
912             * @param addressPersistence the address persistence
913             */
914            public void setAddressPersistence(AddressPersistence addressPersistence) {
915                    this.addressPersistence = addressPersistence;
916            }
917    
918            /**
919             * Returns the browser tracker local service.
920             *
921             * @return the browser tracker local service
922             */
923            public BrowserTrackerLocalService getBrowserTrackerLocalService() {
924                    return browserTrackerLocalService;
925            }
926    
927            /**
928             * Sets the browser tracker local service.
929             *
930             * @param browserTrackerLocalService the browser tracker local service
931             */
932            public void setBrowserTrackerLocalService(
933                    BrowserTrackerLocalService browserTrackerLocalService) {
934                    this.browserTrackerLocalService = browserTrackerLocalService;
935            }
936    
937            /**
938             * Returns the browser tracker persistence.
939             *
940             * @return the browser tracker persistence
941             */
942            public BrowserTrackerPersistence getBrowserTrackerPersistence() {
943                    return browserTrackerPersistence;
944            }
945    
946            /**
947             * Sets the browser tracker persistence.
948             *
949             * @param browserTrackerPersistence the browser tracker persistence
950             */
951            public void setBrowserTrackerPersistence(
952                    BrowserTrackerPersistence browserTrackerPersistence) {
953                    this.browserTrackerPersistence = browserTrackerPersistence;
954            }
955    
956            /**
957             * Returns the class name local service.
958             *
959             * @return the class name local service
960             */
961            public ClassNameLocalService getClassNameLocalService() {
962                    return classNameLocalService;
963            }
964    
965            /**
966             * Sets the class name local service.
967             *
968             * @param classNameLocalService the class name local service
969             */
970            public void setClassNameLocalService(
971                    ClassNameLocalService classNameLocalService) {
972                    this.classNameLocalService = classNameLocalService;
973            }
974    
975            /**
976             * Returns the class name remote service.
977             *
978             * @return the class name remote service
979             */
980            public ClassNameService getClassNameService() {
981                    return classNameService;
982            }
983    
984            /**
985             * Sets the class name remote service.
986             *
987             * @param classNameService the class name remote service
988             */
989            public void setClassNameService(ClassNameService classNameService) {
990                    this.classNameService = classNameService;
991            }
992    
993            /**
994             * Returns the class name persistence.
995             *
996             * @return the class name persistence
997             */
998            public ClassNamePersistence getClassNamePersistence() {
999                    return classNamePersistence;
1000            }
1001    
1002            /**
1003             * Sets the class name persistence.
1004             *
1005             * @param classNamePersistence the class name persistence
1006             */
1007            public void setClassNamePersistence(
1008                    ClassNamePersistence classNamePersistence) {
1009                    this.classNamePersistence = classNamePersistence;
1010            }
1011    
1012            /**
1013             * Returns the cluster group local service.
1014             *
1015             * @return the cluster group local service
1016             */
1017            public ClusterGroupLocalService getClusterGroupLocalService() {
1018                    return clusterGroupLocalService;
1019            }
1020    
1021            /**
1022             * Sets the cluster group local service.
1023             *
1024             * @param clusterGroupLocalService the cluster group local service
1025             */
1026            public void setClusterGroupLocalService(
1027                    ClusterGroupLocalService clusterGroupLocalService) {
1028                    this.clusterGroupLocalService = clusterGroupLocalService;
1029            }
1030    
1031            /**
1032             * Returns the cluster group persistence.
1033             *
1034             * @return the cluster group persistence
1035             */
1036            public ClusterGroupPersistence getClusterGroupPersistence() {
1037                    return clusterGroupPersistence;
1038            }
1039    
1040            /**
1041             * Sets the cluster group persistence.
1042             *
1043             * @param clusterGroupPersistence the cluster group persistence
1044             */
1045            public void setClusterGroupPersistence(
1046                    ClusterGroupPersistence clusterGroupPersistence) {
1047                    this.clusterGroupPersistence = clusterGroupPersistence;
1048            }
1049    
1050            /**
1051             * Returns the c m i s repository local service.
1052             *
1053             * @return the c m i s repository local service
1054             */
1055            public CMISRepositoryLocalService getCMISRepositoryLocalService() {
1056                    return cmisRepositoryLocalService;
1057            }
1058    
1059            /**
1060             * Sets the c m i s repository local service.
1061             *
1062             * @param cmisRepositoryLocalService the c m i s repository local service
1063             */
1064            public void setCMISRepositoryLocalService(
1065                    CMISRepositoryLocalService cmisRepositoryLocalService) {
1066                    this.cmisRepositoryLocalService = cmisRepositoryLocalService;
1067            }
1068    
1069            /**
1070             * Returns the company local service.
1071             *
1072             * @return the company local service
1073             */
1074            public CompanyLocalService getCompanyLocalService() {
1075                    return companyLocalService;
1076            }
1077    
1078            /**
1079             * Sets the company local service.
1080             *
1081             * @param companyLocalService the company local service
1082             */
1083            public void setCompanyLocalService(CompanyLocalService companyLocalService) {
1084                    this.companyLocalService = companyLocalService;
1085            }
1086    
1087            /**
1088             * Returns the company remote service.
1089             *
1090             * @return the company remote service
1091             */
1092            public CompanyService getCompanyService() {
1093                    return companyService;
1094            }
1095    
1096            /**
1097             * Sets the company remote service.
1098             *
1099             * @param companyService the company remote service
1100             */
1101            public void setCompanyService(CompanyService companyService) {
1102                    this.companyService = companyService;
1103            }
1104    
1105            /**
1106             * Returns the company persistence.
1107             *
1108             * @return the company persistence
1109             */
1110            public CompanyPersistence getCompanyPersistence() {
1111                    return companyPersistence;
1112            }
1113    
1114            /**
1115             * Sets the company persistence.
1116             *
1117             * @param companyPersistence the company persistence
1118             */
1119            public void setCompanyPersistence(CompanyPersistence companyPersistence) {
1120                    this.companyPersistence = companyPersistence;
1121            }
1122    
1123            /**
1124             * Returns the contact local service.
1125             *
1126             * @return the contact local service
1127             */
1128            public ContactLocalService getContactLocalService() {
1129                    return contactLocalService;
1130            }
1131    
1132            /**
1133             * Sets the contact local service.
1134             *
1135             * @param contactLocalService the contact local service
1136             */
1137            public void setContactLocalService(ContactLocalService contactLocalService) {
1138                    this.contactLocalService = contactLocalService;
1139            }
1140    
1141            /**
1142             * Returns the contact remote service.
1143             *
1144             * @return the contact remote service
1145             */
1146            public ContactService getContactService() {
1147                    return contactService;
1148            }
1149    
1150            /**
1151             * Sets the contact remote service.
1152             *
1153             * @param contactService the contact remote service
1154             */
1155            public void setContactService(ContactService contactService) {
1156                    this.contactService = contactService;
1157            }
1158    
1159            /**
1160             * Returns the contact persistence.
1161             *
1162             * @return the contact persistence
1163             */
1164            public ContactPersistence getContactPersistence() {
1165                    return contactPersistence;
1166            }
1167    
1168            /**
1169             * Sets the contact persistence.
1170             *
1171             * @param contactPersistence the contact persistence
1172             */
1173            public void setContactPersistence(ContactPersistence contactPersistence) {
1174                    this.contactPersistence = contactPersistence;
1175            }
1176    
1177            /**
1178             * Returns the country remote service.
1179             *
1180             * @return the country remote service
1181             */
1182            public CountryService getCountryService() {
1183                    return countryService;
1184            }
1185    
1186            /**
1187             * Sets the country remote service.
1188             *
1189             * @param countryService the country remote service
1190             */
1191            public void setCountryService(CountryService countryService) {
1192                    this.countryService = countryService;
1193            }
1194    
1195            /**
1196             * Returns the country persistence.
1197             *
1198             * @return the country persistence
1199             */
1200            public CountryPersistence getCountryPersistence() {
1201                    return countryPersistence;
1202            }
1203    
1204            /**
1205             * Sets the country persistence.
1206             *
1207             * @param countryPersistence the country persistence
1208             */
1209            public void setCountryPersistence(CountryPersistence countryPersistence) {
1210                    this.countryPersistence = countryPersistence;
1211            }
1212    
1213            /**
1214             * Returns the email address local service.
1215             *
1216             * @return the email address local service
1217             */
1218            public EmailAddressLocalService getEmailAddressLocalService() {
1219                    return emailAddressLocalService;
1220            }
1221    
1222            /**
1223             * Sets the email address local service.
1224             *
1225             * @param emailAddressLocalService the email address local service
1226             */
1227            public void setEmailAddressLocalService(
1228                    EmailAddressLocalService emailAddressLocalService) {
1229                    this.emailAddressLocalService = emailAddressLocalService;
1230            }
1231    
1232            /**
1233             * Returns the email address remote service.
1234             *
1235             * @return the email address remote service
1236             */
1237            public EmailAddressService getEmailAddressService() {
1238                    return emailAddressService;
1239            }
1240    
1241            /**
1242             * Sets the email address remote service.
1243             *
1244             * @param emailAddressService the email address remote service
1245             */
1246            public void setEmailAddressService(EmailAddressService emailAddressService) {
1247                    this.emailAddressService = emailAddressService;
1248            }
1249    
1250            /**
1251             * Returns the email address persistence.
1252             *
1253             * @return the email address persistence
1254             */
1255            public EmailAddressPersistence getEmailAddressPersistence() {
1256                    return emailAddressPersistence;
1257            }
1258    
1259            /**
1260             * Sets the email address persistence.
1261             *
1262             * @param emailAddressPersistence the email address persistence
1263             */
1264            public void setEmailAddressPersistence(
1265                    EmailAddressPersistence emailAddressPersistence) {
1266                    this.emailAddressPersistence = emailAddressPersistence;
1267            }
1268    
1269            /**
1270             * Returns the group local service.
1271             *
1272             * @return the group local service
1273             */
1274            public GroupLocalService getGroupLocalService() {
1275                    return groupLocalService;
1276            }
1277    
1278            /**
1279             * Sets the group local service.
1280             *
1281             * @param groupLocalService the group local service
1282             */
1283            public void setGroupLocalService(GroupLocalService groupLocalService) {
1284                    this.groupLocalService = groupLocalService;
1285            }
1286    
1287            /**
1288             * Returns the group remote service.
1289             *
1290             * @return the group remote service
1291             */
1292            public GroupService getGroupService() {
1293                    return groupService;
1294            }
1295    
1296            /**
1297             * Sets the group remote service.
1298             *
1299             * @param groupService the group remote service
1300             */
1301            public void setGroupService(GroupService groupService) {
1302                    this.groupService = groupService;
1303            }
1304    
1305            /**
1306             * Returns the group persistence.
1307             *
1308             * @return the group persistence
1309             */
1310            public GroupPersistence getGroupPersistence() {
1311                    return groupPersistence;
1312            }
1313    
1314            /**
1315             * Sets the group persistence.
1316             *
1317             * @param groupPersistence the group persistence
1318             */
1319            public void setGroupPersistence(GroupPersistence groupPersistence) {
1320                    this.groupPersistence = groupPersistence;
1321            }
1322    
1323            /**
1324             * Returns the group finder.
1325             *
1326             * @return the group finder
1327             */
1328            public GroupFinder getGroupFinder() {
1329                    return groupFinder;
1330            }
1331    
1332            /**
1333             * Sets the group finder.
1334             *
1335             * @param groupFinder the group finder
1336             */
1337            public void setGroupFinder(GroupFinder groupFinder) {
1338                    this.groupFinder = groupFinder;
1339            }
1340    
1341            /**
1342             * Returns the image local service.
1343             *
1344             * @return the image local service
1345             */
1346            public ImageLocalService getImageLocalService() {
1347                    return imageLocalService;
1348            }
1349    
1350            /**
1351             * Sets the image local service.
1352             *
1353             * @param imageLocalService the image local service
1354             */
1355            public void setImageLocalService(ImageLocalService imageLocalService) {
1356                    this.imageLocalService = imageLocalService;
1357            }
1358    
1359            /**
1360             * Returns the image remote service.
1361             *
1362             * @return the image remote service
1363             */
1364            public ImageService getImageService() {
1365                    return imageService;
1366            }
1367    
1368            /**
1369             * Sets the image remote service.
1370             *
1371             * @param imageService the image remote service
1372             */
1373            public void setImageService(ImageService imageService) {
1374                    this.imageService = imageService;
1375            }
1376    
1377            /**
1378             * Returns the image persistence.
1379             *
1380             * @return the image persistence
1381             */
1382            public ImagePersistence getImagePersistence() {
1383                    return imagePersistence;
1384            }
1385    
1386            /**
1387             * Sets the image persistence.
1388             *
1389             * @param imagePersistence the image persistence
1390             */
1391            public void setImagePersistence(ImagePersistence imagePersistence) {
1392                    this.imagePersistence = imagePersistence;
1393            }
1394    
1395            /**
1396             * Returns the layout local service.
1397             *
1398             * @return the layout local service
1399             */
1400            public LayoutLocalService getLayoutLocalService() {
1401                    return layoutLocalService;
1402            }
1403    
1404            /**
1405             * Sets the layout local service.
1406             *
1407             * @param layoutLocalService the layout local service
1408             */
1409            public void setLayoutLocalService(LayoutLocalService layoutLocalService) {
1410                    this.layoutLocalService = layoutLocalService;
1411            }
1412    
1413            /**
1414             * Returns the layout remote service.
1415             *
1416             * @return the layout remote service
1417             */
1418            public LayoutService getLayoutService() {
1419                    return layoutService;
1420            }
1421    
1422            /**
1423             * Sets the layout remote service.
1424             *
1425             * @param layoutService the layout remote service
1426             */
1427            public void setLayoutService(LayoutService layoutService) {
1428                    this.layoutService = layoutService;
1429            }
1430    
1431            /**
1432             * Returns the layout persistence.
1433             *
1434             * @return the layout persistence
1435             */
1436            public LayoutPersistence getLayoutPersistence() {
1437                    return layoutPersistence;
1438            }
1439    
1440            /**
1441             * Sets the layout persistence.
1442             *
1443             * @param layoutPersistence the layout persistence
1444             */
1445            public void setLayoutPersistence(LayoutPersistence layoutPersistence) {
1446                    this.layoutPersistence = layoutPersistence;
1447            }
1448    
1449            /**
1450             * Returns the layout finder.
1451             *
1452             * @return the layout finder
1453             */
1454            public LayoutFinder getLayoutFinder() {
1455                    return layoutFinder;
1456            }
1457    
1458            /**
1459             * Sets the layout finder.
1460             *
1461             * @param layoutFinder the layout finder
1462             */
1463            public void setLayoutFinder(LayoutFinder layoutFinder) {
1464                    this.layoutFinder = layoutFinder;
1465            }
1466    
1467            /**
1468             * Returns the layout branch local service.
1469             *
1470             * @return the layout branch local service
1471             */
1472            public LayoutBranchLocalService getLayoutBranchLocalService() {
1473                    return layoutBranchLocalService;
1474            }
1475    
1476            /**
1477             * Sets the layout branch local service.
1478             *
1479             * @param layoutBranchLocalService the layout branch local service
1480             */
1481            public void setLayoutBranchLocalService(
1482                    LayoutBranchLocalService layoutBranchLocalService) {
1483                    this.layoutBranchLocalService = layoutBranchLocalService;
1484            }
1485    
1486            /**
1487             * Returns the layout branch remote service.
1488             *
1489             * @return the layout branch remote service
1490             */
1491            public LayoutBranchService getLayoutBranchService() {
1492                    return layoutBranchService;
1493            }
1494    
1495            /**
1496             * Sets the layout branch remote service.
1497             *
1498             * @param layoutBranchService the layout branch remote service
1499             */
1500            public void setLayoutBranchService(LayoutBranchService layoutBranchService) {
1501                    this.layoutBranchService = layoutBranchService;
1502            }
1503    
1504            /**
1505             * Returns the layout branch persistence.
1506             *
1507             * @return the layout branch persistence
1508             */
1509            public LayoutBranchPersistence getLayoutBranchPersistence() {
1510                    return layoutBranchPersistence;
1511            }
1512    
1513            /**
1514             * Sets the layout branch persistence.
1515             *
1516             * @param layoutBranchPersistence the layout branch persistence
1517             */
1518            public void setLayoutBranchPersistence(
1519                    LayoutBranchPersistence layoutBranchPersistence) {
1520                    this.layoutBranchPersistence = layoutBranchPersistence;
1521            }
1522    
1523            /**
1524             * Returns the layout prototype local service.
1525             *
1526             * @return the layout prototype local service
1527             */
1528            public LayoutPrototypeLocalService getLayoutPrototypeLocalService() {
1529                    return layoutPrototypeLocalService;
1530            }
1531    
1532            /**
1533             * Sets the layout prototype local service.
1534             *
1535             * @param layoutPrototypeLocalService the layout prototype local service
1536             */
1537            public void setLayoutPrototypeLocalService(
1538                    LayoutPrototypeLocalService layoutPrototypeLocalService) {
1539                    this.layoutPrototypeLocalService = layoutPrototypeLocalService;
1540            }
1541    
1542            /**
1543             * Returns the layout prototype remote service.
1544             *
1545             * @return the layout prototype remote service
1546             */
1547            public LayoutPrototypeService getLayoutPrototypeService() {
1548                    return layoutPrototypeService;
1549            }
1550    
1551            /**
1552             * Sets the layout prototype remote service.
1553             *
1554             * @param layoutPrototypeService the layout prototype remote service
1555             */
1556            public void setLayoutPrototypeService(
1557                    LayoutPrototypeService layoutPrototypeService) {
1558                    this.layoutPrototypeService = layoutPrototypeService;
1559            }
1560    
1561            /**
1562             * Returns the layout prototype persistence.
1563             *
1564             * @return the layout prototype persistence
1565             */
1566            public LayoutPrototypePersistence getLayoutPrototypePersistence() {
1567                    return layoutPrototypePersistence;
1568            }
1569    
1570            /**
1571             * Sets the layout prototype persistence.
1572             *
1573             * @param layoutPrototypePersistence the layout prototype persistence
1574             */
1575            public void setLayoutPrototypePersistence(
1576                    LayoutPrototypePersistence layoutPrototypePersistence) {
1577                    this.layoutPrototypePersistence = layoutPrototypePersistence;
1578            }
1579    
1580            /**
1581             * Returns the layout revision local service.
1582             *
1583             * @return the layout revision local service
1584             */
1585            public LayoutRevisionLocalService getLayoutRevisionLocalService() {
1586                    return layoutRevisionLocalService;
1587            }
1588    
1589            /**
1590             * Sets the layout revision local service.
1591             *
1592             * @param layoutRevisionLocalService the layout revision local service
1593             */
1594            public void setLayoutRevisionLocalService(
1595                    LayoutRevisionLocalService layoutRevisionLocalService) {
1596                    this.layoutRevisionLocalService = layoutRevisionLocalService;
1597            }
1598    
1599            /**
1600             * Returns the layout revision remote service.
1601             *
1602             * @return the layout revision remote service
1603             */
1604            public LayoutRevisionService getLayoutRevisionService() {
1605                    return layoutRevisionService;
1606            }
1607    
1608            /**
1609             * Sets the layout revision remote service.
1610             *
1611             * @param layoutRevisionService the layout revision remote service
1612             */
1613            public void setLayoutRevisionService(
1614                    LayoutRevisionService layoutRevisionService) {
1615                    this.layoutRevisionService = layoutRevisionService;
1616            }
1617    
1618            /**
1619             * Returns the layout revision persistence.
1620             *
1621             * @return the layout revision persistence
1622             */
1623            public LayoutRevisionPersistence getLayoutRevisionPersistence() {
1624                    return layoutRevisionPersistence;
1625            }
1626    
1627            /**
1628             * Sets the layout revision persistence.
1629             *
1630             * @param layoutRevisionPersistence the layout revision persistence
1631             */
1632            public void setLayoutRevisionPersistence(
1633                    LayoutRevisionPersistence layoutRevisionPersistence) {
1634                    this.layoutRevisionPersistence = layoutRevisionPersistence;
1635            }
1636    
1637            /**
1638             * Returns the layout set local service.
1639             *
1640             * @return the layout set local service
1641             */
1642            public LayoutSetLocalService getLayoutSetLocalService() {
1643                    return layoutSetLocalService;
1644            }
1645    
1646            /**
1647             * Sets the layout set local service.
1648             *
1649             * @param layoutSetLocalService the layout set local service
1650             */
1651            public void setLayoutSetLocalService(
1652                    LayoutSetLocalService layoutSetLocalService) {
1653                    this.layoutSetLocalService = layoutSetLocalService;
1654            }
1655    
1656            /**
1657             * Returns the layout set remote service.
1658             *
1659             * @return the layout set remote service
1660             */
1661            public LayoutSetService getLayoutSetService() {
1662                    return layoutSetService;
1663            }
1664    
1665            /**
1666             * Sets the layout set remote service.
1667             *
1668             * @param layoutSetService the layout set remote service
1669             */
1670            public void setLayoutSetService(LayoutSetService layoutSetService) {
1671                    this.layoutSetService = layoutSetService;
1672            }
1673    
1674            /**
1675             * Returns the layout set persistence.
1676             *
1677             * @return the layout set persistence
1678             */
1679            public LayoutSetPersistence getLayoutSetPersistence() {
1680                    return layoutSetPersistence;
1681            }
1682    
1683            /**
1684             * Sets the layout set persistence.
1685             *
1686             * @param layoutSetPersistence the layout set persistence
1687             */
1688            public void setLayoutSetPersistence(
1689                    LayoutSetPersistence layoutSetPersistence) {
1690                    this.layoutSetPersistence = layoutSetPersistence;
1691            }
1692    
1693            /**
1694             * Returns the layout set branch local service.
1695             *
1696             * @return the layout set branch local service
1697             */
1698            public LayoutSetBranchLocalService getLayoutSetBranchLocalService() {
1699                    return layoutSetBranchLocalService;
1700            }
1701    
1702            /**
1703             * Sets the layout set branch local service.
1704             *
1705             * @param layoutSetBranchLocalService the layout set branch local service
1706             */
1707            public void setLayoutSetBranchLocalService(
1708                    LayoutSetBranchLocalService layoutSetBranchLocalService) {
1709                    this.layoutSetBranchLocalService = layoutSetBranchLocalService;
1710            }
1711    
1712            /**
1713             * Returns the layout set branch remote service.
1714             *
1715             * @return the layout set branch remote service
1716             */
1717            public LayoutSetBranchService getLayoutSetBranchService() {
1718                    return layoutSetBranchService;
1719            }
1720    
1721            /**
1722             * Sets the layout set branch remote service.
1723             *
1724             * @param layoutSetBranchService the layout set branch remote service
1725             */
1726            public void setLayoutSetBranchService(
1727                    LayoutSetBranchService layoutSetBranchService) {
1728                    this.layoutSetBranchService = layoutSetBranchService;
1729            }
1730    
1731            /**
1732             * Returns the layout set branch persistence.
1733             *
1734             * @return the layout set branch persistence
1735             */
1736            public LayoutSetBranchPersistence getLayoutSetBranchPersistence() {
1737                    return layoutSetBranchPersistence;
1738            }
1739    
1740            /**
1741             * Sets the layout set branch persistence.
1742             *
1743             * @param layoutSetBranchPersistence the layout set branch persistence
1744             */
1745            public void setLayoutSetBranchPersistence(
1746                    LayoutSetBranchPersistence layoutSetBranchPersistence) {
1747                    this.layoutSetBranchPersistence = layoutSetBranchPersistence;
1748            }
1749    
1750            /**
1751             * Returns the layout set branch finder.
1752             *
1753             * @return the layout set branch finder
1754             */
1755            public LayoutSetBranchFinder getLayoutSetBranchFinder() {
1756                    return layoutSetBranchFinder;
1757            }
1758    
1759            /**
1760             * Sets the layout set branch finder.
1761             *
1762             * @param layoutSetBranchFinder the layout set branch finder
1763             */
1764            public void setLayoutSetBranchFinder(
1765                    LayoutSetBranchFinder layoutSetBranchFinder) {
1766                    this.layoutSetBranchFinder = layoutSetBranchFinder;
1767            }
1768    
1769            /**
1770             * Returns the layout set prototype local service.
1771             *
1772             * @return the layout set prototype local service
1773             */
1774            public LayoutSetPrototypeLocalService getLayoutSetPrototypeLocalService() {
1775                    return layoutSetPrototypeLocalService;
1776            }
1777    
1778            /**
1779             * Sets the layout set prototype local service.
1780             *
1781             * @param layoutSetPrototypeLocalService the layout set prototype local service
1782             */
1783            public void setLayoutSetPrototypeLocalService(
1784                    LayoutSetPrototypeLocalService layoutSetPrototypeLocalService) {
1785                    this.layoutSetPrototypeLocalService = layoutSetPrototypeLocalService;
1786            }
1787    
1788            /**
1789             * Returns the layout set prototype remote service.
1790             *
1791             * @return the layout set prototype remote service
1792             */
1793            public LayoutSetPrototypeService getLayoutSetPrototypeService() {
1794                    return layoutSetPrototypeService;
1795            }
1796    
1797            /**
1798             * Sets the layout set prototype remote service.
1799             *
1800             * @param layoutSetPrototypeService the layout set prototype remote service
1801             */
1802            public void setLayoutSetPrototypeService(
1803                    LayoutSetPrototypeService layoutSetPrototypeService) {
1804                    this.layoutSetPrototypeService = layoutSetPrototypeService;
1805            }
1806    
1807            /**
1808             * Returns the layout set prototype persistence.
1809             *
1810             * @return the layout set prototype persistence
1811             */
1812            public LayoutSetPrototypePersistence getLayoutSetPrototypePersistence() {
1813                    return layoutSetPrototypePersistence;
1814            }
1815    
1816            /**
1817             * Sets the layout set prototype persistence.
1818             *
1819             * @param layoutSetPrototypePersistence the layout set prototype persistence
1820             */
1821            public void setLayoutSetPrototypePersistence(
1822                    LayoutSetPrototypePersistence layoutSetPrototypePersistence) {
1823                    this.layoutSetPrototypePersistence = layoutSetPrototypePersistence;
1824            }
1825    
1826            /**
1827             * Returns the layout template local service.
1828             *
1829             * @return the layout template local service
1830             */
1831            public LayoutTemplateLocalService getLayoutTemplateLocalService() {
1832                    return layoutTemplateLocalService;
1833            }
1834    
1835            /**
1836             * Sets the layout template local service.
1837             *
1838             * @param layoutTemplateLocalService the layout template local service
1839             */
1840            public void setLayoutTemplateLocalService(
1841                    LayoutTemplateLocalService layoutTemplateLocalService) {
1842                    this.layoutTemplateLocalService = layoutTemplateLocalService;
1843            }
1844    
1845            /**
1846             * Returns the list type remote service.
1847             *
1848             * @return the list type remote service
1849             */
1850            public ListTypeService getListTypeService() {
1851                    return listTypeService;
1852            }
1853    
1854            /**
1855             * Sets the list type remote service.
1856             *
1857             * @param listTypeService the list type remote service
1858             */
1859            public void setListTypeService(ListTypeService listTypeService) {
1860                    this.listTypeService = listTypeService;
1861            }
1862    
1863            /**
1864             * Returns the list type persistence.
1865             *
1866             * @return the list type persistence
1867             */
1868            public ListTypePersistence getListTypePersistence() {
1869                    return listTypePersistence;
1870            }
1871    
1872            /**
1873             * Sets the list type persistence.
1874             *
1875             * @param listTypePersistence the list type persistence
1876             */
1877            public void setListTypePersistence(ListTypePersistence listTypePersistence) {
1878                    this.listTypePersistence = listTypePersistence;
1879            }
1880    
1881            /**
1882             * Returns the lock local service.
1883             *
1884             * @return the lock local service
1885             */
1886            public LockLocalService getLockLocalService() {
1887                    return lockLocalService;
1888            }
1889    
1890            /**
1891             * Sets the lock local service.
1892             *
1893             * @param lockLocalService the lock local service
1894             */
1895            public void setLockLocalService(LockLocalService lockLocalService) {
1896                    this.lockLocalService = lockLocalService;
1897            }
1898    
1899            /**
1900             * Returns the lock persistence.
1901             *
1902             * @return the lock persistence
1903             */
1904            public LockPersistence getLockPersistence() {
1905                    return lockPersistence;
1906            }
1907    
1908            /**
1909             * Sets the lock persistence.
1910             *
1911             * @param lockPersistence the lock persistence
1912             */
1913            public void setLockPersistence(LockPersistence lockPersistence) {
1914                    this.lockPersistence = lockPersistence;
1915            }
1916    
1917            /**
1918             * Returns the lock finder.
1919             *
1920             * @return the lock finder
1921             */
1922            public LockFinder getLockFinder() {
1923                    return lockFinder;
1924            }
1925    
1926            /**
1927             * Sets the lock finder.
1928             *
1929             * @param lockFinder the lock finder
1930             */
1931            public void setLockFinder(LockFinder lockFinder) {
1932                    this.lockFinder = lockFinder;
1933            }
1934    
1935            /**
1936             * Returns the membership request local service.
1937             *
1938             * @return the membership request local service
1939             */
1940            public MembershipRequestLocalService getMembershipRequestLocalService() {
1941                    return membershipRequestLocalService;
1942            }
1943    
1944            /**
1945             * Sets the membership request local service.
1946             *
1947             * @param membershipRequestLocalService the membership request local service
1948             */
1949            public void setMembershipRequestLocalService(
1950                    MembershipRequestLocalService membershipRequestLocalService) {
1951                    this.membershipRequestLocalService = membershipRequestLocalService;
1952            }
1953    
1954            /**
1955             * Returns the membership request remote service.
1956             *
1957             * @return the membership request remote service
1958             */
1959            public MembershipRequestService getMembershipRequestService() {
1960                    return membershipRequestService;
1961            }
1962    
1963            /**
1964             * Sets the membership request remote service.
1965             *
1966             * @param membershipRequestService the membership request remote service
1967             */
1968            public void setMembershipRequestService(
1969                    MembershipRequestService membershipRequestService) {
1970                    this.membershipRequestService = membershipRequestService;
1971            }
1972    
1973            /**
1974             * Returns the membership request persistence.
1975             *
1976             * @return the membership request persistence
1977             */
1978            public MembershipRequestPersistence getMembershipRequestPersistence() {
1979                    return membershipRequestPersistence;
1980            }
1981    
1982            /**
1983             * Sets the membership request persistence.
1984             *
1985             * @param membershipRequestPersistence the membership request persistence
1986             */
1987            public void setMembershipRequestPersistence(
1988                    MembershipRequestPersistence membershipRequestPersistence) {
1989                    this.membershipRequestPersistence = membershipRequestPersistence;
1990            }
1991    
1992            /**
1993             * Returns the organization local service.
1994             *
1995             * @return the organization local service
1996             */
1997            public OrganizationLocalService getOrganizationLocalService() {
1998                    return organizationLocalService;
1999            }
2000    
2001            /**
2002             * Sets the organization local service.
2003             *
2004             * @param organizationLocalService the organization local service
2005             */
2006            public void setOrganizationLocalService(
2007                    OrganizationLocalService organizationLocalService) {
2008                    this.organizationLocalService = organizationLocalService;
2009            }
2010    
2011            /**
2012             * Returns the organization remote service.
2013             *
2014             * @return the organization remote service
2015             */
2016            public OrganizationService getOrganizationService() {
2017                    return organizationService;
2018            }
2019    
2020            /**
2021             * Sets the organization remote service.
2022             *
2023             * @param organizationService the organization remote service
2024             */
2025            public void setOrganizationService(OrganizationService organizationService) {
2026                    this.organizationService = organizationService;
2027            }
2028    
2029            /**
2030             * Returns the organization persistence.
2031             *
2032             * @return the organization persistence
2033             */
2034            public OrganizationPersistence getOrganizationPersistence() {
2035                    return organizationPersistence;
2036            }
2037    
2038            /**
2039             * Sets the organization persistence.
2040             *
2041             * @param organizationPersistence the organization persistence
2042             */
2043            public void setOrganizationPersistence(
2044                    OrganizationPersistence organizationPersistence) {
2045                    this.organizationPersistence = organizationPersistence;
2046            }
2047    
2048            /**
2049             * Returns the organization finder.
2050             *
2051             * @return the organization finder
2052             */
2053            public OrganizationFinder getOrganizationFinder() {
2054                    return organizationFinder;
2055            }
2056    
2057            /**
2058             * Sets the organization finder.
2059             *
2060             * @param organizationFinder the organization finder
2061             */
2062            public void setOrganizationFinder(OrganizationFinder organizationFinder) {
2063                    this.organizationFinder = organizationFinder;
2064            }
2065    
2066            /**
2067             * Returns the org group role persistence.
2068             *
2069             * @return the org group role persistence
2070             */
2071            public OrgGroupRolePersistence getOrgGroupRolePersistence() {
2072                    return orgGroupRolePersistence;
2073            }
2074    
2075            /**
2076             * Sets the org group role persistence.
2077             *
2078             * @param orgGroupRolePersistence the org group role persistence
2079             */
2080            public void setOrgGroupRolePersistence(
2081                    OrgGroupRolePersistence orgGroupRolePersistence) {
2082                    this.orgGroupRolePersistence = orgGroupRolePersistence;
2083            }
2084    
2085            /**
2086             * Returns the org labor local service.
2087             *
2088             * @return the org labor local service
2089             */
2090            public OrgLaborLocalService getOrgLaborLocalService() {
2091                    return orgLaborLocalService;
2092            }
2093    
2094            /**
2095             * Sets the org labor local service.
2096             *
2097             * @param orgLaborLocalService the org labor local service
2098             */
2099            public void setOrgLaborLocalService(
2100                    OrgLaborLocalService orgLaborLocalService) {
2101                    this.orgLaborLocalService = orgLaborLocalService;
2102            }
2103    
2104            /**
2105             * Returns the org labor remote service.
2106             *
2107             * @return the org labor remote service
2108             */
2109            public OrgLaborService getOrgLaborService() {
2110                    return orgLaborService;
2111            }
2112    
2113            /**
2114             * Sets the org labor remote service.
2115             *
2116             * @param orgLaborService the org labor remote service
2117             */
2118            public void setOrgLaborService(OrgLaborService orgLaborService) {
2119                    this.orgLaborService = orgLaborService;
2120            }
2121    
2122            /**
2123             * Returns the org labor persistence.
2124             *
2125             * @return the org labor persistence
2126             */
2127            public OrgLaborPersistence getOrgLaborPersistence() {
2128                    return orgLaborPersistence;
2129            }
2130    
2131            /**
2132             * Sets the org labor persistence.
2133             *
2134             * @param orgLaborPersistence the org labor persistence
2135             */
2136            public void setOrgLaborPersistence(OrgLaborPersistence orgLaborPersistence) {
2137                    this.orgLaborPersistence = orgLaborPersistence;
2138            }
2139    
2140            /**
2141             * Returns the password policy local service.
2142             *
2143             * @return the password policy local service
2144             */
2145            public PasswordPolicyLocalService getPasswordPolicyLocalService() {
2146                    return passwordPolicyLocalService;
2147            }
2148    
2149            /**
2150             * Sets the password policy local service.
2151             *
2152             * @param passwordPolicyLocalService the password policy local service
2153             */
2154            public void setPasswordPolicyLocalService(
2155                    PasswordPolicyLocalService passwordPolicyLocalService) {
2156                    this.passwordPolicyLocalService = passwordPolicyLocalService;
2157            }
2158    
2159            /**
2160             * Returns the password policy remote service.
2161             *
2162             * @return the password policy remote service
2163             */
2164            public PasswordPolicyService getPasswordPolicyService() {
2165                    return passwordPolicyService;
2166            }
2167    
2168            /**
2169             * Sets the password policy remote service.
2170             *
2171             * @param passwordPolicyService the password policy remote service
2172             */
2173            public void setPasswordPolicyService(
2174                    PasswordPolicyService passwordPolicyService) {
2175                    this.passwordPolicyService = passwordPolicyService;
2176            }
2177    
2178            /**
2179             * Returns the password policy persistence.
2180             *
2181             * @return the password policy persistence
2182             */
2183            public PasswordPolicyPersistence getPasswordPolicyPersistence() {
2184                    return passwordPolicyPersistence;
2185            }
2186    
2187            /**
2188             * Sets the password policy persistence.
2189             *
2190             * @param passwordPolicyPersistence the password policy persistence
2191             */
2192            public void setPasswordPolicyPersistence(
2193                    PasswordPolicyPersistence passwordPolicyPersistence) {
2194                    this.passwordPolicyPersistence = passwordPolicyPersistence;
2195            }
2196    
2197            /**
2198             * Returns the password policy finder.
2199             *
2200             * @return the password policy finder
2201             */
2202            public PasswordPolicyFinder getPasswordPolicyFinder() {
2203                    return passwordPolicyFinder;
2204            }
2205    
2206            /**
2207             * Sets the password policy finder.
2208             *
2209             * @param passwordPolicyFinder the password policy finder
2210             */
2211            public void setPasswordPolicyFinder(
2212                    PasswordPolicyFinder passwordPolicyFinder) {
2213                    this.passwordPolicyFinder = passwordPolicyFinder;
2214            }
2215    
2216            /**
2217             * Returns the password policy rel local service.
2218             *
2219             * @return the password policy rel local service
2220             */
2221            public PasswordPolicyRelLocalService getPasswordPolicyRelLocalService() {
2222                    return passwordPolicyRelLocalService;
2223            }
2224    
2225            /**
2226             * Sets the password policy rel local service.
2227             *
2228             * @param passwordPolicyRelLocalService the password policy rel local service
2229             */
2230            public void setPasswordPolicyRelLocalService(
2231                    PasswordPolicyRelLocalService passwordPolicyRelLocalService) {
2232                    this.passwordPolicyRelLocalService = passwordPolicyRelLocalService;
2233            }
2234    
2235            /**
2236             * Returns the password policy rel persistence.
2237             *
2238             * @return the password policy rel persistence
2239             */
2240            public PasswordPolicyRelPersistence getPasswordPolicyRelPersistence() {
2241                    return passwordPolicyRelPersistence;
2242            }
2243    
2244            /**
2245             * Sets the password policy rel persistence.
2246             *
2247             * @param passwordPolicyRelPersistence the password policy rel persistence
2248             */
2249            public void setPasswordPolicyRelPersistence(
2250                    PasswordPolicyRelPersistence passwordPolicyRelPersistence) {
2251                    this.passwordPolicyRelPersistence = passwordPolicyRelPersistence;
2252            }
2253    
2254            /**
2255             * Returns the password tracker local service.
2256             *
2257             * @return the password tracker local service
2258             */
2259            public PasswordTrackerLocalService getPasswordTrackerLocalService() {
2260                    return passwordTrackerLocalService;
2261            }
2262    
2263            /**
2264             * Sets the password tracker local service.
2265             *
2266             * @param passwordTrackerLocalService the password tracker local service
2267             */
2268            public void setPasswordTrackerLocalService(
2269                    PasswordTrackerLocalService passwordTrackerLocalService) {
2270                    this.passwordTrackerLocalService = passwordTrackerLocalService;
2271            }
2272    
2273            /**
2274             * Returns the password tracker persistence.
2275             *
2276             * @return the password tracker persistence
2277             */
2278            public PasswordTrackerPersistence getPasswordTrackerPersistence() {
2279                    return passwordTrackerPersistence;
2280            }
2281    
2282            /**
2283             * Sets the password tracker persistence.
2284             *
2285             * @param passwordTrackerPersistence the password tracker persistence
2286             */
2287            public void setPasswordTrackerPersistence(
2288                    PasswordTrackerPersistence passwordTrackerPersistence) {
2289                    this.passwordTrackerPersistence = passwordTrackerPersistence;
2290            }
2291    
2292            /**
2293             * Returns the permission remote service.
2294             *
2295             * @return the permission remote service
2296             */
2297            public PermissionService getPermissionService() {
2298                    return permissionService;
2299            }
2300    
2301            /**
2302             * Sets the permission remote service.
2303             *
2304             * @param permissionService the permission remote service
2305             */
2306            public void setPermissionService(PermissionService permissionService) {
2307                    this.permissionService = permissionService;
2308            }
2309    
2310            /**
2311             * Returns the phone local service.
2312             *
2313             * @return the phone local service
2314             */
2315            public PhoneLocalService getPhoneLocalService() {
2316                    return phoneLocalService;
2317            }
2318    
2319            /**
2320             * Sets the phone local service.
2321             *
2322             * @param phoneLocalService the phone local service
2323             */
2324            public void setPhoneLocalService(PhoneLocalService phoneLocalService) {
2325                    this.phoneLocalService = phoneLocalService;
2326            }
2327    
2328            /**
2329             * Returns the phone remote service.
2330             *
2331             * @return the phone remote service
2332             */
2333            public PhoneService getPhoneService() {
2334                    return phoneService;
2335            }
2336    
2337            /**
2338             * Sets the phone remote service.
2339             *
2340             * @param phoneService the phone remote service
2341             */
2342            public void setPhoneService(PhoneService phoneService) {
2343                    this.phoneService = phoneService;
2344            }
2345    
2346            /**
2347             * Returns the phone persistence.
2348             *
2349             * @return the phone persistence
2350             */
2351            public PhonePersistence getPhonePersistence() {
2352                    return phonePersistence;
2353            }
2354    
2355            /**
2356             * Sets the phone persistence.
2357             *
2358             * @param phonePersistence the phone persistence
2359             */
2360            public void setPhonePersistence(PhonePersistence phonePersistence) {
2361                    this.phonePersistence = phonePersistence;
2362            }
2363    
2364            /**
2365             * Returns the plugin setting local service.
2366             *
2367             * @return the plugin setting local service
2368             */
2369            public PluginSettingLocalService getPluginSettingLocalService() {
2370                    return pluginSettingLocalService;
2371            }
2372    
2373            /**
2374             * Sets the plugin setting local service.
2375             *
2376             * @param pluginSettingLocalService the plugin setting local service
2377             */
2378            public void setPluginSettingLocalService(
2379                    PluginSettingLocalService pluginSettingLocalService) {
2380                    this.pluginSettingLocalService = pluginSettingLocalService;
2381            }
2382    
2383            /**
2384             * Returns the plugin setting remote service.
2385             *
2386             * @return the plugin setting remote service
2387             */
2388            public PluginSettingService getPluginSettingService() {
2389                    return pluginSettingService;
2390            }
2391    
2392            /**
2393             * Sets the plugin setting remote service.
2394             *
2395             * @param pluginSettingService the plugin setting remote service
2396             */
2397            public void setPluginSettingService(
2398                    PluginSettingService pluginSettingService) {
2399                    this.pluginSettingService = pluginSettingService;
2400            }
2401    
2402            /**
2403             * Returns the plugin setting persistence.
2404             *
2405             * @return the plugin setting persistence
2406             */
2407            public PluginSettingPersistence getPluginSettingPersistence() {
2408                    return pluginSettingPersistence;
2409            }
2410    
2411            /**
2412             * Sets the plugin setting persistence.
2413             *
2414             * @param pluginSettingPersistence the plugin setting persistence
2415             */
2416            public void setPluginSettingPersistence(
2417                    PluginSettingPersistence pluginSettingPersistence) {
2418                    this.pluginSettingPersistence = pluginSettingPersistence;
2419            }
2420    
2421            /**
2422             * Returns the portal local service.
2423             *
2424             * @return the portal local service
2425             */
2426            public PortalLocalService getPortalLocalService() {
2427                    return portalLocalService;
2428            }
2429    
2430            /**
2431             * Sets the portal local service.
2432             *
2433             * @param portalLocalService the portal local service
2434             */
2435            public void setPortalLocalService(PortalLocalService portalLocalService) {
2436                    this.portalLocalService = portalLocalService;
2437            }
2438    
2439            /**
2440             * Returns the portal remote service.
2441             *
2442             * @return the portal remote service
2443             */
2444            public PortalService getPortalService() {
2445                    return portalService;
2446            }
2447    
2448            /**
2449             * Sets the portal remote service.
2450             *
2451             * @param portalService the portal remote service
2452             */
2453            public void setPortalService(PortalService portalService) {
2454                    this.portalService = portalService;
2455            }
2456    
2457            /**
2458             * Returns the portal preferences local service.
2459             *
2460             * @return the portal preferences local service
2461             */
2462            public PortalPreferencesLocalService getPortalPreferencesLocalService() {
2463                    return portalPreferencesLocalService;
2464            }
2465    
2466            /**
2467             * Sets the portal preferences local service.
2468             *
2469             * @param portalPreferencesLocalService the portal preferences local service
2470             */
2471            public void setPortalPreferencesLocalService(
2472                    PortalPreferencesLocalService portalPreferencesLocalService) {
2473                    this.portalPreferencesLocalService = portalPreferencesLocalService;
2474            }
2475    
2476            /**
2477             * Returns the portal preferences persistence.
2478             *
2479             * @return the portal preferences persistence
2480             */
2481            public PortalPreferencesPersistence getPortalPreferencesPersistence() {
2482                    return portalPreferencesPersistence;
2483            }
2484    
2485            /**
2486             * Sets the portal preferences persistence.
2487             *
2488             * @param portalPreferencesPersistence the portal preferences persistence
2489             */
2490            public void setPortalPreferencesPersistence(
2491                    PortalPreferencesPersistence portalPreferencesPersistence) {
2492                    this.portalPreferencesPersistence = portalPreferencesPersistence;
2493            }
2494    
2495            /**
2496             * Returns the portlet local service.
2497             *
2498             * @return the portlet local service
2499             */
2500            public PortletLocalService getPortletLocalService() {
2501                    return portletLocalService;
2502            }
2503    
2504            /**
2505             * Sets the portlet local service.
2506             *
2507             * @param portletLocalService the portlet local service
2508             */
2509            public void setPortletLocalService(PortletLocalService portletLocalService) {
2510                    this.portletLocalService = portletLocalService;
2511            }
2512    
2513            /**
2514             * Returns the portlet remote service.
2515             *
2516             * @return the portlet remote service
2517             */
2518            public PortletService getPortletService() {
2519                    return portletService;
2520            }
2521    
2522            /**
2523             * Sets the portlet remote service.
2524             *
2525             * @param portletService the portlet remote service
2526             */
2527            public void setPortletService(PortletService portletService) {
2528                    this.portletService = portletService;
2529            }
2530    
2531            /**
2532             * Returns the portlet persistence.
2533             *
2534             * @return the portlet persistence
2535             */
2536            public PortletPersistence getPortletPersistence() {
2537                    return portletPersistence;
2538            }
2539    
2540            /**
2541             * Sets the portlet persistence.
2542             *
2543             * @param portletPersistence the portlet persistence
2544             */
2545            public void setPortletPersistence(PortletPersistence portletPersistence) {
2546                    this.portletPersistence = portletPersistence;
2547            }
2548    
2549            /**
2550             * Returns the portlet item local service.
2551             *
2552             * @return the portlet item local service
2553             */
2554            public PortletItemLocalService getPortletItemLocalService() {
2555                    return portletItemLocalService;
2556            }
2557    
2558            /**
2559             * Sets the portlet item local service.
2560             *
2561             * @param portletItemLocalService the portlet item local service
2562             */
2563            public void setPortletItemLocalService(
2564                    PortletItemLocalService portletItemLocalService) {
2565                    this.portletItemLocalService = portletItemLocalService;
2566            }
2567    
2568            /**
2569             * Returns the portlet item persistence.
2570             *
2571             * @return the portlet item persistence
2572             */
2573            public PortletItemPersistence getPortletItemPersistence() {
2574                    return portletItemPersistence;
2575            }
2576    
2577            /**
2578             * Sets the portlet item persistence.
2579             *
2580             * @param portletItemPersistence the portlet item persistence
2581             */
2582            public void setPortletItemPersistence(
2583                    PortletItemPersistence portletItemPersistence) {
2584                    this.portletItemPersistence = portletItemPersistence;
2585            }
2586    
2587            /**
2588             * Returns the portlet preferences local service.
2589             *
2590             * @return the portlet preferences local service
2591             */
2592            public PortletPreferencesLocalService getPortletPreferencesLocalService() {
2593                    return portletPreferencesLocalService;
2594            }
2595    
2596            /**
2597             * Sets the portlet preferences local service.
2598             *
2599             * @param portletPreferencesLocalService the portlet preferences local service
2600             */
2601            public void setPortletPreferencesLocalService(
2602                    PortletPreferencesLocalService portletPreferencesLocalService) {
2603                    this.portletPreferencesLocalService = portletPreferencesLocalService;
2604            }
2605    
2606            /**
2607             * Returns the portlet preferences remote service.
2608             *
2609             * @return the portlet preferences remote service
2610             */
2611            public PortletPreferencesService getPortletPreferencesService() {
2612                    return portletPreferencesService;
2613            }
2614    
2615            /**
2616             * Sets the portlet preferences remote service.
2617             *
2618             * @param portletPreferencesService the portlet preferences remote service
2619             */
2620            public void setPortletPreferencesService(
2621                    PortletPreferencesService portletPreferencesService) {
2622                    this.portletPreferencesService = portletPreferencesService;
2623            }
2624    
2625            /**
2626             * Returns the portlet preferences persistence.
2627             *
2628             * @return the portlet preferences persistence
2629             */
2630            public PortletPreferencesPersistence getPortletPreferencesPersistence() {
2631                    return portletPreferencesPersistence;
2632            }
2633    
2634            /**
2635             * Sets the portlet preferences persistence.
2636             *
2637             * @param portletPreferencesPersistence the portlet preferences persistence
2638             */
2639            public void setPortletPreferencesPersistence(
2640                    PortletPreferencesPersistence portletPreferencesPersistence) {
2641                    this.portletPreferencesPersistence = portletPreferencesPersistence;
2642            }
2643    
2644            /**
2645             * Returns the portlet preferences finder.
2646             *
2647             * @return the portlet preferences finder
2648             */
2649            public PortletPreferencesFinder getPortletPreferencesFinder() {
2650                    return portletPreferencesFinder;
2651            }
2652    
2653            /**
2654             * Sets the portlet preferences finder.
2655             *
2656             * @param portletPreferencesFinder the portlet preferences finder
2657             */
2658            public void setPortletPreferencesFinder(
2659                    PortletPreferencesFinder portletPreferencesFinder) {
2660                    this.portletPreferencesFinder = portletPreferencesFinder;
2661            }
2662    
2663            /**
2664             * Returns the quartz local service.
2665             *
2666             * @return the quartz local service
2667             */
2668            public QuartzLocalService getQuartzLocalService() {
2669                    return quartzLocalService;
2670            }
2671    
2672            /**
2673             * Sets the quartz local service.
2674             *
2675             * @param quartzLocalService the quartz local service
2676             */
2677            public void setQuartzLocalService(QuartzLocalService quartzLocalService) {
2678                    this.quartzLocalService = quartzLocalService;
2679            }
2680    
2681            /**
2682             * Returns the region remote service.
2683             *
2684             * @return the region remote service
2685             */
2686            public RegionService getRegionService() {
2687                    return regionService;
2688            }
2689    
2690            /**
2691             * Sets the region remote service.
2692             *
2693             * @param regionService the region remote service
2694             */
2695            public void setRegionService(RegionService regionService) {
2696                    this.regionService = regionService;
2697            }
2698    
2699            /**
2700             * Returns the region persistence.
2701             *
2702             * @return the region persistence
2703             */
2704            public RegionPersistence getRegionPersistence() {
2705                    return regionPersistence;
2706            }
2707    
2708            /**
2709             * Sets the region persistence.
2710             *
2711             * @param regionPersistence the region persistence
2712             */
2713            public void setRegionPersistence(RegionPersistence regionPersistence) {
2714                    this.regionPersistence = regionPersistence;
2715            }
2716    
2717            /**
2718             * Returns the release local service.
2719             *
2720             * @return the release local service
2721             */
2722            public ReleaseLocalService getReleaseLocalService() {
2723                    return releaseLocalService;
2724            }
2725    
2726            /**
2727             * Sets the release local service.
2728             *
2729             * @param releaseLocalService the release local service
2730             */
2731            public void setReleaseLocalService(ReleaseLocalService releaseLocalService) {
2732                    this.releaseLocalService = releaseLocalService;
2733            }
2734    
2735            /**
2736             * Returns the release persistence.
2737             *
2738             * @return the release persistence
2739             */
2740            public ReleasePersistence getReleasePersistence() {
2741                    return releasePersistence;
2742            }
2743    
2744            /**
2745             * Sets the release persistence.
2746             *
2747             * @param releasePersistence the release persistence
2748             */
2749            public void setReleasePersistence(ReleasePersistence releasePersistence) {
2750                    this.releasePersistence = releasePersistence;
2751            }
2752    
2753            /**
2754             * Returns the repository local service.
2755             *
2756             * @return the repository local service
2757             */
2758            public RepositoryLocalService getRepositoryLocalService() {
2759                    return repositoryLocalService;
2760            }
2761    
2762            /**
2763             * Sets the repository local service.
2764             *
2765             * @param repositoryLocalService the repository local service
2766             */
2767            public void setRepositoryLocalService(
2768                    RepositoryLocalService repositoryLocalService) {
2769                    this.repositoryLocalService = repositoryLocalService;
2770            }
2771    
2772            /**
2773             * Returns the repository remote service.
2774             *
2775             * @return the repository remote service
2776             */
2777            public RepositoryService getRepositoryService() {
2778                    return repositoryService;
2779            }
2780    
2781            /**
2782             * Sets the repository remote service.
2783             *
2784             * @param repositoryService the repository remote service
2785             */
2786            public void setRepositoryService(RepositoryService repositoryService) {
2787                    this.repositoryService = repositoryService;
2788            }
2789    
2790            /**
2791             * Returns the repository persistence.
2792             *
2793             * @return the repository persistence
2794             */
2795            public RepositoryPersistence getRepositoryPersistence() {
2796                    return repositoryPersistence;
2797            }
2798    
2799            /**
2800             * Sets the repository persistence.
2801             *
2802             * @param repositoryPersistence the repository persistence
2803             */
2804            public void setRepositoryPersistence(
2805                    RepositoryPersistence repositoryPersistence) {
2806                    this.repositoryPersistence = repositoryPersistence;
2807            }
2808    
2809            /**
2810             * Returns the repository entry local service.
2811             *
2812             * @return the repository entry local service
2813             */
2814            public RepositoryEntryLocalService getRepositoryEntryLocalService() {
2815                    return repositoryEntryLocalService;
2816            }
2817    
2818            /**
2819             * Sets the repository entry local service.
2820             *
2821             * @param repositoryEntryLocalService the repository entry local service
2822             */
2823            public void setRepositoryEntryLocalService(
2824                    RepositoryEntryLocalService repositoryEntryLocalService) {
2825                    this.repositoryEntryLocalService = repositoryEntryLocalService;
2826            }
2827    
2828            /**
2829             * Returns the repository entry persistence.
2830             *
2831             * @return the repository entry persistence
2832             */
2833            public RepositoryEntryPersistence getRepositoryEntryPersistence() {
2834                    return repositoryEntryPersistence;
2835            }
2836    
2837            /**
2838             * Sets the repository entry persistence.
2839             *
2840             * @param repositoryEntryPersistence the repository entry persistence
2841             */
2842            public void setRepositoryEntryPersistence(
2843                    RepositoryEntryPersistence repositoryEntryPersistence) {
2844                    this.repositoryEntryPersistence = repositoryEntryPersistence;
2845            }
2846    
2847            /**
2848             * Returns the resource local service.
2849             *
2850             * @return the resource local service
2851             */
2852            public ResourceLocalService getResourceLocalService() {
2853                    return resourceLocalService;
2854            }
2855    
2856            /**
2857             * Sets the resource local service.
2858             *
2859             * @param resourceLocalService the resource local service
2860             */
2861            public void setResourceLocalService(
2862                    ResourceLocalService resourceLocalService) {
2863                    this.resourceLocalService = resourceLocalService;
2864            }
2865    
2866            /**
2867             * Returns the resource action local service.
2868             *
2869             * @return the resource action local service
2870             */
2871            public ResourceActionLocalService getResourceActionLocalService() {
2872                    return resourceActionLocalService;
2873            }
2874    
2875            /**
2876             * Sets the resource action local service.
2877             *
2878             * @param resourceActionLocalService the resource action local service
2879             */
2880            public void setResourceActionLocalService(
2881                    ResourceActionLocalService resourceActionLocalService) {
2882                    this.resourceActionLocalService = resourceActionLocalService;
2883            }
2884    
2885            /**
2886             * Returns the resource action persistence.
2887             *
2888             * @return the resource action persistence
2889             */
2890            public ResourceActionPersistence getResourceActionPersistence() {
2891                    return resourceActionPersistence;
2892            }
2893    
2894            /**
2895             * Sets the resource action persistence.
2896             *
2897             * @param resourceActionPersistence the resource action persistence
2898             */
2899            public void setResourceActionPersistence(
2900                    ResourceActionPersistence resourceActionPersistence) {
2901                    this.resourceActionPersistence = resourceActionPersistence;
2902            }
2903    
2904            /**
2905             * Returns the resource block local service.
2906             *
2907             * @return the resource block local service
2908             */
2909            public ResourceBlockLocalService getResourceBlockLocalService() {
2910                    return resourceBlockLocalService;
2911            }
2912    
2913            /**
2914             * Sets the resource block local service.
2915             *
2916             * @param resourceBlockLocalService the resource block local service
2917             */
2918            public void setResourceBlockLocalService(
2919                    ResourceBlockLocalService resourceBlockLocalService) {
2920                    this.resourceBlockLocalService = resourceBlockLocalService;
2921            }
2922    
2923            /**
2924             * Returns the resource block remote service.
2925             *
2926             * @return the resource block remote service
2927             */
2928            public ResourceBlockService getResourceBlockService() {
2929                    return resourceBlockService;
2930            }
2931    
2932            /**
2933             * Sets the resource block remote service.
2934             *
2935             * @param resourceBlockService the resource block remote service
2936             */
2937            public void setResourceBlockService(
2938                    ResourceBlockService resourceBlockService) {
2939                    this.resourceBlockService = resourceBlockService;
2940            }
2941    
2942            /**
2943             * Returns the resource block persistence.
2944             *
2945             * @return the resource block persistence
2946             */
2947            public ResourceBlockPersistence getResourceBlockPersistence() {
2948                    return resourceBlockPersistence;
2949            }
2950    
2951            /**
2952             * Sets the resource block persistence.
2953             *
2954             * @param resourceBlockPersistence the resource block persistence
2955             */
2956            public void setResourceBlockPersistence(
2957                    ResourceBlockPersistence resourceBlockPersistence) {
2958                    this.resourceBlockPersistence = resourceBlockPersistence;
2959            }
2960    
2961            /**
2962             * Returns the resource block finder.
2963             *
2964             * @return the resource block finder
2965             */
2966            public ResourceBlockFinder getResourceBlockFinder() {
2967                    return resourceBlockFinder;
2968            }
2969    
2970            /**
2971             * Sets the resource block finder.
2972             *
2973             * @param resourceBlockFinder the resource block finder
2974             */
2975            public void setResourceBlockFinder(ResourceBlockFinder resourceBlockFinder) {
2976                    this.resourceBlockFinder = resourceBlockFinder;
2977            }
2978    
2979            /**
2980             * Returns the resource block permission local service.
2981             *
2982             * @return the resource block permission local service
2983             */
2984            public ResourceBlockPermissionLocalService getResourceBlockPermissionLocalService() {
2985                    return resourceBlockPermissionLocalService;
2986            }
2987    
2988            /**
2989             * Sets the resource block permission local service.
2990             *
2991             * @param resourceBlockPermissionLocalService the resource block permission local service
2992             */
2993            public void setResourceBlockPermissionLocalService(
2994                    ResourceBlockPermissionLocalService resourceBlockPermissionLocalService) {
2995                    this.resourceBlockPermissionLocalService = resourceBlockPermissionLocalService;
2996            }
2997    
2998            /**
2999             * Returns the resource block permission persistence.
3000             *
3001             * @return the resource block permission persistence
3002             */
3003            public ResourceBlockPermissionPersistence getResourceBlockPermissionPersistence() {
3004                    return resourceBlockPermissionPersistence;
3005            }
3006    
3007            /**
3008             * Sets the resource block permission persistence.
3009             *
3010             * @param resourceBlockPermissionPersistence the resource block permission persistence
3011             */
3012            public void setResourceBlockPermissionPersistence(
3013                    ResourceBlockPermissionPersistence resourceBlockPermissionPersistence) {
3014                    this.resourceBlockPermissionPersistence = resourceBlockPermissionPersistence;
3015            }
3016    
3017            /**
3018             * Returns the resource permission local service.
3019             *
3020             * @return the resource permission local service
3021             */
3022            public ResourcePermissionLocalService getResourcePermissionLocalService() {
3023                    return resourcePermissionLocalService;
3024            }
3025    
3026            /**
3027             * Sets the resource permission local service.
3028             *
3029             * @param resourcePermissionLocalService the resource permission local service
3030             */
3031            public void setResourcePermissionLocalService(
3032                    ResourcePermissionLocalService resourcePermissionLocalService) {
3033                    this.resourcePermissionLocalService = resourcePermissionLocalService;
3034            }
3035    
3036            /**
3037             * Returns the resource permission remote service.
3038             *
3039             * @return the resource permission remote service
3040             */
3041            public ResourcePermissionService getResourcePermissionService() {
3042                    return resourcePermissionService;
3043            }
3044    
3045            /**
3046             * Sets the resource permission remote service.
3047             *
3048             * @param resourcePermissionService the resource permission remote service
3049             */
3050            public void setResourcePermissionService(
3051                    ResourcePermissionService resourcePermissionService) {
3052                    this.resourcePermissionService = resourcePermissionService;
3053            }
3054    
3055            /**
3056             * Returns the resource permission persistence.
3057             *
3058             * @return the resource permission persistence
3059             */
3060            public ResourcePermissionPersistence getResourcePermissionPersistence() {
3061                    return resourcePermissionPersistence;
3062            }
3063    
3064            /**
3065             * Sets the resource permission persistence.
3066             *
3067             * @param resourcePermissionPersistence the resource permission persistence
3068             */
3069            public void setResourcePermissionPersistence(
3070                    ResourcePermissionPersistence resourcePermissionPersistence) {
3071                    this.resourcePermissionPersistence = resourcePermissionPersistence;
3072            }
3073    
3074            /**
3075             * Returns the resource permission finder.
3076             *
3077             * @return the resource permission finder
3078             */
3079            public ResourcePermissionFinder getResourcePermissionFinder() {
3080                    return resourcePermissionFinder;
3081            }
3082    
3083            /**
3084             * Sets the resource permission finder.
3085             *
3086             * @param resourcePermissionFinder the resource permission finder
3087             */
3088            public void setResourcePermissionFinder(
3089                    ResourcePermissionFinder resourcePermissionFinder) {
3090                    this.resourcePermissionFinder = resourcePermissionFinder;
3091            }
3092    
3093            /**
3094             * Returns the resource type permission local service.
3095             *
3096             * @return the resource type permission local service
3097             */
3098            public ResourceTypePermissionLocalService getResourceTypePermissionLocalService() {
3099                    return resourceTypePermissionLocalService;
3100            }
3101    
3102            /**
3103             * Sets the resource type permission local service.
3104             *
3105             * @param resourceTypePermissionLocalService the resource type permission local service
3106             */
3107            public void setResourceTypePermissionLocalService(
3108                    ResourceTypePermissionLocalService resourceTypePermissionLocalService) {
3109                    this.resourceTypePermissionLocalService = resourceTypePermissionLocalService;
3110            }
3111    
3112            /**
3113             * Returns the resource type permission persistence.
3114             *
3115             * @return the resource type permission persistence
3116             */
3117            public ResourceTypePermissionPersistence getResourceTypePermissionPersistence() {
3118                    return resourceTypePermissionPersistence;
3119            }
3120    
3121            /**
3122             * Sets the resource type permission persistence.
3123             *
3124             * @param resourceTypePermissionPersistence the resource type permission persistence
3125             */
3126            public void setResourceTypePermissionPersistence(
3127                    ResourceTypePermissionPersistence resourceTypePermissionPersistence) {
3128                    this.resourceTypePermissionPersistence = resourceTypePermissionPersistence;
3129            }
3130    
3131            /**
3132             * Returns the resource type permission finder.
3133             *
3134             * @return the resource type permission finder
3135             */
3136            public ResourceTypePermissionFinder getResourceTypePermissionFinder() {
3137                    return resourceTypePermissionFinder;
3138            }
3139    
3140            /**
3141             * Sets the resource type permission finder.
3142             *
3143             * @param resourceTypePermissionFinder the resource type permission finder
3144             */
3145            public void setResourceTypePermissionFinder(
3146                    ResourceTypePermissionFinder resourceTypePermissionFinder) {
3147                    this.resourceTypePermissionFinder = resourceTypePermissionFinder;
3148            }
3149    
3150            /**
3151             * Returns the role local service.
3152             *
3153             * @return the role local service
3154             */
3155            public RoleLocalService getRoleLocalService() {
3156                    return roleLocalService;
3157            }
3158    
3159            /**
3160             * Sets the role local service.
3161             *
3162             * @param roleLocalService the role local service
3163             */
3164            public void setRoleLocalService(RoleLocalService roleLocalService) {
3165                    this.roleLocalService = roleLocalService;
3166            }
3167    
3168            /**
3169             * Returns the role remote service.
3170             *
3171             * @return the role remote service
3172             */
3173            public RoleService getRoleService() {
3174                    return roleService;
3175            }
3176    
3177            /**
3178             * Sets the role remote service.
3179             *
3180             * @param roleService the role remote service
3181             */
3182            public void setRoleService(RoleService roleService) {
3183                    this.roleService = roleService;
3184            }
3185    
3186            /**
3187             * Returns the role persistence.
3188             *
3189             * @return the role persistence
3190             */
3191            public RolePersistence getRolePersistence() {
3192                    return rolePersistence;
3193            }
3194    
3195            /**
3196             * Sets the role persistence.
3197             *
3198             * @param rolePersistence the role persistence
3199             */
3200            public void setRolePersistence(RolePersistence rolePersistence) {
3201                    this.rolePersistence = rolePersistence;
3202            }
3203    
3204            /**
3205             * Returns the role finder.
3206             *
3207             * @return the role finder
3208             */
3209            public RoleFinder getRoleFinder() {
3210                    return roleFinder;
3211            }
3212    
3213            /**
3214             * Sets the role finder.
3215             *
3216             * @param roleFinder the role finder
3217             */
3218            public void setRoleFinder(RoleFinder roleFinder) {
3219                    this.roleFinder = roleFinder;
3220            }
3221    
3222            /**
3223             * Returns the service component local service.
3224             *
3225             * @return the service component local service
3226             */
3227            public ServiceComponentLocalService getServiceComponentLocalService() {
3228                    return serviceComponentLocalService;
3229            }
3230    
3231            /**
3232             * Sets the service component local service.
3233             *
3234             * @param serviceComponentLocalService the service component local service
3235             */
3236            public void setServiceComponentLocalService(
3237                    ServiceComponentLocalService serviceComponentLocalService) {
3238                    this.serviceComponentLocalService = serviceComponentLocalService;
3239            }
3240    
3241            /**
3242             * Returns the service component persistence.
3243             *
3244             * @return the service component persistence
3245             */
3246            public ServiceComponentPersistence getServiceComponentPersistence() {
3247                    return serviceComponentPersistence;
3248            }
3249    
3250            /**
3251             * Sets the service component persistence.
3252             *
3253             * @param serviceComponentPersistence the service component persistence
3254             */
3255            public void setServiceComponentPersistence(
3256                    ServiceComponentPersistence serviceComponentPersistence) {
3257                    this.serviceComponentPersistence = serviceComponentPersistence;
3258            }
3259    
3260            /**
3261             * Returns the shard local service.
3262             *
3263             * @return the shard local service
3264             */
3265            public ShardLocalService getShardLocalService() {
3266                    return shardLocalService;
3267            }
3268    
3269            /**
3270             * Sets the shard local service.
3271             *
3272             * @param shardLocalService the shard local service
3273             */
3274            public void setShardLocalService(ShardLocalService shardLocalService) {
3275                    this.shardLocalService = shardLocalService;
3276            }
3277    
3278            /**
3279             * Returns the shard persistence.
3280             *
3281             * @return the shard persistence
3282             */
3283            public ShardPersistence getShardPersistence() {
3284                    return shardPersistence;
3285            }
3286    
3287            /**
3288             * Sets the shard persistence.
3289             *
3290             * @param shardPersistence the shard persistence
3291             */
3292            public void setShardPersistence(ShardPersistence shardPersistence) {
3293                    this.shardPersistence = shardPersistence;
3294            }
3295    
3296            /**
3297             * Returns the subscription local service.
3298             *
3299             * @return the subscription local service
3300             */
3301            public SubscriptionLocalService getSubscriptionLocalService() {
3302                    return subscriptionLocalService;
3303            }
3304    
3305            /**
3306             * Sets the subscription local service.
3307             *
3308             * @param subscriptionLocalService the subscription local service
3309             */
3310            public void setSubscriptionLocalService(
3311                    SubscriptionLocalService subscriptionLocalService) {
3312                    this.subscriptionLocalService = subscriptionLocalService;
3313            }
3314    
3315            /**
3316             * Returns the subscription persistence.
3317             *
3318             * @return the subscription persistence
3319             */
3320            public SubscriptionPersistence getSubscriptionPersistence() {
3321                    return subscriptionPersistence;
3322            }
3323    
3324            /**
3325             * Sets the subscription persistence.
3326             *
3327             * @param subscriptionPersistence the subscription persistence
3328             */
3329            public void setSubscriptionPersistence(
3330                    SubscriptionPersistence subscriptionPersistence) {
3331                    this.subscriptionPersistence = subscriptionPersistence;
3332            }
3333    
3334            /**
3335             * Returns the team local service.
3336             *
3337             * @return the team local service
3338             */
3339            public TeamLocalService getTeamLocalService() {
3340                    return teamLocalService;
3341            }
3342    
3343            /**
3344             * Sets the team local service.
3345             *
3346             * @param teamLocalService the team local service
3347             */
3348            public void setTeamLocalService(TeamLocalService teamLocalService) {
3349                    this.teamLocalService = teamLocalService;
3350            }
3351    
3352            /**
3353             * Returns the team remote service.
3354             *
3355             * @return the team remote service
3356             */
3357            public TeamService getTeamService() {
3358                    return teamService;
3359            }
3360    
3361            /**
3362             * Sets the team remote service.
3363             *
3364             * @param teamService the team remote service
3365             */
3366            public void setTeamService(TeamService teamService) {
3367                    this.teamService = teamService;
3368            }
3369    
3370            /**
3371             * Returns the team persistence.
3372             *
3373             * @return the team persistence
3374             */
3375            public TeamPersistence getTeamPersistence() {
3376                    return teamPersistence;
3377            }
3378    
3379            /**
3380             * Sets the team persistence.
3381             *
3382             * @param teamPersistence the team persistence
3383             */
3384            public void setTeamPersistence(TeamPersistence teamPersistence) {
3385                    this.teamPersistence = teamPersistence;
3386            }
3387    
3388            /**
3389             * Returns the team finder.
3390             *
3391             * @return the team finder
3392             */
3393            public TeamFinder getTeamFinder() {
3394                    return teamFinder;
3395            }
3396    
3397            /**
3398             * Sets the team finder.
3399             *
3400             * @param teamFinder the team finder
3401             */
3402            public void setTeamFinder(TeamFinder teamFinder) {
3403                    this.teamFinder = teamFinder;
3404            }
3405    
3406            /**
3407             * Returns the theme local service.
3408             *
3409             * @return the theme local service
3410             */
3411            public ThemeLocalService getThemeLocalService() {
3412                    return themeLocalService;
3413            }
3414    
3415            /**
3416             * Sets the theme local service.
3417             *
3418             * @param themeLocalService the theme local service
3419             */
3420            public void setThemeLocalService(ThemeLocalService themeLocalService) {
3421                    this.themeLocalService = themeLocalService;
3422            }
3423    
3424            /**
3425             * Returns the theme remote service.
3426             *
3427             * @return the theme remote service
3428             */
3429            public ThemeService getThemeService() {
3430                    return themeService;
3431            }
3432    
3433            /**
3434             * Sets the theme remote service.
3435             *
3436             * @param themeService the theme remote service
3437             */
3438            public void setThemeService(ThemeService themeService) {
3439                    this.themeService = themeService;
3440            }
3441    
3442            /**
3443             * Returns the ticket local service.
3444             *
3445             * @return the ticket local service
3446             */
3447            public TicketLocalService getTicketLocalService() {
3448                    return ticketLocalService;
3449            }
3450    
3451            /**
3452             * Sets the ticket local service.
3453             *
3454             * @param ticketLocalService the ticket local service
3455             */
3456            public void setTicketLocalService(TicketLocalService ticketLocalService) {
3457                    this.ticketLocalService = ticketLocalService;
3458            }
3459    
3460            /**
3461             * Returns the ticket persistence.
3462             *
3463             * @return the ticket persistence
3464             */
3465            public TicketPersistence getTicketPersistence() {
3466                    return ticketPersistence;
3467            }
3468    
3469            /**
3470             * Sets the ticket persistence.
3471             *
3472             * @param ticketPersistence the ticket persistence
3473             */
3474            public void setTicketPersistence(TicketPersistence ticketPersistence) {
3475                    this.ticketPersistence = ticketPersistence;
3476            }
3477    
3478            /**
3479             * Returns the user local service.
3480             *
3481             * @return the user local service
3482             */
3483            public UserLocalService getUserLocalService() {
3484                    return userLocalService;
3485            }
3486    
3487            /**
3488             * Sets the user local service.
3489             *
3490             * @param userLocalService the user local service
3491             */
3492            public void setUserLocalService(UserLocalService userLocalService) {
3493                    this.userLocalService = userLocalService;
3494            }
3495    
3496            /**
3497             * Returns the user remote service.
3498             *
3499             * @return the user remote service
3500             */
3501            public UserService getUserService() {
3502                    return userService;
3503            }
3504    
3505            /**
3506             * Sets the user remote service.
3507             *
3508             * @param userService the user remote service
3509             */
3510            public void setUserService(UserService userService) {
3511                    this.userService = userService;
3512            }
3513    
3514            /**
3515             * Returns the user persistence.
3516             *
3517             * @return the user persistence
3518             */
3519            public UserPersistence getUserPersistence() {
3520                    return userPersistence;
3521            }
3522    
3523            /**
3524             * Sets the user persistence.
3525             *
3526             * @param userPersistence the user persistence
3527             */
3528            public void setUserPersistence(UserPersistence userPersistence) {
3529                    this.userPersistence = userPersistence;
3530            }
3531    
3532            /**
3533             * Returns the user finder.
3534             *
3535             * @return the user finder
3536             */
3537            public UserFinder getUserFinder() {
3538                    return userFinder;
3539            }
3540    
3541            /**
3542             * Sets the user finder.
3543             *
3544             * @param userFinder the user finder
3545             */
3546            public void setUserFinder(UserFinder userFinder) {
3547                    this.userFinder = userFinder;
3548            }
3549    
3550            /**
3551             * Returns the user group local service.
3552             *
3553             * @return the user group local service
3554             */
3555            public UserGroupLocalService getUserGroupLocalService() {
3556                    return userGroupLocalService;
3557            }
3558    
3559            /**
3560             * Sets the user group local service.
3561             *
3562             * @param userGroupLocalService the user group local service
3563             */
3564            public void setUserGroupLocalService(
3565                    UserGroupLocalService userGroupLocalService) {
3566                    this.userGroupLocalService = userGroupLocalService;
3567            }
3568    
3569            /**
3570             * Returns the user group remote service.
3571             *
3572             * @return the user group remote service
3573             */
3574            public UserGroupService getUserGroupService() {
3575                    return userGroupService;
3576            }
3577    
3578            /**
3579             * Sets the user group remote service.
3580             *
3581             * @param userGroupService the user group remote service
3582             */
3583            public void setUserGroupService(UserGroupService userGroupService) {
3584                    this.userGroupService = userGroupService;
3585            }
3586    
3587            /**
3588             * Returns the user group persistence.
3589             *
3590             * @return the user group persistence
3591             */
3592            public UserGroupPersistence getUserGroupPersistence() {
3593                    return userGroupPersistence;
3594            }
3595    
3596            /**
3597             * Sets the user group persistence.
3598             *
3599             * @param userGroupPersistence the user group persistence
3600             */
3601            public void setUserGroupPersistence(
3602                    UserGroupPersistence userGroupPersistence) {
3603                    this.userGroupPersistence = userGroupPersistence;
3604            }
3605    
3606            /**
3607             * Returns the user group finder.
3608             *
3609             * @return the user group finder
3610             */
3611            public UserGroupFinder getUserGroupFinder() {
3612                    return userGroupFinder;
3613            }
3614    
3615            /**
3616             * Sets the user group finder.
3617             *
3618             * @param userGroupFinder the user group finder
3619             */
3620            public void setUserGroupFinder(UserGroupFinder userGroupFinder) {
3621                    this.userGroupFinder = userGroupFinder;
3622            }
3623    
3624            /**
3625             * Returns the user group group role local service.
3626             *
3627             * @return the user group group role local service
3628             */
3629            public UserGroupGroupRoleLocalService getUserGroupGroupRoleLocalService() {
3630                    return userGroupGroupRoleLocalService;
3631            }
3632    
3633            /**
3634             * Sets the user group group role local service.
3635             *
3636             * @param userGroupGroupRoleLocalService the user group group role local service
3637             */
3638            public void setUserGroupGroupRoleLocalService(
3639                    UserGroupGroupRoleLocalService userGroupGroupRoleLocalService) {
3640                    this.userGroupGroupRoleLocalService = userGroupGroupRoleLocalService;
3641            }
3642    
3643            /**
3644             * Returns the user group group role remote service.
3645             *
3646             * @return the user group group role remote service
3647             */
3648            public UserGroupGroupRoleService getUserGroupGroupRoleService() {
3649                    return userGroupGroupRoleService;
3650            }
3651    
3652            /**
3653             * Sets the user group group role remote service.
3654             *
3655             * @param userGroupGroupRoleService the user group group role remote service
3656             */
3657            public void setUserGroupGroupRoleService(
3658                    UserGroupGroupRoleService userGroupGroupRoleService) {
3659                    this.userGroupGroupRoleService = userGroupGroupRoleService;
3660            }
3661    
3662            /**
3663             * Returns the user group group role persistence.
3664             *
3665             * @return the user group group role persistence
3666             */
3667            public UserGroupGroupRolePersistence getUserGroupGroupRolePersistence() {
3668                    return userGroupGroupRolePersistence;
3669            }
3670    
3671            /**
3672             * Sets the user group group role persistence.
3673             *
3674             * @param userGroupGroupRolePersistence the user group group role persistence
3675             */
3676            public void setUserGroupGroupRolePersistence(
3677                    UserGroupGroupRolePersistence userGroupGroupRolePersistence) {
3678                    this.userGroupGroupRolePersistence = userGroupGroupRolePersistence;
3679            }
3680    
3681            /**
3682             * Returns the user group role local service.
3683             *
3684             * @return the user group role local service
3685             */
3686            public UserGroupRoleLocalService getUserGroupRoleLocalService() {
3687                    return userGroupRoleLocalService;
3688            }
3689    
3690            /**
3691             * Sets the user group role local service.
3692             *
3693             * @param userGroupRoleLocalService the user group role local service
3694             */
3695            public void setUserGroupRoleLocalService(
3696                    UserGroupRoleLocalService userGroupRoleLocalService) {
3697                    this.userGroupRoleLocalService = userGroupRoleLocalService;
3698            }
3699    
3700            /**
3701             * Returns the user group role remote service.
3702             *
3703             * @return the user group role remote service
3704             */
3705            public UserGroupRoleService getUserGroupRoleService() {
3706                    return userGroupRoleService;
3707            }
3708    
3709            /**
3710             * Sets the user group role remote service.
3711             *
3712             * @param userGroupRoleService the user group role remote service
3713             */
3714            public void setUserGroupRoleService(
3715                    UserGroupRoleService userGroupRoleService) {
3716                    this.userGroupRoleService = userGroupRoleService;
3717            }
3718    
3719            /**
3720             * Returns the user group role persistence.
3721             *
3722             * @return the user group role persistence
3723             */
3724            public UserGroupRolePersistence getUserGroupRolePersistence() {
3725                    return userGroupRolePersistence;
3726            }
3727    
3728            /**
3729             * Sets the user group role persistence.
3730             *
3731             * @param userGroupRolePersistence the user group role persistence
3732             */
3733            public void setUserGroupRolePersistence(
3734                    UserGroupRolePersistence userGroupRolePersistence) {
3735                    this.userGroupRolePersistence = userGroupRolePersistence;
3736            }
3737    
3738            /**
3739             * Returns the user group role finder.
3740             *
3741             * @return the user group role finder
3742             */
3743            public UserGroupRoleFinder getUserGroupRoleFinder() {
3744                    return userGroupRoleFinder;
3745            }
3746    
3747            /**
3748             * Sets the user group role finder.
3749             *
3750             * @param userGroupRoleFinder the user group role finder
3751             */
3752            public void setUserGroupRoleFinder(UserGroupRoleFinder userGroupRoleFinder) {
3753                    this.userGroupRoleFinder = userGroupRoleFinder;
3754            }
3755    
3756            /**
3757             * Returns the user ID mapper local service.
3758             *
3759             * @return the user ID mapper local service
3760             */
3761            public UserIdMapperLocalService getUserIdMapperLocalService() {
3762                    return userIdMapperLocalService;
3763            }
3764    
3765            /**
3766             * Sets the user ID mapper local service.
3767             *
3768             * @param userIdMapperLocalService the user ID mapper local service
3769             */
3770            public void setUserIdMapperLocalService(
3771                    UserIdMapperLocalService userIdMapperLocalService) {
3772                    this.userIdMapperLocalService = userIdMapperLocalService;
3773            }
3774    
3775            /**
3776             * Returns the user ID mapper persistence.
3777             *
3778             * @return the user ID mapper persistence
3779             */
3780            public UserIdMapperPersistence getUserIdMapperPersistence() {
3781                    return userIdMapperPersistence;
3782            }
3783    
3784            /**
3785             * Sets the user ID mapper persistence.
3786             *
3787             * @param userIdMapperPersistence the user ID mapper persistence
3788             */
3789            public void setUserIdMapperPersistence(
3790                    UserIdMapperPersistence userIdMapperPersistence) {
3791                    this.userIdMapperPersistence = userIdMapperPersistence;
3792            }
3793    
3794            /**
3795             * Returns the user notification event local service.
3796             *
3797             * @return the user notification event local service
3798             */
3799            public UserNotificationEventLocalService getUserNotificationEventLocalService() {
3800                    return userNotificationEventLocalService;
3801            }
3802    
3803            /**
3804             * Sets the user notification event local service.
3805             *
3806             * @param userNotificationEventLocalService the user notification event local service
3807             */
3808            public void setUserNotificationEventLocalService(
3809                    UserNotificationEventLocalService userNotificationEventLocalService) {
3810                    this.userNotificationEventLocalService = userNotificationEventLocalService;
3811            }
3812    
3813            /**
3814             * Returns the user notification event persistence.
3815             *
3816             * @return the user notification event persistence
3817             */
3818            public UserNotificationEventPersistence getUserNotificationEventPersistence() {
3819                    return userNotificationEventPersistence;
3820            }
3821    
3822            /**
3823             * Sets the user notification event persistence.
3824             *
3825             * @param userNotificationEventPersistence the user notification event persistence
3826             */
3827            public void setUserNotificationEventPersistence(
3828                    UserNotificationEventPersistence userNotificationEventPersistence) {
3829                    this.userNotificationEventPersistence = userNotificationEventPersistence;
3830            }
3831    
3832            /**
3833             * Returns the user tracker local service.
3834             *
3835             * @return the user tracker local service
3836             */
3837            public UserTrackerLocalService getUserTrackerLocalService() {
3838                    return userTrackerLocalService;
3839            }
3840    
3841            /**
3842             * Sets the user tracker local service.
3843             *
3844             * @param userTrackerLocalService the user tracker local service
3845             */
3846            public void setUserTrackerLocalService(
3847                    UserTrackerLocalService userTrackerLocalService) {
3848                    this.userTrackerLocalService = userTrackerLocalService;
3849            }
3850    
3851            /**
3852             * Returns the user tracker persistence.
3853             *
3854             * @return the user tracker persistence
3855             */
3856            public UserTrackerPersistence getUserTrackerPersistence() {
3857                    return userTrackerPersistence;
3858            }
3859    
3860            /**
3861             * Sets the user tracker persistence.
3862             *
3863             * @param userTrackerPersistence the user tracker persistence
3864             */
3865            public void setUserTrackerPersistence(
3866                    UserTrackerPersistence userTrackerPersistence) {
3867                    this.userTrackerPersistence = userTrackerPersistence;
3868            }
3869    
3870            /**
3871             * Returns the user tracker path local service.
3872             *
3873             * @return the user tracker path local service
3874             */
3875            public UserTrackerPathLocalService getUserTrackerPathLocalService() {
3876                    return userTrackerPathLocalService;
3877            }
3878    
3879            /**
3880             * Sets the user tracker path local service.
3881             *
3882             * @param userTrackerPathLocalService the user tracker path local service
3883             */
3884            public void setUserTrackerPathLocalService(
3885                    UserTrackerPathLocalService userTrackerPathLocalService) {
3886                    this.userTrackerPathLocalService = userTrackerPathLocalService;
3887            }
3888    
3889            /**
3890             * Returns the user tracker path persistence.
3891             *
3892             * @return the user tracker path persistence
3893             */
3894            public UserTrackerPathPersistence getUserTrackerPathPersistence() {
3895                    return userTrackerPathPersistence;
3896            }
3897    
3898            /**
3899             * Sets the user tracker path persistence.
3900             *
3901             * @param userTrackerPathPersistence the user tracker path persistence
3902             */
3903            public void setUserTrackerPathPersistence(
3904                    UserTrackerPathPersistence userTrackerPathPersistence) {
3905                    this.userTrackerPathPersistence = userTrackerPathPersistence;
3906            }
3907    
3908            /**
3909             * Returns the virtual host local service.
3910             *
3911             * @return the virtual host local service
3912             */
3913            public VirtualHostLocalService getVirtualHostLocalService() {
3914                    return virtualHostLocalService;
3915            }
3916    
3917            /**
3918             * Sets the virtual host local service.
3919             *
3920             * @param virtualHostLocalService the virtual host local service
3921             */
3922            public void setVirtualHostLocalService(
3923                    VirtualHostLocalService virtualHostLocalService) {
3924                    this.virtualHostLocalService = virtualHostLocalService;
3925            }
3926    
3927            /**
3928             * Returns the virtual host persistence.
3929             *
3930             * @return the virtual host persistence
3931             */
3932            public VirtualHostPersistence getVirtualHostPersistence() {
3933                    return virtualHostPersistence;
3934            }
3935    
3936            /**
3937             * Sets the virtual host persistence.
3938             *
3939             * @param virtualHostPersistence the virtual host persistence
3940             */
3941            public void setVirtualHostPersistence(
3942                    VirtualHostPersistence virtualHostPersistence) {
3943                    this.virtualHostPersistence = virtualHostPersistence;
3944            }
3945    
3946            /**
3947             * Returns the web d a v props local service.
3948             *
3949             * @return the web d a v props local service
3950             */
3951            public WebDAVPropsLocalService getWebDAVPropsLocalService() {
3952                    return webDAVPropsLocalService;
3953            }
3954    
3955            /**
3956             * Sets the web d a v props local service.
3957             *
3958             * @param webDAVPropsLocalService the web d a v props local service
3959             */
3960            public void setWebDAVPropsLocalService(
3961                    WebDAVPropsLocalService webDAVPropsLocalService) {
3962                    this.webDAVPropsLocalService = webDAVPropsLocalService;
3963            }
3964    
3965            /**
3966             * Returns the web d a v props persistence.
3967             *
3968             * @return the web d a v props persistence
3969             */
3970            public WebDAVPropsPersistence getWebDAVPropsPersistence() {
3971                    return webDAVPropsPersistence;
3972            }
3973    
3974            /**
3975             * Sets the web d a v props persistence.
3976             *
3977             * @param webDAVPropsPersistence the web d a v props persistence
3978             */
3979            public void setWebDAVPropsPersistence(
3980                    WebDAVPropsPersistence webDAVPropsPersistence) {
3981                    this.webDAVPropsPersistence = webDAVPropsPersistence;
3982            }
3983    
3984            /**
3985             * Returns the website local service.
3986             *
3987             * @return the website local service
3988             */
3989            public WebsiteLocalService getWebsiteLocalService() {
3990                    return websiteLocalService;
3991            }
3992    
3993            /**
3994             * Sets the website local service.
3995             *
3996             * @param websiteLocalService the website local service
3997             */
3998            public void setWebsiteLocalService(WebsiteLocalService websiteLocalService) {
3999                    this.websiteLocalService = websiteLocalService;
4000            }
4001    
4002            /**
4003             * Returns the website remote service.
4004             *
4005             * @return the website remote service
4006             */
4007            public WebsiteService getWebsiteService() {
4008                    return websiteService;
4009            }
4010    
4011            /**
4012             * Sets the website remote service.
4013             *
4014             * @param websiteService the website remote service
4015             */
4016            public void setWebsiteService(WebsiteService websiteService) {
4017                    this.websiteService = websiteService;
4018            }
4019    
4020            /**
4021             * Returns the website persistence.
4022             *
4023             * @return the website persistence
4024             */
4025            public WebsitePersistence getWebsitePersistence() {
4026                    return websitePersistence;
4027            }
4028    
4029            /**
4030             * Sets the website persistence.
4031             *
4032             * @param websitePersistence the website persistence
4033             */
4034            public void setWebsitePersistence(WebsitePersistence websitePersistence) {
4035                    this.websitePersistence = websitePersistence;
4036            }
4037    
4038            /**
4039             * Returns the workflow definition link local service.
4040             *
4041             * @return the workflow definition link local service
4042             */
4043            public WorkflowDefinitionLinkLocalService getWorkflowDefinitionLinkLocalService() {
4044                    return workflowDefinitionLinkLocalService;
4045            }
4046    
4047            /**
4048             * Sets the workflow definition link local service.
4049             *
4050             * @param workflowDefinitionLinkLocalService the workflow definition link local service
4051             */
4052            public void setWorkflowDefinitionLinkLocalService(
4053                    WorkflowDefinitionLinkLocalService workflowDefinitionLinkLocalService) {
4054                    this.workflowDefinitionLinkLocalService = workflowDefinitionLinkLocalService;
4055            }
4056    
4057            /**
4058             * Returns the workflow definition link persistence.
4059             *
4060             * @return the workflow definition link persistence
4061             */
4062            public WorkflowDefinitionLinkPersistence getWorkflowDefinitionLinkPersistence() {
4063                    return workflowDefinitionLinkPersistence;
4064            }
4065    
4066            /**
4067             * Sets the workflow definition link persistence.
4068             *
4069             * @param workflowDefinitionLinkPersistence the workflow definition link persistence
4070             */
4071            public void setWorkflowDefinitionLinkPersistence(
4072                    WorkflowDefinitionLinkPersistence workflowDefinitionLinkPersistence) {
4073                    this.workflowDefinitionLinkPersistence = workflowDefinitionLinkPersistence;
4074            }
4075    
4076            /**
4077             * Returns the workflow instance link local service.
4078             *
4079             * @return the workflow instance link local service
4080             */
4081            public WorkflowInstanceLinkLocalService getWorkflowInstanceLinkLocalService() {
4082                    return workflowInstanceLinkLocalService;
4083            }
4084    
4085            /**
4086             * Sets the workflow instance link local service.
4087             *
4088             * @param workflowInstanceLinkLocalService the workflow instance link local service
4089             */
4090            public void setWorkflowInstanceLinkLocalService(
4091                    WorkflowInstanceLinkLocalService workflowInstanceLinkLocalService) {
4092                    this.workflowInstanceLinkLocalService = workflowInstanceLinkLocalService;
4093            }
4094    
4095            /**
4096             * Returns the workflow instance link persistence.
4097             *
4098             * @return the workflow instance link persistence
4099             */
4100            public WorkflowInstanceLinkPersistence getWorkflowInstanceLinkPersistence() {
4101                    return workflowInstanceLinkPersistence;
4102            }
4103    
4104            /**
4105             * Sets the workflow instance link persistence.
4106             *
4107             * @param workflowInstanceLinkPersistence the workflow instance link persistence
4108             */
4109            public void setWorkflowInstanceLinkPersistence(
4110                    WorkflowInstanceLinkPersistence workflowInstanceLinkPersistence) {
4111                    this.workflowInstanceLinkPersistence = workflowInstanceLinkPersistence;
4112            }
4113    
4114            /**
4115             * Returns the counter local service.
4116             *
4117             * @return the counter local service
4118             */
4119            public CounterLocalService getCounterLocalService() {
4120                    return counterLocalService;
4121            }
4122    
4123            /**
4124             * Sets the counter local service.
4125             *
4126             * @param counterLocalService the counter local service
4127             */
4128            public void setCounterLocalService(CounterLocalService counterLocalService) {
4129                    this.counterLocalService = counterLocalService;
4130            }
4131    
4132            /**
4133             * Returns the expando value local service.
4134             *
4135             * @return the expando value local service
4136             */
4137            public ExpandoValueLocalService getExpandoValueLocalService() {
4138                    return expandoValueLocalService;
4139            }
4140    
4141            /**
4142             * Sets the expando value local service.
4143             *
4144             * @param expandoValueLocalService the expando value local service
4145             */
4146            public void setExpandoValueLocalService(
4147                    ExpandoValueLocalService expandoValueLocalService) {
4148                    this.expandoValueLocalService = expandoValueLocalService;
4149            }
4150    
4151            /**
4152             * Returns the expando value remote service.
4153             *
4154             * @return the expando value remote service
4155             */
4156            public ExpandoValueService getExpandoValueService() {
4157                    return expandoValueService;
4158            }
4159    
4160            /**
4161             * Sets the expando value remote service.
4162             *
4163             * @param expandoValueService the expando value remote service
4164             */
4165            public void setExpandoValueService(ExpandoValueService expandoValueService) {
4166                    this.expandoValueService = expandoValueService;
4167            }
4168    
4169            /**
4170             * Returns the expando value persistence.
4171             *
4172             * @return the expando value persistence
4173             */
4174            public ExpandoValuePersistence getExpandoValuePersistence() {
4175                    return expandoValuePersistence;
4176            }
4177    
4178            /**
4179             * Sets the expando value persistence.
4180             *
4181             * @param expandoValuePersistence the expando value persistence
4182             */
4183            public void setExpandoValuePersistence(
4184                    ExpandoValuePersistence expandoValuePersistence) {
4185                    this.expandoValuePersistence = expandoValuePersistence;
4186            }
4187    
4188            public void afterPropertiesSet() {
4189                    persistedModelLocalServiceRegistry.register("com.liferay.portal.model.UserGroup",
4190                            userGroupLocalService);
4191            }
4192    
4193            public void destroy() {
4194                    persistedModelLocalServiceRegistry.unregister(
4195                            "com.liferay.portal.model.UserGroup");
4196            }
4197    
4198            /**
4199             * Returns the Spring bean ID for this bean.
4200             *
4201             * @return the Spring bean ID for this bean
4202             */
4203            public String getBeanIdentifier() {
4204                    return _beanIdentifier;
4205            }
4206    
4207            /**
4208             * Sets the Spring bean ID for this bean.
4209             *
4210             * @param beanIdentifier the Spring bean ID for this bean
4211             */
4212            public void setBeanIdentifier(String beanIdentifier) {
4213                    _beanIdentifier = beanIdentifier;
4214            }
4215    
4216            protected Class<?> getModelClass() {
4217                    return UserGroup.class;
4218            }
4219    
4220            protected String getModelClassName() {
4221                    return UserGroup.class.getName();
4222            }
4223    
4224            /**
4225             * Performs an SQL query.
4226             *
4227             * @param sql the sql query
4228             */
4229            protected void runSQL(String sql) throws SystemException {
4230                    try {
4231                            DataSource dataSource = userGroupPersistence.getDataSource();
4232    
4233                            SqlUpdate sqlUpdate = SqlUpdateFactoryUtil.getSqlUpdate(dataSource,
4234                                            sql, new int[0]);
4235    
4236                            sqlUpdate.update();
4237                    }
4238                    catch (Exception e) {
4239                            throw new SystemException(e);
4240                    }
4241            }
4242    
4243            @BeanReference(type = AccountLocalService.class)
4244            protected AccountLocalService accountLocalService;
4245            @BeanReference(type = AccountService.class)
4246            protected AccountService accountService;
4247            @BeanReference(type = AccountPersistence.class)
4248            protected AccountPersistence accountPersistence;
4249            @BeanReference(type = AddressLocalService.class)
4250            protected AddressLocalService addressLocalService;
4251            @BeanReference(type = AddressService.class)
4252            protected AddressService addressService;
4253            @BeanReference(type = AddressPersistence.class)
4254            protected AddressPersistence addressPersistence;
4255            @BeanReference(type = BrowserTrackerLocalService.class)
4256            protected BrowserTrackerLocalService browserTrackerLocalService;
4257            @BeanReference(type = BrowserTrackerPersistence.class)
4258            protected BrowserTrackerPersistence browserTrackerPersistence;
4259            @BeanReference(type = ClassNameLocalService.class)
4260            protected ClassNameLocalService classNameLocalService;
4261            @BeanReference(type = ClassNameService.class)
4262            protected ClassNameService classNameService;
4263            @BeanReference(type = ClassNamePersistence.class)
4264            protected ClassNamePersistence classNamePersistence;
4265            @BeanReference(type = ClusterGroupLocalService.class)
4266            protected ClusterGroupLocalService clusterGroupLocalService;
4267            @BeanReference(type = ClusterGroupPersistence.class)
4268            protected ClusterGroupPersistence clusterGroupPersistence;
4269            @BeanReference(type = CMISRepositoryLocalService.class)
4270            protected CMISRepositoryLocalService cmisRepositoryLocalService;
4271            @BeanReference(type = CompanyLocalService.class)
4272            protected CompanyLocalService companyLocalService;
4273            @BeanReference(type = CompanyService.class)
4274            protected CompanyService companyService;
4275            @BeanReference(type = CompanyPersistence.class)
4276            protected CompanyPersistence companyPersistence;
4277            @BeanReference(type = ContactLocalService.class)
4278            protected ContactLocalService contactLocalService;
4279            @BeanReference(type = ContactService.class)
4280            protected ContactService contactService;
4281            @BeanReference(type = ContactPersistence.class)
4282            protected ContactPersistence contactPersistence;
4283            @BeanReference(type = CountryService.class)
4284            protected CountryService countryService;
4285            @BeanReference(type = CountryPersistence.class)
4286            protected CountryPersistence countryPersistence;
4287            @BeanReference(type = EmailAddressLocalService.class)
4288            protected EmailAddressLocalService emailAddressLocalService;
4289            @BeanReference(type = EmailAddressService.class)
4290            protected EmailAddressService emailAddressService;
4291            @BeanReference(type = EmailAddressPersistence.class)
4292            protected EmailAddressPersistence emailAddressPersistence;
4293            @BeanReference(type = GroupLocalService.class)
4294            protected GroupLocalService groupLocalService;
4295            @BeanReference(type = GroupService.class)
4296            protected GroupService groupService;
4297            @BeanReference(type = GroupPersistence.class)
4298            protected GroupPersistence groupPersistence;
4299            @BeanReference(type = GroupFinder.class)
4300            protected GroupFinder groupFinder;
4301            @BeanReference(type = ImageLocalService.class)
4302            protected ImageLocalService imageLocalService;
4303            @BeanReference(type = ImageService.class)
4304            protected ImageService imageService;
4305            @BeanReference(type = ImagePersistence.class)
4306            protected ImagePersistence imagePersistence;
4307            @BeanReference(type = LayoutLocalService.class)
4308            protected LayoutLocalService layoutLocalService;
4309            @BeanReference(type = LayoutService.class)
4310            protected LayoutService layoutService;
4311            @BeanReference(type = LayoutPersistence.class)
4312            protected LayoutPersistence layoutPersistence;
4313            @BeanReference(type = LayoutFinder.class)
4314            protected LayoutFinder layoutFinder;
4315            @BeanReference(type = LayoutBranchLocalService.class)
4316            protected LayoutBranchLocalService layoutBranchLocalService;
4317            @BeanReference(type = LayoutBranchService.class)
4318            protected LayoutBranchService layoutBranchService;
4319            @BeanReference(type = LayoutBranchPersistence.class)
4320            protected LayoutBranchPersistence layoutBranchPersistence;
4321            @BeanReference(type = LayoutPrototypeLocalService.class)
4322            protected LayoutPrototypeLocalService layoutPrototypeLocalService;
4323            @BeanReference(type = LayoutPrototypeService.class)
4324            protected LayoutPrototypeService layoutPrototypeService;
4325            @BeanReference(type = LayoutPrototypePersistence.class)
4326            protected LayoutPrototypePersistence layoutPrototypePersistence;
4327            @BeanReference(type = LayoutRevisionLocalService.class)
4328            protected LayoutRevisionLocalService layoutRevisionLocalService;
4329            @BeanReference(type = LayoutRevisionService.class)
4330            protected LayoutRevisionService layoutRevisionService;
4331            @BeanReference(type = LayoutRevisionPersistence.class)
4332            protected LayoutRevisionPersistence layoutRevisionPersistence;
4333            @BeanReference(type = LayoutSetLocalService.class)
4334            protected LayoutSetLocalService layoutSetLocalService;
4335            @BeanReference(type = LayoutSetService.class)
4336            protected LayoutSetService layoutSetService;
4337            @BeanReference(type = LayoutSetPersistence.class)
4338            protected LayoutSetPersistence layoutSetPersistence;
4339            @BeanReference(type = LayoutSetBranchLocalService.class)
4340            protected LayoutSetBranchLocalService layoutSetBranchLocalService;
4341            @BeanReference(type = LayoutSetBranchService.class)
4342            protected LayoutSetBranchService layoutSetBranchService;
4343            @BeanReference(type = LayoutSetBranchPersistence.class)
4344            protected LayoutSetBranchPersistence layoutSetBranchPersistence;
4345            @BeanReference(type = LayoutSetBranchFinder.class)
4346            protected LayoutSetBranchFinder layoutSetBranchFinder;
4347            @BeanReference(type = LayoutSetPrototypeLocalService.class)
4348            protected LayoutSetPrototypeLocalService layoutSetPrototypeLocalService;
4349            @BeanReference(type = LayoutSetPrototypeService.class)
4350            protected LayoutSetPrototypeService layoutSetPrototypeService;
4351            @BeanReference(type = LayoutSetPrototypePersistence.class)
4352            protected LayoutSetPrototypePersistence layoutSetPrototypePersistence;
4353            @BeanReference(type = LayoutTemplateLocalService.class)
4354            protected LayoutTemplateLocalService layoutTemplateLocalService;
4355            @BeanReference(type = ListTypeService.class)
4356            protected ListTypeService listTypeService;
4357            @BeanReference(type = ListTypePersistence.class)
4358            protected ListTypePersistence listTypePersistence;
4359            @BeanReference(type = LockLocalService.class)
4360            protected LockLocalService lockLocalService;
4361            @BeanReference(type = LockPersistence.class)
4362            protected LockPersistence lockPersistence;
4363            @BeanReference(type = LockFinder.class)
4364            protected LockFinder lockFinder;
4365            @BeanReference(type = MembershipRequestLocalService.class)
4366            protected MembershipRequestLocalService membershipRequestLocalService;
4367            @BeanReference(type = MembershipRequestService.class)
4368            protected MembershipRequestService membershipRequestService;
4369            @BeanReference(type = MembershipRequestPersistence.class)
4370            protected MembershipRequestPersistence membershipRequestPersistence;
4371            @BeanReference(type = OrganizationLocalService.class)
4372            protected OrganizationLocalService organizationLocalService;
4373            @BeanReference(type = OrganizationService.class)
4374            protected OrganizationService organizationService;
4375            @BeanReference(type = OrganizationPersistence.class)
4376            protected OrganizationPersistence organizationPersistence;
4377            @BeanReference(type = OrganizationFinder.class)
4378            protected OrganizationFinder organizationFinder;
4379            @BeanReference(type = OrgGroupRolePersistence.class)
4380            protected OrgGroupRolePersistence orgGroupRolePersistence;
4381            @BeanReference(type = OrgLaborLocalService.class)
4382            protected OrgLaborLocalService orgLaborLocalService;
4383            @BeanReference(type = OrgLaborService.class)
4384            protected OrgLaborService orgLaborService;
4385            @BeanReference(type = OrgLaborPersistence.class)
4386            protected OrgLaborPersistence orgLaborPersistence;
4387            @BeanReference(type = PasswordPolicyLocalService.class)
4388            protected PasswordPolicyLocalService passwordPolicyLocalService;
4389            @BeanReference(type = PasswordPolicyService.class)
4390            protected PasswordPolicyService passwordPolicyService;
4391            @BeanReference(type = PasswordPolicyPersistence.class)
4392            protected PasswordPolicyPersistence passwordPolicyPersistence;
4393            @BeanReference(type = PasswordPolicyFinder.class)
4394            protected PasswordPolicyFinder passwordPolicyFinder;
4395            @BeanReference(type = PasswordPolicyRelLocalService.class)
4396            protected PasswordPolicyRelLocalService passwordPolicyRelLocalService;
4397            @BeanReference(type = PasswordPolicyRelPersistence.class)
4398            protected PasswordPolicyRelPersistence passwordPolicyRelPersistence;
4399            @BeanReference(type = PasswordTrackerLocalService.class)
4400            protected PasswordTrackerLocalService passwordTrackerLocalService;
4401            @BeanReference(type = PasswordTrackerPersistence.class)
4402            protected PasswordTrackerPersistence passwordTrackerPersistence;
4403            @BeanReference(type = PermissionService.class)
4404            protected PermissionService permissionService;
4405            @BeanReference(type = PhoneLocalService.class)
4406            protected PhoneLocalService phoneLocalService;
4407            @BeanReference(type = PhoneService.class)
4408            protected PhoneService phoneService;
4409            @BeanReference(type = PhonePersistence.class)
4410            protected PhonePersistence phonePersistence;
4411            @BeanReference(type = PluginSettingLocalService.class)
4412            protected PluginSettingLocalService pluginSettingLocalService;
4413            @BeanReference(type = PluginSettingService.class)
4414            protected PluginSettingService pluginSettingService;
4415            @BeanReference(type = PluginSettingPersistence.class)
4416            protected PluginSettingPersistence pluginSettingPersistence;
4417            @BeanReference(type = PortalLocalService.class)
4418            protected PortalLocalService portalLocalService;
4419            @BeanReference(type = PortalService.class)
4420            protected PortalService portalService;
4421            @BeanReference(type = PortalPreferencesLocalService.class)
4422            protected PortalPreferencesLocalService portalPreferencesLocalService;
4423            @BeanReference(type = PortalPreferencesPersistence.class)
4424            protected PortalPreferencesPersistence portalPreferencesPersistence;
4425            @BeanReference(type = PortletLocalService.class)
4426            protected PortletLocalService portletLocalService;
4427            @BeanReference(type = PortletService.class)
4428            protected PortletService portletService;
4429            @BeanReference(type = PortletPersistence.class)
4430            protected PortletPersistence portletPersistence;
4431            @BeanReference(type = PortletItemLocalService.class)
4432            protected PortletItemLocalService portletItemLocalService;
4433            @BeanReference(type = PortletItemPersistence.class)
4434            protected PortletItemPersistence portletItemPersistence;
4435            @BeanReference(type = PortletPreferencesLocalService.class)
4436            protected PortletPreferencesLocalService portletPreferencesLocalService;
4437            @BeanReference(type = PortletPreferencesService.class)
4438            protected PortletPreferencesService portletPreferencesService;
4439            @BeanReference(type = PortletPreferencesPersistence.class)
4440            protected PortletPreferencesPersistence portletPreferencesPersistence;
4441            @BeanReference(type = PortletPreferencesFinder.class)
4442            protected PortletPreferencesFinder portletPreferencesFinder;
4443            @BeanReference(type = QuartzLocalService.class)
4444            protected QuartzLocalService quartzLocalService;
4445            @BeanReference(type = RegionService.class)
4446            protected RegionService regionService;
4447            @BeanReference(type = RegionPersistence.class)
4448            protected RegionPersistence regionPersistence;
4449            @BeanReference(type = ReleaseLocalService.class)
4450            protected ReleaseLocalService releaseLocalService;
4451            @BeanReference(type = ReleasePersistence.class)
4452            protected ReleasePersistence releasePersistence;
4453            @BeanReference(type = RepositoryLocalService.class)
4454            protected RepositoryLocalService repositoryLocalService;
4455            @BeanReference(type = RepositoryService.class)
4456            protected RepositoryService repositoryService;
4457            @BeanReference(type = RepositoryPersistence.class)
4458            protected RepositoryPersistence repositoryPersistence;
4459            @BeanReference(type = RepositoryEntryLocalService.class)
4460            protected RepositoryEntryLocalService repositoryEntryLocalService;
4461            @BeanReference(type = RepositoryEntryPersistence.class)
4462            protected RepositoryEntryPersistence repositoryEntryPersistence;
4463            @BeanReference(type = ResourceLocalService.class)
4464            protected ResourceLocalService resourceLocalService;
4465            @BeanReference(type = ResourceActionLocalService.class)
4466            protected ResourceActionLocalService resourceActionLocalService;
4467            @BeanReference(type = ResourceActionPersistence.class)
4468            protected ResourceActionPersistence resourceActionPersistence;
4469            @BeanReference(type = ResourceBlockLocalService.class)
4470            protected ResourceBlockLocalService resourceBlockLocalService;
4471            @BeanReference(type = ResourceBlockService.class)
4472            protected ResourceBlockService resourceBlockService;
4473            @BeanReference(type = ResourceBlockPersistence.class)
4474            protected ResourceBlockPersistence resourceBlockPersistence;
4475            @BeanReference(type = ResourceBlockFinder.class)
4476            protected ResourceBlockFinder resourceBlockFinder;
4477            @BeanReference(type = ResourceBlockPermissionLocalService.class)
4478            protected ResourceBlockPermissionLocalService resourceBlockPermissionLocalService;
4479            @BeanReference(type = ResourceBlockPermissionPersistence.class)
4480            protected ResourceBlockPermissionPersistence resourceBlockPermissionPersistence;
4481            @BeanReference(type = ResourcePermissionLocalService.class)
4482            protected ResourcePermissionLocalService resourcePermissionLocalService;
4483            @BeanReference(type = ResourcePermissionService.class)
4484            protected ResourcePermissionService resourcePermissionService;
4485            @BeanReference(type = ResourcePermissionPersistence.class)
4486            protected ResourcePermissionPersistence resourcePermissionPersistence;
4487            @BeanReference(type = ResourcePermissionFinder.class)
4488            protected ResourcePermissionFinder resourcePermissionFinder;
4489            @BeanReference(type = ResourceTypePermissionLocalService.class)
4490            protected ResourceTypePermissionLocalService resourceTypePermissionLocalService;
4491            @BeanReference(type = ResourceTypePermissionPersistence.class)
4492            protected ResourceTypePermissionPersistence resourceTypePermissionPersistence;
4493            @BeanReference(type = ResourceTypePermissionFinder.class)
4494            protected ResourceTypePermissionFinder resourceTypePermissionFinder;
4495            @BeanReference(type = RoleLocalService.class)
4496            protected RoleLocalService roleLocalService;
4497            @BeanReference(type = RoleService.class)
4498            protected RoleService roleService;
4499            @BeanReference(type = RolePersistence.class)
4500            protected RolePersistence rolePersistence;
4501            @BeanReference(type = RoleFinder.class)
4502            protected RoleFinder roleFinder;
4503            @BeanReference(type = ServiceComponentLocalService.class)
4504            protected ServiceComponentLocalService serviceComponentLocalService;
4505            @BeanReference(type = ServiceComponentPersistence.class)
4506            protected ServiceComponentPersistence serviceComponentPersistence;
4507            @BeanReference(type = ShardLocalService.class)
4508            protected ShardLocalService shardLocalService;
4509            @BeanReference(type = ShardPersistence.class)
4510            protected ShardPersistence shardPersistence;
4511            @BeanReference(type = SubscriptionLocalService.class)
4512            protected SubscriptionLocalService subscriptionLocalService;
4513            @BeanReference(type = SubscriptionPersistence.class)
4514            protected SubscriptionPersistence subscriptionPersistence;
4515            @BeanReference(type = TeamLocalService.class)
4516            protected TeamLocalService teamLocalService;
4517            @BeanReference(type = TeamService.class)
4518            protected TeamService teamService;
4519            @BeanReference(type = TeamPersistence.class)
4520            protected TeamPersistence teamPersistence;
4521            @BeanReference(type = TeamFinder.class)
4522            protected TeamFinder teamFinder;
4523            @BeanReference(type = ThemeLocalService.class)
4524            protected ThemeLocalService themeLocalService;
4525            @BeanReference(type = ThemeService.class)
4526            protected ThemeService themeService;
4527            @BeanReference(type = TicketLocalService.class)
4528            protected TicketLocalService ticketLocalService;
4529            @BeanReference(type = TicketPersistence.class)
4530            protected TicketPersistence ticketPersistence;
4531            @BeanReference(type = UserLocalService.class)
4532            protected UserLocalService userLocalService;
4533            @BeanReference(type = UserService.class)
4534            protected UserService userService;
4535            @BeanReference(type = UserPersistence.class)
4536            protected UserPersistence userPersistence;
4537            @BeanReference(type = UserFinder.class)
4538            protected UserFinder userFinder;
4539            @BeanReference(type = UserGroupLocalService.class)
4540            protected UserGroupLocalService userGroupLocalService;
4541            @BeanReference(type = UserGroupService.class)
4542            protected UserGroupService userGroupService;
4543            @BeanReference(type = UserGroupPersistence.class)
4544            protected UserGroupPersistence userGroupPersistence;
4545            @BeanReference(type = UserGroupFinder.class)
4546            protected UserGroupFinder userGroupFinder;
4547            @BeanReference(type = UserGroupGroupRoleLocalService.class)
4548            protected UserGroupGroupRoleLocalService userGroupGroupRoleLocalService;
4549            @BeanReference(type = UserGroupGroupRoleService.class)
4550            protected UserGroupGroupRoleService userGroupGroupRoleService;
4551            @BeanReference(type = UserGroupGroupRolePersistence.class)
4552            protected UserGroupGroupRolePersistence userGroupGroupRolePersistence;
4553            @BeanReference(type = UserGroupRoleLocalService.class)
4554            protected UserGroupRoleLocalService userGroupRoleLocalService;
4555            @BeanReference(type = UserGroupRoleService.class)
4556            protected UserGroupRoleService userGroupRoleService;
4557            @BeanReference(type = UserGroupRolePersistence.class)
4558            protected UserGroupRolePersistence userGroupRolePersistence;
4559            @BeanReference(type = UserGroupRoleFinder.class)
4560            protected UserGroupRoleFinder userGroupRoleFinder;
4561            @BeanReference(type = UserIdMapperLocalService.class)
4562            protected UserIdMapperLocalService userIdMapperLocalService;
4563            @BeanReference(type = UserIdMapperPersistence.class)
4564            protected UserIdMapperPersistence userIdMapperPersistence;
4565            @BeanReference(type = UserNotificationEventLocalService.class)
4566            protected UserNotificationEventLocalService userNotificationEventLocalService;
4567            @BeanReference(type = UserNotificationEventPersistence.class)
4568            protected UserNotificationEventPersistence userNotificationEventPersistence;
4569            @BeanReference(type = UserTrackerLocalService.class)
4570            protected UserTrackerLocalService userTrackerLocalService;
4571            @BeanReference(type = UserTrackerPersistence.class)
4572            protected UserTrackerPersistence userTrackerPersistence;
4573            @BeanReference(type = UserTrackerPathLocalService.class)
4574            protected UserTrackerPathLocalService userTrackerPathLocalService;
4575            @BeanReference(type = UserTrackerPathPersistence.class)
4576            protected UserTrackerPathPersistence userTrackerPathPersistence;
4577            @BeanReference(type = VirtualHostLocalService.class)
4578            protected VirtualHostLocalService virtualHostLocalService;
4579            @BeanReference(type = VirtualHostPersistence.class)
4580            protected VirtualHostPersistence virtualHostPersistence;
4581            @BeanReference(type = WebDAVPropsLocalService.class)
4582            protected WebDAVPropsLocalService webDAVPropsLocalService;
4583            @BeanReference(type = WebDAVPropsPersistence.class)
4584            protected WebDAVPropsPersistence webDAVPropsPersistence;
4585            @BeanReference(type = WebsiteLocalService.class)
4586            protected WebsiteLocalService websiteLocalService;
4587            @BeanReference(type = WebsiteService.class)
4588            protected WebsiteService websiteService;
4589            @BeanReference(type = WebsitePersistence.class)
4590            protected WebsitePersistence websitePersistence;
4591            @BeanReference(type = WorkflowDefinitionLinkLocalService.class)
4592            protected WorkflowDefinitionLinkLocalService workflowDefinitionLinkLocalService;
4593            @BeanReference(type = WorkflowDefinitionLinkPersistence.class)
4594            protected WorkflowDefinitionLinkPersistence workflowDefinitionLinkPersistence;
4595            @BeanReference(type = WorkflowInstanceLinkLocalService.class)
4596            protected WorkflowInstanceLinkLocalService workflowInstanceLinkLocalService;
4597            @BeanReference(type = WorkflowInstanceLinkPersistence.class)
4598            protected WorkflowInstanceLinkPersistence workflowInstanceLinkPersistence;
4599            @BeanReference(type = CounterLocalService.class)
4600            protected CounterLocalService counterLocalService;
4601            @BeanReference(type = ExpandoValueLocalService.class)
4602            protected ExpandoValueLocalService expandoValueLocalService;
4603            @BeanReference(type = ExpandoValueService.class)
4604            protected ExpandoValueService expandoValueService;
4605            @BeanReference(type = ExpandoValuePersistence.class)
4606            protected ExpandoValuePersistence expandoValuePersistence;
4607            @BeanReference(type = PersistedModelLocalServiceRegistry.class)
4608            protected PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry;
4609            private String _beanIdentifier;
4610    }