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
This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in AssetEntryServiceImpl
.
AssetEntryServiceImpl
Modifier and Type | Field and Description |
---|---|
protected com.liferay.asset.kernel.service.persistence.AssetEntryFinder |
assetEntryFinder |
protected com.liferay.asset.kernel.service.AssetEntryLocalService |
assetEntryLocalService |
protected com.liferay.asset.kernel.service.persistence.AssetEntryPersistence |
assetEntryPersistence |
protected com.liferay.asset.kernel.service.AssetEntryService |
assetEntryService |
protected com.liferay.asset.kernel.service.persistence.AssetTagPersistence |
assetTagPersistence |
protected com.liferay.counter.kernel.service.CounterLocalService |
counterLocalService |
Constructor and Description |
---|
AssetEntryServiceBaseImpl() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
void |
destroy() |
com.liferay.asset.kernel.service.persistence.AssetEntryFinder |
getAssetEntryFinder()
Returns the asset entry finder.
|
com.liferay.asset.kernel.service.AssetEntryLocalService |
getAssetEntryLocalService()
Returns the asset entry local service.
|
com.liferay.asset.kernel.service.persistence.AssetEntryPersistence |
getAssetEntryPersistence()
Returns the asset entry persistence.
|
com.liferay.asset.kernel.service.AssetEntryService |
getAssetEntryService()
Returns the asset entry remote service.
|
com.liferay.counter.kernel.service.CounterLocalService |
getCounterLocalService()
Returns the counter local service.
|
protected Class<?> |
getModelClass() |
protected String |
getModelClassName() |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
protected void |
runSQL(String sql)
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.
|
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId
@BeanReference(type=com.liferay.asset.kernel.service.AssetEntryLocalService.class) protected com.liferay.asset.kernel.service.AssetEntryLocalService assetEntryLocalService
@BeanReference(type=com.liferay.asset.kernel.service.AssetEntryService.class) protected com.liferay.asset.kernel.service.AssetEntryService assetEntryService
@BeanReference(type=com.liferay.asset.kernel.service.persistence.AssetEntryPersistence.class) protected com.liferay.asset.kernel.service.persistence.AssetEntryPersistence assetEntryPersistence
@BeanReference(type=com.liferay.asset.kernel.service.persistence.AssetEntryFinder.class) protected com.liferay.asset.kernel.service.persistence.AssetEntryFinder assetEntryFinder
@BeanReference(type=com.liferay.counter.kernel.service.CounterLocalService.class) protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService
@BeanReference(type=com.liferay.asset.kernel.service.persistence.AssetTagPersistence.class) protected com.liferay.asset.kernel.service.persistence.AssetTagPersistence assetTagPersistence
public com.liferay.asset.kernel.service.AssetEntryLocalService getAssetEntryLocalService()
public void setAssetEntryLocalService(com.liferay.asset.kernel.service.AssetEntryLocalService assetEntryLocalService)
assetEntryLocalService
- the asset entry local servicepublic com.liferay.asset.kernel.service.AssetEntryService getAssetEntryService()
public void setAssetEntryService(com.liferay.asset.kernel.service.AssetEntryService assetEntryService)
assetEntryService
- the asset entry remote servicepublic com.liferay.asset.kernel.service.persistence.AssetEntryPersistence getAssetEntryPersistence()
public void setAssetEntryPersistence(com.liferay.asset.kernel.service.persistence.AssetEntryPersistence assetEntryPersistence)
assetEntryPersistence
- the asset entry persistencepublic com.liferay.asset.kernel.service.persistence.AssetEntryFinder getAssetEntryFinder()
public void setAssetEntryFinder(com.liferay.asset.kernel.service.persistence.AssetEntryFinder assetEntryFinder)
assetEntryFinder
- the asset entry finderpublic com.liferay.counter.kernel.service.CounterLocalService getCounterLocalService()
public void setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
counterLocalService
- the counter local servicepublic void afterPropertiesSet()
public void destroy()
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface com.liferay.asset.kernel.service.AssetEntryService
getOSGiServiceIdentifier
in interface com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
protected Class<?> getModelClass()
protected String getModelClassName()
protected void runSQL(String sql)
sql
- the sql query