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