@AccessControlled @JSONWebService @ProviderType @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface ThemeService extends BaseService
ThemeServiceUtil
,
ThemeServiceBaseImpl
,
ThemeServiceImpl
Modifier and Type | Method and Description |
---|---|
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
List<Theme> |
getThemes(long companyId) |
JSONArray |
getWARThemes() |
String getOSGiServiceIdentifier()
@Transactional(propagation=SUPPORTS, readOnly=true) List<Theme> getThemes(long companyId)
@Transactional(propagation=SUPPORTS, readOnly=true) JSONArray getWARThemes()