Class AssetEntryServiceBaseImpl
Object
com.liferay.portal.kernel.service.BaseServiceImpl
com.liferay.portlet.asset.service.base.AssetEntryServiceBaseImpl
- All Implemented Interfaces:
com.liferay.asset.kernel.service.AssetEntryService
,com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
,com.liferay.portal.kernel.service.BaseService
- Direct Known Subclasses:
AssetEntryServiceImpl
public abstract class AssetEntryServiceBaseImpl
extends com.liferay.portal.kernel.service.BaseServiceImpl
implements com.liferay.asset.kernel.service.AssetEntryService, com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
Provides the base implementation for the asset entry remote service.
This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in AssetEntryServiceImpl
.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.liferay.asset.kernel.service.persistence.AssetEntryFinder
protected com.liferay.asset.kernel.service.AssetEntryLocalService
protected com.liferay.asset.kernel.service.persistence.AssetEntryPersistence
protected com.liferay.asset.kernel.service.AssetEntryService
protected com.liferay.asset.kernel.service.persistence.AssetTagPersistence
protected com.liferay.counter.kernel.service.CounterLocalService
Fields inherited from class com.liferay.portal.kernel.service.BaseServiceImpl
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
destroy()
com.liferay.asset.kernel.service.persistence.AssetEntryFinder
Returns the asset entry finder.com.liferay.asset.kernel.service.AssetEntryLocalService
Returns the asset entry local service.com.liferay.asset.kernel.service.persistence.AssetEntryPersistence
Returns the asset entry persistence.com.liferay.asset.kernel.service.AssetEntryService
Returns the asset entry remote service.com.liferay.counter.kernel.service.CounterLocalService
Returns the counter local service.protected Class<?>
protected String
Returns the OSGi service identifier.protected void
Performs a SQL query.void
setAssetEntryFinder
(com.liferay.asset.kernel.service.persistence.AssetEntryFinder assetEntryFinder) Sets the asset entry finder.void
setAssetEntryLocalService
(com.liferay.asset.kernel.service.AssetEntryLocalService assetEntryLocalService) Sets the asset entry local service.void
setAssetEntryPersistence
(com.liferay.asset.kernel.service.persistence.AssetEntryPersistence assetEntryPersistence) Sets the asset entry persistence.void
setAssetEntryService
(com.liferay.asset.kernel.service.AssetEntryService assetEntryService) Sets the asset entry remote service.void
setCounterLocalService
(com.liferay.counter.kernel.service.CounterLocalService counterLocalService) Sets the counter local service.Methods inherited from class com.liferay.portal.kernel.service.BaseServiceImpl
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.liferay.asset.kernel.service.AssetEntryService
fetchEntry, getCompanyEntries, getCompanyEntriesCount, getEntries, getEntriesCount, getEntry, getEntry, incrementViewCounter, incrementViewCounter, updateEntry
-
Field Details
-
assetEntryLocalService
@BeanReference(type=com.liferay.asset.kernel.service.AssetEntryLocalService.class) protected com.liferay.asset.kernel.service.AssetEntryLocalService assetEntryLocalService -
assetEntryService
@BeanReference(type=com.liferay.asset.kernel.service.AssetEntryService.class) protected com.liferay.asset.kernel.service.AssetEntryService assetEntryService -
assetEntryPersistence
@BeanReference(type=com.liferay.asset.kernel.service.persistence.AssetEntryPersistence.class) protected com.liferay.asset.kernel.service.persistence.AssetEntryPersistence assetEntryPersistence -
assetEntryFinder
@BeanReference(type=com.liferay.asset.kernel.service.persistence.AssetEntryFinder.class) protected com.liferay.asset.kernel.service.persistence.AssetEntryFinder assetEntryFinder -
counterLocalService
@BeanReference(type=com.liferay.counter.kernel.service.CounterLocalService.class) protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService -
assetTagPersistence
@BeanReference(type=com.liferay.asset.kernel.service.persistence.AssetTagPersistence.class) protected com.liferay.asset.kernel.service.persistence.AssetTagPersistence assetTagPersistence
-
-
Constructor Details
-
AssetEntryServiceBaseImpl
public AssetEntryServiceBaseImpl()
-
-
Method Details
-
getAssetEntryLocalService
public com.liferay.asset.kernel.service.AssetEntryLocalService getAssetEntryLocalService()Returns the asset entry local service.- Returns:
- the asset entry local service
-
setAssetEntryLocalService
public void setAssetEntryLocalService(com.liferay.asset.kernel.service.AssetEntryLocalService assetEntryLocalService) Sets the asset entry local service.- Parameters:
assetEntryLocalService
- the asset entry local service
-
getAssetEntryService
public com.liferay.asset.kernel.service.AssetEntryService getAssetEntryService()Returns the asset entry remote service.- Returns:
- the asset entry remote service
-
setAssetEntryService
public void setAssetEntryService(com.liferay.asset.kernel.service.AssetEntryService assetEntryService) Sets the asset entry remote service.- Parameters:
assetEntryService
- the asset entry remote service
-
getAssetEntryPersistence
public com.liferay.asset.kernel.service.persistence.AssetEntryPersistence getAssetEntryPersistence()Returns the asset entry persistence.- Returns:
- the asset entry persistence
-
setAssetEntryPersistence
public void setAssetEntryPersistence(com.liferay.asset.kernel.service.persistence.AssetEntryPersistence assetEntryPersistence) Sets the asset entry persistence.- Parameters:
assetEntryPersistence
- the asset entry persistence
-
getAssetEntryFinder
public com.liferay.asset.kernel.service.persistence.AssetEntryFinder getAssetEntryFinder()Returns the asset entry finder.- Returns:
- the asset entry finder
-
setAssetEntryFinder
public void setAssetEntryFinder(com.liferay.asset.kernel.service.persistence.AssetEntryFinder assetEntryFinder) Sets the asset entry finder.- Parameters:
assetEntryFinder
- the asset entry finder
-
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
-
afterPropertiesSet
public void afterPropertiesSet() -
destroy
public void destroy() -
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfacecom.liferay.asset.kernel.service.AssetEntryService
- Specified by:
getOSGiServiceIdentifier
in interfacecom.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
- Returns:
- the OSGi service identifier
-
getModelClass
-
getModelClassName
-
runSQL
Performs a SQL query.- Parameters:
sql
- the sql query
-