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