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