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