|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@JSONWebService
@Transactional(isolation=PORTAL,
rollbackFor={PortalException.class,SystemException.class})
public interface ListTypeServiceThe interface for the list type remote service.
This is a remote service. Methods of this service are expected to have security checks based on the propagated JAAS credentials because this service can be accessed remotely.
ListTypeServiceUtil,
ListTypeServiceBaseImpl,
com.liferay.portal.service.impl.ListTypeServiceImpl| Method Summary | |
|---|---|
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)
|
| Method Detail |
|---|
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
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<ListType> getListTypes(java.lang.String type)
throws SystemException
SystemException
void validate(int listTypeId,
long classNameId,
java.lang.String type)
throws PortalException,
SystemException
PortalException
SystemException
void validate(int listTypeId,
java.lang.String type)
throws PortalException,
SystemException
PortalException
SystemException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||