|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.BaseServiceImpl
com.liferay.portlet.asset.service.base.AssetCategoryPropertyServiceBaseImpl
public abstract class AssetCategoryPropertyServiceBaseImpl
Provides the base implementation for the asset category property 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 AssetCategoryPropertyServiceImpl.
AssetCategoryPropertyServiceImpl,
AssetCategoryPropertyServiceUtil| Field Summary | |
|---|---|
protected AssetCategoryPropertyFinder |
assetCategoryPropertyFinder
|
protected AssetCategoryPropertyLocalService |
assetCategoryPropertyLocalService
|
protected AssetCategoryPropertyPersistence |
assetCategoryPropertyPersistence
|
protected AssetCategoryPropertyService |
assetCategoryPropertyService
|
protected CounterLocalService |
counterLocalService
|
protected UserFinder |
userFinder
|
protected UserLocalService |
userLocalService
|
protected UserPersistence |
userPersistence
|
protected UserService |
userService
|
| Fields inherited from class com.liferay.portal.service.BaseServiceImpl |
|---|
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS |
| Constructor Summary | |
|---|---|
AssetCategoryPropertyServiceBaseImpl()
|
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
|
void |
destroy()
|
AssetCategoryPropertyFinder |
getAssetCategoryPropertyFinder()
Returns the asset category property finder. |
AssetCategoryPropertyLocalService |
getAssetCategoryPropertyLocalService()
Returns the asset category property local service. |
AssetCategoryPropertyPersistence |
getAssetCategoryPropertyPersistence()
Returns the asset category property persistence. |
AssetCategoryPropertyService |
getAssetCategoryPropertyService()
Returns the asset category property remote service. |
CounterLocalService |
getCounterLocalService()
Returns the counter local service. |
protected Class<?> |
getModelClass()
|
protected String |
getModelClassName()
|
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier. |
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. |
protected void |
runSQL(String sql)
Performs a SQL query. |
void |
setAssetCategoryPropertyFinder(AssetCategoryPropertyFinder assetCategoryPropertyFinder)
Sets the asset category property finder. |
void |
setAssetCategoryPropertyLocalService(AssetCategoryPropertyLocalService assetCategoryPropertyLocalService)
Sets the asset category property local service. |
void |
setAssetCategoryPropertyPersistence(AssetCategoryPropertyPersistence assetCategoryPropertyPersistence)
Sets the asset category property persistence. |
void |
setAssetCategoryPropertyService(AssetCategoryPropertyService assetCategoryPropertyService)
Sets the asset category property remote service. |
void |
setCounterLocalService(CounterLocalService counterLocalService)
Sets the counter local service. |
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. |
| Methods inherited from class com.liferay.portal.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.portlet.asset.service.AssetCategoryPropertyService |
|---|
addCategoryProperty, deleteCategoryProperty, getCategoryProperties, getCategoryPropertyValues, updateCategoryProperty, updateCategoryProperty |
| Field Detail |
|---|
@BeanReference(type=AssetCategoryPropertyLocalService.class) protected AssetCategoryPropertyLocalService assetCategoryPropertyLocalService
@BeanReference(type=AssetCategoryPropertyService.class) protected AssetCategoryPropertyService assetCategoryPropertyService
@BeanReference(type=AssetCategoryPropertyPersistence.class) protected AssetCategoryPropertyPersistence assetCategoryPropertyPersistence
@BeanReference(type=AssetCategoryPropertyFinder.class) protected AssetCategoryPropertyFinder assetCategoryPropertyFinder
@BeanReference(type=CounterLocalService.class) protected CounterLocalService counterLocalService
@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
| Constructor Detail |
|---|
public AssetCategoryPropertyServiceBaseImpl()
| Method Detail |
|---|
public AssetCategoryPropertyLocalService getAssetCategoryPropertyLocalService()
public void setAssetCategoryPropertyLocalService(AssetCategoryPropertyLocalService assetCategoryPropertyLocalService)
assetCategoryPropertyLocalService - the asset category property local servicepublic AssetCategoryPropertyService getAssetCategoryPropertyService()
public void setAssetCategoryPropertyService(AssetCategoryPropertyService assetCategoryPropertyService)
assetCategoryPropertyService - the asset category property remote servicepublic AssetCategoryPropertyPersistence getAssetCategoryPropertyPersistence()
public void setAssetCategoryPropertyPersistence(AssetCategoryPropertyPersistence assetCategoryPropertyPersistence)
assetCategoryPropertyPersistence - the asset category property persistencepublic AssetCategoryPropertyFinder getAssetCategoryPropertyFinder()
public void setAssetCategoryPropertyFinder(AssetCategoryPropertyFinder assetCategoryPropertyFinder)
assetCategoryPropertyFinder - the asset category property finderpublic CounterLocalService getCounterLocalService()
public void setCounterLocalService(CounterLocalService counterLocalService)
counterLocalService - the counter local servicepublic 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 void afterPropertiesSet()
public void destroy()
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface IdentifiableOSGiServicegetOSGiServiceIdentifier in interface AssetCategoryPropertyServiceprotected Class<?> getModelClass()
protected String getModelClassName()
protected void runSQL(String sql)
sql - the sql query
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||