com.hybris.*

  • com.hybris.backoffice.events.processes.ProcessFinishedEvent
    Modifier and Type
    Constant Field
    Value
    public static final String
    "com.hybris.backoffice.events.processes.ProcessFinishedEvent"
  • com.hybris.backoffice.events.processes.ProcessStartEvent
    Modifier and Type
    Constant Field
    Value
    public static final String
    "com.hybris.backoffice.events.processes.ProcessStartEvent"
  • com.hybris.backoffice.events.sync.SyncFinishedEvent
    Modifier and Type
    Constant Field
    Value
    public static final String
    "com.hybris.backoffice.events.sync.SyncFinishedEvent"
  • com.hybris.backoffice.events.sync.SyncStartEvent
    Modifier and Type
    Constant Field
    Value
    public static final String
    "com.hybris.backoffice.events.sync.SyncStartEvent"

com.sap.*

de.hybris.*

  • de.hybris.bootstrap.codegenerator.JavaFile
    Modifier and Type
    Constant Field
    Value
    protected static final String
    "\t"
  • de.hybris.bootstrap.codegenerator.MethodWriter
    Modifier and Type
    Constant Field
    Value
    public static final int
    8
    public static final int
    1
    public static final int
    2
    public static final int
    4
  • de.hybris.bootstrap.tomcat.cookieprocessor.LogHandler
    Modifier and Type
    Constant Field
    Value
    public static final String
    "cookies.samesite"
  • de.hybris.e2e.hybrisrootcauseanalysis.exceptionanalysis.constants.ListLogConstants
    Modifier and Type
    Constant Field
    Value
    public static final String
    "e2e.rootcauseanalysis.exceptionanalysis.listlog."
  • de.hybris.platform.acceleratorservices.document.dao.impl.DefaultDocumentPageDao
    Modifier and Type
    Constant Field
    Value
    protected static final String
    "catalogVersions"
    protected static final String
    "SELECT {pk} FROM {DocumentPage AS p JOIN DocumentPageTemplate AS t ON {p:masterTemplate}={t:pk}} WHERE {t:uid}=?templateUid AND "
  • de.hybris.platform.acceleratorservices.email.dao.impl.DefaultEmailPageDao
    Modifier and Type
    Constant Field
    Value
    protected static final String
    "SELECT {pk} FROM {EmailPage AS p JOIN EmailPageTemplate AS t ON {p:masterTemplate}={t:pk}} WHERE {t:uid}=?templateUid AND {t:catalogVersion}=?catalogVersion"
  • de.hybris.platform.acceleratorstorefrontcommons.checkout.steps.CheckoutStep
    Modifier and Type
    Constant Field
    Value
    public static final String
    "current"
    public static final String
    "next"
    public static final String
    "previous"
  • de.hybris.platform.adaptivesearch.searchservices.strategies.impl.SnAsSearchProvider
    Modifier and Type
    Constant Field
    Value
    protected static final String
    "searchservices.search.termbucketsfacet.sort."
  • de.hybris.platform.adaptivesearchbackoffice.actions.configurablemultireferenceeditor.ReferenceActionUtils
    Modifier and Type
    Constant Field
    Value
    protected static final String
    "editorLogic"
  • de.hybris.platform.apiregistryservices.dao.impl.DefaultCredentialDao
    Modifier and Type
    Constant Field
    Value
    protected static final String
    "select {pk} from {ExposedOAuthCredential as b1 JOIN OAuthClientDetails as b2 ON {b1:oAuthClientDetails}={b2:pk}} where {b2:clientId}=?clientId"
  • de.hybris.platform.apiregistryservices.dao.impl.DefaultDestinationDao<T extends AbstractDestinationModel>
    Modifier and Type
    Constant Field
    Value
    protected static final String
    "active"
    protected static final String
    " AND {"
    protected static final String
    " AND {d:active}=?active"
    protected static final String
    " AND ({DTM:template}=0 OR {DTM:template} is NULL)"
    protected static final String
    "channel"
    protected static final String
    "SELECT {pk} FROM {ExposedDestination AS EDM JOIN DestinationTarget AS DTM ON {EDM:destinationTarget}={DTM:pk}} WHERE {DTM:id}=?destinationTargetId AND {EDM:active}=?active"
    protected static final String
    "select {pk} from {ConsumedDestination} "
    protected static final String
    "SELECT {pk} FROM {AbstractDestination AS d JOIN DestinationTarget AS t ON {d:destinationTarget}={t:pk}} WHERE {t:destinationChannel}=?channel"
    protected static final String
    "SELECT {pk} FROM {AbstractDestination AS d JOIN DestinationTarget AS t ON {d:destinationTarget}={t:pk}} WHERE {t:id}=?destinationTargetId"
    protected static final String
    "SELECT {pk} FROM {AbstractDestination} "
    protected static final String
    "select {pk} from {AbstractDestination as destination JOIN ExposedOAuthCredential as credential ON {destination:credential}={credential:pk} JOIN OAuthClientDetails as oauth ON {credential:oAuthClientDetails}={oauth:pk} JOIN DestinationTarget AS DTM ON {destination:destinationTarget}={DTM:pk}} where {oauth:clientId}=?clientId AND { destination:active}=?active AND ({DTM:template}=0 OR {DTM:template} is NULL)"
    protected static final String
    "select {pk} from {ExposedDestination as destination JOIN AbstractCredential as credential ON {destination:credential}={credential:pk}} WHERE {credential:id}=?id"
    protected static final String
    "SELECT {pk} FROM {AbstractDestination AS ADM JOIN DestinationTarget AS DTM ON {ADM:destinationTarget}={DTM:pk}} WHERE ({DTM:template}=0 OR {DTM:template} is NULL)"
    protected static final String
    "SELECT {pk} FROM {AbstractDestination AS d JOIN DestinationTarget AS t ON {d:destinationTarget}={t:pk}} WHERE {t:id}=?destinationTargetId AND {d:id}=?id"
    protected static final String
    "WHERE {id}=?id"
    protected static final String
    "id"
    protected static final String
    " ({DTM:template}=0 OR {DTM:template} is NULL)"
    protected static final String
    "SELECT {pk} FROM {"
    protected static final String
    "destinationTargetId"
  • de.hybris.platform.apiregistryservices.dao.impl.DefaultDestinationTargetDao
    Modifier and Type
    Constant Field
    Value
    protected static final String
    "credentialId"
    protected static final String
    "SELECT {pk} FROM {DestinationTarget AS dtm JOIN AbstractDestination AS adm ON {dtm:pk}={adm:destinationTarget} JOIN AbstractCredential AS acm ON {adm:credential}={acm:pk}} WHERE {acm:id}=?credentialId"
    protected static final String
    "SELECT {pk} FROM {DestinationTarget } WHERE {id}=?uid"
    protected static final String
    "uid"
  • de.hybris.platform.apiregistryservices.dao.impl.DefaultEventConfigurationDao
    Modifier and Type
    Constant Field
    Value
    protected static final String
    "channel"
    protected static final String
    "eventClass"
    protected static final String
    "destinationTargetId"
    protected static final String
    "exportFlag"
    protected static final String
    "SELECT {pk} FROM {EventConfiguration AS e JOIN DestinationTarget AS t ON {e:destinationTarget}={t:pk}} WHERE {t:destinationChannel}=?channel AND {e:exportFlag}=?exportFlag AND ({t:template}=0 OR {t:template} is NULL)"
    protected static final String
    "SELECT {pk} FROM {EventConfiguration AS e JOIN DestinationTarget AS t ON {e:destinationTarget}={t:pk}} WHERE {t:id}=?destinationTargetId AND {e:exportFlag}=?exportFlag AND ({t:template}=0 OR {t:template} is NULL)"
    protected static final String
    "select {pk} from {EventConfiguration AS ECM JOIN DestinationTarget AS t ON {ECM:destinationTarget}={t:pk}} WHERE {ECM:exportFlag}=?exportFlag AND ({t:template}=0 OR {t:template} is NULL)"
    protected static final String
    "SELECT {pk} FROM {EventConfiguration AS e JOIN DestinationTarget AS t ON {e:destinationTarget}={t:pk}} WHERE {t:id}=?destinationTargetId"
    protected static final String
    " AND ({t:template}=0 OR {t:template} is NULL)"
    protected static final String
    "registrationStatus"
    protected static final String
    " AND {eventClass}=?eventClass AND {t:registrationStatus} =?registrationStatus"
  • de.hybris.platform.assistedservicestorefront.customer360.provider.TicketsModelProvider
    Modifier and Type
    Constant Field
    Value
    protected static final int
    10
  • de.hybris.platform.azure.dtu.impl.AzureDatabaseUtilizationService
    Modifier and Type
    Constant Field
    Value
    protected static final String
    "SELECT end_time, avg_cpu_percent, avg_data_io_percent, avg_log_write_percent, avg_memory_usage_percent, xtp_storage_percent FROM sys.dm_db_resource_stats WHERE end_time > ? ORDER BY end_time DESC"
  • de.hybris.platform.b2b.dao.impl.DefaultB2BOrgUnitDao<T extends OrgUnitModel>
    Modifier and Type
    Constant Field
    Value
    protected static final String
    " JOIN B2BCustomer as cust ON {quote:user} = {cust:pk} JOIN PrincipalGroupRelation as rel1 ON {rel1:source} = {cust:pk} JOIN B2BUnit as b2bunit ON {b2bunit:pk} = {rel1:target} JOIN PrincipalGroupRelation as rel2 ON {rel2:source} = {b2bunit:pk} JOIN OrgUnit as salesunit ON {salesunit:pk} = {rel2:target} JOIN PrincipalGroupRelation as rel3 ON {rel3:target} = {salesunit:pk} JOIN Employee as empl ON {empl:pk} = {rel3:source}"
  • de.hybris.platform.b2b.punchout.constraints.SharedSecretValidationTest
    Modifier and Type
    Constant Field
    Value
    protected static final String
    "This shared secret is on the deny list."
    protected static final String
    "localizedMessage"
    protected static final String
    "The shared secret must include both uppercase and lowercase letters, numerical digit(s), special character(s), and 8-100 total characters."
  • de.hybris.platform.cmsfacades.common.service.ClassFieldFinder
    Modifier and Type
    Constant Field
    Value
    protected static final String
    "_TYPECODE"
  • de.hybris.platform.cmssmarteditwebservices.config.SwaggerConfig
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Must be authenticated as an Admin or CMS Manager to access this resource"
  • de.hybris.platform.cmssmarteditwebservices.jaxb.adapters.TimeZoneDateAdapter
    Modifier and Type
    Constant Field
    Value
    public static final String
    "yyyy-MM-dd\'T\'HH:mm:ssZ"
  • de.hybris.platform.cmswebservices.config.SwaggerConfig
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Must be authenticated as an Admin or CMS Manager to access this resource"