Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.labeltemplatemetadata.LabelTemplate
Packages that use LabelTemplate
Package
Description
-
Uses of LabelTemplate in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.labeltemplatemetadata
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.labeltemplatemetadata with type parameters of type LabelTemplateModifier and TypeFieldDescriptionstatic final ComplexProperty.Collection<LabelTemplate,SAP__Message> LabelTemplate._MESSAGESUse with available request builders to apply the SAP__Messages complex property to query operations.static final SimpleProperty<LabelTemplate>LabelTemplate.ALL_FIELDSSelector for all available fields of LabelTemplate.static final SimpleProperty.String<LabelTemplate>LabelTemplate.CREATED_BY_USERstatic final SimpleProperty.DateTime<LabelTemplate>LabelTemplate.CREATION_DATE_TIMEstatic final SimpleProperty.DateTime<LabelTemplate>LabelTemplate.LAST_CHANGE_DATE_TIMEstatic final SimpleProperty.String<LabelTemplate>LabelTemplate.LAST_CHANGED_BY_USERstatic final SimpleProperty.String<LabelTemplate>LabelTemplate.PC_LBL_TEMPLATE_IDstatic final SimpleProperty.String<LabelTemplate>LabelTemplate.PC_LBL_TEMPLATE_NAMEstatic final NavigationProperty.Single<LabelTemplateVersion,LabelTemplate> LabelTemplateVersion.TO__P_C_LBL_TEMPLATEUse with available request builders to apply the _PCLblTemplate navigation property to query operations.LabelTemplateVersUsedFieldVers.TO__P_C_LBL_TEMPLATEUse with available request builders to apply the _PCLblTemplate navigation property to query operations.static final NavigationProperty.Collection<LabelTemplate,LabelTemplateVersion> LabelTemplate.TO__P_C_LBL_TEMPLATE_VERSIONUse with available request builders to apply the _PCLblTemplateVersion navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.labeltemplatemetadata that return LabelTemplateMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.labeltemplatemetadata that return types with arguments of type LabelTemplateModifier and TypeMethodDescriptionio.vavr.control.Option<LabelTemplate>LabelTemplateVersion.getPCLblTemplateIfPresent()Retrieval of associated LabelTemplate entity (one to one).io.vavr.control.Option<LabelTemplate>LabelTemplateVersUsedFieldVers.getPCLblTemplateIfPresent()Retrieval of associated LabelTemplate entity (one to one).LabelTemplate.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.labeltemplatemetadata with parameters of type LabelTemplateModifier and TypeMethodDescriptionLabelTemplateVersion.LabelTemplateVersionBuilder.pcLblTemplate(LabelTemplate value) Navigation property _PCLblTemplate for LabelTemplateVersion to single LabelTemplate.LabelTemplateVersUsedFieldVers.LabelTemplateVersUsedFieldVersBuilder.pcLblTemplate(LabelTemplate value) Navigation property _PCLblTemplate for LabelTemplateVersUsedFieldVers to single LabelTemplate.voidLabelTemplateVersion.setPCLblTemplate(LabelTemplate value) Overwrites the associated LabelTemplate entity for the loaded navigation property _PCLblTemplate.voidLabelTemplateVersUsedFieldVers.setPCLblTemplate(LabelTemplate value) Overwrites the associated LabelTemplate entity for the loaded navigation property _PCLblTemplate.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.labeltemplatemetadata with parameters of type LabelTemplateModifierConstructorDescriptionLabelTemplateVersion(String pCLblTemplateVersionID, String pCLblTemplateID, Short pCLblTemplateVersion, String pCLblTemplateVersionStatus, BigDecimal pCLblTemplateVersionWidth, BigDecimal pCLblTemplateVersionHeight, String pCLblTemplateSizeUoM, OffsetDateTime creationDateTime, String createdByUser, OffsetDateTime lastChangeDateTime, String lastChangedByUser, LabelTemplate to_PCLblTemplate, List<LabelTemplateVersUsedFieldVers> to_PCLblTmplVersUsdFldVersion) LabelTemplateVersUsedFieldVers(String prodCmplncLabelFieldVersionID, String pCLblTemplateVersionID, Short pCLblTmplNumberOfUsedFldVers, OffsetDateTime creationDateTime, String createdByUser, OffsetDateTime lastChangeDateTime, String lastChangedByUser, String pCLblTemplateID, LabelTemplate to_PCLblTemplate, LabelTemplateVersion to_PCLblTemplateVersion) -
Uses of LabelTemplate in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services that return types with arguments of type LabelTemplateModifier and TypeMethodDescriptionDefaultLabelTemplateMetadataService.countLabelTemplate()Deprecated.LabelTemplateMetadataService.countLabelTemplate()Deprecated.Fetch the number of entries from theLabelTemplateentity collection matching the filter and search expressions.DefaultLabelTemplateMetadataService.createLabelTemplate(LabelTemplate labelTemplate) Deprecated.LabelTemplateMetadataService.createLabelTemplate(LabelTemplate labelTemplate) Deprecated.Create a newLabelTemplateentity and save it to the S/4HANA system.DefaultLabelTemplateMetadataService.getAllLabelTemplate()Deprecated.LabelTemplateMetadataService.getAllLabelTemplate()Deprecated.Fetch multipleLabelTemplateentities.DefaultLabelTemplateMetadataService.getLabelTemplateByKey(String pCLblTemplateID) Deprecated.LabelTemplateMetadataService.getLabelTemplateByKey(String pCLblTemplateID) Deprecated.Fetch a singleLabelTemplateentity using key fields.DefaultLabelTemplateMetadataService.updateLabelTemplate(LabelTemplate labelTemplate) Deprecated.LabelTemplateMetadataService.updateLabelTemplate(LabelTemplate labelTemplate) Deprecated.Update an existingLabelTemplateentity and save it to the S/4HANA system.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services with parameters of type LabelTemplateModifier and TypeMethodDescriptionDefaultLabelTemplateMetadataService.createLabelTemplate(LabelTemplate labelTemplate) Deprecated.LabelTemplateMetadataService.createLabelTemplate(LabelTemplate labelTemplate) Deprecated.Create a newLabelTemplateentity and save it to the S/4HANA system.DefaultLabelTemplateMetadataService.updateLabelTemplate(LabelTemplate labelTemplate) Deprecated.LabelTemplateMetadataService.updateLabelTemplate(LabelTemplate labelTemplate) Deprecated.Update an existingLabelTemplateentity and save it to the S/4HANA system.