|
Liferay 7.0-ce-m6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@AccessControlled
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={PortalException.class,SystemException.class})
public interface ListTypeServiceProvides the remote service interface for ListType. 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,
ListTypeServiceImpl| Method Summary | |
|---|---|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
ListType |
getListType(long listTypeId)
|
List<ListType> |
getListTypes(String type)
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
validate(long listTypeId,
long classNameId,
String type)
|
void |
validate(long listTypeId,
String type)
|
| Method Detail |
|---|
String getBeanIdentifier()
@Transactional(propagation=SUPPORTS,
readOnly=true)
ListType getListType(long listTypeId)
throws PortalException
PortalException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<ListType> getListTypes(String type)
void setBeanIdentifier(String beanIdentifier)
beanIdentifier - the Spring bean ID for this bean
void validate(long listTypeId,
long classNameId,
String type)
throws PortalException
PortalException
void validate(long listTypeId,
String type)
throws PortalException
PortalException
|
Liferay 7.0-ce-m6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||