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