Liferay 7.0-ce-b8 portal-impl

com.liferay.portal.service.base
Class CompanyLocalServiceBaseImpl

java.lang.Object
  extended by com.liferay.portal.kernel.service.BaseLocalServiceImpl
      extended by com.liferay.portal.service.base.CompanyLocalServiceBaseImpl
All Implemented Interfaces:
com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.BaseLocalService, com.liferay.portal.kernel.service.CompanyLocalService, com.liferay.portal.kernel.service.PersistedModelLocalService
Direct Known Subclasses:
CompanyLocalServiceImpl

@ProviderType
public abstract class CompanyLocalServiceBaseImpl
extends com.liferay.portal.kernel.service.BaseLocalServiceImpl
implements com.liferay.portal.kernel.service.CompanyLocalService, com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService

Provides the base implementation for the company local service.

This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in CompanyLocalServiceImpl.

See Also:
CompanyLocalServiceImpl, CompanyLocalServiceUtil
{$generated.description}

Field Summary
protected  com.liferay.portal.kernel.service.AccountLocalService accountLocalService
           
protected  com.liferay.portal.kernel.service.persistence.AccountPersistence accountPersistence
           
protected  com.liferay.portal.kernel.service.CompanyLocalService companyLocalService
           
protected  com.liferay.portal.kernel.service.persistence.CompanyPersistence companyPersistence
           
protected  com.liferay.portal.kernel.service.ContactLocalService contactLocalService
           
protected  com.liferay.portal.kernel.service.persistence.ContactPersistence contactPersistence
           
protected  com.liferay.counter.kernel.service.CounterLocalService counterLocalService
           
protected  com.liferay.portal.kernel.service.persistence.GroupFinder groupFinder
           
protected  com.liferay.portal.kernel.service.GroupLocalService groupLocalService
           
protected  com.liferay.portal.kernel.service.persistence.GroupPersistence groupPersistence
           
protected  com.liferay.portal.kernel.service.ImageLocalService imageLocalService
           
protected  com.liferay.portal.kernel.service.persistence.ImagePersistence imagePersistence
           
protected  com.liferay.portal.kernel.service.LayoutPrototypeLocalService layoutPrototypeLocalService
           
protected  com.liferay.portal.kernel.service.persistence.LayoutPrototypePersistence layoutPrototypePersistence
           
protected  com.liferay.portal.kernel.service.LayoutSetLocalService layoutSetLocalService
           
protected  com.liferay.portal.kernel.service.persistence.LayoutSetPersistence layoutSetPersistence
           
protected  com.liferay.portal.kernel.service.LayoutSetPrototypeLocalService layoutSetPrototypeLocalService
           
protected  com.liferay.portal.kernel.service.persistence.LayoutSetPrototypePersistence layoutSetPrototypePersistence
           
protected  com.liferay.portal.kernel.service.persistence.OrganizationFinder organizationFinder
           
protected  com.liferay.portal.kernel.service.OrganizationLocalService organizationLocalService
           
protected  com.liferay.portal.kernel.service.persistence.OrganizationPersistence organizationPersistence
           
protected  com.liferay.portal.kernel.service.persistence.PasswordPolicyFinder passwordPolicyFinder
           
protected  com.liferay.portal.kernel.service.PasswordPolicyLocalService passwordPolicyLocalService
           
protected  com.liferay.portal.kernel.service.persistence.PasswordPolicyPersistence passwordPolicyPersistence
           
protected  com.liferay.portal.kernel.service.PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry
           
protected  com.liferay.portal.kernel.service.PortalPreferencesLocalService portalPreferencesLocalService
           
protected  com.liferay.portal.kernel.service.persistence.PortalPreferencesPersistence portalPreferencesPersistence
           
protected  com.liferay.portal.kernel.service.PortletLocalService portletLocalService
           
protected  com.liferay.portal.kernel.service.persistence.PortletPersistence portletPersistence
           
protected  com.liferay.portal.kernel.service.ResourceLocalService resourceLocalService
           
protected  com.liferay.portal.kernel.service.persistence.ResourcePermissionFinder resourcePermissionFinder
           
protected  com.liferay.portal.kernel.service.ResourcePermissionLocalService resourcePermissionLocalService
           
protected  com.liferay.portal.kernel.service.persistence.ResourcePermissionPersistence resourcePermissionPersistence
           
protected  com.liferay.portal.kernel.service.persistence.RoleFinder roleFinder
           
protected  com.liferay.portal.kernel.service.RoleLocalService roleLocalService
           
protected  com.liferay.portal.kernel.service.persistence.RolePersistence rolePersistence
           
protected  com.liferay.portal.kernel.service.persistence.UserFinder userFinder
           
protected  com.liferay.portal.kernel.service.UserLocalService userLocalService
           
protected  com.liferay.portal.kernel.service.persistence.UserPersistence userPersistence
           
protected  com.liferay.portal.kernel.service.VirtualHostLocalService virtualHostLocalService
           
protected  com.liferay.portal.kernel.service.persistence.VirtualHostPersistence virtualHostPersistence
           
 
Constructor Summary
CompanyLocalServiceBaseImpl()
           
 
Method Summary
 com.liferay.portal.kernel.model.Company addCompany(com.liferay.portal.kernel.model.Company company)
          Adds the company to the database.
 void afterPropertiesSet()
           
 com.liferay.portal.kernel.model.Company createCompany(long companyId)
          Creates a new company with the primary key.
 com.liferay.portal.kernel.model.Company deleteCompany(com.liferay.portal.kernel.model.Company company)
          Deletes the company from the database.
 com.liferay.portal.kernel.model.Company deleteCompany(long companyId)
          Deletes the company with the primary key from the database.
 com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel)
           
 void destroy()
           
 com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
           
<T> List<T>
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
          Performs a dynamic query on the database and returns the matching rows.
<T> List<T>
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
          Performs a dynamic query on the database and returns a range of the matching rows.
<T> List<T>
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
          Returns the number of rows matching the dynamic query.
 long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, com.liferay.portal.kernel.dao.orm.Projection projection)
          Returns the number of rows matching the dynamic query.
 com.liferay.portal.kernel.model.Company fetchCompany(long companyId)
           
 com.liferay.portal.kernel.service.AccountLocalService getAccountLocalService()
          Returns the account local service.
 com.liferay.portal.kernel.service.persistence.AccountPersistence getAccountPersistence()
          Returns the account persistence.
 com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
           
 List<com.liferay.portal.kernel.model.Company> getCompanies(int start, int end)
          Returns a range of all the companies.
 int getCompaniesCount()
          Returns the number of companies.
 com.liferay.portal.kernel.model.Company getCompany(long companyId)
          Returns the company with the primary key.
 com.liferay.portal.kernel.service.CompanyLocalService getCompanyLocalService()
          Returns the company local service.
 com.liferay.portal.kernel.service.persistence.CompanyPersistence getCompanyPersistence()
          Returns the company persistence.
 com.liferay.portal.kernel.service.ContactLocalService getContactLocalService()
          Returns the contact local service.
 com.liferay.portal.kernel.service.persistence.ContactPersistence getContactPersistence()
          Returns the contact persistence.
 com.liferay.counter.kernel.service.CounterLocalService getCounterLocalService()
          Returns the counter local service.
 com.liferay.portal.kernel.service.persistence.GroupFinder getGroupFinder()
          Returns the group finder.
 com.liferay.portal.kernel.service.GroupLocalService getGroupLocalService()
          Returns the group local service.
 com.liferay.portal.kernel.service.persistence.GroupPersistence getGroupPersistence()
          Returns the group persistence.
 com.liferay.portal.kernel.service.ImageLocalService getImageLocalService()
          Returns the image local service.
 com.liferay.portal.kernel.service.persistence.ImagePersistence getImagePersistence()
          Returns the image persistence.
 com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
           
 com.liferay.portal.kernel.service.LayoutPrototypeLocalService getLayoutPrototypeLocalService()
          Returns the layout prototype local service.
 com.liferay.portal.kernel.service.persistence.LayoutPrototypePersistence getLayoutPrototypePersistence()
          Returns the layout prototype persistence.
 com.liferay.portal.kernel.service.LayoutSetLocalService getLayoutSetLocalService()
          Returns the layout set local service.
 com.liferay.portal.kernel.service.persistence.LayoutSetPersistence getLayoutSetPersistence()
          Returns the layout set persistence.
 com.liferay.portal.kernel.service.LayoutSetPrototypeLocalService getLayoutSetPrototypeLocalService()
          Returns the layout set prototype local service.
 com.liferay.portal.kernel.service.persistence.LayoutSetPrototypePersistence getLayoutSetPrototypePersistence()
          Returns the layout set prototype persistence.
protected  Class<?> getModelClass()
           
protected  String getModelClassName()
           
 com.liferay.portal.kernel.service.persistence.OrganizationFinder getOrganizationFinder()
          Returns the organization finder.
 com.liferay.portal.kernel.service.OrganizationLocalService getOrganizationLocalService()
          Returns the organization local service.
 com.liferay.portal.kernel.service.persistence.OrganizationPersistence getOrganizationPersistence()
          Returns the organization persistence.
 String getOSGiServiceIdentifier()
          Returns the OSGi service identifier.
 com.liferay.portal.kernel.service.persistence.PasswordPolicyFinder getPasswordPolicyFinder()
          Returns the password policy finder.
 com.liferay.portal.kernel.service.PasswordPolicyLocalService getPasswordPolicyLocalService()
          Returns the password policy local service.
 com.liferay.portal.kernel.service.persistence.PasswordPolicyPersistence getPasswordPolicyPersistence()
          Returns the password policy persistence.
 com.liferay.portal.kernel.model.PersistedModel getPersistedModel(Serializable primaryKeyObj)
           
 com.liferay.portal.kernel.service.PortalPreferencesLocalService getPortalPreferencesLocalService()
          Returns the portal preferences local service.
 com.liferay.portal.kernel.service.persistence.PortalPreferencesPersistence getPortalPreferencesPersistence()
          Returns the portal preferences persistence.
 com.liferay.portal.kernel.service.PortletLocalService getPortletLocalService()
          Returns the portlet local service.
 com.liferay.portal.kernel.service.persistence.PortletPersistence getPortletPersistence()
          Returns the portlet persistence.
 com.liferay.portal.kernel.service.ResourceLocalService getResourceLocalService()
          Returns the resource local service.
 com.liferay.portal.kernel.service.persistence.ResourcePermissionFinder getResourcePermissionFinder()
          Returns the resource permission finder.
 com.liferay.portal.kernel.service.ResourcePermissionLocalService getResourcePermissionLocalService()
          Returns the resource permission local service.
 com.liferay.portal.kernel.service.persistence.ResourcePermissionPersistence getResourcePermissionPersistence()
          Returns the resource permission persistence.
 com.liferay.portal.kernel.service.persistence.RoleFinder getRoleFinder()
          Returns the role finder.
 com.liferay.portal.kernel.service.RoleLocalService getRoleLocalService()
          Returns the role local service.
 com.liferay.portal.kernel.service.persistence.RolePersistence getRolePersistence()
          Returns the role persistence.
 com.liferay.portal.kernel.service.persistence.UserFinder getUserFinder()
          Returns the user finder.
 com.liferay.portal.kernel.service.UserLocalService getUserLocalService()
          Returns the user local service.
 com.liferay.portal.kernel.service.persistence.UserPersistence getUserPersistence()
          Returns the user persistence.
 com.liferay.portal.kernel.service.VirtualHostLocalService getVirtualHostLocalService()
          Returns the virtual host local service.
 com.liferay.portal.kernel.service.persistence.VirtualHostPersistence getVirtualHostPersistence()
          Returns the virtual host persistence.
protected  void initActionableDynamicQuery(com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery actionableDynamicQuery)
           
protected  void runSQL(String sql)
          Performs a SQL query.
 void setAccountLocalService(com.liferay.portal.kernel.service.AccountLocalService accountLocalService)
          Sets the account local service.
 void setAccountPersistence(com.liferay.portal.kernel.service.persistence.AccountPersistence accountPersistence)
          Sets the account persistence.
 void setCompanyLocalService(com.liferay.portal.kernel.service.CompanyLocalService companyLocalService)
          Sets the company local service.
 void setCompanyPersistence(com.liferay.portal.kernel.service.persistence.CompanyPersistence companyPersistence)
          Sets the company persistence.
 void setContactLocalService(com.liferay.portal.kernel.service.ContactLocalService contactLocalService)
          Sets the contact local service.
 void setContactPersistence(com.liferay.portal.kernel.service.persistence.ContactPersistence contactPersistence)
          Sets the contact persistence.
 void setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
          Sets the counter local service.
 void setGroupFinder(com.liferay.portal.kernel.service.persistence.GroupFinder groupFinder)
          Sets the group finder.
 void setGroupLocalService(com.liferay.portal.kernel.service.GroupLocalService groupLocalService)
          Sets the group local service.
 void setGroupPersistence(com.liferay.portal.kernel.service.persistence.GroupPersistence groupPersistence)
          Sets the group persistence.
 void setImageLocalService(com.liferay.portal.kernel.service.ImageLocalService imageLocalService)
          Sets the image local service.
 void setImagePersistence(com.liferay.portal.kernel.service.persistence.ImagePersistence imagePersistence)
          Sets the image persistence.
 void setLayoutPrototypeLocalService(com.liferay.portal.kernel.service.LayoutPrototypeLocalService layoutPrototypeLocalService)
          Sets the layout prototype local service.
 void setLayoutPrototypePersistence(com.liferay.portal.kernel.service.persistence.LayoutPrototypePersistence layoutPrototypePersistence)
          Sets the layout prototype persistence.
 void setLayoutSetLocalService(com.liferay.portal.kernel.service.LayoutSetLocalService layoutSetLocalService)
          Sets the layout set local service.
 void setLayoutSetPersistence(com.liferay.portal.kernel.service.persistence.LayoutSetPersistence layoutSetPersistence)
          Sets the layout set persistence.
 void setLayoutSetPrototypeLocalService(com.liferay.portal.kernel.service.LayoutSetPrototypeLocalService layoutSetPrototypeLocalService)
          Sets the layout set prototype local service.
 void setLayoutSetPrototypePersistence(com.liferay.portal.kernel.service.persistence.LayoutSetPrototypePersistence layoutSetPrototypePersistence)
          Sets the layout set prototype persistence.
 void setOrganizationFinder(com.liferay.portal.kernel.service.persistence.OrganizationFinder organizationFinder)
          Sets the organization finder.
 void setOrganizationLocalService(com.liferay.portal.kernel.service.OrganizationLocalService organizationLocalService)
          Sets the organization local service.
 void setOrganizationPersistence(com.liferay.portal.kernel.service.persistence.OrganizationPersistence organizationPersistence)
          Sets the organization persistence.
 void setPasswordPolicyFinder(com.liferay.portal.kernel.service.persistence.PasswordPolicyFinder passwordPolicyFinder)
          Sets the password policy finder.
 void setPasswordPolicyLocalService(com.liferay.portal.kernel.service.PasswordPolicyLocalService passwordPolicyLocalService)
          Sets the password policy local service.
 void setPasswordPolicyPersistence(com.liferay.portal.kernel.service.persistence.PasswordPolicyPersistence passwordPolicyPersistence)
          Sets the password policy persistence.
 void setPortalPreferencesLocalService(com.liferay.portal.kernel.service.PortalPreferencesLocalService portalPreferencesLocalService)
          Sets the portal preferences local service.
 void setPortalPreferencesPersistence(com.liferay.portal.kernel.service.persistence.PortalPreferencesPersistence portalPreferencesPersistence)
          Sets the portal preferences persistence.
 void setPortletLocalService(com.liferay.portal.kernel.service.PortletLocalService portletLocalService)
          Sets the portlet local service.
 void setPortletPersistence(com.liferay.portal.kernel.service.persistence.PortletPersistence portletPersistence)
          Sets the portlet persistence.
 void setResourceLocalService(com.liferay.portal.kernel.service.ResourceLocalService resourceLocalService)
          Sets the resource local service.
 void setResourcePermissionFinder(com.liferay.portal.kernel.service.persistence.ResourcePermissionFinder resourcePermissionFinder)
          Sets the resource permission finder.
 void setResourcePermissionLocalService(com.liferay.portal.kernel.service.ResourcePermissionLocalService resourcePermissionLocalService)
          Sets the resource permission local service.
 void setResourcePermissionPersistence(com.liferay.portal.kernel.service.persistence.ResourcePermissionPersistence resourcePermissionPersistence)
          Sets the resource permission persistence.
 void setRoleFinder(com.liferay.portal.kernel.service.persistence.RoleFinder roleFinder)
          Sets the role finder.
 void setRoleLocalService(com.liferay.portal.kernel.service.RoleLocalService roleLocalService)
          Sets the role local service.
 void setRolePersistence(com.liferay.portal.kernel.service.persistence.RolePersistence rolePersistence)
          Sets the role persistence.
 void setUserFinder(com.liferay.portal.kernel.service.persistence.UserFinder userFinder)
          Sets the user finder.
 void setUserLocalService(com.liferay.portal.kernel.service.UserLocalService userLocalService)
          Sets the user local service.
 void setUserPersistence(com.liferay.portal.kernel.service.persistence.UserPersistence userPersistence)
          Sets the user persistence.
 void setVirtualHostLocalService(com.liferay.portal.kernel.service.VirtualHostLocalService virtualHostLocalService)
          Sets the virtual host local service.
 void setVirtualHostPersistence(com.liferay.portal.kernel.service.persistence.VirtualHostPersistence virtualHostPersistence)
          Sets the virtual host persistence.
 com.liferay.portal.kernel.model.Company updateCompany(com.liferay.portal.kernel.model.Company company)
          Updates the company in the database or adds it if it does not yet exist.
 
Methods inherited from class com.liferay.portal.kernel.service.BaseLocalServiceImpl
getClassLoader, getLocalizationMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.kernel.service.CompanyLocalService
addCompany, checkCompany, checkCompany, checkCompanyKey, deleteLogo, fetchCompanyById, fetchCompanyByVirtualHost, getCompanies, getCompanies, getCompanies, getCompaniesCount, getCompanyById, getCompanyByLogoId, getCompanyByMx, getCompanyByVirtualHost, getCompanyByWebId, getCompanyIdByUserId, removePreferences, search, search, updateCompany, updateCompany, updateCompany, updateDisplay, updateLogo, updateLogo, updateLogo, updatePreferences, updateSecurity
 

Field Detail

companyLocalService

@BeanReference(type=com.liferay.portal.kernel.service.CompanyLocalService.class)
protected com.liferay.portal.kernel.service.CompanyLocalService companyLocalService

companyPersistence

@BeanReference(type=com.liferay.portal.kernel.service.persistence.CompanyPersistence.class)
protected com.liferay.portal.kernel.service.persistence.CompanyPersistence companyPersistence

counterLocalService

@BeanReference(type=com.liferay.counter.kernel.service.CounterLocalService.class)
protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService

accountLocalService

@BeanReference(type=com.liferay.portal.kernel.service.AccountLocalService.class)
protected com.liferay.portal.kernel.service.AccountLocalService accountLocalService

accountPersistence

@BeanReference(type=com.liferay.portal.kernel.service.persistence.AccountPersistence.class)
protected com.liferay.portal.kernel.service.persistence.AccountPersistence accountPersistence

contactLocalService

@BeanReference(type=com.liferay.portal.kernel.service.ContactLocalService.class)
protected com.liferay.portal.kernel.service.ContactLocalService contactLocalService

contactPersistence

@BeanReference(type=com.liferay.portal.kernel.service.persistence.ContactPersistence.class)
protected com.liferay.portal.kernel.service.persistence.ContactPersistence contactPersistence

groupLocalService

@BeanReference(type=com.liferay.portal.kernel.service.GroupLocalService.class)
protected com.liferay.portal.kernel.service.GroupLocalService groupLocalService

groupPersistence

@BeanReference(type=com.liferay.portal.kernel.service.persistence.GroupPersistence.class)
protected com.liferay.portal.kernel.service.persistence.GroupPersistence groupPersistence

groupFinder

@BeanReference(type=com.liferay.portal.kernel.service.persistence.GroupFinder.class)
protected com.liferay.portal.kernel.service.persistence.GroupFinder groupFinder

imageLocalService

@BeanReference(type=com.liferay.portal.kernel.service.ImageLocalService.class)
protected com.liferay.portal.kernel.service.ImageLocalService imageLocalService

imagePersistence

@BeanReference(type=com.liferay.portal.kernel.service.persistence.ImagePersistence.class)
protected com.liferay.portal.kernel.service.persistence.ImagePersistence imagePersistence

layoutPrototypeLocalService

@BeanReference(type=com.liferay.portal.kernel.service.LayoutPrototypeLocalService.class)
protected com.liferay.portal.kernel.service.LayoutPrototypeLocalService layoutPrototypeLocalService

layoutPrototypePersistence

@BeanReference(type=com.liferay.portal.kernel.service.persistence.LayoutPrototypePersistence.class)
protected com.liferay.portal.kernel.service.persistence.LayoutPrototypePersistence layoutPrototypePersistence

layoutSetLocalService

@BeanReference(type=com.liferay.portal.kernel.service.LayoutSetLocalService.class)
protected com.liferay.portal.kernel.service.LayoutSetLocalService layoutSetLocalService

layoutSetPersistence

@BeanReference(type=com.liferay.portal.kernel.service.persistence.LayoutSetPersistence.class)
protected com.liferay.portal.kernel.service.persistence.LayoutSetPersistence layoutSetPersistence

layoutSetPrototypeLocalService

@BeanReference(type=com.liferay.portal.kernel.service.LayoutSetPrototypeLocalService.class)
protected com.liferay.portal.kernel.service.LayoutSetPrototypeLocalService layoutSetPrototypeLocalService

layoutSetPrototypePersistence

@BeanReference(type=com.liferay.portal.kernel.service.persistence.LayoutSetPrototypePersistence.class)
protected com.liferay.portal.kernel.service.persistence.LayoutSetPrototypePersistence layoutSetPrototypePersistence

organizationLocalService

@BeanReference(type=com.liferay.portal.kernel.service.OrganizationLocalService.class)
protected com.liferay.portal.kernel.service.OrganizationLocalService organizationLocalService

organizationPersistence

@BeanReference(type=com.liferay.portal.kernel.service.persistence.OrganizationPersistence.class)
protected com.liferay.portal.kernel.service.persistence.OrganizationPersistence organizationPersistence

organizationFinder

@BeanReference(type=com.liferay.portal.kernel.service.persistence.OrganizationFinder.class)
protected com.liferay.portal.kernel.service.persistence.OrganizationFinder organizationFinder

passwordPolicyLocalService

@BeanReference(type=com.liferay.portal.kernel.service.PasswordPolicyLocalService.class)
protected com.liferay.portal.kernel.service.PasswordPolicyLocalService passwordPolicyLocalService

passwordPolicyPersistence

@BeanReference(type=com.liferay.portal.kernel.service.persistence.PasswordPolicyPersistence.class)
protected com.liferay.portal.kernel.service.persistence.PasswordPolicyPersistence passwordPolicyPersistence

passwordPolicyFinder

@BeanReference(type=com.liferay.portal.kernel.service.persistence.PasswordPolicyFinder.class)
protected com.liferay.portal.kernel.service.persistence.PasswordPolicyFinder passwordPolicyFinder

portalPreferencesLocalService

@BeanReference(type=com.liferay.portal.kernel.service.PortalPreferencesLocalService.class)
protected com.liferay.portal.kernel.service.PortalPreferencesLocalService portalPreferencesLocalService

portalPreferencesPersistence

@BeanReference(type=com.liferay.portal.kernel.service.persistence.PortalPreferencesPersistence.class)
protected com.liferay.portal.kernel.service.persistence.PortalPreferencesPersistence portalPreferencesPersistence

portletLocalService

@BeanReference(type=com.liferay.portal.kernel.service.PortletLocalService.class)
protected com.liferay.portal.kernel.service.PortletLocalService portletLocalService

portletPersistence

@BeanReference(type=com.liferay.portal.kernel.service.persistence.PortletPersistence.class)
protected com.liferay.portal.kernel.service.persistence.PortletPersistence portletPersistence

resourceLocalService

@BeanReference(type=com.liferay.portal.kernel.service.ResourceLocalService.class)
protected com.liferay.portal.kernel.service.ResourceLocalService resourceLocalService

resourcePermissionLocalService

@BeanReference(type=com.liferay.portal.kernel.service.ResourcePermissionLocalService.class)
protected com.liferay.portal.kernel.service.ResourcePermissionLocalService resourcePermissionLocalService

resourcePermissionPersistence

@BeanReference(type=com.liferay.portal.kernel.service.persistence.ResourcePermissionPersistence.class)
protected com.liferay.portal.kernel.service.persistence.ResourcePermissionPersistence resourcePermissionPersistence

resourcePermissionFinder

@BeanReference(type=com.liferay.portal.kernel.service.persistence.ResourcePermissionFinder.class)
protected com.liferay.portal.kernel.service.persistence.ResourcePermissionFinder resourcePermissionFinder

roleLocalService

@BeanReference(type=com.liferay.portal.kernel.service.RoleLocalService.class)
protected com.liferay.portal.kernel.service.RoleLocalService roleLocalService

rolePersistence

@BeanReference(type=com.liferay.portal.kernel.service.persistence.RolePersistence.class)
protected com.liferay.portal.kernel.service.persistence.RolePersistence rolePersistence

roleFinder

@BeanReference(type=com.liferay.portal.kernel.service.persistence.RoleFinder.class)
protected com.liferay.portal.kernel.service.persistence.RoleFinder roleFinder

userLocalService

@BeanReference(type=com.liferay.portal.kernel.service.UserLocalService.class)
protected com.liferay.portal.kernel.service.UserLocalService userLocalService

userPersistence

@BeanReference(type=com.liferay.portal.kernel.service.persistence.UserPersistence.class)
protected com.liferay.portal.kernel.service.persistence.UserPersistence userPersistence

userFinder

@BeanReference(type=com.liferay.portal.kernel.service.persistence.UserFinder.class)
protected com.liferay.portal.kernel.service.persistence.UserFinder userFinder

virtualHostLocalService

@BeanReference(type=com.liferay.portal.kernel.service.VirtualHostLocalService.class)
protected com.liferay.portal.kernel.service.VirtualHostLocalService virtualHostLocalService

virtualHostPersistence

@BeanReference(type=com.liferay.portal.kernel.service.persistence.VirtualHostPersistence.class)
protected com.liferay.portal.kernel.service.persistence.VirtualHostPersistence virtualHostPersistence

persistedModelLocalServiceRegistry

@BeanReference(type=com.liferay.portal.kernel.service.PersistedModelLocalServiceRegistry.class)
protected com.liferay.portal.kernel.service.PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry
Constructor Detail

CompanyLocalServiceBaseImpl

public CompanyLocalServiceBaseImpl()
Method Detail

addCompany

@Indexable(type=REINDEX)
public com.liferay.portal.kernel.model.Company addCompany(com.liferay.portal.kernel.model.Company company)
Adds the company to the database. Also notifies the appropriate model listeners.

Specified by:
addCompany in interface com.liferay.portal.kernel.service.CompanyLocalService
Parameters:
company - the company
Returns:
the company that was added

createCompany

public com.liferay.portal.kernel.model.Company createCompany(long companyId)
Creates a new company with the primary key. Does not add the company to the database.

Specified by:
createCompany in interface com.liferay.portal.kernel.service.CompanyLocalService
Parameters:
companyId - the primary key for the new company
Returns:
the new company

deleteCompany

@Indexable(type=DELETE)
public com.liferay.portal.kernel.model.Company deleteCompany(long companyId)
                                                      throws com.liferay.portal.kernel.exception.PortalException
Deletes the company with the primary key from the database. Also notifies the appropriate model listeners.

Specified by:
deleteCompany in interface com.liferay.portal.kernel.service.CompanyLocalService
Parameters:
companyId - the primary key of the company
Returns:
the company that was removed
Throws:
com.liferay.portal.kernel.exception.PortalException - if a company with the primary key could not be found

deleteCompany

@Indexable(type=DELETE)
public com.liferay.portal.kernel.model.Company deleteCompany(com.liferay.portal.kernel.model.Company company)
                                                      throws com.liferay.portal.kernel.exception.PortalException
Deletes the company from the database. Also notifies the appropriate model listeners.

Specified by:
deleteCompany in interface com.liferay.portal.kernel.service.CompanyLocalService
Parameters:
company - the company
Returns:
the company that was removed
Throws:
com.liferay.portal.kernel.exception.PortalException

dynamicQuery

public com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
Specified by:
dynamicQuery in interface com.liferay.portal.kernel.service.CompanyLocalService

dynamicQuery

public <T> List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.

Specified by:
dynamicQuery in interface com.liferay.portal.kernel.service.CompanyLocalService
Parameters:
dynamicQuery - the dynamic query
Returns:
the matching rows

dynamicQuery

public <T> List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                int start,
                                int end)
Performs a dynamic query on the database and returns a range of the matching rows.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from CompanyModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
dynamicQuery in interface com.liferay.portal.kernel.service.CompanyLocalService
Parameters:
dynamicQuery - the dynamic query
start - the lower bound of the range of model instances
end - the upper bound of the range of model instances (not inclusive)
Returns:
the range of matching rows

dynamicQuery

public <T> List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                int start,
                                int end,
                                com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from CompanyModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
dynamicQuery in interface com.liferay.portal.kernel.service.CompanyLocalService
Parameters:
dynamicQuery - the dynamic query
start - the lower bound of the range of model instances
end - the upper bound of the range of model instances (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching rows

dynamicQueryCount

public long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.

Specified by:
dynamicQueryCount in interface com.liferay.portal.kernel.service.CompanyLocalService
Parameters:
dynamicQuery - the dynamic query
Returns:
the number of rows matching the dynamic query

dynamicQueryCount

public long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                              com.liferay.portal.kernel.dao.orm.Projection projection)
Returns the number of rows matching the dynamic query.

Specified by:
dynamicQueryCount in interface com.liferay.portal.kernel.service.CompanyLocalService
Parameters:
dynamicQuery - the dynamic query
projection - the projection to apply to the query
Returns:
the number of rows matching the dynamic query

fetchCompany

public com.liferay.portal.kernel.model.Company fetchCompany(long companyId)
Specified by:
fetchCompany in interface com.liferay.portal.kernel.service.CompanyLocalService

getCompany

public com.liferay.portal.kernel.model.Company getCompany(long companyId)
                                                   throws com.liferay.portal.kernel.exception.PortalException
Returns the company with the primary key.

Specified by:
getCompany in interface com.liferay.portal.kernel.service.CompanyLocalService
Parameters:
companyId - the primary key of the company
Returns:
the company
Throws:
com.liferay.portal.kernel.exception.PortalException - if a company with the primary key could not be found

getActionableDynamicQuery

public com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
Specified by:
getActionableDynamicQuery in interface com.liferay.portal.kernel.service.CompanyLocalService

getIndexableActionableDynamicQuery

public com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
Specified by:
getIndexableActionableDynamicQuery in interface com.liferay.portal.kernel.service.CompanyLocalService

initActionableDynamicQuery

protected void initActionableDynamicQuery(com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery actionableDynamicQuery)

deletePersistedModel

public com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel)
                                                                    throws com.liferay.portal.kernel.exception.PortalException
Specified by:
deletePersistedModel in interface com.liferay.portal.kernel.service.CompanyLocalService
Specified by:
deletePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException

getPersistedModel

public com.liferay.portal.kernel.model.PersistedModel getPersistedModel(Serializable primaryKeyObj)
                                                                 throws com.liferay.portal.kernel.exception.PortalException
Specified by:
getPersistedModel in interface com.liferay.portal.kernel.service.CompanyLocalService
Specified by:
getPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException

getCompanies

public List<com.liferay.portal.kernel.model.Company> getCompanies(int start,
                                                                  int end)
Returns a range of all the companies.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from CompanyModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
getCompanies in interface com.liferay.portal.kernel.service.CompanyLocalService
Parameters:
start - the lower bound of the range of companies
end - the upper bound of the range of companies (not inclusive)
Returns:
the range of companies

getCompaniesCount

public int getCompaniesCount()
Returns the number of companies.

Specified by:
getCompaniesCount in interface com.liferay.portal.kernel.service.CompanyLocalService
Returns:
the number of companies

updateCompany

@Indexable(type=REINDEX)
public com.liferay.portal.kernel.model.Company updateCompany(com.liferay.portal.kernel.model.Company company)
Updates the company in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.

Specified by:
updateCompany in interface com.liferay.portal.kernel.service.CompanyLocalService
Parameters:
company - the company
Returns:
the company that was updated

getCompanyLocalService

public com.liferay.portal.kernel.service.CompanyLocalService getCompanyLocalService()
Returns the company local service.

Returns:
the company local service

setCompanyLocalService

public void setCompanyLocalService(com.liferay.portal.kernel.service.CompanyLocalService companyLocalService)
Sets the company local service.

Parameters:
companyLocalService - the company local service

getCompanyPersistence

public com.liferay.portal.kernel.service.persistence.CompanyPersistence getCompanyPersistence()
Returns the company persistence.

Returns:
the company persistence

setCompanyPersistence

public void setCompanyPersistence(com.liferay.portal.kernel.service.persistence.CompanyPersistence companyPersistence)
Sets the company persistence.

Parameters:
companyPersistence - the company persistence

getCounterLocalService

public com.liferay.counter.kernel.service.CounterLocalService getCounterLocalService()
Returns the counter local service.

Returns:
the counter local service

setCounterLocalService

public void setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
Sets the counter local service.

Parameters:
counterLocalService - the counter local service

getAccountLocalService

public com.liferay.portal.kernel.service.AccountLocalService getAccountLocalService()
Returns the account local service.

Returns:
the account local service

setAccountLocalService

public void setAccountLocalService(com.liferay.portal.kernel.service.AccountLocalService accountLocalService)
Sets the account local service.

Parameters:
accountLocalService - the account local service

getAccountPersistence

public com.liferay.portal.kernel.service.persistence.AccountPersistence getAccountPersistence()
Returns the account persistence.

Returns:
the account persistence

setAccountPersistence

public void setAccountPersistence(com.liferay.portal.kernel.service.persistence.AccountPersistence accountPersistence)
Sets the account persistence.

Parameters:
accountPersistence - the account persistence

getContactLocalService

public com.liferay.portal.kernel.service.ContactLocalService getContactLocalService()
Returns the contact local service.

Returns:
the contact local service

setContactLocalService

public void setContactLocalService(com.liferay.portal.kernel.service.ContactLocalService contactLocalService)
Sets the contact local service.

Parameters:
contactLocalService - the contact local service

getContactPersistence

public com.liferay.portal.kernel.service.persistence.ContactPersistence getContactPersistence()
Returns the contact persistence.

Returns:
the contact persistence

setContactPersistence

public void setContactPersistence(com.liferay.portal.kernel.service.persistence.ContactPersistence contactPersistence)
Sets the contact persistence.

Parameters:
contactPersistence - the contact persistence

getGroupLocalService

public com.liferay.portal.kernel.service.GroupLocalService getGroupLocalService()
Returns the group local service.

Returns:
the group local service

setGroupLocalService

public void setGroupLocalService(com.liferay.portal.kernel.service.GroupLocalService groupLocalService)
Sets the group local service.

Parameters:
groupLocalService - the group local service

getGroupPersistence

public com.liferay.portal.kernel.service.persistence.GroupPersistence getGroupPersistence()
Returns the group persistence.

Returns:
the group persistence

setGroupPersistence

public void setGroupPersistence(com.liferay.portal.kernel.service.persistence.GroupPersistence groupPersistence)
Sets the group persistence.

Parameters:
groupPersistence - the group persistence

getGroupFinder

public com.liferay.portal.kernel.service.persistence.GroupFinder getGroupFinder()
Returns the group finder.

Returns:
the group finder

setGroupFinder

public void setGroupFinder(com.liferay.portal.kernel.service.persistence.GroupFinder groupFinder)
Sets the group finder.

Parameters:
groupFinder - the group finder

getImageLocalService

public com.liferay.portal.kernel.service.ImageLocalService getImageLocalService()
Returns the image local service.

Returns:
the image local service

setImageLocalService

public void setImageLocalService(com.liferay.portal.kernel.service.ImageLocalService imageLocalService)
Sets the image local service.

Parameters:
imageLocalService - the image local service

getImagePersistence

public com.liferay.portal.kernel.service.persistence.ImagePersistence getImagePersistence()
Returns the image persistence.

Returns:
the image persistence

setImagePersistence

public void setImagePersistence(com.liferay.portal.kernel.service.persistence.ImagePersistence imagePersistence)
Sets the image persistence.

Parameters:
imagePersistence - the image persistence

getLayoutPrototypeLocalService

public com.liferay.portal.kernel.service.LayoutPrototypeLocalService getLayoutPrototypeLocalService()
Returns the layout prototype local service.

Returns:
the layout prototype local service

setLayoutPrototypeLocalService

public void setLayoutPrototypeLocalService(com.liferay.portal.kernel.service.LayoutPrototypeLocalService layoutPrototypeLocalService)
Sets the layout prototype local service.

Parameters:
layoutPrototypeLocalService - the layout prototype local service

getLayoutPrototypePersistence

public com.liferay.portal.kernel.service.persistence.LayoutPrototypePersistence getLayoutPrototypePersistence()
Returns the layout prototype persistence.

Returns:
the layout prototype persistence

setLayoutPrototypePersistence

public void setLayoutPrototypePersistence(com.liferay.portal.kernel.service.persistence.LayoutPrototypePersistence layoutPrototypePersistence)
Sets the layout prototype persistence.

Parameters:
layoutPrototypePersistence - the layout prototype persistence

getLayoutSetLocalService

public com.liferay.portal.kernel.service.LayoutSetLocalService getLayoutSetLocalService()
Returns the layout set local service.

Returns:
the layout set local service

setLayoutSetLocalService

public void setLayoutSetLocalService(com.liferay.portal.kernel.service.LayoutSetLocalService layoutSetLocalService)
Sets the layout set local service.

Parameters:
layoutSetLocalService - the layout set local service

getLayoutSetPersistence

public com.liferay.portal.kernel.service.persistence.LayoutSetPersistence getLayoutSetPersistence()
Returns the layout set persistence.

Returns:
the layout set persistence

setLayoutSetPersistence

public void setLayoutSetPersistence(com.liferay.portal.kernel.service.persistence.LayoutSetPersistence layoutSetPersistence)
Sets the layout set persistence.

Parameters:
layoutSetPersistence - the layout set persistence

getLayoutSetPrototypeLocalService

public com.liferay.portal.kernel.service.LayoutSetPrototypeLocalService getLayoutSetPrototypeLocalService()
Returns the layout set prototype local service.

Returns:
the layout set prototype local service

setLayoutSetPrototypeLocalService

public void setLayoutSetPrototypeLocalService(com.liferay.portal.kernel.service.LayoutSetPrototypeLocalService layoutSetPrototypeLocalService)
Sets the layout set prototype local service.

Parameters:
layoutSetPrototypeLocalService - the layout set prototype local service

getLayoutSetPrototypePersistence

public com.liferay.portal.kernel.service.persistence.LayoutSetPrototypePersistence getLayoutSetPrototypePersistence()
Returns the layout set prototype persistence.

Returns:
the layout set prototype persistence

setLayoutSetPrototypePersistence

public void setLayoutSetPrototypePersistence(com.liferay.portal.kernel.service.persistence.LayoutSetPrototypePersistence layoutSetPrototypePersistence)
Sets the layout set prototype persistence.

Parameters:
layoutSetPrototypePersistence - the layout set prototype persistence

getOrganizationLocalService

public com.liferay.portal.kernel.service.OrganizationLocalService getOrganizationLocalService()
Returns the organization local service.

Returns:
the organization local service

setOrganizationLocalService

public void setOrganizationLocalService(com.liferay.portal.kernel.service.OrganizationLocalService organizationLocalService)
Sets the organization local service.

Parameters:
organizationLocalService - the organization local service

getOrganizationPersistence

public com.liferay.portal.kernel.service.persistence.OrganizationPersistence getOrganizationPersistence()
Returns the organization persistence.

Returns:
the organization persistence

setOrganizationPersistence

public void setOrganizationPersistence(com.liferay.portal.kernel.service.persistence.OrganizationPersistence organizationPersistence)
Sets the organization persistence.

Parameters:
organizationPersistence - the organization persistence

getOrganizationFinder

public com.liferay.portal.kernel.service.persistence.OrganizationFinder getOrganizationFinder()
Returns the organization finder.

Returns:
the organization finder

setOrganizationFinder

public void setOrganizationFinder(com.liferay.portal.kernel.service.persistence.OrganizationFinder organizationFinder)
Sets the organization finder.

Parameters:
organizationFinder - the organization finder

getPasswordPolicyLocalService

public com.liferay.portal.kernel.service.PasswordPolicyLocalService getPasswordPolicyLocalService()
Returns the password policy local service.

Returns:
the password policy local service

setPasswordPolicyLocalService

public void setPasswordPolicyLocalService(com.liferay.portal.kernel.service.PasswordPolicyLocalService passwordPolicyLocalService)
Sets the password policy local service.

Parameters:
passwordPolicyLocalService - the password policy local service

getPasswordPolicyPersistence

public com.liferay.portal.kernel.service.persistence.PasswordPolicyPersistence getPasswordPolicyPersistence()
Returns the password policy persistence.

Returns:
the password policy persistence

setPasswordPolicyPersistence

public void setPasswordPolicyPersistence(com.liferay.portal.kernel.service.persistence.PasswordPolicyPersistence passwordPolicyPersistence)
Sets the password policy persistence.

Parameters:
passwordPolicyPersistence - the password policy persistence

getPasswordPolicyFinder

public com.liferay.portal.kernel.service.persistence.PasswordPolicyFinder getPasswordPolicyFinder()
Returns the password policy finder.

Returns:
the password policy finder

setPasswordPolicyFinder

public void setPasswordPolicyFinder(com.liferay.portal.kernel.service.persistence.PasswordPolicyFinder passwordPolicyFinder)
Sets the password policy finder.

Parameters:
passwordPolicyFinder - the password policy finder

getPortalPreferencesLocalService

public com.liferay.portal.kernel.service.PortalPreferencesLocalService getPortalPreferencesLocalService()
Returns the portal preferences local service.

Returns:
the portal preferences local service

setPortalPreferencesLocalService

public void setPortalPreferencesLocalService(com.liferay.portal.kernel.service.PortalPreferencesLocalService portalPreferencesLocalService)
Sets the portal preferences local service.

Parameters:
portalPreferencesLocalService - the portal preferences local service

getPortalPreferencesPersistence

public com.liferay.portal.kernel.service.persistence.PortalPreferencesPersistence getPortalPreferencesPersistence()
Returns the portal preferences persistence.

Returns:
the portal preferences persistence

setPortalPreferencesPersistence

public void setPortalPreferencesPersistence(com.liferay.portal.kernel.service.persistence.PortalPreferencesPersistence portalPreferencesPersistence)
Sets the portal preferences persistence.

Parameters:
portalPreferencesPersistence - the portal preferences persistence

getPortletLocalService

public com.liferay.portal.kernel.service.PortletLocalService getPortletLocalService()
Returns the portlet local service.

Returns:
the portlet local service

setPortletLocalService

public void setPortletLocalService(com.liferay.portal.kernel.service.PortletLocalService portletLocalService)
Sets the portlet local service.

Parameters:
portletLocalService - the portlet local service

getPortletPersistence

public com.liferay.portal.kernel.service.persistence.PortletPersistence getPortletPersistence()
Returns the portlet persistence.

Returns:
the portlet persistence

setPortletPersistence

public void setPortletPersistence(com.liferay.portal.kernel.service.persistence.PortletPersistence portletPersistence)
Sets the portlet persistence.

Parameters:
portletPersistence - the portlet persistence

getResourceLocalService

public com.liferay.portal.kernel.service.ResourceLocalService getResourceLocalService()
Returns the resource local service.

Returns:
the resource local service

setResourceLocalService

public void setResourceLocalService(com.liferay.portal.kernel.service.ResourceLocalService resourceLocalService)
Sets the resource local service.

Parameters:
resourceLocalService - the resource local service

getResourcePermissionLocalService

public com.liferay.portal.kernel.service.ResourcePermissionLocalService getResourcePermissionLocalService()
Returns the resource permission local service.

Returns:
the resource permission local service

setResourcePermissionLocalService

public void setResourcePermissionLocalService(com.liferay.portal.kernel.service.ResourcePermissionLocalService resourcePermissionLocalService)
Sets the resource permission local service.

Parameters:
resourcePermissionLocalService - the resource permission local service

getResourcePermissionPersistence

public com.liferay.portal.kernel.service.persistence.ResourcePermissionPersistence getResourcePermissionPersistence()
Returns the resource permission persistence.

Returns:
the resource permission persistence

setResourcePermissionPersistence

public void setResourcePermissionPersistence(com.liferay.portal.kernel.service.persistence.ResourcePermissionPersistence resourcePermissionPersistence)
Sets the resource permission persistence.

Parameters:
resourcePermissionPersistence - the resource permission persistence

getResourcePermissionFinder

public com.liferay.portal.kernel.service.persistence.ResourcePermissionFinder getResourcePermissionFinder()
Returns the resource permission finder.

Returns:
the resource permission finder

setResourcePermissionFinder

public void setResourcePermissionFinder(com.liferay.portal.kernel.service.persistence.ResourcePermissionFinder resourcePermissionFinder)
Sets the resource permission finder.

Parameters:
resourcePermissionFinder - the resource permission finder

getRoleLocalService

public com.liferay.portal.kernel.service.RoleLocalService getRoleLocalService()
Returns the role local service.

Returns:
the role local service

setRoleLocalService

public void setRoleLocalService(com.liferay.portal.kernel.service.RoleLocalService roleLocalService)
Sets the role local service.

Parameters:
roleLocalService - the role local service

getRolePersistence

public com.liferay.portal.kernel.service.persistence.RolePersistence getRolePersistence()
Returns the role persistence.

Returns:
the role persistence

setRolePersistence

public void setRolePersistence(com.liferay.portal.kernel.service.persistence.RolePersistence rolePersistence)
Sets the role persistence.

Parameters:
rolePersistence - the role persistence

getRoleFinder

public com.liferay.portal.kernel.service.persistence.RoleFinder getRoleFinder()
Returns the role finder.

Returns:
the role finder

setRoleFinder

public void setRoleFinder(com.liferay.portal.kernel.service.persistence.RoleFinder roleFinder)
Sets the role finder.

Parameters:
roleFinder - the role finder

getUserLocalService

public com.liferay.portal.kernel.service.UserLocalService getUserLocalService()
Returns the user local service.

Returns:
the user local service

setUserLocalService

public void setUserLocalService(com.liferay.portal.kernel.service.UserLocalService userLocalService)
Sets the user local service.

Parameters:
userLocalService - the user local service

getUserPersistence

public com.liferay.portal.kernel.service.persistence.UserPersistence getUserPersistence()
Returns the user persistence.

Returns:
the user persistence

setUserPersistence

public void setUserPersistence(com.liferay.portal.kernel.service.persistence.UserPersistence userPersistence)
Sets the user persistence.

Parameters:
userPersistence - the user persistence

getUserFinder

public com.liferay.portal.kernel.service.persistence.UserFinder getUserFinder()
Returns the user finder.

Returns:
the user finder

setUserFinder

public void setUserFinder(com.liferay.portal.kernel.service.persistence.UserFinder userFinder)
Sets the user finder.

Parameters:
userFinder - the user finder

getVirtualHostLocalService

public com.liferay.portal.kernel.service.VirtualHostLocalService getVirtualHostLocalService()
Returns the virtual host local service.

Returns:
the virtual host local service

setVirtualHostLocalService

public void setVirtualHostLocalService(com.liferay.portal.kernel.service.VirtualHostLocalService virtualHostLocalService)
Sets the virtual host local service.

Parameters:
virtualHostLocalService - the virtual host local service

getVirtualHostPersistence

public com.liferay.portal.kernel.service.persistence.VirtualHostPersistence getVirtualHostPersistence()
Returns the virtual host persistence.

Returns:
the virtual host persistence

setVirtualHostPersistence

public void setVirtualHostPersistence(com.liferay.portal.kernel.service.persistence.VirtualHostPersistence virtualHostPersistence)
Sets the virtual host persistence.

Parameters:
virtualHostPersistence - the virtual host persistence

afterPropertiesSet

public void afterPropertiesSet()

destroy

public void destroy()

getOSGiServiceIdentifier

public String getOSGiServiceIdentifier()
Returns the OSGi service identifier.

Specified by:
getOSGiServiceIdentifier in interface com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
Specified by:
getOSGiServiceIdentifier in interface com.liferay.portal.kernel.service.CompanyLocalService
Returns:
the OSGi service identifier

getModelClass

protected Class<?> getModelClass()

getModelClassName

protected String getModelClassName()

runSQL

protected void runSQL(String sql)
Performs a SQL query.

Parameters:
sql - the sql query

Liferay 7.0-ce-b8 portal-impl