public static class ConsumersTab.ConsumersFilter
extends java.lang.Object
Constructor and Description |
---|
ConsumersFilter(com.centrasite.consumerregistration.ConsumerRegistrationUtil consumersManager,
RegistryObject asset) |
Modifier and Type | Method and Description |
---|---|
RegistryObject |
getAsset() |
java.util.Collection<RegistryObject> |
getConsumerApplications() |
com.centrasite.consumerregistration.ConsumerRegistrationUtil |
getConsumersManager() |
java.util.Collection<RegistryObject> |
getConsumerUsersAndGroups() |
static boolean |
isApplication(Concept objType) |
boolean |
isLazyLoad() |
static boolean |
isUserOrGroup(Concept objType) |
void |
setLazyLoad(boolean isLazyLoad) |
public ConsumersFilter(com.centrasite.consumerregistration.ConsumerRegistrationUtil consumersManager, RegistryObject asset)
public boolean isLazyLoad()
public void setLazyLoad(boolean isLazyLoad)
isLazyLoad
- to set id the result should be queried from the
database or notpublic com.centrasite.consumerregistration.ConsumerRegistrationUtil getConsumersManager()
public RegistryObject getAsset()
public java.util.Collection<RegistryObject> getConsumerApplications() throws JAXRException
JAXRException
public java.util.Collection<RegistryObject> getConsumerUsersAndGroups() throws JAXRException
JAXRException
public static boolean isUserOrGroup(Concept objType) throws JAXRException
JAXRException
public static boolean isApplication(Concept objType) throws JAXRException
JAXRException