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