Uses of Class
de.digitalcollections.model.identifiable.entity.Website
-
Packages that use Website Package Description de.digitalcollections.model.identifiable de.digitalcollections.model.identifiable.alias de.digitalcollections.model.identifiable.entity -
-
Uses of Website in de.digitalcollections.model.identifiable
Methods in de.digitalcollections.model.identifiable with parameters of type Website Modifier and Type Method Description UrlAliasIdentifiable. getPrimaryUrlAlias(Locale locale, Website website)Returns the primary (= currently active) url alias of this Identifiable for a specified language and website. -
Uses of Website in de.digitalcollections.model.identifiable.alias
Methods in de.digitalcollections.model.identifiable.alias that return Website Modifier and Type Method Description WebsiteUrlAlias. getWebsite()Methods in de.digitalcollections.model.identifiable.alias with parameters of type Website Modifier and Type Method Description voidUrlAlias. setWebsite(Website website)UrlAlias.BuilderUrlAlias.Builder. website(Website website) -
Uses of Website in de.digitalcollections.model.identifiable.entity
Classes in de.digitalcollections.model.identifiable.entity with type parameters of type Website Modifier and Type Class Description static classWebsite.WebsiteBuilder<C extends Website,B extends Website.WebsiteBuilder<C,B>>
-