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