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