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