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