Liferay 7.0-ce-b4

com.liferay.portal.service.impl
Class ListTypeLocalServiceImpl

java.lang.Object
  extended by com.liferay.portal.service.BaseLocalServiceImpl
      extended by com.liferay.portal.service.base.ListTypeLocalServiceBaseImpl
          extended by com.liferay.portal.service.impl.ListTypeLocalServiceImpl
All Implemented Interfaces:
IdentifiableOSGiService, BaseLocalService, ListTypeLocalService, PersistedModelLocalService

@ProviderType
public class ListTypeLocalServiceImpl
extends ListTypeLocalServiceBaseImpl


Field Summary
 
Fields inherited from class com.liferay.portal.service.base.ListTypeLocalServiceBaseImpl
classNameLocalService, classNamePersistence, counterLocalService, listTypeLocalService, listTypePersistence, persistedModelLocalServiceRegistry
 
Constructor Summary
ListTypeLocalServiceImpl()
           
 
Method Summary
 ListType addListType(String name, String type)
           
 ListType getListType(long listTypeId)
          Returns the list type with the primary key.
 List<ListType> getListTypes(String type)
           
 void validate(long listTypeId, long classNameId, String type)
           
 void validate(long listTypeId, String type)
           
 
Methods inherited from class com.liferay.portal.service.base.ListTypeLocalServiceBaseImpl
addListType, afterPropertiesSet, createListType, deleteListType, deleteListType, deletePersistedModel, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchListType, getActionableDynamicQuery, getClassNameLocalService, getClassNamePersistence, getCounterLocalService, getIndexableActionableDynamicQuery, getListTypeLocalService, getListTypePersistence, getListTypes, getListTypesCount, getModelClass, getModelClassName, getOSGiServiceIdentifier, getPersistedModel, initActionableDynamicQuery, runSQL, setClassNameLocalService, setClassNamePersistence, setCounterLocalService, setListTypeLocalService, setListTypePersistence, updateListType
 
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
 

Constructor Detail

ListTypeLocalServiceImpl

public ListTypeLocalServiceImpl()
Method Detail

addListType

public ListType addListType(String name,
                            String type)

getListType

public ListType getListType(long listTypeId)
                     throws PortalException
Description copied from class: ListTypeLocalServiceBaseImpl
Returns the list type with the primary key.

Specified by:
getListType in interface ListTypeLocalService
Overrides:
getListType in class ListTypeLocalServiceBaseImpl
Parameters:
listTypeId - the primary key of the list type
Returns:
the list type
Throws:
PortalException - if a list type with the primary key could not be found

getListTypes

public List<ListType> getListTypes(String type)

validate

public void validate(long listTypeId,
                     long classNameId,
                     String type)
              throws PortalException
Throws:
PortalException

validate

public void validate(long listTypeId,
                     String type)
              throws PortalException
Throws:
PortalException

Liferay 7.0-ce-b4