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