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