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.AssetEntryFinderprotected com.liferay.asset.kernel.service.AssetEntryLocalServiceprotected com.liferay.asset.kernel.service.persistence.AssetEntryPersistenceprotected com.liferay.asset.kernel.service.AssetEntryServiceprotected com.liferay.asset.kernel.service.persistence.AssetTagPersistenceprotected com.liferay.counter.kernel.service.CounterLocalServiceFields 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 TypeMethodDescriptionvoidvoiddestroy()com.liferay.asset.kernel.service.persistence.AssetEntryFinderReturns the asset entry finder.com.liferay.asset.kernel.service.AssetEntryLocalServiceReturns the asset entry local service.com.liferay.asset.kernel.service.persistence.AssetEntryPersistenceReturns the asset entry persistence.com.liferay.asset.kernel.service.AssetEntryServiceReturns the asset entry remote service.com.liferay.counter.kernel.service.CounterLocalServiceReturns the counter local service.protected Class<?>protected StringReturns the OSGi service identifier.protected voidPerforms a SQL query.voidsetAssetEntryFinder(com.liferay.asset.kernel.service.persistence.AssetEntryFinder assetEntryFinder) Sets the asset entry finder.voidsetAssetEntryLocalService(com.liferay.asset.kernel.service.AssetEntryLocalService assetEntryLocalService) Sets the asset entry local service.voidsetAssetEntryPersistence(com.liferay.asset.kernel.service.persistence.AssetEntryPersistence assetEntryPersistence) Sets the asset entry persistence.voidsetAssetEntryService(com.liferay.asset.kernel.service.AssetEntryService assetEntryService) Sets the asset entry remote service.voidsetCounterLocalService(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, getUserIdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
getOSGiServiceIdentifierin interfacecom.liferay.asset.kernel.service.AssetEntryService- Specified by:
getOSGiServiceIdentifierin 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
-