com.liferay.portal.service.impl
Class ListTypeServiceImpl
java.lang.Object
com.liferay.portal.service.impl.PrincipalBean
com.liferay.portal.service.impl.ListTypeServiceImpl
- All Implemented Interfaces:
- com.liferay.portal.service.ListTypeService
- public class ListTypeServiceImpl
- extends PrincipalBean
- implements com.liferay.portal.service.ListTypeService
View Source
- Author:
- Brian Wing Shun Chan
Method Summary |
com.liferay.portal.model.ListType |
getListType(int listTypeId)
|
java.util.List |
getListTypes(java.lang.String type)
|
void |
validate(int listTypeId,
long classNameId,
java.lang.String type)
|
void |
validate(int listTypeId,
java.lang.String type)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListTypeServiceImpl
public ListTypeServiceImpl()
getListType
public com.liferay.portal.model.ListType getListType(int listTypeId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getListType
in interface com.liferay.portal.service.ListTypeService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getListTypes
public java.util.List getListTypes(java.lang.String type)
throws com.liferay.portal.SystemException
- Specified by:
getListTypes
in interface com.liferay.portal.service.ListTypeService
- Throws:
com.liferay.portal.SystemException
validate
public void validate(int listTypeId,
java.lang.String type)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
validate
in interface com.liferay.portal.service.ListTypeService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
validate
public void validate(int listTypeId,
long classNameId,
java.lang.String type)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
validate
in interface com.liferay.portal.service.ListTypeService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException