@AccessControlled @JSONWebService @ProviderType @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface ThemeService extends BaseService
ThemeServiceUtil,
ThemeServiceBaseImpl,
com.liferay.portal.service.impl.ThemeServiceImpl| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
java.util.List<Theme> |
getThemes(long companyId) |
JSONArray |
getWARThemes() |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
java.lang.String getBeanIdentifier()
@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<Theme> getThemes(long companyId)
@Transactional(propagation=SUPPORTS, readOnly=true) JSONArray getWARThemes()
void setBeanIdentifier(java.lang.String beanIdentifier)
beanIdentifier - the Spring bean ID for this bean