RepositoryUtil
net.comactivity.core.repository.RepositoryUtil
Removed methods
getColumnLabel
The parameter preferredLength
has changed from String
to int
.
Removed
public static String getColumnLabel(String metadataId, String shortName, String localeId, String preferredLength)
public static String getColumnLabel(Repository repository, String metadataId, String shortName, String localeId, String preferredLength)
public static String getColumnLabel(String metadataId, String tableName, String columnName, String localeId, String preferredLength)
public static String getColumnLabel(Repository repository, String metadataId, String tableName, String columnName, String localeId, String preferredLength)
Replace With
public static String getColumnLabel(String metadataId, String shortName, String localeId, int preferredLength)
public static String getColumnLabel(Repository repository, String metadataId, String shortName, String localeId, int preferredLength)
public static String getColumnLabel(String metadataId, String tableName, String columnName, String localeId, int preferredLength)
public static String getColumnLabel(Repository repository, String metadataId, String tableName, String columnName, String localeId, int preferredLength)