@AccessControlled @JSONWebService @ProviderType @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(long 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(long listTypeId,
long classNameId,
java.lang.String type) |
void |
validate(long listTypeId,
java.lang.String type) |
java.lang.String getBeanIdentifier()
@Transactional(propagation=SUPPORTS, readOnly=true) ListType getListType(long listTypeId) throws PortalException
PortalException@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<ListType> getListTypes(java.lang.String type)
void setBeanIdentifier(java.lang.String beanIdentifier)
beanIdentifier - the Spring bean ID for this beanvoid validate(long listTypeId,
long classNameId,
java.lang.String type)
throws PortalException
PortalExceptionvoid validate(long listTypeId,
java.lang.String type)
throws PortalException
PortalException