Interface ListTypeService
- All Superinterfaces:
BaseService
- All Known Implementing Classes:
ListTypeServiceWrapper
@AccessControlled
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={PortalException.class,SystemException.class})
public interface ListTypeService
extends BaseService
Provides 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.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Method Summary
Modifier and TypeMethodDescriptiongetListType
(long listTypeId) getListType
(long companyId, String name, String type) long
getListTypeId
(long companyId, String name, String type) getListTypes
(long companyId, String type) Returns the OSGi service identifier.void
void
-
Method Details
-
getListType
@Transactional(propagation=SUPPORTS, readOnly=true) ListType getListType(long listTypeId) throws PortalException - Throws:
PortalException
-
getListType
@Transactional(propagation=SUPPORTS, readOnly=true) ListType getListType(long companyId, String name, String type) -
getListTypeId
@Transactional(propagation=SUPPORTS, readOnly=true) long getListTypeId(long companyId, String name, String type) -
getListTypes
@Transactional(propagation=SUPPORTS, readOnly=true) List<ListType> getListTypes(long companyId, String type) -
getOSGiServiceIdentifier
String getOSGiServiceIdentifier()Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
validate
- Throws:
PortalException
-
validate
- Throws:
PortalException
-