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