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