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