|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OrganizationValue | |
---|---|
atg.svc.repository.beans | |
atg.svc.repository.beans.methods | |
atg.svc.repository.service |
Uses of OrganizationValue in atg.svc.repository.beans |
---|
Classes in atg.svc.repository.beans that implement OrganizationValue | |
---|---|
class |
_OrganizationValue_BeanImpl
|
class |
_OrganizationValue_Impl
|
class |
_OrganizationValue_ReposImpl
|
Methods in atg.svc.repository.beans that return OrganizationValue | |
---|---|
OrganizationValue |
_OrganizationValueHome_BeanImpl.create()
|
OrganizationValue |
_OrganizationValueHome_ReposImpl.create()
|
OrganizationValue |
OrganizationValueHome.create()
Returns a new instance. |
OrganizationValue |
_OrganizationValueHome_BeanImpl.create(java.lang.String pId)
|
OrganizationValue |
_OrganizationValueHome_ReposImpl.create(java.lang.String pId)
|
OrganizationValue |
OrganizationValueHome.create(java.lang.String pId)
Returns a new instance with the repository id set to the given id. |
OrganizationValue |
_OrganizationValueHome_BeanImpl.findByOrganizationAndType(java.lang.String organizationId,
java.lang.String type)
|
OrganizationValue |
_OrganizationValueHome_ReposImpl.findByOrganizationAndType(java.lang.String organizationId,
java.lang.String type)
|
OrganizationValue |
OrganizationValueHome.findByOrganizationAndType(java.lang.String organizationId,
java.lang.String type)
Finds the OrganizationValue object that wraps the given Organization for the given type |
OrganizationValue |
_OrganizationValueHome_BeanImpl.findByPrimaryKey(java.lang.String primaryKey)
|
OrganizationValue |
_OrganizationValueHome_ReposImpl.findByPrimaryKey(java.lang.String primaryKey)
|
OrganizationValue |
OrganizationValueHome.findByPrimaryKey(java.lang.String primaryKey)
Returns the instance with the given primary key, throws ObjectNotFoundException if the instance is not found. |
OrganizationValue |
_Solution_BeanImpl.getOwningGroup()
|
OrganizationValue |
_Solution_ReposImpl.getOwningGroup()
|
OrganizationValue |
Solution.getOwningGroup()
Getter for property owningGroup |
OrganizationValue |
_OrganizationValueHome_ReposImpl.wrapRepositoryItem(atg.repository.RepositoryItem pRepositoryItem)
|
OrganizationValue |
OrganizationValueHome.wrapRepositoryItem(atg.repository.RepositoryItem pRepositoryItem)
|
Methods in atg.svc.repository.beans with parameters of type OrganizationValue | |
---|---|
void |
_OrganizationValue_Impl.copyTo(OrganizationValue destination)
|
void |
OrganizationValue.copyTo(OrganizationValue destination)
Copies the property values of this instance to another instance of the same data type. |
void |
_Solution_BeanImpl.setOwningGroup(OrganizationValue value)
|
void |
_Solution_ReposImpl.setOwningGroup(OrganizationValue value)
|
void |
Solution.setOwningGroup(OrganizationValue value)
Setter for property owningGroup . |
Uses of OrganizationValue in atg.svc.repository.beans.methods |
---|
Methods in atg.svc.repository.beans.methods with parameters of type OrganizationValue | |
---|---|
java.lang.String |
OrganizationValueMethods.getDisplayName(OrganizationValue pOrganizationValue)
Gets the display name of the OrganizationValue. |
boolean |
OrganizationValueMethods.getIsVisible(OrganizationValue pOrganizationValue)
Returns true if the property is visible for the current user. |
Uses of OrganizationValue in atg.svc.repository.service |
---|
Methods in atg.svc.repository.service that return OrganizationValue | |
---|---|
OrganizationValue |
OrganizationValueService.findOrganizationValue(OrganizationValueType pType,
java.lang.String pOrgId)
Finds an OrganizationValue given its type and organization id. |
OrganizationValue |
OrganizationValueService.getOrganizationValueById(java.lang.String pOrgValueId)
Gets an OrgnizationValue given its repository id. |
OrganizationValue |
OrganizationValueService.getOrganizationValueFromOrganization(OrganizationValueType pType,
java.lang.String pOrgId,
java.lang.String pOrgName)
Gets an organization value given the type and organization id. |
Methods in atg.svc.repository.service with parameters of type OrganizationValue | |
---|---|
java.lang.String |
OrganizationValueService.getOrganiztionValueDisplayName(OrganizationValue pOrganizationValue)
Gets the display name of the OrganizationValue. |
boolean |
OrganizationValueService.isOrganizationValueVisibleForCurrentUser(OrganizationValue pOrganizationValue)
Returns true if the OrganizationValue is visible for the current user. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |