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