|
Liferay 7.0-ce-m6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.BaseLocalServiceImpl
com.liferay.portlet.asset.service.base.AssetCategoryLocalServiceBaseImpl
@ProviderType public abstract class AssetCategoryLocalServiceBaseImpl
Provides the base implementation for the asset category local service.
This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in AssetCategoryLocalServiceImpl.
AssetCategoryLocalServiceImpl,
AssetCategoryLocalServiceUtil| Constructor Summary | |
|---|---|
AssetCategoryLocalServiceBaseImpl()
|
|
| Method Summary | ||
|---|---|---|
AssetCategory |
addAssetCategory(AssetCategory assetCategory)
Adds the asset category to the database. |
|
void |
addAssetEntryAssetCategories(long entryId,
List<AssetCategory> AssetCategories)
|
|
void |
addAssetEntryAssetCategories(long entryId,
long[] categoryIds)
|
|
void |
addAssetEntryAssetCategory(long entryId,
AssetCategory assetCategory)
|
|
void |
addAssetEntryAssetCategory(long entryId,
long categoryId)
|
|
void |
afterPropertiesSet()
|
|
void |
clearAssetEntryAssetCategories(long entryId)
|
|
AssetCategory |
createAssetCategory(long categoryId)
Creates a new asset category with the primary key. |
|
AssetCategory |
deleteAssetCategory(AssetCategory assetCategory)
Deletes the asset category from the database. |
|
AssetCategory |
deleteAssetCategory(long categoryId)
Deletes the asset category with the primary key from the database. |
|
void |
deleteAssetEntryAssetCategories(long entryId,
List<AssetCategory> AssetCategories)
|
|
void |
deleteAssetEntryAssetCategories(long entryId,
long[] categoryIds)
|
|
void |
deleteAssetEntryAssetCategory(long entryId,
AssetCategory assetCategory)
|
|
void |
deleteAssetEntryAssetCategory(long entryId,
long categoryId)
|
|
PersistedModel |
deletePersistedModel(PersistedModel persistedModel)
|
|
void |
destroy()
|
|
DynamicQuery |
dynamicQuery()
|
|
|
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
|
|
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
|
|
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query. |
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
Returns the number of rows matching the dynamic query. |
|
AssetCategory |
fetchAssetCategory(long categoryId)
|
|
AssetCategory |
fetchAssetCategoryByUuidAndGroupId(String uuid,
long groupId)
Returns the asset category matching the UUID and group. |
|
ActionableDynamicQuery |
getActionableDynamicQuery()
|
|
List<AssetCategory> |
getAssetCategories(int start,
int end)
Returns a range of all the asset categories. |
|
List<AssetCategory> |
getAssetCategoriesByUuidAndCompanyId(String uuid,
long companyId)
Returns all the asset categories matching the UUID and company. |
|
List<AssetCategory> |
getAssetCategoriesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator)
Returns a range of asset categories matching the UUID and company. |
|
int |
getAssetCategoriesCount()
Returns the number of asset categories. |
|
AssetCategory |
getAssetCategory(long categoryId)
Returns the asset category with the primary key. |
|
AssetCategory |
getAssetCategoryByUuidAndGroupId(String uuid,
long groupId)
Returns the asset category matching the UUID and group. |
|
AssetCategoryFinder |
getAssetCategoryFinder()
Returns the asset category finder. |
|
AssetCategoryLocalService |
getAssetCategoryLocalService()
Returns the asset category local service. |
|
AssetCategoryPersistence |
getAssetCategoryPersistence()
Returns the asset category persistence. |
|
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. |
|
AssetCategoryService |
getAssetCategoryService()
Returns the asset category remote service. |
|
List<AssetCategory> |
getAssetEntryAssetCategories(long entryId)
|
|
List<AssetCategory> |
getAssetEntryAssetCategories(long entryId,
int start,
int end)
|
|
List<AssetCategory> |
getAssetEntryAssetCategories(long entryId,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator)
|
|
int |
getAssetEntryAssetCategoriesCount(long entryId)
|
|
AssetEntryFinder |
getAssetEntryFinder()
Returns the asset entry finder. |
|
AssetEntryLocalService |
getAssetEntryLocalService()
Returns the asset entry local service. |
|
AssetEntryPersistence |
getAssetEntryPersistence()
Returns the asset entry persistence. |
|
long[] |
getAssetEntryPrimaryKeys(long categoryId)
Returns the entryIds of the asset entries associated with the asset category. |
|
AssetEntryService |
getAssetEntryService()
Returns the asset entry remote service. |
|
AssetTagFinder |
getAssetTagFinder()
Returns the asset tag finder. |
|
AssetTagLocalService |
getAssetTagLocalService()
Returns the asset tag local service. |
|
AssetTagPersistence |
getAssetTagPersistence()
Returns the asset tag persistence. |
|
AssetTagService |
getAssetTagService()
Returns the asset tag 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. |
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
|
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. |
|
ExportActionableDynamicQuery |
getExportActionableDynamicQuery(PortletDataContext portletDataContext)
|
|
protected Class<?> |
getModelClass()
|
|
protected String |
getModelClassName()
|
|
PersistedModel |
getPersistedModel(Serializable primaryKeyObj)
|
|
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. |
|
boolean |
hasAssetEntryAssetCategories(long entryId)
|
|
boolean |
hasAssetEntryAssetCategory(long entryId,
long categoryId)
|
|
protected void |
initActionableDynamicQuery(ActionableDynamicQuery actionableDynamicQuery)
|
|
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 |
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 |
setAssetCategoryService(AssetCategoryService assetCategoryService)
Sets the asset category remote service. |
|
void |
setAssetEntryAssetCategories(long entryId,
long[] categoryIds)
|
|
void |
setAssetEntryFinder(AssetEntryFinder assetEntryFinder)
Sets the asset entry finder. |
|
void |
setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
Sets the asset entry local service. |
|
void |
setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
Sets the asset entry persistence. |
|
void |
setAssetEntryService(AssetEntryService assetEntryService)
Sets the asset entry remote service. |
|
void |
setAssetTagFinder(AssetTagFinder assetTagFinder)
Sets the asset tag finder. |
|
void |
setAssetTagLocalService(AssetTagLocalService assetTagLocalService)
Sets the asset tag local service. |
|
void |
setAssetTagPersistence(AssetTagPersistence assetTagPersistence)
Sets the asset tag persistence. |
|
void |
setAssetTagService(AssetTagService assetTagService)
Sets the asset tag 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 |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
|
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 |
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. |
|
AssetCategory |
updateAssetCategory(AssetCategory assetCategory)
Updates the asset category in the database or adds it if it does not yet exist. |
|
| Methods inherited from class com.liferay.portal.service.BaseLocalServiceImpl |
|---|
getClassLoader, getLocalizationMap |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
@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
@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=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=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=AssetEntryLocalService.class) protected AssetEntryLocalService assetEntryLocalService
@BeanReference(type=AssetEntryService.class) protected AssetEntryService assetEntryService
@BeanReference(type=AssetEntryPersistence.class) protected AssetEntryPersistence assetEntryPersistence
@BeanReference(type=AssetEntryFinder.class) protected AssetEntryFinder assetEntryFinder
@BeanReference(type=AssetTagLocalService.class) protected AssetTagLocalService assetTagLocalService
@BeanReference(type=AssetTagService.class) protected AssetTagService assetTagService
@BeanReference(type=AssetTagPersistence.class) protected AssetTagPersistence assetTagPersistence
@BeanReference(type=AssetTagFinder.class) protected AssetTagFinder assetTagFinder
@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=PersistedModelLocalServiceRegistry.class) protected PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry
| Constructor Detail |
|---|
public AssetCategoryLocalServiceBaseImpl()
| Method Detail |
|---|
@Indexable(type=REINDEX) public AssetCategory addAssetCategory(AssetCategory assetCategory)
addAssetCategory in interface AssetCategoryLocalServiceassetCategory - the asset category
public AssetCategory createAssetCategory(long categoryId)
createAssetCategory in interface AssetCategoryLocalServicecategoryId - the primary key for the new asset category
@Indexable(type=DELETE)
public AssetCategory deleteAssetCategory(long categoryId)
throws PortalException
deleteAssetCategory in interface AssetCategoryLocalServicecategoryId - the primary key of the asset category
PortalException - if a asset category with the primary key could not be found@Indexable(type=DELETE) public AssetCategory deleteAssetCategory(AssetCategory assetCategory)
deleteAssetCategory in interface AssetCategoryLocalServiceassetCategory - the asset category
public DynamicQuery dynamicQuery()
dynamicQuery in interface AssetCategoryLocalServicepublic <T> List<T> dynamicQuery(DynamicQuery dynamicQuery)
dynamicQuery in interface AssetCategoryLocalServicedynamicQuery - the dynamic query
public <T> List<T> dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from AssetCategoryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery in interface AssetCategoryLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)
public <T> List<T> dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from AssetCategoryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery in interface AssetCategoryLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public long dynamicQueryCount(DynamicQuery dynamicQuery)
dynamicQueryCount in interface AssetCategoryLocalServicedynamicQuery - the dynamic query
public long dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
dynamicQueryCount in interface AssetCategoryLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the query
public AssetCategory fetchAssetCategory(long categoryId)
fetchAssetCategory in interface AssetCategoryLocalService
public AssetCategory fetchAssetCategoryByUuidAndGroupId(String uuid,
long groupId)
fetchAssetCategoryByUuidAndGroupId in interface AssetCategoryLocalServiceuuid - the asset category's UUIDgroupId - the primary key of the group
null if a matching asset category could not be found
public AssetCategory getAssetCategory(long categoryId)
throws PortalException
getAssetCategory in interface AssetCategoryLocalServicecategoryId - the primary key of the asset category
PortalException - if a asset category with the primary key could not be foundpublic ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface AssetCategoryLocalServiceprotected void initActionableDynamicQuery(ActionableDynamicQuery actionableDynamicQuery)
public ExportActionableDynamicQuery getExportActionableDynamicQuery(PortletDataContext portletDataContext)
getExportActionableDynamicQuery in interface AssetCategoryLocalService
public PersistedModel deletePersistedModel(PersistedModel persistedModel)
throws PortalException
deletePersistedModel in interface PersistedModelLocalServicedeletePersistedModel in interface AssetCategoryLocalServicePortalException
public PersistedModel getPersistedModel(Serializable primaryKeyObj)
throws PortalException
getPersistedModel in interface PersistedModelLocalServicegetPersistedModel in interface AssetCategoryLocalServicePortalException
public List<AssetCategory> getAssetCategoriesByUuidAndCompanyId(String uuid,
long companyId)
getAssetCategoriesByUuidAndCompanyId in interface AssetCategoryLocalServiceuuid - the UUID of the asset categoriescompanyId - the primary key of the company
public List<AssetCategory> getAssetCategoriesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator)
getAssetCategoriesByUuidAndCompanyId in interface AssetCategoryLocalServiceuuid - the UUID of the asset categoriescompanyId - the primary key of the companystart - the lower bound of the range of asset categoriesend - the upper bound of the range of asset categories (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public AssetCategory getAssetCategoryByUuidAndGroupId(String uuid,
long groupId)
throws PortalException
getAssetCategoryByUuidAndGroupId in interface AssetCategoryLocalServiceuuid - the asset category's UUIDgroupId - the primary key of the group
PortalException - if a matching asset category could not be found
public List<AssetCategory> getAssetCategories(int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from AssetCategoryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
getAssetCategories in interface AssetCategoryLocalServicestart - the lower bound of the range of asset categoriesend - the upper bound of the range of asset categories (not inclusive)
public int getAssetCategoriesCount()
getAssetCategoriesCount in interface AssetCategoryLocalService@Indexable(type=REINDEX) public AssetCategory updateAssetCategory(AssetCategory assetCategory)
updateAssetCategory in interface AssetCategoryLocalServiceassetCategory - the asset category
public void addAssetEntryAssetCategory(long entryId,
long categoryId)
addAssetEntryAssetCategory in interface AssetCategoryLocalService
public void addAssetEntryAssetCategory(long entryId,
AssetCategory assetCategory)
addAssetEntryAssetCategory in interface AssetCategoryLocalService
public void addAssetEntryAssetCategories(long entryId,
long[] categoryIds)
addAssetEntryAssetCategories in interface AssetCategoryLocalService
public void addAssetEntryAssetCategories(long entryId,
List<AssetCategory> AssetCategories)
addAssetEntryAssetCategories in interface AssetCategoryLocalServicepublic void clearAssetEntryAssetCategories(long entryId)
clearAssetEntryAssetCategories in interface AssetCategoryLocalService
public void deleteAssetEntryAssetCategory(long entryId,
long categoryId)
deleteAssetEntryAssetCategory in interface AssetCategoryLocalService
public void deleteAssetEntryAssetCategory(long entryId,
AssetCategory assetCategory)
deleteAssetEntryAssetCategory in interface AssetCategoryLocalService
public void deleteAssetEntryAssetCategories(long entryId,
long[] categoryIds)
deleteAssetEntryAssetCategories in interface AssetCategoryLocalService
public void deleteAssetEntryAssetCategories(long entryId,
List<AssetCategory> AssetCategories)
deleteAssetEntryAssetCategories in interface AssetCategoryLocalServicepublic long[] getAssetEntryPrimaryKeys(long categoryId)
getAssetEntryPrimaryKeys in interface AssetCategoryLocalServicecategoryId - the categoryId of the asset category
public List<AssetCategory> getAssetEntryAssetCategories(long entryId)
getAssetEntryAssetCategories in interface AssetCategoryLocalService
public List<AssetCategory> getAssetEntryAssetCategories(long entryId,
int start,
int end)
getAssetEntryAssetCategories in interface AssetCategoryLocalService
public List<AssetCategory> getAssetEntryAssetCategories(long entryId,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator)
getAssetEntryAssetCategories in interface AssetCategoryLocalServicepublic int getAssetEntryAssetCategoriesCount(long entryId)
getAssetEntryAssetCategoriesCount in interface AssetCategoryLocalService
public boolean hasAssetEntryAssetCategory(long entryId,
long categoryId)
hasAssetEntryAssetCategory in interface AssetCategoryLocalServicepublic boolean hasAssetEntryAssetCategories(long entryId)
hasAssetEntryAssetCategories in interface AssetCategoryLocalService
public void setAssetEntryAssetCategories(long entryId,
long[] categoryIds)
setAssetEntryAssetCategories in interface AssetCategoryLocalServicepublic 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 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 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 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 AssetEntryLocalService getAssetEntryLocalService()
public void setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
assetEntryLocalService - the asset entry local servicepublic AssetEntryService getAssetEntryService()
public void setAssetEntryService(AssetEntryService assetEntryService)
assetEntryService - the asset entry remote servicepublic AssetEntryPersistence getAssetEntryPersistence()
public void setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
assetEntryPersistence - the asset entry persistencepublic AssetEntryFinder getAssetEntryFinder()
public void setAssetEntryFinder(AssetEntryFinder assetEntryFinder)
assetEntryFinder - the asset entry finderpublic AssetTagLocalService getAssetTagLocalService()
public void setAssetTagLocalService(AssetTagLocalService assetTagLocalService)
assetTagLocalService - the asset tag local servicepublic AssetTagService getAssetTagService()
public void setAssetTagService(AssetTagService assetTagService)
assetTagService - the asset tag remote servicepublic AssetTagPersistence getAssetTagPersistence()
public void setAssetTagPersistence(AssetTagPersistence assetTagPersistence)
assetTagPersistence - the asset tag persistencepublic AssetTagFinder getAssetTagFinder()
public void setAssetTagFinder(AssetTagFinder assetTagFinder)
assetTagFinder - the asset tag finderpublic 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 void afterPropertiesSet()
public void destroy()
public String getBeanIdentifier()
getBeanIdentifier in interface IdentifiableBeangetBeanIdentifier in interface AssetCategoryLocalServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface IdentifiableBeansetBeanIdentifier in interface AssetCategoryLocalServicebeanIdentifier - the Spring bean ID for this beanprotected Class<?> getModelClass()
protected String getModelClassName()
protected void runSQL(String sql)
sql - the sql query
|
Liferay 7.0-ce-m6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||