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