Uses of Class
com.echothree.model.data.content.server.value.ContentPageLayoutValue
Packages that use ContentPageLayoutValue
Package
Description
-
Uses of ContentPageLayoutValue in com.echothree.model.data.content.server.entity
Methods in com.echothree.model.data.content.server.entity that return ContentPageLayoutValueMethods in com.echothree.model.data.content.server.entity with parameters of type ContentPageLayoutValueModifier and TypeMethodDescriptionvoid
ContentPageLayout.setContentPageLayoutValue
(ContentPageLayoutValue value) Constructors in com.echothree.model.data.content.server.entity with parameters of type ContentPageLayoutValueModifierConstructorDescriptionContentPageLayout
(ContentPageLayoutValue value, EntityPermission entityPermission) Creates a new instance of ContentPageLayout -
Uses of ContentPageLayoutValue in com.echothree.model.data.content.server.factory
Methods in com.echothree.model.data.content.server.factory that return ContentPageLayoutValueModifier and TypeMethodDescriptionContentPageLayoutFactory.getValueFromPK
(Session session, ContentPageLayoutPK pk) ContentPageLayoutFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.content.server.factory that return types with arguments of type ContentPageLayoutValueModifier and TypeMethodDescriptionContentPageLayoutFactory.getValuesFromPKs
(Session session, Collection<ContentPageLayoutPK> pks) ContentPageLayoutFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.content.server.factory with parameters of type ContentPageLayoutValueModifier and TypeMethodDescriptionContentPageLayoutFactory.getEntityFromValue
(EntityPermission entityPermission, ContentPageLayoutValue value) ContentPageLayoutFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, ContentPageLayoutValue value) Method parameters in com.echothree.model.data.content.server.factory with type arguments of type ContentPageLayoutValueModifier and TypeMethodDescriptionvoid
ContentPageLayoutFactory.create
(Session session, Collection<ContentPageLayoutValue> _values) void
ContentPageLayoutFactory.create
(Collection<ContentPageLayoutValue> _values) -
Uses of ContentPageLayoutValue in com.echothree.model.data.content.server.value
Methods in com.echothree.model.data.content.server.value that return ContentPageLayoutValue