|
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.AssetVocabularyServiceBaseImpl
public abstract class AssetVocabularyServiceBaseImpl
Provides the base implementation for the asset vocabulary 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 AssetVocabularyServiceImpl.
AssetVocabularyServiceImpl,
AssetVocabularyServiceUtil| Fields inherited from class com.liferay.portal.service.BaseServiceImpl |
|---|
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS |
| Constructor Summary | |
|---|---|
AssetVocabularyServiceBaseImpl()
|
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
|
void |
destroy()
|
AssetCategoryFinder |
getAssetCategoryFinder()
Returns the asset category finder. |
AssetCategoryLocalService |
getAssetCategoryLocalService()
Returns the asset category local service. |
AssetCategoryPersistence |
getAssetCategoryPersistence()
Returns the asset category persistence. |
AssetCategoryService |
getAssetCategoryService()
Returns the asset category remote service. |
AssetVocabularyFinder |
getAssetVocabularyFinder()
Returns the asset vocabulary finder. |
AssetVocabularyLocalService |
getAssetVocabularyLocalService()
Returns the asset vocabulary local service. |
AssetVocabularyPersistence |
getAssetVocabularyPersistence()
Returns the asset vocabulary persistence. |
AssetVocabularyService |
getAssetVocabularyService()
Returns the asset vocabulary remote service. |
ClassNameLocalService |
getClassNameLocalService()
Returns the class name local service. |
ClassNamePersistence |
getClassNamePersistence()
Returns the class name persistence. |
ClassNameService |
getClassNameService()
Returns the class name 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. |
protected Class<?> |
getModelClass()
|
protected String |
getModelClassName()
|
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier. |
ResourceLocalService |
getResourceLocalService()
Returns the resource local service. |
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 |
setAssetCategoryFinder(AssetCategoryFinder assetCategoryFinder)
Sets the asset category finder. |
void |
setAssetCategoryLocalService(AssetCategoryLocalService assetCategoryLocalService)
Sets the asset category local service. |
void |
setAssetCategoryPersistence(AssetCategoryPersistence assetCategoryPersistence)
Sets the asset category persistence. |
void |
setAssetCategoryService(AssetCategoryService assetCategoryService)
Sets the asset category remote service. |
void |
setAssetVocabularyFinder(AssetVocabularyFinder assetVocabularyFinder)
Sets the asset vocabulary finder. |
void |
setAssetVocabularyLocalService(AssetVocabularyLocalService assetVocabularyLocalService)
Sets the asset vocabulary local service. |
void |
setAssetVocabularyPersistence(AssetVocabularyPersistence assetVocabularyPersistence)
Sets the asset vocabulary persistence. |
void |
setAssetVocabularyService(AssetVocabularyService assetVocabularyService)
Sets the asset vocabulary remote service. |
void |
setClassNameLocalService(ClassNameLocalService classNameLocalService)
Sets the class name local service. |
void |
setClassNamePersistence(ClassNamePersistence classNamePersistence)
Sets the class name persistence. |
void |
setClassNameService(ClassNameService classNameService)
Sets the class name 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 |
setResourceLocalService(ResourceLocalService resourceLocalService)
Sets the resource 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 |
| Field Detail |
|---|
@BeanReference(type=AssetVocabularyLocalService.class) protected AssetVocabularyLocalService assetVocabularyLocalService
@BeanReference(type=AssetVocabularyService.class) protected AssetVocabularyService assetVocabularyService
@BeanReference(type=AssetVocabularyPersistence.class) protected AssetVocabularyPersistence assetVocabularyPersistence
@BeanReference(type=AssetVocabularyFinder.class) protected AssetVocabularyFinder assetVocabularyFinder
@BeanReference(type=CounterLocalService.class) protected CounterLocalService counterLocalService
@BeanReference(type=ClassNameLocalService.class) protected ClassNameLocalService classNameLocalService
@BeanReference(type=ClassNameService.class) protected ClassNameService classNameService
@BeanReference(type=ClassNamePersistence.class) protected ClassNamePersistence classNamePersistence
@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=ResourceLocalService.class) protected ResourceLocalService resourceLocalService
@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=AssetCategoryLocalService.class) protected AssetCategoryLocalService assetCategoryLocalService
@BeanReference(type=AssetCategoryService.class) protected AssetCategoryService assetCategoryService
@BeanReference(type=AssetCategoryPersistence.class) protected AssetCategoryPersistence assetCategoryPersistence
@BeanReference(type=AssetCategoryFinder.class) protected AssetCategoryFinder assetCategoryFinder
| Constructor Detail |
|---|
public AssetVocabularyServiceBaseImpl()
| Method Detail |
|---|
public AssetVocabularyLocalService getAssetVocabularyLocalService()
public void setAssetVocabularyLocalService(AssetVocabularyLocalService assetVocabularyLocalService)
assetVocabularyLocalService - the asset vocabulary local servicepublic AssetVocabularyService getAssetVocabularyService()
public void setAssetVocabularyService(AssetVocabularyService assetVocabularyService)
assetVocabularyService - the asset vocabulary remote servicepublic AssetVocabularyPersistence getAssetVocabularyPersistence()
public void setAssetVocabularyPersistence(AssetVocabularyPersistence assetVocabularyPersistence)
assetVocabularyPersistence - the asset vocabulary persistencepublic AssetVocabularyFinder getAssetVocabularyFinder()
public void setAssetVocabularyFinder(AssetVocabularyFinder assetVocabularyFinder)
assetVocabularyFinder - the asset vocabulary finderpublic CounterLocalService getCounterLocalService()
public void setCounterLocalService(CounterLocalService counterLocalService)
counterLocalService - the counter local servicepublic ClassNameLocalService getClassNameLocalService()
public void setClassNameLocalService(ClassNameLocalService classNameLocalService)
classNameLocalService - the class name local servicepublic ClassNameService getClassNameService()
public void setClassNameService(ClassNameService classNameService)
classNameService - the class name remote servicepublic ClassNamePersistence getClassNamePersistence()
public void setClassNamePersistence(ClassNamePersistence classNamePersistence)
classNamePersistence - the class name 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 ResourceLocalService getResourceLocalService()
public void setResourceLocalService(ResourceLocalService resourceLocalService)
resourceLocalService - the resource 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 AssetCategoryLocalService getAssetCategoryLocalService()
public void setAssetCategoryLocalService(AssetCategoryLocalService assetCategoryLocalService)
assetCategoryLocalService - the asset category local servicepublic AssetCategoryService getAssetCategoryService()
public void setAssetCategoryService(AssetCategoryService assetCategoryService)
assetCategoryService - the asset category remote servicepublic AssetCategoryPersistence getAssetCategoryPersistence()
public void setAssetCategoryPersistence(AssetCategoryPersistence assetCategoryPersistence)
assetCategoryPersistence - the asset category persistencepublic AssetCategoryFinder getAssetCategoryFinder()
public void setAssetCategoryFinder(AssetCategoryFinder assetCategoryFinder)
assetCategoryFinder - the asset category finderpublic void afterPropertiesSet()
public void destroy()
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface IdentifiableOSGiServicegetOSGiServiceIdentifier in interface AssetVocabularyServiceprotected 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 | |||||||||