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