|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object lumis.portal.group.databaseviewmembership.DatabaseViewGroupConfig
public class DatabaseViewGroupConfig
Contains the membership configuration for a group that uses
DatabaseViewGroupMembershipProvider
.
Field Summary | |
---|---|
static String |
NAMED_QUERY_FIND_BY_GROUP_ID
Name of named query that returns DatabaseViewGroupConfig
filtering by parameter groupId. |
Constructor Summary | |
---|---|
DatabaseViewGroupConfig()
|
Method Summary | |
---|---|
String |
getGroupId()
Returns the identifier of the group this configuration refers to. |
String |
getId()
Returns the identifier for this configuration. |
IFormulaStatement |
getMembersFormula()
Returns the membership formula statement, according to this configuration. |
void |
setGroupId(String groupId)
Sets the identifier of the group this configuration refers to. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String NAMED_QUERY_FIND_BY_GROUP_ID
DatabaseViewGroupConfig
filtering by parameter groupId.
Constructor Detail |
---|
public DatabaseViewGroupConfig()
Method Detail |
---|
public String getId()
public String getGroupId()
public void setGroupId(String groupId)
groupId
- the group identifier.public IFormulaStatement getMembersFormula() throws PortalException
IllegalStateException
- if current formula definition for
this group configuration is invalid.
PortalException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |