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