com.liferay.portal.mirage.service
Class CategoryServiceImpl
java.lang.Object
com.liferay.portal.mirage.service.CategoryServiceImpl
- All Implemented Interfaces:
- com.sun.portal.cms.mirage.service.custom.CategoryService
public class CategoryServiceImpl
- extends java.lang.Object
- implements com.sun.portal.cms.mirage.service.custom.CategoryService
View Source
- Author:
- Jorge Ferrer, Prakash Reddy
Method Summary |
void |
assignContentTypeToCategory(com.sun.portal.cms.mirage.model.custom.ContentType contentType,
com.sun.portal.cms.mirage.model.custom.Category category)
|
void |
assignSubCategoryToCategory(com.sun.portal.cms.mirage.model.custom.Category subCategory,
com.sun.portal.cms.mirage.model.custom.Category newParent)
|
void |
createCategory(com.sun.portal.cms.mirage.model.custom.Category category)
|
void |
deleteCategory(com.sun.portal.cms.mirage.model.custom.Category category)
|
com.sun.portal.cms.mirage.model.custom.Category |
getCategory(com.sun.portal.cms.mirage.model.custom.Category category)
|
com.sun.portal.cms.mirage.model.custom.Category |
getCategory(java.lang.String selectedCategoryUUID)
|
void |
updateCategory(com.sun.portal.cms.mirage.model.custom.Category category)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CategoryServiceImpl
public CategoryServiceImpl()
assignContentTypeToCategory
public void assignContentTypeToCategory(com.sun.portal.cms.mirage.model.custom.ContentType contentType,
com.sun.portal.cms.mirage.model.custom.Category category)
- Specified by:
assignContentTypeToCategory
in interface com.sun.portal.cms.mirage.service.custom.CategoryService
assignSubCategoryToCategory
public void assignSubCategoryToCategory(com.sun.portal.cms.mirage.model.custom.Category subCategory,
com.sun.portal.cms.mirage.model.custom.Category newParent)
- Specified by:
assignSubCategoryToCategory
in interface com.sun.portal.cms.mirage.service.custom.CategoryService
createCategory
public void createCategory(com.sun.portal.cms.mirage.model.custom.Category category)
- Specified by:
createCategory
in interface com.sun.portal.cms.mirage.service.custom.CategoryService
deleteCategory
public void deleteCategory(com.sun.portal.cms.mirage.model.custom.Category category)
- Specified by:
deleteCategory
in interface com.sun.portal.cms.mirage.service.custom.CategoryService
getCategory
public com.sun.portal.cms.mirage.model.custom.Category getCategory(com.sun.portal.cms.mirage.model.custom.Category category)
- Specified by:
getCategory
in interface com.sun.portal.cms.mirage.service.custom.CategoryService
getCategory
public com.sun.portal.cms.mirage.model.custom.Category getCategory(java.lang.String selectedCategoryUUID)
- Specified by:
getCategory
in interface com.sun.portal.cms.mirage.service.custom.CategoryService
updateCategory
public void updateCategory(com.sun.portal.cms.mirage.model.custom.Category category)
- Specified by:
updateCategory
in interface com.sun.portal.cms.mirage.service.custom.CategoryService