@ProviderType
public abstract class CompanyLocalServiceBaseImpl
extends com.liferay.portal.service.BaseLocalServiceImpl
implements com.liferay.portal.service.CompanyLocalService, com.liferay.portal.kernel.bean.IdentifiableBean
This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in CompanyLocalServiceImpl.
CompanyLocalServiceImpl,
CompanyLocalServiceUtil| Modifier and Type | Field and Description |
|---|---|
protected com.liferay.portal.service.AccountLocalService |
accountLocalService |
protected com.liferay.portal.service.persistence.AccountPersistence |
accountPersistence |
protected com.liferay.portal.service.AccountService |
accountService |
protected com.liferay.portal.service.CompanyLocalService |
companyLocalService |
protected com.liferay.portal.service.persistence.CompanyPersistence |
companyPersistence |
protected com.liferay.portal.service.CompanyService |
companyService |
protected com.liferay.portal.service.ContactLocalService |
contactLocalService |
protected com.liferay.portal.service.persistence.ContactPersistence |
contactPersistence |
protected com.liferay.portal.service.ContactService |
contactService |
protected com.liferay.counter.service.CounterLocalService |
counterLocalService |
protected com.liferay.portal.service.persistence.GroupFinder |
groupFinder |
protected com.liferay.portal.service.GroupLocalService |
groupLocalService |
protected com.liferay.portal.service.persistence.GroupPersistence |
groupPersistence |
protected com.liferay.portal.service.GroupService |
groupService |
protected com.liferay.portal.service.ImageLocalService |
imageLocalService |
protected com.liferay.portal.service.persistence.ImagePersistence |
imagePersistence |
protected com.liferay.portal.service.ImageService |
imageService |
protected com.liferay.portal.service.LayoutPrototypeLocalService |
layoutPrototypeLocalService |
protected com.liferay.portal.service.persistence.LayoutPrototypePersistence |
layoutPrototypePersistence |
protected com.liferay.portal.service.LayoutPrototypeService |
layoutPrototypeService |
protected com.liferay.portal.service.LayoutSetLocalService |
layoutSetLocalService |
protected com.liferay.portal.service.persistence.LayoutSetPersistence |
layoutSetPersistence |
protected com.liferay.portal.service.LayoutSetPrototypeLocalService |
layoutSetPrototypeLocalService |
protected com.liferay.portal.service.persistence.LayoutSetPrototypePersistence |
layoutSetPrototypePersistence |
protected com.liferay.portal.service.LayoutSetPrototypeService |
layoutSetPrototypeService |
protected com.liferay.portal.service.LayoutSetService |
layoutSetService |
protected com.liferay.portal.service.persistence.OrganizationFinder |
organizationFinder |
protected com.liferay.portal.service.OrganizationLocalService |
organizationLocalService |
protected com.liferay.portal.service.persistence.OrganizationPersistence |
organizationPersistence |
protected com.liferay.portal.service.OrganizationService |
organizationService |
protected com.liferay.portal.service.persistence.PasswordPolicyFinder |
passwordPolicyFinder |
protected com.liferay.portal.service.PasswordPolicyLocalService |
passwordPolicyLocalService |
protected com.liferay.portal.service.persistence.PasswordPolicyPersistence |
passwordPolicyPersistence |
protected com.liferay.portal.service.PasswordPolicyService |
passwordPolicyService |
protected com.liferay.portal.service.PersistedModelLocalServiceRegistry |
persistedModelLocalServiceRegistry |
protected com.liferay.portal.service.PortalPreferencesLocalService |
portalPreferencesLocalService |
protected com.liferay.portal.service.persistence.PortalPreferencesPersistence |
portalPreferencesPersistence |
protected com.liferay.portal.service.PortletLocalService |
portletLocalService |
protected com.liferay.portal.service.persistence.PortletPersistence |
portletPersistence |
protected com.liferay.portal.service.PortletService |
portletService |
protected com.liferay.portal.service.ResourceLocalService |
resourceLocalService |
protected com.liferay.portal.service.persistence.ResourcePermissionFinder |
resourcePermissionFinder |
protected com.liferay.portal.service.ResourcePermissionLocalService |
resourcePermissionLocalService |
protected com.liferay.portal.service.persistence.ResourcePermissionPersistence |
resourcePermissionPersistence |
protected com.liferay.portal.service.ResourcePermissionService |
resourcePermissionService |
protected com.liferay.portal.service.persistence.RoleFinder |
roleFinder |
protected com.liferay.portal.service.RoleLocalService |
roleLocalService |
protected com.liferay.portal.service.persistence.RolePersistence |
rolePersistence |
protected com.liferay.portal.service.RoleService |
roleService |
protected com.liferay.portal.service.persistence.UserFinder |
userFinder |
protected com.liferay.portal.service.UserLocalService |
userLocalService |
protected com.liferay.portal.service.persistence.UserPersistence |
userPersistence |
protected com.liferay.portal.service.UserService |
userService |
protected com.liferay.portal.service.VirtualHostLocalService |
virtualHostLocalService |
protected com.liferay.portal.service.persistence.VirtualHostPersistence |
virtualHostPersistence |
| Constructor and Description |
|---|
CompanyLocalServiceBaseImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.liferay.portal.model.Company |
addCompany(com.liferay.portal.model.Company company)
Adds the company to the database.
|
void |
afterPropertiesSet() |
com.liferay.portal.model.Company |
createCompany(long companyId)
Creates a new company with the primary key.
|
com.liferay.portal.model.Company |
deleteCompany(com.liferay.portal.model.Company company)
Deletes the company from the database.
|
com.liferay.portal.model.Company |
deleteCompany(long companyId)
Deletes the company with the primary key from the database.
|
com.liferay.portal.model.PersistedModel |
deletePersistedModel(com.liferay.portal.model.PersistedModel persistedModel) |
void |
destroy() |
com.liferay.portal.kernel.dao.orm.DynamicQuery |
dynamicQuery() |
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> java.util.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> java.util.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.model.Company |
fetchCompany(long companyId) |
com.liferay.portal.service.AccountLocalService |
getAccountLocalService()
Returns the account local service.
|
com.liferay.portal.service.persistence.AccountPersistence |
getAccountPersistence()
Returns the account persistence.
|
com.liferay.portal.service.AccountService |
getAccountService()
Returns the account remote service.
|
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
java.util.List<com.liferay.portal.model.Company> |
getCompanies(int start,
int end)
Returns a range of all the companies.
|
int |
getCompaniesCount()
Returns the number of companies.
|
com.liferay.portal.model.Company |
getCompany(long companyId)
Returns the company with the primary key.
|
com.liferay.portal.service.CompanyLocalService |
getCompanyLocalService()
Returns the company local service.
|
com.liferay.portal.service.persistence.CompanyPersistence |
getCompanyPersistence()
Returns the company persistence.
|
com.liferay.portal.service.CompanyService |
getCompanyService()
Returns the company remote service.
|
com.liferay.portal.service.ContactLocalService |
getContactLocalService()
Returns the contact local service.
|
com.liferay.portal.service.persistence.ContactPersistence |
getContactPersistence()
Returns the contact persistence.
|
com.liferay.portal.service.ContactService |
getContactService()
Returns the contact remote service.
|
com.liferay.counter.service.CounterLocalService |
getCounterLocalService()
Returns the counter local service.
|
com.liferay.portal.service.persistence.GroupFinder |
getGroupFinder()
Returns the group finder.
|
com.liferay.portal.service.GroupLocalService |
getGroupLocalService()
Returns the group local service.
|
com.liferay.portal.service.persistence.GroupPersistence |
getGroupPersistence()
Returns the group persistence.
|
com.liferay.portal.service.GroupService |
getGroupService()
Returns the group remote service.
|
com.liferay.portal.service.ImageLocalService |
getImageLocalService()
Returns the image local service.
|
com.liferay.portal.service.persistence.ImagePersistence |
getImagePersistence()
Returns the image persistence.
|
com.liferay.portal.service.ImageService |
getImageService()
Returns the image remote service.
|
com.liferay.portal.service.LayoutPrototypeLocalService |
getLayoutPrototypeLocalService()
Returns the layout prototype local service.
|
com.liferay.portal.service.persistence.LayoutPrototypePersistence |
getLayoutPrototypePersistence()
Returns the layout prototype persistence.
|
com.liferay.portal.service.LayoutPrototypeService |
getLayoutPrototypeService()
Returns the layout prototype remote service.
|
com.liferay.portal.service.LayoutSetLocalService |
getLayoutSetLocalService()
Returns the layout set local service.
|
com.liferay.portal.service.persistence.LayoutSetPersistence |
getLayoutSetPersistence()
Returns the layout set persistence.
|
com.liferay.portal.service.LayoutSetPrototypeLocalService |
getLayoutSetPrototypeLocalService()
Returns the layout set prototype local service.
|
com.liferay.portal.service.persistence.LayoutSetPrototypePersistence |
getLayoutSetPrototypePersistence()
Returns the layout set prototype persistence.
|
com.liferay.portal.service.LayoutSetPrototypeService |
getLayoutSetPrototypeService()
Returns the layout set prototype remote service.
|
com.liferay.portal.service.LayoutSetService |
getLayoutSetService()
Returns the layout set remote service.
|
protected java.lang.Class<?> |
getModelClass() |
protected java.lang.String |
getModelClassName() |
com.liferay.portal.service.persistence.OrganizationFinder |
getOrganizationFinder()
Returns the organization finder.
|
com.liferay.portal.service.OrganizationLocalService |
getOrganizationLocalService()
Returns the organization local service.
|
com.liferay.portal.service.persistence.OrganizationPersistence |
getOrganizationPersistence()
Returns the organization persistence.
|
com.liferay.portal.service.OrganizationService |
getOrganizationService()
Returns the organization remote service.
|
com.liferay.portal.service.persistence.PasswordPolicyFinder |
getPasswordPolicyFinder()
Returns the password policy finder.
|
com.liferay.portal.service.PasswordPolicyLocalService |
getPasswordPolicyLocalService()
Returns the password policy local service.
|
com.liferay.portal.service.persistence.PasswordPolicyPersistence |
getPasswordPolicyPersistence()
Returns the password policy persistence.
|
com.liferay.portal.service.PasswordPolicyService |
getPasswordPolicyService()
Returns the password policy remote service.
|
com.liferay.portal.model.PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
com.liferay.portal.service.PortalPreferencesLocalService |
getPortalPreferencesLocalService()
Returns the portal preferences local service.
|
com.liferay.portal.service.persistence.PortalPreferencesPersistence |
getPortalPreferencesPersistence()
Returns the portal preferences persistence.
|
com.liferay.portal.service.PortletLocalService |
getPortletLocalService()
Returns the portlet local service.
|
com.liferay.portal.service.persistence.PortletPersistence |
getPortletPersistence()
Returns the portlet persistence.
|
com.liferay.portal.service.PortletService |
getPortletService()
Returns the portlet remote service.
|
com.liferay.portal.service.ResourceLocalService |
getResourceLocalService()
Returns the resource local service.
|
com.liferay.portal.service.persistence.ResourcePermissionFinder |
getResourcePermissionFinder()
Returns the resource permission finder.
|
com.liferay.portal.service.ResourcePermissionLocalService |
getResourcePermissionLocalService()
Returns the resource permission local service.
|
com.liferay.portal.service.persistence.ResourcePermissionPersistence |
getResourcePermissionPersistence()
Returns the resource permission persistence.
|
com.liferay.portal.service.ResourcePermissionService |
getResourcePermissionService()
Returns the resource permission remote service.
|
com.liferay.portal.service.persistence.RoleFinder |
getRoleFinder()
Returns the role finder.
|
com.liferay.portal.service.RoleLocalService |
getRoleLocalService()
Returns the role local service.
|
com.liferay.portal.service.persistence.RolePersistence |
getRolePersistence()
Returns the role persistence.
|
com.liferay.portal.service.RoleService |
getRoleService()
Returns the role remote service.
|
com.liferay.portal.service.persistence.UserFinder |
getUserFinder()
Returns the user finder.
|
com.liferay.portal.service.UserLocalService |
getUserLocalService()
Returns the user local service.
|
com.liferay.portal.service.persistence.UserPersistence |
getUserPersistence()
Returns the user persistence.
|
com.liferay.portal.service.UserService |
getUserService()
Returns the user remote service.
|
com.liferay.portal.service.VirtualHostLocalService |
getVirtualHostLocalService()
Returns the virtual host local service.
|
com.liferay.portal.service.persistence.VirtualHostPersistence |
getVirtualHostPersistence()
Returns the virtual host persistence.
|
protected void |
initActionableDynamicQuery(com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery actionableDynamicQuery) |
protected void |
runSQL(java.lang.String sql)
Performs a SQL query.
|
void |
setAccountLocalService(com.liferay.portal.service.AccountLocalService accountLocalService)
Sets the account local service.
|
void |
setAccountPersistence(com.liferay.portal.service.persistence.AccountPersistence accountPersistence)
Sets the account persistence.
|
void |
setAccountService(com.liferay.portal.service.AccountService accountService)
Sets the account remote service.
|
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setCompanyLocalService(com.liferay.portal.service.CompanyLocalService companyLocalService)
Sets the company local service.
|
void |
setCompanyPersistence(com.liferay.portal.service.persistence.CompanyPersistence companyPersistence)
Sets the company persistence.
|
void |
setCompanyService(com.liferay.portal.service.CompanyService companyService)
Sets the company remote service.
|
void |
setContactLocalService(com.liferay.portal.service.ContactLocalService contactLocalService)
Sets the contact local service.
|
void |
setContactPersistence(com.liferay.portal.service.persistence.ContactPersistence contactPersistence)
Sets the contact persistence.
|
void |
setContactService(com.liferay.portal.service.ContactService contactService)
Sets the contact remote service.
|
void |
setCounterLocalService(com.liferay.counter.service.CounterLocalService counterLocalService)
Sets the counter local service.
|
void |
setGroupFinder(com.liferay.portal.service.persistence.GroupFinder groupFinder)
Sets the group finder.
|
void |
setGroupLocalService(com.liferay.portal.service.GroupLocalService groupLocalService)
Sets the group local service.
|
void |
setGroupPersistence(com.liferay.portal.service.persistence.GroupPersistence groupPersistence)
Sets the group persistence.
|
void |
setGroupService(com.liferay.portal.service.GroupService groupService)
Sets the group remote service.
|
void |
setImageLocalService(com.liferay.portal.service.ImageLocalService imageLocalService)
Sets the image local service.
|
void |
setImagePersistence(com.liferay.portal.service.persistence.ImagePersistence imagePersistence)
Sets the image persistence.
|
void |
setImageService(com.liferay.portal.service.ImageService imageService)
Sets the image remote service.
|
void |
setLayoutPrototypeLocalService(com.liferay.portal.service.LayoutPrototypeLocalService layoutPrototypeLocalService)
Sets the layout prototype local service.
|
void |
setLayoutPrototypePersistence(com.liferay.portal.service.persistence.LayoutPrototypePersistence layoutPrototypePersistence)
Sets the layout prototype persistence.
|
void |
setLayoutPrototypeService(com.liferay.portal.service.LayoutPrototypeService layoutPrototypeService)
Sets the layout prototype remote service.
|
void |
setLayoutSetLocalService(com.liferay.portal.service.LayoutSetLocalService layoutSetLocalService)
Sets the layout set local service.
|
void |
setLayoutSetPersistence(com.liferay.portal.service.persistence.LayoutSetPersistence layoutSetPersistence)
Sets the layout set persistence.
|
void |
setLayoutSetPrototypeLocalService(com.liferay.portal.service.LayoutSetPrototypeLocalService layoutSetPrototypeLocalService)
Sets the layout set prototype local service.
|
void |
setLayoutSetPrototypePersistence(com.liferay.portal.service.persistence.LayoutSetPrototypePersistence layoutSetPrototypePersistence)
Sets the layout set prototype persistence.
|
void |
setLayoutSetPrototypeService(com.liferay.portal.service.LayoutSetPrototypeService layoutSetPrototypeService)
Sets the layout set prototype remote service.
|
void |
setLayoutSetService(com.liferay.portal.service.LayoutSetService layoutSetService)
Sets the layout set remote service.
|
void |
setOrganizationFinder(com.liferay.portal.service.persistence.OrganizationFinder organizationFinder)
Sets the organization finder.
|
void |
setOrganizationLocalService(com.liferay.portal.service.OrganizationLocalService organizationLocalService)
Sets the organization local service.
|
void |
setOrganizationPersistence(com.liferay.portal.service.persistence.OrganizationPersistence organizationPersistence)
Sets the organization persistence.
|
void |
setOrganizationService(com.liferay.portal.service.OrganizationService organizationService)
Sets the organization remote service.
|
void |
setPasswordPolicyFinder(com.liferay.portal.service.persistence.PasswordPolicyFinder passwordPolicyFinder)
Sets the password policy finder.
|
void |
setPasswordPolicyLocalService(com.liferay.portal.service.PasswordPolicyLocalService passwordPolicyLocalService)
Sets the password policy local service.
|
void |
setPasswordPolicyPersistence(com.liferay.portal.service.persistence.PasswordPolicyPersistence passwordPolicyPersistence)
Sets the password policy persistence.
|
void |
setPasswordPolicyService(com.liferay.portal.service.PasswordPolicyService passwordPolicyService)
Sets the password policy remote service.
|
void |
setPortalPreferencesLocalService(com.liferay.portal.service.PortalPreferencesLocalService portalPreferencesLocalService)
Sets the portal preferences local service.
|
void |
setPortalPreferencesPersistence(com.liferay.portal.service.persistence.PortalPreferencesPersistence portalPreferencesPersistence)
Sets the portal preferences persistence.
|
void |
setPortletLocalService(com.liferay.portal.service.PortletLocalService portletLocalService)
Sets the portlet local service.
|
void |
setPortletPersistence(com.liferay.portal.service.persistence.PortletPersistence portletPersistence)
Sets the portlet persistence.
|
void |
setPortletService(com.liferay.portal.service.PortletService portletService)
Sets the portlet remote service.
|
void |
setResourceLocalService(com.liferay.portal.service.ResourceLocalService resourceLocalService)
Sets the resource local service.
|
void |
setResourcePermissionFinder(com.liferay.portal.service.persistence.ResourcePermissionFinder resourcePermissionFinder)
Sets the resource permission finder.
|
void |
setResourcePermissionLocalService(com.liferay.portal.service.ResourcePermissionLocalService resourcePermissionLocalService)
Sets the resource permission local service.
|
void |
setResourcePermissionPersistence(com.liferay.portal.service.persistence.ResourcePermissionPersistence resourcePermissionPersistence)
Sets the resource permission persistence.
|
void |
setResourcePermissionService(com.liferay.portal.service.ResourcePermissionService resourcePermissionService)
Sets the resource permission remote service.
|
void |
setRoleFinder(com.liferay.portal.service.persistence.RoleFinder roleFinder)
Sets the role finder.
|
void |
setRoleLocalService(com.liferay.portal.service.RoleLocalService roleLocalService)
Sets the role local service.
|
void |
setRolePersistence(com.liferay.portal.service.persistence.RolePersistence rolePersistence)
Sets the role persistence.
|
void |
setRoleService(com.liferay.portal.service.RoleService roleService)
Sets the role remote service.
|
void |
setUserFinder(com.liferay.portal.service.persistence.UserFinder userFinder)
Sets the user finder.
|
void |
setUserLocalService(com.liferay.portal.service.UserLocalService userLocalService)
Sets the user local service.
|
void |
setUserPersistence(com.liferay.portal.service.persistence.UserPersistence userPersistence)
Sets the user persistence.
|
void |
setUserService(com.liferay.portal.service.UserService userService)
Sets the user remote service.
|
void |
setVirtualHostLocalService(com.liferay.portal.service.VirtualHostLocalService virtualHostLocalService)
Sets the virtual host local service.
|
void |
setVirtualHostPersistence(com.liferay.portal.service.persistence.VirtualHostPersistence virtualHostPersistence)
Sets the virtual host persistence.
|
com.liferay.portal.model.Company |
updateCompany(com.liferay.portal.model.Company company)
Updates the company in the database or adds it if it does not yet exist.
|
getClassLoader, getLocalizationMapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddCompany, 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@BeanReference(type=com.liferay.portal.service.CompanyLocalService.class) protected com.liferay.portal.service.CompanyLocalService companyLocalService
@BeanReference(type=com.liferay.portal.service.CompanyService.class) protected com.liferay.portal.service.CompanyService companyService
@BeanReference(type=com.liferay.portal.service.persistence.CompanyPersistence.class) protected com.liferay.portal.service.persistence.CompanyPersistence companyPersistence
@BeanReference(type=com.liferay.counter.service.CounterLocalService.class) protected com.liferay.counter.service.CounterLocalService counterLocalService
@BeanReference(type=com.liferay.portal.service.AccountLocalService.class) protected com.liferay.portal.service.AccountLocalService accountLocalService
@BeanReference(type=com.liferay.portal.service.AccountService.class) protected com.liferay.portal.service.AccountService accountService
@BeanReference(type=com.liferay.portal.service.persistence.AccountPersistence.class) protected com.liferay.portal.service.persistence.AccountPersistence accountPersistence
@BeanReference(type=com.liferay.portal.service.ContactLocalService.class) protected com.liferay.portal.service.ContactLocalService contactLocalService
@BeanReference(type=com.liferay.portal.service.ContactService.class) protected com.liferay.portal.service.ContactService contactService
@BeanReference(type=com.liferay.portal.service.persistence.ContactPersistence.class) protected com.liferay.portal.service.persistence.ContactPersistence contactPersistence
@BeanReference(type=com.liferay.portal.service.GroupLocalService.class) protected com.liferay.portal.service.GroupLocalService groupLocalService
@BeanReference(type=com.liferay.portal.service.GroupService.class) protected com.liferay.portal.service.GroupService groupService
@BeanReference(type=com.liferay.portal.service.persistence.GroupPersistence.class) protected com.liferay.portal.service.persistence.GroupPersistence groupPersistence
@BeanReference(type=com.liferay.portal.service.persistence.GroupFinder.class) protected com.liferay.portal.service.persistence.GroupFinder groupFinder
@BeanReference(type=com.liferay.portal.service.ImageLocalService.class) protected com.liferay.portal.service.ImageLocalService imageLocalService
@BeanReference(type=com.liferay.portal.service.ImageService.class) protected com.liferay.portal.service.ImageService imageService
@BeanReference(type=com.liferay.portal.service.persistence.ImagePersistence.class) protected com.liferay.portal.service.persistence.ImagePersistence imagePersistence
@BeanReference(type=com.liferay.portal.service.LayoutPrototypeLocalService.class) protected com.liferay.portal.service.LayoutPrototypeLocalService layoutPrototypeLocalService
@BeanReference(type=com.liferay.portal.service.LayoutPrototypeService.class) protected com.liferay.portal.service.LayoutPrototypeService layoutPrototypeService
@BeanReference(type=com.liferay.portal.service.persistence.LayoutPrototypePersistence.class) protected com.liferay.portal.service.persistence.LayoutPrototypePersistence layoutPrototypePersistence
@BeanReference(type=com.liferay.portal.service.LayoutSetLocalService.class) protected com.liferay.portal.service.LayoutSetLocalService layoutSetLocalService
@BeanReference(type=com.liferay.portal.service.LayoutSetService.class) protected com.liferay.portal.service.LayoutSetService layoutSetService
@BeanReference(type=com.liferay.portal.service.persistence.LayoutSetPersistence.class) protected com.liferay.portal.service.persistence.LayoutSetPersistence layoutSetPersistence
@BeanReference(type=com.liferay.portal.service.LayoutSetPrototypeLocalService.class) protected com.liferay.portal.service.LayoutSetPrototypeLocalService layoutSetPrototypeLocalService
@BeanReference(type=com.liferay.portal.service.LayoutSetPrototypeService.class) protected com.liferay.portal.service.LayoutSetPrototypeService layoutSetPrototypeService
@BeanReference(type=com.liferay.portal.service.persistence.LayoutSetPrototypePersistence.class) protected com.liferay.portal.service.persistence.LayoutSetPrototypePersistence layoutSetPrototypePersistence
@BeanReference(type=com.liferay.portal.service.OrganizationLocalService.class) protected com.liferay.portal.service.OrganizationLocalService organizationLocalService
@BeanReference(type=com.liferay.portal.service.OrganizationService.class) protected com.liferay.portal.service.OrganizationService organizationService
@BeanReference(type=com.liferay.portal.service.persistence.OrganizationPersistence.class) protected com.liferay.portal.service.persistence.OrganizationPersistence organizationPersistence
@BeanReference(type=com.liferay.portal.service.persistence.OrganizationFinder.class) protected com.liferay.portal.service.persistence.OrganizationFinder organizationFinder
@BeanReference(type=com.liferay.portal.service.PasswordPolicyLocalService.class) protected com.liferay.portal.service.PasswordPolicyLocalService passwordPolicyLocalService
@BeanReference(type=com.liferay.portal.service.PasswordPolicyService.class) protected com.liferay.portal.service.PasswordPolicyService passwordPolicyService
@BeanReference(type=com.liferay.portal.service.persistence.PasswordPolicyPersistence.class) protected com.liferay.portal.service.persistence.PasswordPolicyPersistence passwordPolicyPersistence
@BeanReference(type=com.liferay.portal.service.persistence.PasswordPolicyFinder.class) protected com.liferay.portal.service.persistence.PasswordPolicyFinder passwordPolicyFinder
@BeanReference(type=com.liferay.portal.service.PortalPreferencesLocalService.class) protected com.liferay.portal.service.PortalPreferencesLocalService portalPreferencesLocalService
@BeanReference(type=com.liferay.portal.service.persistence.PortalPreferencesPersistence.class) protected com.liferay.portal.service.persistence.PortalPreferencesPersistence portalPreferencesPersistence
@BeanReference(type=com.liferay.portal.service.PortletLocalService.class) protected com.liferay.portal.service.PortletLocalService portletLocalService
@BeanReference(type=com.liferay.portal.service.PortletService.class) protected com.liferay.portal.service.PortletService portletService
@BeanReference(type=com.liferay.portal.service.persistence.PortletPersistence.class) protected com.liferay.portal.service.persistence.PortletPersistence portletPersistence
@BeanReference(type=com.liferay.portal.service.ResourceLocalService.class) protected com.liferay.portal.service.ResourceLocalService resourceLocalService
@BeanReference(type=com.liferay.portal.service.ResourcePermissionLocalService.class) protected com.liferay.portal.service.ResourcePermissionLocalService resourcePermissionLocalService
@BeanReference(type=com.liferay.portal.service.ResourcePermissionService.class) protected com.liferay.portal.service.ResourcePermissionService resourcePermissionService
@BeanReference(type=com.liferay.portal.service.persistence.ResourcePermissionPersistence.class) protected com.liferay.portal.service.persistence.ResourcePermissionPersistence resourcePermissionPersistence
@BeanReference(type=com.liferay.portal.service.persistence.ResourcePermissionFinder.class) protected com.liferay.portal.service.persistence.ResourcePermissionFinder resourcePermissionFinder
@BeanReference(type=com.liferay.portal.service.RoleLocalService.class) protected com.liferay.portal.service.RoleLocalService roleLocalService
@BeanReference(type=com.liferay.portal.service.RoleService.class) protected com.liferay.portal.service.RoleService roleService
@BeanReference(type=com.liferay.portal.service.persistence.RolePersistence.class) protected com.liferay.portal.service.persistence.RolePersistence rolePersistence
@BeanReference(type=com.liferay.portal.service.persistence.RoleFinder.class) protected com.liferay.portal.service.persistence.RoleFinder roleFinder
@BeanReference(type=com.liferay.portal.service.UserLocalService.class) protected com.liferay.portal.service.UserLocalService userLocalService
@BeanReference(type=com.liferay.portal.service.UserService.class) protected com.liferay.portal.service.UserService userService
@BeanReference(type=com.liferay.portal.service.persistence.UserPersistence.class) protected com.liferay.portal.service.persistence.UserPersistence userPersistence
@BeanReference(type=com.liferay.portal.service.persistence.UserFinder.class) protected com.liferay.portal.service.persistence.UserFinder userFinder
@BeanReference(type=com.liferay.portal.service.VirtualHostLocalService.class) protected com.liferay.portal.service.VirtualHostLocalService virtualHostLocalService
@BeanReference(type=com.liferay.portal.service.persistence.VirtualHostPersistence.class) protected com.liferay.portal.service.persistence.VirtualHostPersistence virtualHostPersistence
@BeanReference(type=com.liferay.portal.service.PersistedModelLocalServiceRegistry.class) protected com.liferay.portal.service.PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry
@Indexable(type=REINDEX) public com.liferay.portal.model.Company addCompany(com.liferay.portal.model.Company company)
addCompany in interface com.liferay.portal.service.CompanyLocalServicecompany - the companypublic com.liferay.portal.model.Company createCompany(long companyId)
createCompany in interface com.liferay.portal.service.CompanyLocalServicecompanyId - the primary key for the new company@Indexable(type=DELETE)
public com.liferay.portal.model.Company deleteCompany(long companyId)
throws com.liferay.portal.kernel.exception.PortalException
deleteCompany in interface com.liferay.portal.service.CompanyLocalServicecompanyId - the primary key of the companycom.liferay.portal.kernel.exception.PortalException - if a company with the primary key could not be found@Indexable(type=DELETE)
public com.liferay.portal.model.Company deleteCompany(com.liferay.portal.model.Company company)
throws com.liferay.portal.kernel.exception.PortalException
deleteCompany in interface com.liferay.portal.service.CompanyLocalServicecompany - the companycom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface com.liferay.portal.service.CompanyLocalServicepublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface com.liferay.portal.service.CompanyLocalServicedynamicQuery - the dynamic querypublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
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.
dynamicQuery in interface com.liferay.portal.service.CompanyLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)public <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator)
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.
dynamicQuery in interface com.liferay.portal.service.CompanyLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQueryCount in interface com.liferay.portal.service.CompanyLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount in interface com.liferay.portal.service.CompanyLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic com.liferay.portal.model.Company fetchCompany(long companyId)
fetchCompany in interface com.liferay.portal.service.CompanyLocalServicepublic com.liferay.portal.model.Company getCompany(long companyId)
throws com.liferay.portal.kernel.exception.PortalException
getCompany in interface com.liferay.portal.service.CompanyLocalServicecompanyId - the primary key of the companycom.liferay.portal.kernel.exception.PortalException - if a company with the primary key could not be foundpublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface com.liferay.portal.service.CompanyLocalServiceprotected void initActionableDynamicQuery(com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery actionableDynamicQuery)
public com.liferay.portal.model.PersistedModel deletePersistedModel(com.liferay.portal.model.PersistedModel persistedModel)
throws com.liferay.portal.kernel.exception.PortalException
deletePersistedModel in interface com.liferay.portal.service.CompanyLocalServicedeletePersistedModel in interface com.liferay.portal.service.PersistedModelLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel in interface com.liferay.portal.service.CompanyLocalServicegetPersistedModel in interface com.liferay.portal.service.PersistedModelLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<com.liferay.portal.model.Company> getCompanies(int start,
int end)
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.
getCompanies in interface com.liferay.portal.service.CompanyLocalServicestart - the lower bound of the range of companiesend - the upper bound of the range of companies (not inclusive)public int getCompaniesCount()
getCompaniesCount in interface com.liferay.portal.service.CompanyLocalService@Indexable(type=REINDEX) public com.liferay.portal.model.Company updateCompany(com.liferay.portal.model.Company company)
updateCompany in interface com.liferay.portal.service.CompanyLocalServicecompany - the companypublic com.liferay.portal.service.CompanyLocalService getCompanyLocalService()
public void setCompanyLocalService(com.liferay.portal.service.CompanyLocalService companyLocalService)
companyLocalService - the company local servicepublic com.liferay.portal.service.CompanyService getCompanyService()
public void setCompanyService(com.liferay.portal.service.CompanyService companyService)
companyService - the company remote servicepublic com.liferay.portal.service.persistence.CompanyPersistence getCompanyPersistence()
public void setCompanyPersistence(com.liferay.portal.service.persistence.CompanyPersistence companyPersistence)
companyPersistence - the company persistencepublic com.liferay.counter.service.CounterLocalService getCounterLocalService()
public void setCounterLocalService(com.liferay.counter.service.CounterLocalService counterLocalService)
counterLocalService - the counter local servicepublic com.liferay.portal.service.AccountLocalService getAccountLocalService()
public void setAccountLocalService(com.liferay.portal.service.AccountLocalService accountLocalService)
accountLocalService - the account local servicepublic com.liferay.portal.service.AccountService getAccountService()
public void setAccountService(com.liferay.portal.service.AccountService accountService)
accountService - the account remote servicepublic com.liferay.portal.service.persistence.AccountPersistence getAccountPersistence()
public void setAccountPersistence(com.liferay.portal.service.persistence.AccountPersistence accountPersistence)
accountPersistence - the account persistencepublic com.liferay.portal.service.ContactLocalService getContactLocalService()
public void setContactLocalService(com.liferay.portal.service.ContactLocalService contactLocalService)
contactLocalService - the contact local servicepublic com.liferay.portal.service.ContactService getContactService()
public void setContactService(com.liferay.portal.service.ContactService contactService)
contactService - the contact remote servicepublic com.liferay.portal.service.persistence.ContactPersistence getContactPersistence()
public void setContactPersistence(com.liferay.portal.service.persistence.ContactPersistence contactPersistence)
contactPersistence - the contact persistencepublic com.liferay.portal.service.GroupLocalService getGroupLocalService()
public void setGroupLocalService(com.liferay.portal.service.GroupLocalService groupLocalService)
groupLocalService - the group local servicepublic com.liferay.portal.service.GroupService getGroupService()
public void setGroupService(com.liferay.portal.service.GroupService groupService)
groupService - the group remote servicepublic com.liferay.portal.service.persistence.GroupPersistence getGroupPersistence()
public void setGroupPersistence(com.liferay.portal.service.persistence.GroupPersistence groupPersistence)
groupPersistence - the group persistencepublic com.liferay.portal.service.persistence.GroupFinder getGroupFinder()
public void setGroupFinder(com.liferay.portal.service.persistence.GroupFinder groupFinder)
groupFinder - the group finderpublic com.liferay.portal.service.ImageLocalService getImageLocalService()
public void setImageLocalService(com.liferay.portal.service.ImageLocalService imageLocalService)
imageLocalService - the image local servicepublic com.liferay.portal.service.ImageService getImageService()
public void setImageService(com.liferay.portal.service.ImageService imageService)
imageService - the image remote servicepublic com.liferay.portal.service.persistence.ImagePersistence getImagePersistence()
public void setImagePersistence(com.liferay.portal.service.persistence.ImagePersistence imagePersistence)
imagePersistence - the image persistencepublic com.liferay.portal.service.LayoutPrototypeLocalService getLayoutPrototypeLocalService()
public void setLayoutPrototypeLocalService(com.liferay.portal.service.LayoutPrototypeLocalService layoutPrototypeLocalService)
layoutPrototypeLocalService - the layout prototype local servicepublic com.liferay.portal.service.LayoutPrototypeService getLayoutPrototypeService()
public void setLayoutPrototypeService(com.liferay.portal.service.LayoutPrototypeService layoutPrototypeService)
layoutPrototypeService - the layout prototype remote servicepublic com.liferay.portal.service.persistence.LayoutPrototypePersistence getLayoutPrototypePersistence()
public void setLayoutPrototypePersistence(com.liferay.portal.service.persistence.LayoutPrototypePersistence layoutPrototypePersistence)
layoutPrototypePersistence - the layout prototype persistencepublic com.liferay.portal.service.LayoutSetLocalService getLayoutSetLocalService()
public void setLayoutSetLocalService(com.liferay.portal.service.LayoutSetLocalService layoutSetLocalService)
layoutSetLocalService - the layout set local servicepublic com.liferay.portal.service.LayoutSetService getLayoutSetService()
public void setLayoutSetService(com.liferay.portal.service.LayoutSetService layoutSetService)
layoutSetService - the layout set remote servicepublic com.liferay.portal.service.persistence.LayoutSetPersistence getLayoutSetPersistence()
public void setLayoutSetPersistence(com.liferay.portal.service.persistence.LayoutSetPersistence layoutSetPersistence)
layoutSetPersistence - the layout set persistencepublic com.liferay.portal.service.LayoutSetPrototypeLocalService getLayoutSetPrototypeLocalService()
public void setLayoutSetPrototypeLocalService(com.liferay.portal.service.LayoutSetPrototypeLocalService layoutSetPrototypeLocalService)
layoutSetPrototypeLocalService - the layout set prototype local servicepublic com.liferay.portal.service.LayoutSetPrototypeService getLayoutSetPrototypeService()
public void setLayoutSetPrototypeService(com.liferay.portal.service.LayoutSetPrototypeService layoutSetPrototypeService)
layoutSetPrototypeService - the layout set prototype remote servicepublic com.liferay.portal.service.persistence.LayoutSetPrototypePersistence getLayoutSetPrototypePersistence()
public void setLayoutSetPrototypePersistence(com.liferay.portal.service.persistence.LayoutSetPrototypePersistence layoutSetPrototypePersistence)
layoutSetPrototypePersistence - the layout set prototype persistencepublic com.liferay.portal.service.OrganizationLocalService getOrganizationLocalService()
public void setOrganizationLocalService(com.liferay.portal.service.OrganizationLocalService organizationLocalService)
organizationLocalService - the organization local servicepublic com.liferay.portal.service.OrganizationService getOrganizationService()
public void setOrganizationService(com.liferay.portal.service.OrganizationService organizationService)
organizationService - the organization remote servicepublic com.liferay.portal.service.persistence.OrganizationPersistence getOrganizationPersistence()
public void setOrganizationPersistence(com.liferay.portal.service.persistence.OrganizationPersistence organizationPersistence)
organizationPersistence - the organization persistencepublic com.liferay.portal.service.persistence.OrganizationFinder getOrganizationFinder()
public void setOrganizationFinder(com.liferay.portal.service.persistence.OrganizationFinder organizationFinder)
organizationFinder - the organization finderpublic com.liferay.portal.service.PasswordPolicyLocalService getPasswordPolicyLocalService()
public void setPasswordPolicyLocalService(com.liferay.portal.service.PasswordPolicyLocalService passwordPolicyLocalService)
passwordPolicyLocalService - the password policy local servicepublic com.liferay.portal.service.PasswordPolicyService getPasswordPolicyService()
public void setPasswordPolicyService(com.liferay.portal.service.PasswordPolicyService passwordPolicyService)
passwordPolicyService - the password policy remote servicepublic com.liferay.portal.service.persistence.PasswordPolicyPersistence getPasswordPolicyPersistence()
public void setPasswordPolicyPersistence(com.liferay.portal.service.persistence.PasswordPolicyPersistence passwordPolicyPersistence)
passwordPolicyPersistence - the password policy persistencepublic com.liferay.portal.service.persistence.PasswordPolicyFinder getPasswordPolicyFinder()
public void setPasswordPolicyFinder(com.liferay.portal.service.persistence.PasswordPolicyFinder passwordPolicyFinder)
passwordPolicyFinder - the password policy finderpublic com.liferay.portal.service.PortalPreferencesLocalService getPortalPreferencesLocalService()
public void setPortalPreferencesLocalService(com.liferay.portal.service.PortalPreferencesLocalService portalPreferencesLocalService)
portalPreferencesLocalService - the portal preferences local servicepublic com.liferay.portal.service.persistence.PortalPreferencesPersistence getPortalPreferencesPersistence()
public void setPortalPreferencesPersistence(com.liferay.portal.service.persistence.PortalPreferencesPersistence portalPreferencesPersistence)
portalPreferencesPersistence - the portal preferences persistencepublic com.liferay.portal.service.PortletLocalService getPortletLocalService()
public void setPortletLocalService(com.liferay.portal.service.PortletLocalService portletLocalService)
portletLocalService - the portlet local servicepublic com.liferay.portal.service.PortletService getPortletService()
public void setPortletService(com.liferay.portal.service.PortletService portletService)
portletService - the portlet remote servicepublic com.liferay.portal.service.persistence.PortletPersistence getPortletPersistence()
public void setPortletPersistence(com.liferay.portal.service.persistence.PortletPersistence portletPersistence)
portletPersistence - the portlet persistencepublic com.liferay.portal.service.ResourceLocalService getResourceLocalService()
public void setResourceLocalService(com.liferay.portal.service.ResourceLocalService resourceLocalService)
resourceLocalService - the resource local servicepublic com.liferay.portal.service.ResourcePermissionLocalService getResourcePermissionLocalService()
public void setResourcePermissionLocalService(com.liferay.portal.service.ResourcePermissionLocalService resourcePermissionLocalService)
resourcePermissionLocalService - the resource permission local servicepublic com.liferay.portal.service.ResourcePermissionService getResourcePermissionService()
public void setResourcePermissionService(com.liferay.portal.service.ResourcePermissionService resourcePermissionService)
resourcePermissionService - the resource permission remote servicepublic com.liferay.portal.service.persistence.ResourcePermissionPersistence getResourcePermissionPersistence()
public void setResourcePermissionPersistence(com.liferay.portal.service.persistence.ResourcePermissionPersistence resourcePermissionPersistence)
resourcePermissionPersistence - the resource permission persistencepublic com.liferay.portal.service.persistence.ResourcePermissionFinder getResourcePermissionFinder()
public void setResourcePermissionFinder(com.liferay.portal.service.persistence.ResourcePermissionFinder resourcePermissionFinder)
resourcePermissionFinder - the resource permission finderpublic com.liferay.portal.service.RoleLocalService getRoleLocalService()
public void setRoleLocalService(com.liferay.portal.service.RoleLocalService roleLocalService)
roleLocalService - the role local servicepublic com.liferay.portal.service.RoleService getRoleService()
public void setRoleService(com.liferay.portal.service.RoleService roleService)
roleService - the role remote servicepublic com.liferay.portal.service.persistence.RolePersistence getRolePersistence()
public void setRolePersistence(com.liferay.portal.service.persistence.RolePersistence rolePersistence)
rolePersistence - the role persistencepublic com.liferay.portal.service.persistence.RoleFinder getRoleFinder()
public void setRoleFinder(com.liferay.portal.service.persistence.RoleFinder roleFinder)
roleFinder - the role finderpublic com.liferay.portal.service.UserLocalService getUserLocalService()
public void setUserLocalService(com.liferay.portal.service.UserLocalService userLocalService)
userLocalService - the user local servicepublic com.liferay.portal.service.UserService getUserService()
public void setUserService(com.liferay.portal.service.UserService userService)
userService - the user remote servicepublic com.liferay.portal.service.persistence.UserPersistence getUserPersistence()
public void setUserPersistence(com.liferay.portal.service.persistence.UserPersistence userPersistence)
userPersistence - the user persistencepublic com.liferay.portal.service.persistence.UserFinder getUserFinder()
public void setUserFinder(com.liferay.portal.service.persistence.UserFinder userFinder)
userFinder - the user finderpublic com.liferay.portal.service.VirtualHostLocalService getVirtualHostLocalService()
public void setVirtualHostLocalService(com.liferay.portal.service.VirtualHostLocalService virtualHostLocalService)
virtualHostLocalService - the virtual host local servicepublic com.liferay.portal.service.persistence.VirtualHostPersistence getVirtualHostPersistence()
public void setVirtualHostPersistence(com.liferay.portal.service.persistence.VirtualHostPersistence virtualHostPersistence)
virtualHostPersistence - the virtual host persistencepublic void afterPropertiesSet()
public void destroy()
public java.lang.String getBeanIdentifier()
getBeanIdentifier in interface com.liferay.portal.kernel.bean.IdentifiableBeangetBeanIdentifier in interface com.liferay.portal.service.CompanyLocalServicepublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface com.liferay.portal.kernel.bean.IdentifiableBeansetBeanIdentifier in interface com.liferay.portal.service.CompanyLocalServicebeanIdentifier - the Spring bean ID for this beanprotected java.lang.Class<?> getModelClass()
protected java.lang.String getModelClassName()
protected void runSQL(java.lang.String sql)
sql - the sql query