com.liferay.portal.service
Class PersistedModelLocalServiceRegistryImpl
java.lang.Object
com.liferay.portal.service.PersistedModelLocalServiceRegistryImpl
- All Implemented Interfaces:
- com.liferay.portal.service.PersistedModelLocalServiceRegistry
public class PersistedModelLocalServiceRegistryImpl
- extends java.lang.Object
- implements com.liferay.portal.service.PersistedModelLocalServiceRegistry
- Author:
- Brian Wing Shun Chan, Connor McKay
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PersistedModelLocalServiceRegistryImpl
public PersistedModelLocalServiceRegistryImpl()
getPersistedModelLocalService
public com.liferay.portal.service.PersistedModelLocalService getPersistedModelLocalService(java.lang.String className)
- Specified by:
getPersistedModelLocalService in interface com.liferay.portal.service.PersistedModelLocalServiceRegistry
getPersistedModelLocalServices
public java.util.List<com.liferay.portal.service.PersistedModelLocalService> getPersistedModelLocalServices()
- Specified by:
getPersistedModelLocalServices in interface com.liferay.portal.service.PersistedModelLocalServiceRegistry
isPermissionedModelLocalService
public boolean isPermissionedModelLocalService(java.lang.String className)
- Specified by:
isPermissionedModelLocalService in interface com.liferay.portal.service.PersistedModelLocalServiceRegistry
register
public void register(java.lang.String className,
com.liferay.portal.service.PersistedModelLocalService persistedModelLocalService)
- Specified by:
register in interface com.liferay.portal.service.PersistedModelLocalServiceRegistry
unregister
public void unregister(java.lang.String className)
- Specified by:
unregister in interface com.liferay.portal.service.PersistedModelLocalServiceRegistry