|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectatg.svc.repository.beans.methods.BaseMethods
atg.svc.repository.beans.methods.SolutionClassMethods
public class SolutionClassMethods
Defines extension methods for the SolutionClass object.
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
|
| Constructor Summary | |
|---|---|
SolutionClassMethods()
|
|
| Method Summary | |
|---|---|
java.util.List |
getExternallyVisiblePropertyFields(atg.svc.repository.beans.SolutionClass pSolutionClass)
Gets the solution class property fields that are visible to everyone external. |
java.util.List |
getExternallyVisibleStatementFields(atg.svc.repository.beans.SolutionClass pSolutionClass)
Gets the solution class statement fields that are visible to everyone external. |
boolean |
getIsVisible(atg.svc.repository.beans.SolutionClass pSolutionClass)
Returns true if the given Solution Class is visible for the current user. |
int |
getNumberOfSearchableFields(atg.svc.repository.beans.SolutionClass pSolutionClass)
Gets the number of solution class fields that are searchable. |
java.util.Map |
getRelativeSearchWeights(atg.svc.repository.beans.SolutionClass pSolutionClass)
Gets a Map with the relative search weight of each searchable Solution Class field keyed by the field name. |
int |
getTotalSearchWeight(atg.svc.repository.beans.SolutionClass pSolutionClass)
Gets the total of the search weight on each searchable solution class field. |
java.util.List |
getVisibleFields(atg.svc.repository.beans.SolutionClass pSolutionClass)
Gets the list of SolutionClassClassFields that are viewable for the current user. |
java.util.List |
getVisiblePropertyFields(atg.svc.repository.beans.SolutionClass pSolutionClass)
Gets the set of non-statement and non-text fields that are viewable for the current user. |
java.util.List |
getVisibleStatementFields(atg.svc.repository.beans.SolutionClass pSolutionClass)
Gets the set of statement and text fields that are viewable for the current user. |
| Methods inherited from class atg.svc.repository.beans.methods.BaseMethods |
|---|
getServiceFactory |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String CLASS_VERSION
| Constructor Detail |
|---|
public SolutionClassMethods()
| Method Detail |
|---|
public java.util.List getVisibleFields(atg.svc.repository.beans.SolutionClass pSolutionClass)
pSolutionClass - The SolutionClass to get the fields from.
public java.util.List getVisibleStatementFields(atg.svc.repository.beans.SolutionClass pSolutionClass)
pSolutionClass - The SolutionClass to get the fields from.
public java.util.List getVisiblePropertyFields(atg.svc.repository.beans.SolutionClass pSolutionClass)
pSolutionClass - The SolutionClass to get the fields from.
public java.util.List getExternallyVisibleStatementFields(atg.svc.repository.beans.SolutionClass pSolutionClass)
pSolutionClass - The SolutionClass to get the statement fields from.
public java.util.List getExternallyVisiblePropertyFields(atg.svc.repository.beans.SolutionClass pSolutionClass)
pSolutionClass - The SolutionClass to get the property fields from.
public java.util.Map getRelativeSearchWeights(atg.svc.repository.beans.SolutionClass pSolutionClass)
pSolutionClass - The SolutionClass to calculate the relative weight on each searchable field.
public int getTotalSearchWeight(atg.svc.repository.beans.SolutionClass pSolutionClass)
pSolutionClass - The SolutionClass to calculate the total.
public int getNumberOfSearchableFields(atg.svc.repository.beans.SolutionClass pSolutionClass)
pSolutionClass - The SolutionClass to calculate the total.
public boolean getIsVisible(atg.svc.repository.beans.SolutionClass pSolutionClass)
pSolutionClass - The SolutionClass to check.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||