@ProviderType @AccessControlled @JSONWebService @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface ListTypeService extends BaseService
ListTypeServiceUtil,
ListTypeServiceBaseImpl,
com.liferay.portal.service.impl.ListTypeServiceImpl| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
ListType |
getListType(int listTypeId) |
java.util.List<ListType> |
getListTypes(java.lang.String type) |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
validate(int listTypeId,
long classNameId,
java.lang.String type) |
void |
validate(int listTypeId,
java.lang.String type) |
java.lang.String getBeanIdentifier()
void setBeanIdentifier(java.lang.String beanIdentifier)
beanIdentifier - the Spring bean ID for this bean@Transactional(propagation=SUPPORTS, readOnly=true) ListType getListType(int listTypeId) throws PortalException, SystemException
PortalExceptionSystemException@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<ListType> getListTypes(java.lang.String type) throws SystemException
SystemExceptionvoid validate(int listTypeId,
long classNameId,
java.lang.String type)
throws PortalException,
SystemException
PortalExceptionSystemExceptionvoid validate(int listTypeId,
java.lang.String type)
throws PortalException,
SystemException
PortalExceptionSystemException