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