rapila
Public Member Functions | List of all members
Group Class Reference
Inheritance diagram for Group:
BaseGroup

Public Member Functions

 may ($mPage, $sRightName)
 
 mayEditPageDetails ($mPage)
 
 mayEditPageContents ($mPage)
 
 mayEditPageStructure ($mPage)
 
 mayCreateChildren ($mPage)
 
 mayDelete ($mPage)
 
 mayViewPage ($mPage)
 
 getRoles ($bReturnNamesOnly=false)
 
 addRole ($sRoleName)
 
 getRolesInfo ()
 
 addUser ($oUser)
 
 getUsers ()
 
 getUserCount ()
 
 containsUser ($oUser)
 
 getUserLinkData ()
 
- Public Member Functions inherited from BaseGroup
 getId ()
 
 getName ()
 
 getCreatedAt ($format= 'Y-m-d H:i:s')
 
 getUpdatedAt ($format= 'Y-m-d H:i:s')
 
 getCreatedBy ()
 
 getUpdatedBy ()
 
 setId ($v)
 
 setName ($v)
 
 setCreatedAt ($v)
 
 setUpdatedAt ($v)
 
 setCreatedBy ($v)
 
 setUpdatedBy ($v)
 
 hasOnlyDefaultValues ()
 
 hydrate ($row, $startcol=0, $rehydrate=false)
 
 ensureConsistency ()
 
 reload ($deep=false, PropelPDO $con=null)
 
 delete (PropelPDO $con=null)
 
 save (PropelPDO $con=null)
 
 getValidationFailures ()
 
 validate ($columns=null)
 
 getByName ($name, $type=BasePeer::TYPE_PHPNAME)
 
 getByPosition ($pos)
 
 toArray ($keyType=BasePeer::TYPE_PHPNAME, $includeLazyLoadColumns=true, $alreadyDumpedObjects=array(), $includeForeignObjects=false)
 
 setByName ($name, $value, $type=BasePeer::TYPE_PHPNAME)
 
 setByPosition ($pos, $value)
 
 fromArray ($arr, $keyType=BasePeer::TYPE_PHPNAME)
 
 buildCriteria ()
 
 buildPkeyCriteria ()
 
 getPrimaryKey ()
 
 setPrimaryKey ($key)
 
 isPrimaryKeyNull ()
 
 copyInto ($copyObj, $deepCopy=false, $makeNew=true)
 
 copy ($deepCopy=false)
 
 getPeer ()
 
 setUserRelatedByCreatedBy (User $v=null)
 
 getUserRelatedByCreatedBy (PropelPDO $con=null, $doQuery=true)
 
 setUserRelatedByUpdatedBy (User $v=null)
 
 getUserRelatedByUpdatedBy (PropelPDO $con=null, $doQuery=true)
 
 initRelation ($relationName)
 
 clearUserGroups ()
 
 resetPartialUserGroups ($v=true)
 
 initUserGroups ($overrideExisting=true)
 
 getUserGroups ($criteria=null, PropelPDO $con=null)
 
 setUserGroups (PropelCollection $userGroups, PropelPDO $con=null)
 
 countUserGroups (Criteria $criteria=null, $distinct=false, PropelPDO $con=null)
 
 addUserGroup (UserGroup $l)
 
 removeUserGroup ($userGroup)
 
 getUserGroupsJoinUserRelatedByUserId ($criteria=null, $con=null, $join_behavior=Criteria::LEFT_JOIN)
 
 getUserGroupsJoinUserRelatedByCreatedBy ($criteria=null, $con=null, $join_behavior=Criteria::LEFT_JOIN)
 
 getUserGroupsJoinUserRelatedByUpdatedBy ($criteria=null, $con=null, $join_behavior=Criteria::LEFT_JOIN)
 
 clearGroupRoles ()
 
 resetPartialGroupRoles ($v=true)
 
 initGroupRoles ($overrideExisting=true)
 
 getGroupRoles ($criteria=null, PropelPDO $con=null)
 
 setGroupRoles (PropelCollection $groupRoles, PropelPDO $con=null)
 
 countGroupRoles (Criteria $criteria=null, $distinct=false, PropelPDO $con=null)
 
 addGroupRole (GroupRole $l)
 
 removeGroupRole ($groupRole)
 
 getGroupRolesJoinRole ($criteria=null, $con=null, $join_behavior=Criteria::LEFT_JOIN)
 
 getGroupRolesJoinUserRelatedByCreatedBy ($criteria=null, $con=null, $join_behavior=Criteria::LEFT_JOIN)
 
 getGroupRolesJoinUserRelatedByUpdatedBy ($criteria=null, $con=null, $join_behavior=Criteria::LEFT_JOIN)
 
 clear ()
 
 clearAllReferences ($deep=false)
 
 __toString ()
 
 isAlreadyInSave ()
 
 mayOperate ($sOperation, $oUser=false)
 
 mayBeInserted ($oUser=false)
 
 mayBeUpdated ($oUser=false)
 
 mayBeDeleted ($oUser=false)
 
 keepUpdateDateUnchanged ()
 
 getCreatedAtTimestamp ()
 
 getCreatedAtFormatted ($sLanguageId=null, $sFormatString= 'x')
 
 getUpdatedAtTimestamp ()
 
 getUpdatedAtFormatted ($sLanguageId=null, $sFormatString= 'x')
 
 keepUpdateUserUnchanged ()
 
 getPKArray ()
 
 getPKString ()
 

Additional Inherited Members

- Public Attributes inherited from BaseGroup
const PEER = 'GroupPeer'
 
- Protected Member Functions inherited from BaseGroup
 doSave (PropelPDO $con)
 
 doInsert (PropelPDO $con)
 
 doUpdate (PropelPDO $con)
 
 doValidate ($columns=null)
 
 doAddUserGroup ($userGroup)
 
 doAddGroupRole ($groupRole)
 
- Protected Attributes inherited from BaseGroup
 $startCopy = false
 
 $id
 
 $name
 
 $created_at
 
 $updated_at
 
 $created_by
 
 $updated_by
 
 $aUserRelatedByCreatedBy
 
 $aUserRelatedByUpdatedBy
 
 $collUserGroups
 
 $collUserGroupsPartial
 
 $collGroupRoles
 
 $collGroupRolesPartial
 
 $alreadyInSave = false
 
 $alreadyInValidation = false
 
 $alreadyInClearAllReferencesDeep = false
 
 $userGroupsScheduledForDeletion = null
 
 $groupRolesScheduledForDeletion = null
 
 $validationFailures = array()
 
- Static Protected Attributes inherited from BaseGroup
static $peer
 

The documentation for this class was generated from the following file: