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