public class ServiceComponentLocalServiceImpl extends ServiceComponentLocalServiceBaseImpl
counterLocalService, serviceComponentFinder, serviceComponentLocalService, serviceComponentPersistence
Constructor and Description |
---|
ServiceComponentLocalServiceImpl() |
Modifier and Type | Method and Description |
---|---|
List<com.liferay.portal.kernel.model.ServiceComponent> |
getLatestServiceComponents() |
protected List<String> |
getModelNames(ClassLoader classLoader) |
protected List<String> |
getModelNames(String xml) |
protected List<String> |
getModifiedTableNames(String previousTablesSQL,
String tablesSQL) |
protected com.liferay.portal.kernel.upgrade.util.UpgradeTableListener |
getUpgradeTableListener(ClassLoader classLoader,
Class<?> modelClass) |
com.liferay.portal.kernel.model.ServiceComponent |
initServiceComponent(com.liferay.portal.kernel.service.configuration.ServiceComponentConfiguration serviceComponentConfiguration,
ClassLoader classLoader,
String buildNamespace,
long buildNumber,
long buildDate) |
protected void |
removeOldServiceComponents(String buildNamespace) |
void |
upgradeDB(ClassLoader classLoader,
String buildNamespace,
long buildNumber,
com.liferay.portal.kernel.model.ServiceComponent previousServiceComponent,
String tablesSQL,
String sequencesSQL,
String indexesSQL) |
protected void |
upgradeModels(ClassLoader classLoader,
com.liferay.portal.kernel.model.ServiceComponent previousServiceComponent,
String tablesSQL) |
addServiceComponent, afterPropertiesSet, createPersistedModel, createServiceComponent, deletePersistedModel, deleteServiceComponent, deleteServiceComponent, destroy, dslQuery, dslQueryCount, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchServiceComponent, getActionableDynamicQuery, getBasePersistence, getCounterLocalService, getIndexableActionableDynamicQuery, getModelClass, getModelClassName, getOSGiServiceIdentifier, getPersistedModel, getServiceComponent, getServiceComponentFinder, getServiceComponentLocalService, getServiceComponentPersistence, getServiceComponents, getServiceComponentsCount, initActionableDynamicQuery, runSQL, setCounterLocalService, setServiceComponentFinder, setServiceComponentLocalService, setServiceComponentPersistence, updateServiceComponent
getClassLoader, getLocalizationMap
public List<com.liferay.portal.kernel.model.ServiceComponent> getLatestServiceComponents()
public com.liferay.portal.kernel.model.ServiceComponent initServiceComponent(com.liferay.portal.kernel.service.configuration.ServiceComponentConfiguration serviceComponentConfiguration, ClassLoader classLoader, String buildNamespace, long buildNumber, long buildDate) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public void upgradeDB(ClassLoader classLoader, String buildNamespace, long buildNumber, com.liferay.portal.kernel.model.ServiceComponent previousServiceComponent, String tablesSQL, String sequencesSQL, String indexesSQL) throws Exception
Exception
protected List<String> getModelNames(ClassLoader classLoader) throws com.liferay.portal.kernel.xml.DocumentException, IOException
com.liferay.portal.kernel.xml.DocumentException
IOException
protected List<String> getModelNames(String xml) throws com.liferay.portal.kernel.xml.DocumentException
com.liferay.portal.kernel.xml.DocumentException
protected List<String> getModifiedTableNames(String previousTablesSQL, String tablesSQL)
protected com.liferay.portal.kernel.upgrade.util.UpgradeTableListener getUpgradeTableListener(ClassLoader classLoader, Class<?> modelClass)
protected void removeOldServiceComponents(String buildNamespace)
protected void upgradeModels(ClassLoader classLoader, com.liferay.portal.kernel.model.ServiceComponent previousServiceComponent, String tablesSQL) throws Exception
Exception