public interface InternalUiServiceLocal
extends org.cyclos.services.contentmanagement.InternalUiService
InternalUiService| Modifier and Type | Method and Description |
|---|---|
static boolean |
changed(BaseEntity entity,
VersionedVO param) |
static boolean |
changed(BaseEntity entity,
VersionedVO param,
java.lang.String cyclosVersion) |
ThemeResultVO |
toThemeResultVO(Theme theme,
boolean byComponents,
VersionedVO currentVersion,
java.lang.String cyclosVersion)
Converts the given
Theme only if it has changed according to the given VersionedVO and
cyclosVersion. |
UIElementResultVO |
toUIElementResultVO(BaseStaticContent content,
com.querydsl.core.types.dsl.StringPath property,
VersionedVO currentVersion)
Converts the given
BaseStaticContent only if it has changed according to the given VersionedVO. |
static boolean changed(BaseEntity entity, VersionedVO param)
static boolean changed(BaseEntity entity, VersionedVO param, java.lang.String cyclosVersion) throws FrameworkException
FrameworkExceptionThemeResultVO toThemeResultVO(Theme theme, boolean byComponents, VersionedVO currentVersion, java.lang.String cyclosVersion)
Theme only if it has changed according to the given VersionedVO and
cyclosVersion. Otherwise returns null.byComponents flag indicates if the result will contains the theme components separately or the final
CSS must be generated and returned as its content.UIElementResultVO toUIElementResultVO(BaseStaticContent content, com.querydsl.core.types.dsl.StringPath property, VersionedVO currentVersion)
BaseStaticContent only if it has changed according to the given VersionedVO.
Otherwise returns null.property - required to allow translate the content.