Class CompanyLogoUtils
- java.lang.Object
-
- org.openbravo.erpCommon.utility.companylogo.CompanyLogoUtils
-
public class CompanyLogoUtils extends Object
Utility functions used to retrieve the proper company logo image All of them looks first for the given Organization, if no matching image was found, we try looking at ClientInfo and finally at SystemInfo
-
-
Constructor Summary
Constructors Constructor Description CompanyLogoUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Image
getCompanyLogo(Organization org)
static Image
getCompanyLogoDarkMode(Organization org)
static Image
getCompanyLogoForClient(Client client)
static Image
getCompanyLogoForDocuments(Organization org)
static Image
getCompanyLogoForReceipts(Organization org)
static Image
getCompanyLogoSubmark(Organization org)
-
-
-
Method Detail
-
getCompanyLogo
public static Image getCompanyLogo(Organization org)
-
getCompanyLogoDarkMode
public static Image getCompanyLogoDarkMode(Organization org)
-
getCompanyLogoSubmark
public static Image getCompanyLogoSubmark(Organization org)
-
getCompanyLogoForDocuments
public static Image getCompanyLogoForDocuments(Organization org)
-
getCompanyLogoForReceipts
public static Image getCompanyLogoForReceipts(Organization org)
-
-