Liferay 6.2-ce-ga5

com.liferay.portal.service
Class PersistedModelLocalServiceRegistryUtil

java.lang.Object
  extended by com.liferay.portal.service.PersistedModelLocalServiceRegistryUtil

public class PersistedModelLocalServiceRegistryUtil
extends Object


Constructor Summary
PersistedModelLocalServiceRegistryUtil()
           
 
Method Summary
static PersistedModelLocalService getPersistedModelLocalService(String className)
           
static PersistedModelLocalServiceRegistry getPersistedModelLocalServiceRegistry()
           
static List<PersistedModelLocalService> getPersistedModelLocalServices()
           
static boolean isPermissionedModelLocalService(String className)
           
static void register(String className, PersistedModelLocalService persistedModelLocalService)
           
 void setPersistedModelLocalServiceRegistry(PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry)
           
static void unregister(String className)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersistedModelLocalServiceRegistryUtil

public PersistedModelLocalServiceRegistryUtil()
Method Detail

getPersistedModelLocalService

public static PersistedModelLocalService getPersistedModelLocalService(String className)

getPersistedModelLocalServiceRegistry

public static PersistedModelLocalServiceRegistry getPersistedModelLocalServiceRegistry()

getPersistedModelLocalServices

public static List<PersistedModelLocalService> getPersistedModelLocalServices()

isPermissionedModelLocalService

public static boolean isPermissionedModelLocalService(String className)

register

public static void register(String className,
                            PersistedModelLocalService persistedModelLocalService)

unregister

public static void unregister(String className)

setPersistedModelLocalServiceRegistry

public void setPersistedModelLocalServiceRegistry(PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry)

Liferay 6.2-ce-ga5