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