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